summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2013-01-18workqueue: implement current_is_async()Tejun Heo2-0/+25
2013-01-18workqueue: move struct worker definition to workqueue_internal.hTejun Heo2-31/+38
2013-01-18workqueue: rename kernel/workqueue_sched.h to kernel/workqueue_internal.hTejun Heo4-11/+20
2013-01-17workqueue: set PF_WQ_WORKER on rescuersTejun Heo1-7/+28
2012-12-19workqueue: fix find_worker_executing_work() brekage from hashtable conversionTejun Heo1-1/+1
2012-12-18workqueue: consider work function when searching for busy work itemsTejun Heo1-8/+31
2012-12-18workqueue: use new hashtable implementationSasha Levin1-71/+15
2012-12-17Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds9-49/+55
2012-12-17pidns: remove unused is_container_init()Gao feng1-15/+0
2012-12-17ptrace: introduce PTRACE_O_EXITKILLOleg Nesterov1-0/+3
2012-12-17compat: generic compat_sys_sched_rr_get_interval() implementationCatalin Marinas1-0/+17
2012-12-17trace: use kbasename()Andy Shevchenko1-4/+4
2012-12-17printk: boot_delay should only affect outputAndrew Cooks1-19/+21
2012-12-17watchdog: store the watchdog sample period as a variableChuansheng Liu1-5/+8
2012-12-17lseek: the "whence" argument is called "whence"Andrew Morton1-2/+2
2012-12-17kernel: remove reference to feature-removal-schedule.txtTao Ma2-4/+0
2012-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds14-115/+371
2012-12-17sched: numa: Fix build error if CONFIG_NUMA_BALANCING && !CONFIG_TRANSPARENT_...Mel Gorman1-1/+1
2012-12-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2-115/+25
2012-12-16Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds6-17/+352
2012-12-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-3/+2
2012-12-14Revert "sched: Update_cfs_shares at period edge"Linus Torvalds1-10/+8
2012-12-13Merge tag 'kvm-3.8-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-0/+65
2012-12-13Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds3-39/+17
2012-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds8-11/+12
2012-12-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds3-195/+2
2012-12-12res_counter: delete res_counter_write()Greg Thelen1-22/+0
2012-12-12kthread: use N_MEMORY instead N_HIGH_MEMORYLai Jiangshan1-1/+1
2012-12-12cpuset: use N_MEMORY instead N_HIGH_MEMORYLai Jiangshan1-16/+16
2012-12-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds4-197/+76
2012-12-12Merge branch 'for-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds9-677/+758
2012-12-12Merge branch 'for-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-2/+4
2012-12-11Merge branch 'x86-bsp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-0/+5
2012-12-11Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds5-92/+70
2012-12-11Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds13-270/+938
2012-12-11Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-4/+14
2012-12-11Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds21-359/+451
2012-12-11Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-2/+48
2012-12-11Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds14-352/+1014
2012-12-11Merge branches 'core-locking-for-linus' and 'timers-urgent-for-linus' of git:...Linus Torvalds2-2/+2
2012-12-11Merge tag 'tty-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2-2/+12
2012-12-11Merge tag 'driver-core-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-6/+3
2012-12-11Merge tag 'pm+acpi-for-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds5-6/+75
2012-12-11Merge tag 'irqdomain-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-2/+2
2012-12-11mm: sched: numa: Delay PTE scanning until a task is scheduled on a new nodeMel Gorman3-1/+24
2012-12-11mm: sched: numa: Control enabling and disabling of NUMA balancing if !SCHED_D...Mel Gorman2-1/+16
2012-12-11mm: sched: numa: Control enabling and disabling of NUMA balancingMel Gorman3-17/+40
2012-12-11mm: sched: Adapt the scanning rate if a NUMA hinting fault does not migrateMel Gorman3-8/+29
2012-12-11sched: numa: Slowly increase the scanning period as NUMA faults are handledMel Gorman1-1/+10
2012-12-11mm: numa: Rate limit setting of pte_numa if node is saturatedMel Gorman1-0/+9