summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2011-03-28Merge remote-tracking branch 'percpu/for-next'Stephen Rothwell
2011-03-28Merge remote-tracking branch 'rcu/rcu/next'Stephen Rothwell
2011-03-28Merge remote-tracking branch 'suspend/linux-next'Stephen Rothwell
2011-03-28Merge branch 'quilt/rr'Stephen Rothwell
2011-03-28Merge branch 'quilt/kernel-doc'Stephen Rothwell
2011-03-28kern-signal-kerndoc11Randy Dunlap
2011-03-28kern-signal-typo10Randy Dunlap
2011-03-26PM / Hibernate: Introduce CONFIG_HIBERNATE_INTERFACERafael J. Wysocki
2011-03-25Merge branch 'syscore' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds
2011-03-25Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwe...Linus Torvalds
2011-03-25Merge branch 'irq-cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2011-03-25Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2011-03-25Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2011-03-25Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2011-03-25Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2011-03-25kdb: add usage string of 'per_cpu' commandNamhyung Kim
2011-03-25kdb: code cleanup to use macro instead of valueJovi Zhang
2011-03-25genirq: Expand generic show_interrupts()Thomas Gleixner
2011-03-25rcu: introduce kfree_rcu()Lai Jiangshan
2011-03-25rcu: fix spellingPaul E. McKenney
2011-03-25rcu: fix rcu_cpu_kthread_task synchronizationPaul E. McKenney
2011-03-25rcu: call __rcu_read_unlock() in exit_rcu for tree RCULai Jiangshan
2011-03-25rcu: Converge TINY_RCU expedited and normal boostingPaul E. McKenney
2011-03-25rcu: remove useless ->boosted_this_gp fieldPaul E. McKenney
2011-03-25rcu: code cleanups in TINY_RCU priority boosting.Paul E. McKenney
2011-03-25rcu: Switch to this_cpu() primitivesPaul E. McKenney
2011-03-25rcu: Use WARN_ON_ONCE for DEBUG_OBJECTS_RCU_HEAD warningsPaul E. McKenney
2011-03-25rcu: Enable DEBUG_OBJECTS_RCU_HEAD from !PREEMPTMathieu Desnoyers
2011-03-25rcu: Add boosting to TREE_PREEMPT_RCU tracingPaul E. McKenney
2011-03-25rcu: eliminate unused boosting statisticsPaul E. McKenney
2011-03-25rcu: priority boosting for TREE_PREEMPT_RCUPaul E. McKenney
2011-03-25rcu: move TREE_RCU from softirq to kthreadPaul E. McKenney
2011-03-25futex: Fix WARN_ON() test for UPSteven Rostedt
2011-03-24percpu: Always align percpu output section to PAGE_SIZETejun Heo
2011-03-24Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2011-03-24Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells...Linus Torvalds
2011-03-24vsprintf: Introduce %pB format specifierNamhyung Kim
2011-03-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2011-03-23crash_dump: export is_kdump_kernel to modules, consolidate elfcorehdr_addr, s...Olaf Hering
2011-03-23taskstats: use appropriate printk priority levelMandeep Singh Baines
2011-03-23userns: user namespaces: convert several capable() callsSerge E. Hallyn
2011-03-23userns: add a user namespace owner of ipc nsSerge E. Hallyn
2011-03-23userns: user namespaces: convert all capable checks in kernel/sys.cSerge E. Hallyn
2011-03-23userns: make has_capability* into real functionsSerge E. Hallyn
2011-03-23userns: allow ptrace from non-init user namespacesSerge E. Hallyn
2011-03-23userns: allow killing tasks in your own or child usernsSerge E. Hallyn
2011-03-23userns: allow sethostname in a containerSerge E. Hallyn
2011-03-23userns: security: make capabilities relative to the user namespaceSerge E. Hallyn
2011-03-23userns: add a user_namespace as creator/owner of uts_namespaceSerge E. Hallyn
2011-03-23pidns: call pid_ns_prepare_proc() from create_pid_namespace()Eric W. Biederman