summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* locking/doc: Update references to kernel/mutex.cPeter Zijlstra2013-11-111-1/+1
* cpuset: Fix potential deadlock w/ set_mems_allowedJohn Stultz2013-11-061-0/+4
* seqcount: Add lockdep functionality to seqcount/seqlock structuresJohn Stultz2013-11-063-13/+82
* net: Explicitly initialize u64_stats_sync structures for lockdepJohn Stultz2013-11-061-0/+7
* Merge branch 'sched/core' into core/locking, to prepare the kernel/locking/ f...Ingo Molnar2013-11-0618-402/+600
|\
| * sched: Move completion code from core.c to completion.cPeter Zijlstra2013-11-061-1/+1
| * sched/wait: Fix __wait_event_interruptible_lock_irq_timeout()Heiko Carstens2013-11-011-1/+1
| * Merge branch 'linus' into sched/coreIngo Molnar2013-11-0125-107/+76
| |\
| * | sched/wait: Fix build breakageThierry Reding2013-10-231-1/+1
| * | sched/wait: Introduce prepare_to_wait_event()Oleg Nesterov2013-10-161-10/+14
| * | sched/wait: Add ___wait_cond_timeout() to wait_event*_timeout() tooOleg Nesterov2013-10-161-3/+3
| * | Merge branch 'core/urgent' into sched/coreIngo Molnar2013-10-115-1/+54
| |\ \
| * | | sched/numa: Skip some page migrations after a shared faultRik van Riel2013-10-091-1/+4
| * | | mm: numa: Revert temporarily disabling of NUMA migrationRik van Riel2013-10-091-1/+0
| * | | sched/numa: Remove the numa_balancing_scan_period_reset sysctlMel Gorman2013-10-092-4/+0
| * | | sched/numa: Adjust scan rate in task_numa_placementRik van Riel2013-10-091-0/+9
| * | | sched/numa: Be more careful about joining numa groupsRik van Riel2013-10-091-0/+1
| * | | sched/numa: Add debuggingIngo Molnar2013-10-091-0/+6
| * | | sched/numa: Call task_numa_free() from do_execve()Rik van Riel2013-10-091-0/+4
| * | | sched/numa: Use group fault statistics in numa placementMel Gorman2013-10-091-0/+1
| * | | sched/numa: Stay on the same node if CLONE_VMRik van Riel2013-10-091-1/+1
| * | | mm: numa: Do not group on RO pagesPeter Zijlstra2013-10-091-2/+5
| * | | sched/numa: Report a NUMA task group IDMel Gorman2013-10-091-0/+5
| * | | sched/numa: Use {cpu, pid} to create task groups for shared faultsPeter Zijlstra2013-10-092-0/+14
| * | | mm: numa: Change page last {nid,pid} into {cpu,pid}Peter Zijlstra2013-10-093-53/+63
| * | | sched/numa: Introduce migrate_swap()Peter Zijlstra2013-10-091-0/+2
| * | | stop_machine: Introduce stop_two_cpus()Peter Zijlstra2013-10-091-0/+1
| * | | sched/numa: Retry migration of tasks to CPU on a preferred nodeMel Gorman2013-10-091-0/+1
| * | | mm: numa: Limit NUMA scanning to migrate-on-fault VMAsMel Gorman2013-10-091-0/+1
| * | | sched/numa: Set preferred NUMA node based on number of private faultsMel Gorman2013-10-093-35/+86
| * | | mm: numa: Scan pages with elevated page_mapcountMel Gorman2013-10-091-3/+4
| * | | sched/numa: Add infrastructure for split shared/private accounting of NUMA hi...Mel Gorman2013-10-091-2/+3
| * | | sched/numa: Favour moving tasks towards the preferred nodeMel Gorman2013-10-091-0/+1
| * | | sched/numa: Update NUMA hinting faults once per scanMel Gorman2013-10-091-0/+13
| * | | sched/numa: Select a preferred node with the most numa hinting faultsMel Gorman2013-10-091-0/+1
| * | | sched/numa: Track NUMA hinting faults on per-node basisMel Gorman2013-10-091-0/+2
| * | | sched/numa: Set the scan rate proportional to the memory usage of the task be...Mel Gorman2013-10-091-0/+1
| * | | Revert "mm: sched: numa: Delay PTE scanning until a task is scheduled on a ne...Mel Gorman2013-10-091-10/+0
| * | | Merge tag 'v3.12-rc4' into sched/coreIngo Molnar2013-10-0937-98/+151
| |\ \ \
| * | | | sched/wait: Clean up wait.h details a bitIngo Molnar2013-10-041-64/+60
| * | | | sched/wait: Make the __wait_event*() interface more friendlyPeter Zijlstra2013-10-042-63/+60
| * | | | sched/wait: Collapse __wait_event_hrtimeout()Peter Zijlstra2013-10-041-13/+2
| * | | | sched/wait: Collapse __wait_event_killable()Peter Zijlstra2013-10-041-16/+1
| * | | | sched/wait: Collapse __wait_event_interruptible_tty()Peter Zijlstra2013-10-041-17/+4
| * | | | sched/wait: Collapse __wait_event_interruptible_lock_irq_timeout()Peter Zijlstra2013-10-041-19/+6
| * | | | sched/wait: Collapse __wait_event_interruptible_lock_irq()Peter Zijlstra2013-10-041-20/+6
| * | | | sched/wait: Collapse __wait_event_lock_irq()Peter Zijlstra2013-10-041-14/+6
| * | | | sched/wait: Collapse __wait_event_interruptible_exclusive()Peter Zijlstra2013-10-041-20/+2
| * | | | sched/wait: Collapse __wait_event_interruptible_timeout()Peter Zijlstra2013-10-041-15/+3
| * | | | sched/wait: Collapse __wait_event_interruptible()Peter Zijlstra2013-10-041-15/+2