aboutsummaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2013-11-06Merge branch 'sched/core' into core/locking, to prepare the kernel/locking/ f...Ingo Molnar16-401/+494
2013-11-06sched: Move completion code from core.c to completion.cPeter Zijlstra1-1/+1
2013-11-06Merge branch 'core/rcu' into core/locking, to prepare the kernel/locking/ fil...Ingo Molnar4-14/+52
2013-11-06Merge tag 'v3.12' into core/locking to pick up mutex upatesIngo Molnar32-172/+176
2013-11-03ipc, msg: forbid negative values for "msg{max,mnb,mni}"Mathias Krause1-3/+3
2013-11-01sched/wait: Fix __wait_event_interruptible_lock_irq_timeout()Heiko Carstens1-1/+1
2013-11-01Merge branch 'linus' into sched/coreIngo Molnar13-102/+41
2013-10-30percpu: fix this_cpu_sub() subtrahend casting for unsignedsGreg Thelen1-4/+4
2013-10-23sched/wait: Fix build breakageThierry Reding1-1/+1
2013-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds4-26/+15
2013-10-18Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar4-14/+52
2013-10-17yam: integer underflow in yam_ioctl()Dan Carpenter1-1/+1
2013-10-17Merge tag 'usb-3.12-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2-2/+4
2013-10-17usb: usb_phy_gen: refine conditional declaration of usb_nop_xceiv_registerGuenter Roeck1-1/+1
2013-10-16mm: memcg: handle non-error OOM situations more gracefullyJohannes Weiner2-43/+14
2013-10-16usb-storage: add quirk for mandatory READ_CAPACITY_16Oliver Neukum1-1/+3
2013-10-16sched/wait: Introduce prepare_to_wait_event()Oleg Nesterov1-10/+14
2013-10-16sched/wait: Add ___wait_cond_timeout() to wait_event*_timeout() tooOleg Nesterov1-3/+3
2013-10-15Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds1-14/+0
2013-10-15Merge branch 'idle.2013.09.25a' into HEADPaul E. McKenney3-12/+31
2013-10-15Revert "drivers: of: add initialization code for dma reserved memory"Marek Szyprowski1-14/+0
2013-10-14Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2-6/+4
2013-10-12Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+15
2013-10-11Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-7/+0
2013-10-11Merge branch 'core/urgent' into sched/coreIngo Molnar5-1/+54
2013-10-11compiler/gcc4: Add quirk for 'asm goto' miscompilation bugIngo Molnar1-0/+15
2013-10-11Revert "i915: Update VGA arbiter support for newer devices"Dave Airlie1-7/+0
2013-10-10Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-0/+15
2013-10-10random: allow architectures to optionally define random_get_entropy()Theodore Ts'o1-0/+14
2013-10-10IB/mlx5: Fix eq names to display nicely in /proc/interruptsSagi Grimberg1-1/+1
2013-10-10mlx5: Fix layout of struct mlx5_init_segEli Cohen1-1/+1
2013-10-10mlx5: Remove checksum on command interface commandsEli Cohen2-4/+2
2013-10-09sched/numa: Skip some page migrations after a shared faultRik van Riel1-1/+4
2013-10-09mm: numa: Revert temporarily disabling of NUMA migrationRik van Riel1-1/+0
2013-10-09sched/numa: Remove the numa_balancing_scan_period_reset sysctlMel Gorman2-4/+0
2013-10-09sched/numa: Adjust scan rate in task_numa_placementRik van Riel1-0/+9
2013-10-09sched/numa: Be more careful about joining numa groupsRik van Riel1-0/+1
2013-10-09sched/numa: Add debuggingIngo Molnar1-0/+6
2013-10-09sched/numa: Call task_numa_free() from do_execve()Rik van Riel1-0/+4
2013-10-09sched/numa: Use group fault statistics in numa placementMel Gorman1-0/+1
2013-10-09sched/numa: Stay on the same node if CLONE_VMRik van Riel1-1/+1
2013-10-09mm: numa: Do not group on RO pagesPeter Zijlstra1-2/+5
2013-10-09sched/numa: Report a NUMA task group IDMel Gorman1-0/+5
2013-10-09sched/numa: Use {cpu, pid} to create task groups for shared faultsPeter Zijlstra2-0/+14
2013-10-09mm: numa: Change page last {nid,pid} into {cpu,pid}Peter Zijlstra3-53/+63
2013-10-09sched/numa: Introduce migrate_swap()Peter Zijlstra1-0/+2
2013-10-09stop_machine: Introduce stop_two_cpus()Peter Zijlstra1-0/+1
2013-10-09sched/numa: Retry migration of tasks to CPU on a preferred nodeMel Gorman1-0/+1
2013-10-09mm: numa: Limit NUMA scanning to migrate-on-fault VMAsMel Gorman1-0/+1
2013-10-09sched/numa: Set preferred NUMA node based on number of private faultsMel Gorman3-35/+86