summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2011-06-24Merge remote-tracking branch 'workqueues/for-next'Stephen Rothwell
2011-06-24Merge remote-tracking branch 'ptrace/ptrace'Stephen Rothwell
2011-06-24Merge remote-tracking branch 'rcu/rcu/next'Stephen Rothwell
2011-06-24Merge remote-tracking branch 'tip/auto-latest'Stephen Rothwell
2011-06-24Merge remote-tracking branch 'suspend/linux-next'Stephen Rothwell
2011-06-24Merge remote-tracking branch 'trivial/for-next'Stephen Rothwell
2011-06-24Merge remote-tracking branch 'security-testing/next'Stephen Rothwell
2011-06-24Merge branch 'quilt/rr'Stephen Rothwell
2011-06-24Merge remote-tracking branch 'vfs/for-next'Stephen Rothwell
2011-06-24Merge remote-tracking branch 'm68k/for-next'Stephen Rothwell
2011-06-24Merge remote-tracking branch 'fixes/fixes'Stephen Rothwell
2011-06-23Currently a single process may register exit handlers unlimited times. ItVasiliy Kulikov
2011-06-22ptrace: kill clone/exec tracehooksTejun Heo
2011-06-22ptrace: kill trivial tracehooksTejun Heo
2011-06-22ptrace: kill task_ptrace()Tejun Heo
2011-06-22rcu: Add event-trace markers to TREE_RCU kthreadsPaul E. McKenney
2011-06-22rcu: Move RCU_BOOST declarations to allow compiler checkingPaul E. McKenney
2011-06-22rcu: Don't destroy rcu_torture_boost() callback until it is donePaul E. McKenney
2011-06-21rcu: Update comments to reflect softirqs vs. kthreadsPaul E. McKenney
2011-06-21rcu: Add RCU type to callback-invocation tracingPaul E. McKenney
2011-06-21rcu: Put names into TINY_RCU structures under RCU_TRACEPaul E. McKenney
2011-06-21rcu: Event-trace markers for computing RCU CPU utilizationPaul E. McKenney
2011-06-21rcu: Add event-tracing for RCU callback invocationPaul E. McKenney
2011-06-21rcu: Avoid grace-period overflow for long dyntick-idle periodsPaul E. McKenney
2011-06-21rcu: Catch rcutorture up to new RCU API additionsPaul E. McKenney
2011-06-21rcu: Abstract common code for RCU grace-period-wait primitivesPaul E. McKenney
2011-06-21rcu: Fix mismatched variable in rcutree_trace.cAndi Kleen
2011-06-21PM / Suspend: Export suspend_set_ops, suspend_valid_only_memKevin Hilman
2011-06-21PM / Suspend: Add .suspend_again() callback to suspend_opsMyungJoo Ham
2011-06-21PM: Free memory bitmaps if opening /dev/snapshot failsMichal Kubecek
2011-06-21resources: Add lookup_resource()Geert Uytterhoeven
2011-06-21kill file_permission() completelyAl Viro
2011-06-19Merge branches 'perf-urgent-for-linus', 'sched-urgent-for-linus', 'timers-urg...Linus Torvalds
2011-06-19Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2011-06-18Merge branch 'timers/urgent' into auto-latestIngo Molnar
2011-06-18Merge branch 'sched/urgent' into auto-latestIngo Molnar
2011-06-18Merge branch 'core/urgent' into auto-latestIngo Molnar
2011-06-18Merge branch 'linus' into auto-latestIngo Molnar
2011-06-17rcu: Restore checks for blocking in RCU read-side critical sectionsPaul E. McKenney
2011-06-17rcu: Streamline code produced by __rcu_read_unlock()Paul E. McKenney
2011-06-17rcu: Avoid unnecessary self-wakeup of per-CPU kthreadsShaohua Li
2011-06-17rcu: Use kthread_create_on_node()Eric Dumazet
2011-06-17KEYS/DNS: Fix ____call_usermodehelper() to not lose the session keyringDavid Howells
2011-06-17generic-ipi: Fix kexec boot crash by initializing call_single_queue before en...Takao Indoh
2011-06-16rcu: Move RCU_BOOST #ifdefs to header filePaul E. McKenney
2011-06-16ptrace: implement PTRACE_LISTENTejun Heo
2011-06-16ptrace: implement TRAP_NOTIFY and use it for group stop eventsTejun Heo
2011-06-16ptrace: implement PTRACE_INTERRUPTTejun Heo
2011-06-16ptrace: implement PTRACE_SEIZETejun Heo
2011-06-16job control: introduce JOBCTL_TRAP_STOP and use it for group stop trapTejun Heo