aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-03-20Merge branch 'for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-19/+3
2012-03-20Merge branch 'for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds5-229/+158
2012-03-20exit_signal: fix the "parent has changed security domain" logicOleg Nesterov2-14/+9
2012-03-20exit_signal: simplify the "we have changed execution domain" logicOleg Nesterov1-6/+1
2012-03-20CLONE_PARENT shouldn't allow to set ->exit_signalOleg Nesterov1-1/+7
2012-03-20Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds5-186/+260
2012-03-20Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds10-300/+348
2012-03-20Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds23-259/+993
2012-03-20Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds6-69/+58
2012-03-20Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds11-369/+893
2012-03-19Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-28/+23
2012-03-16genirq: Remove paranoid warnons and bogus fixupsThomas Gleixner1-10/+4
2012-03-15prctl: use CAP_SYS_RESOURCE for PR_SET_MM optionCyrill Gorcunov1-1/+1
2012-03-15ntp: Fix integer overflow when setting timeSasha Levin1-1/+1
2012-03-15printk: Make it compile with !CONFIG_PRINTKPeter Zijlstra1-20/+20
2012-03-14Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+6
2012-03-14genirq: Flush the irq thread on synchronizationIdo Yariv2-28/+44
2012-03-13Merge branch 'linus' into irq/coreThomas Gleixner12-55/+144
2012-03-13Merge tag 'v3.3-rc7' into sched/coreIngo Molnar6-38/+99
2012-03-12Merge branch 'perf/hw-branch-sampling' into perf/coreIngo Molnar2-0/+183
2012-03-12Merge branch 'perf/urgent' into perf/coreIngo Molnar5-36/+97
2012-03-12sched: Fix nohz load accounting -- again!Peter Zijlstra1-27/+26
2012-03-12sched: Update yield() docsPeter Zijlstra1-2/+18
2012-03-12printk/sched: Introduce special printk_sched() for those awkward momentsPeter Zijlstra3-5/+45
2012-03-12sched/nohz: Correctly initialize 'next_balance' in 'nohz' idle balancerDiwakar Tundlam1-0/+1
2012-03-12sched: Cleanup cpu_active madnessPeter Zijlstra1-1/+1
2012-03-12sched: Fix load-balance wreckagePeter Zijlstra1-71/+39
2012-03-12workqueue: use percpu allocator for cwq on UPLai Jiangshan1-19/+3
2012-03-09genirq: Get rid of unnecessary IRQTF_DIED flagAlexander Gordeev4-15/+4
2012-03-09genirq: No need to check IRQTF_DIED before stopping a thread handlerAlexander Gordeev1-4/+2
2012-03-09genirq: Get rid of unnecessary irqaction field in task_structAlexander Gordeev1-8/+11
2012-03-09genirq: Fix incorrect check for forced IRQ thread handlerAlexander Gordeev1-1/+1
2012-03-07Revert "CPU hotplug, cpusets, suspend: Don't touch cpusets during suspend/resume"Linus Torvalds1-2/+2
2012-03-06genirq: Clear action->thread_mask if IRQ_ONESHOT is not setThomas Gleixner1-6/+38
2012-03-06softirq: Reduce invoke_softirq() code duplicationHeiko Carstens1-14/+4
2012-03-06genirq: Fix long-term regression in genirq irq_set_irq_type() handlingRussell King1-2/+1
2012-03-05hung_task: fix the broken rcu_lock_break() logicOleg Nesterov1-4/+7
2012-03-05vfork: kill PF_STARTINGOleg Nesterov1-9/+0
2012-03-05coredump_wait: don't call complete_vfork_done()Oleg Nesterov1-1/+1
2012-03-05vfork: make it killableOleg Nesterov1-8/+32
2012-03-05vfork: introduce complete_vfork_done()Oleg Nesterov1-7/+10
2012-03-05kprobes: return proper error code from register_kprobe()Prashanth Nageshappa1-5/+7
2012-03-05kmsg_dump: don't run on non-error paths by defaultMatthew Garrett1-0/+6
2012-03-05perf: Add callback to flush branch_stack on context switchStephane Eranian1-0/+85
2012-03-05perf: Disable PERF_SAMPLE_BRANCH_* when not supportedStephane Eranian2-0/+30
2012-03-05perf: Add generic taken branch sampling supportStephane Eranian1-0/+68
2012-03-05Merge branch 'perf/urgent' into perf/coreIngo Molnar16-35/+108
2012-03-02Merge branches 'core-urgent-for-linus', 'perf-urgent-for-linus' and 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-4/+4
2012-03-02sched: Clean up parameter passing of proc_sched_autogroup_set_nice()Hiroshi Shimamoto1-6/+6
2012-03-02Block: use a freezable workqueue for disk-event pollingAlan Stern1-1/+6