summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* sched/core: Remove unnecessary down/up conversionNicholas Mc Guire2015-05-081-2/+2
* signals, ptrace, sched: Fix a misaligned load inside ptrace_attach()Palmer Dabbelt2015-05-081-1/+1
* sched/wait: Change wait_on_bit*() to take an unsigned long *, not a void *Palmer Dabbelt2015-05-081-7/+10
* signals, sched: Change all uses of JOBCTL_* from 'int' to 'long'Palmer Dabbelt2015-05-082-12/+12
* sched: Move the loadavg code to a more obvious locationPeter Zijlstra2015-05-086-219/+222
* Merge branch 'sched/urgent' into sched/core, before applying new patchesIngo Molnar2015-05-083-36/+37
|\
| * sched/core: Fix regression in cpuset_cpu_inactive() for suspendOmar Sandoval2015-05-081-16/+12Star
| * sched: Handle priority boosted tasks proper in setscheduler()Thomas Gleixner2015-05-083-20/+25
* | sched/core: Remove __cpuinit section tag that crept back inPaul Gortmaker2015-05-081-1/+1
* | Merge branch 'sched/urgent' into sched/coreIngo Molnar2015-05-081-4/+0Star
|\ \ | |/ |/|
| * sched/autogroup: Remove unnecessary #ifdef guardsTobias Klauser2015-04-161-4/+0Star
* | Merge tag 'pm+acpi-4.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-05-086-7/+51
|\ \
| | \
| | \
| | \
| | \
| *---. \ Merge branches 'acpi-resources', 'acpi-battery', 'acpi-doc' and 'acpi-pnp'Rafael J. Wysocki2015-05-07230-1649/+2700
| |\ \ \ \
| | | | * | ACPI / PNP: add two IDs to list for PNPACPI device enumerationWitold Szczeponik2015-05-041-0/+2
| | | * | | ACPI / documentation: Fix ambiguity in the GPIO properties documentRafael J. Wysocki2015-05-041-3/+3
| | | * | | ACPI / documentation: fix a sentence about GPIO resourcesAntonio Ospite2015-04-301-1/+1
| | * | | | ACPI / SBS: Add 5 us delay to fix SBS hangs on MacBookChris Bainbridge2015-04-301-0/+22
| * | | | | x86/PCI/ACPI: Make all resources except [io 0xcf8-0xcff] available on PCI busJiang Liu2015-04-302-3/+23
| | |/ / / | |/| | |
* | | | | Merge tag 'for-f2fs-4.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-05-074-5/+12
|\ \ \ \ \
| * | | | | f2fs: fix wrong error hanlder in f2fs_follow_linkJaegeuk Kim2015-05-041-5/+3Star
| * | | | | Revert "f2fs: enhance multi-threads performance"Jaegeuk Kim2015-05-043-0/+9
| | |_|/ / | |/| | |
* | | | | Merge tag 'pinctrl-v4.1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds2015-05-077-13/+16
|\ \ \ \ \
| * | | | | pinctrl: Don't just pretend to protect pinctrl_maps, do it for realDoug Anderson2015-05-063-8/+6Star
| * | | | | pinctrl: mediatek: mtk-common: initialize unmaskColin Ian King2015-05-041-0/+2
| * | | | | pinctrl: qcom-spmi-mpp: Fix input value reportIvan T. Ivanov2015-04-281-4/+5
| * | | | | pinctrl: qcom-spmi: Fix pin direction configurationIvan T. Ivanov2015-04-272-0/+2
| * | | | | pinctrl: mvebu: Fix mapping of pin 63 (gpo -> gpio)Andrew Andrianov2015-04-271-1/+1
| | |/ / / | |/| | |
* | | | | Merge tag 'vfio-v4.1-rc3' of git://github.com/awilliam/linux-vfioLinus Torvalds2015-05-072-4/+25
|\ \ \ \ \
| * | | | | vfio: Fix runaway interruptible timeoutAlex Williamson2015-05-021-3/+18
| * | | | | vfio-pci: Log device requests more verboselyAlex Williamson2015-05-011-1/+7
| |/ / / /
* | | | | Merge tag 'for-linus' of git://github.com/dledford/linuxLinus Torvalds2015-05-0731-219/+568
|\ \ \ \ \
| * | | | | MAINTAINERS: Update InfiniBand subsystem maintainerDoug Ledford2015-05-051-2/+2
| * | | | | MAINTAINERS: add include/rdma/ to InfiniBand subsystemYann Droneaud2015-05-051-0/+2
| * | | | | IPoIB/CM: Fix indentation levelBart Van Assche2015-05-051-2/+2
| * | | | | iw_cxgb4: Remove negative advice dmesg warningsHariprasad S2015-05-053-9/+32
| * | | | | IB/core: Fix unaligned accessesDavid Ahern2015-05-053-17/+17
| * | | | | IB/core: change rdma_gid2ip into void function as it always return zeroHonggang LI2015-05-052-12/+4Star
| * | | | | IB/qib: use arch_phys_wc_add()Luis R. Rodriguez2015-05-057-79/+39Star
| * | | | | IB/qib: add acounting for MTRRLuis R. Rodriguez2015-05-051-1/+1
| * | | | | IB/core: dma unmap optimizationsGuy Shapiro2015-05-051-2/+3
| * | | | | IB/core: dma map/unmap locking optimizationsGuy Shapiro2015-05-051-5/+4Star
| * | | | | RDMA/cxgb4: Report the actual address of the remote connecting peerSteve Wise2015-05-052-4/+51
| * | | | | RDMA/nes: Report the actual address of the remote connecting peerTatyana Nikolova2015-05-052-17/+49
| * | | | | RDMA/core: Enable the iWarp Port Mapper to provide the actual address of the ...Tatyana Nikolova2015-05-055-34/+288
| * | | | | iw_cxgb4: enforce qp/cq id requirementsHariprasad S2015-05-051-0/+23
| * | | | | iw_cxgb4: use BAR2 GTS register for T5 kernel mode CQsHariprasad S2015-05-052-7/+15
| * | | | | iw_cxgb4: 32b platform fixesHariprasad S2015-05-055-16/+15Star
| * | | | | iw_cxgb4: Cleanup register defines/MACROSHariprasad S2015-05-052-3/+5
| * | | | | RDMA/CMA: Canonize IPv4 on IPV6 sockets properlyJason Gunthorpe2015-05-051-10/+17
| | |/ / / | |/| | |
* | | | | Merge tag 'for-linus-4.1b-rc2-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-05-0721-74/+168
|\ \ \ \ \