summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2012-03-21cgroup: revert ss_id_lock to spinlockHugh Dickins-9/+9
2012-03-21mm, counters: remove task argument to sync_mm_rss() and __sync_task_rss_stat()David Rientjes-1/+1
2012-03-21cpuset: mm: reduce large amounts of memory barrier related damage v3Mel Gorman-35/+9
2012-03-21mm: add rss counters consistency checkKonstantin Khlebnikov-3/+18
2012-03-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-8/+4
2012-03-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds-1/+6
2012-03-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds-30/+14
2012-03-21Merge tag 'irqdomain-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds-112/+716
2012-03-21Merge tag 'pm-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds-127/+116
2012-03-21Merge branch 'kmap_atomic' of git://github.com/congwang/linuxLinus Torvalds-16/+16
2012-03-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds-2/+1
2012-03-20constify path argument of trace_seq_path()Al Viro-1/+1
2012-03-20constify path argument of audit_log_d_path()Al Viro-1/+1
2012-03-20switch open-coded instances of d_make_root() to new helperAl Viro-6/+2
2012-03-20Merge branch 'for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds-19/+3
2012-03-20Merge branch 'for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds-229/+158
2012-03-20exit_signal: fix the "parent has changed security domain" logicOleg Nesterov-14/+9
2012-03-20exit_signal: simplify the "we have changed execution domain" logicOleg Nesterov-6/+1
2012-03-20CLONE_PARENT shouldn't allow to set ->exit_signalOleg Nesterov-1/+7
2012-03-20Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-186/+260
2012-03-20Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-300/+348
2012-03-20Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-259/+993
2012-03-20Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-69/+58
2012-03-20Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-369/+893
2012-03-20power: remove the second argument of k[un]map_atomic()Cong Wang-14/+14
2012-03-20kdb: remove the second argument of k[un]map_atomic()Cong Wang-2/+2
2012-03-19Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-28/+23
2012-03-16genirq: Remove paranoid warnons and bogus fixupsThomas Gleixner-10/+4
2012-03-15time: Remove bogus commentsThomas Gleixner-6/+0
2012-03-15time: Fix change_clocksource lockingJohn Stultz-0/+7
2012-03-15prctl: use CAP_SYS_RESOURCE for PR_SET_MM optionCyrill Gorcunov-1/+1
2012-03-15ntp: Fix integer overflow when setting timeSasha Levin-1/+1
2012-03-15printk: Make it compile with !CONFIG_PRINTKPeter Zijlstra-20/+20
2012-03-14Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds-1/+6
2012-03-14genirq: Flush the irq thread on synchronizationIdo Yariv-28/+44
2012-03-14padata: Fix race on sequence number wrapSteffen Klassert-28/+10
2012-03-14padata: Fix race in the serialization pathSteffen Klassert-2/+4
2012-03-13tracing: Fix build breakage without CONFIG_PERF_EVENTSMark Brown-2/+0
2012-03-13ftrace: Fix function_graph for archs that test ftrace_trace_functionRajesh Bhagat-1/+2
2012-03-13Merge branch 'linus' into irq/coreThomas Gleixner-55/+144
2012-03-13Merge tag 'v3.3-rc7' into sched/coreIngo Molnar-38/+99
2012-03-13sched/arch: Introduce the finish_arch_post_lock_switch() scheduler callbackCatalin Marinas-0/+4
2012-03-12Merge branch 'perf/hw-branch-sampling' into perf/coreIngo Molnar-0/+183
2012-03-12Merge branch 'perf/urgent' into perf/coreIngo Molnar-36/+97
2012-03-12sched: Fix nohz load accounting -- again!Peter Zijlstra-27/+26
2012-03-12sched: Update yield() docsPeter Zijlstra-2/+18
2012-03-12printk/sched: Introduce special printk_sched() for those awkward momentsPeter Zijlstra-5/+45
2012-03-12sched/nohz: Correctly initialize 'next_balance' in 'nohz' idle balancerDiwakar Tundlam-0/+1
2012-03-12sched: Cleanup cpu_active madnessPeter Zijlstra-1/+1
2012-03-12sched: Fix load-balance wreckagePeter Zijlstra-71/+39