aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-10-09sched/numa: Set preferred NUMA node based on number of private faultsMel Gorman3-35/+86
2013-10-09mm: numa: Scan pages with elevated page_mapcountMel Gorman1-3/+4
2013-10-09sched/numa: Add infrastructure for split shared/private accounting of NUMA hinting faultsMel Gorman1-2/+3
2013-10-09sched/numa: Favour moving tasks towards the preferred nodeMel Gorman1-0/+1
2013-10-09sched/numa: Update NUMA hinting faults once per scanMel Gorman1-0/+13
2013-10-09sched/numa: Select a preferred node with the most numa hinting faultsMel Gorman1-0/+1
2013-10-09sched/numa: Track NUMA hinting faults on per-node basisMel Gorman1-0/+2
2013-10-09sched/numa: Set the scan rate proportional to the memory usage of the task being scannedMel Gorman1-0/+1
2013-10-09Revert "mm: sched: numa: Delay PTE scanning until a task is scheduled on a new node"Mel Gorman1-10/+0
2013-10-09Merge tag 'v3.12-rc4' into sched/coreIngo Molnar19-72/+100
2013-10-04Merge tag 'iommu-fixes-v3.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds1-1/+1
2013-10-04sched/wait: Clean up wait.h details a bitIngo Molnar1-64/+60
2013-10-04sched/wait: Make the __wait_event*() interface more friendlyPeter Zijlstra2-63/+60
2013-10-04sched/wait: Collapse __wait_event_hrtimeout()Peter Zijlstra1-13/+2
2013-10-04sched/wait: Collapse __wait_event_killable()Peter Zijlstra1-16/+1
2013-10-04sched/wait: Collapse __wait_event_interruptible_tty()Peter Zijlstra1-17/+4
2013-10-04sched/wait: Collapse __wait_event_interruptible_lock_irq_timeout()Peter Zijlstra1-19/+6
2013-10-04sched/wait: Collapse __wait_event_interruptible_lock_irq()Peter Zijlstra1-20/+6
2013-10-04sched/wait: Collapse __wait_event_lock_irq()Peter Zijlstra1-14/+6
2013-10-04sched/wait: Collapse __wait_event_interruptible_exclusive()Peter Zijlstra1-20/+2
2013-10-04sched/wait: Collapse __wait_event_interruptible_timeout()Peter Zijlstra1-15/+3
2013-10-04sched/wait: Collapse __wait_event_interruptible()Peter Zijlstra1-15/+2
2013-10-04sched/wait: Collapse __wait_event_timeout()Peter Zijlstra1-11/+3
2013-10-04sched/wait: Collapse __wait_event()Peter Zijlstra1-11/+2
2013-10-04sched/wait: Introduce ___wait_event()Peter Zijlstra1-0/+36
2013-10-04sched/wait: Change the wait_exclusive control flowPeter Zijlstra1-4/+5
2013-10-04sched/wait: Change timeout logicPeter Zijlstra1-13/+11
2013-10-04sched/wait: Make the signal_pending() checks consistentPeter Zijlstra2-26/+22
2013-10-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds4-1/+14
2013-09-30skbuff: size of hole is wrong in a commentNicolas Dichtel1-1/+1
2013-09-30Merge tag 'nfs-for-3.12-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-1/+2
2013-09-30Merge branch 'akpm' (fixes from Andrew Morton)Linus Torvalds1-0/+25
2013-09-30mm: avoid reinserting isolated balloon pages into LRU listsRafael Aquini1-0/+25
2013-09-30Merge remote-tracking branch 'regulator/fix/doc' into regulator-linusMark Brown1-0/+2
2013-09-29Merge tag 'char-misc-3.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-2/+5
2013-09-28USBNET: fix handling padding packetMing Lei1-0/+1
2013-09-28Merge branch 'lockref' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-3/+3
2013-09-28Merge tag 'devicetree-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds1-12/+8
2013-09-28mutex: replace CONFIG_HAVE_ARCH_MUTEX_CPU_RELAX with simple ifdefHeiko Carstens1-3/+3
2013-09-28sched: Revert need_resched() to look at TIF_NEED_RESCHEDPeter Zijlstra1-0/+5
2013-09-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davemJohn W. Linville1-0/+1
2013-09-26Drivers: hv: util: Correctly support ws2008R2 and earlierK. Y. Srinivasan1-2/+5
2013-09-26bcma: make bcma_core_pci_{up,down}() callable from atomic contextArend van Spriel1-0/+1
2013-09-26NFSv4: Honour the 'opened' parameter in the atomic_open() filesystem methodTrond Myklebust1-1/+2
2013-09-25Merge tag 'dm-3.12-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dmLinus Torvalds1-1/+2
2013-09-25sched, x86: Optimize the preempt_schedule() callPeter Zijlstra1-8/+5
2013-09-25sched: Prepare for per-cpu preempt_countPeter Zijlstra1-3/+9
2013-09-25sched: Extract the basic add/sub preempt_count modifiersPeter Zijlstra4-73/+54
2013-09-25sched, arch: Create asm/preempt.hPeter Zijlstra1-48/+1
2013-09-25sched: Add NEED_RESCHED to the preempt_countPeter Zijlstra2-7/+47