aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2013-02-19Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2013-02-19Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2013-02-18genirq: Export enable/disable_percpu_irq()Chris Metcalf
2013-02-12kernel/pid.c: reenable interrupts when alloc_pid() fails because init has exitedEric W. Biederman
2013-02-07srcu: use ACCESS_ONCE() to access sp->completed in srcu_read_lock()Lai Jiangshan
2013-02-07srcu: Update synchronize_srcu_expedited()'s commentsLai Jiangshan
2013-02-07srcu: Update synchronize_srcu()'s commentsLai Jiangshan
2013-02-07srcu: Simple cleanup for cleanup_srcu_struct()Lai Jiangshan
2013-02-07srcu: Add might_sleep() annotation to synchronize_srcu()Lai Jiangshan
2013-02-07srcu: Simplify __srcu_read_unlock() via this_cpu_dec()Lai Jiangshan
2013-02-06Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar
2013-02-05Merge branch 'nohz/printk-v8' into irq/coreFrederic Weisbecker
2013-02-05Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2013-02-05Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2013-02-05Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2013-02-04rcu: Allow rcutorture to be built at low optimization levelsSteven Rostedt
2013-02-04Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar
2013-02-04irq_work: Remove return value from the irq_work_queue() functionanish kumar
2013-02-03perf: Fix event group context moveJiri Olsa
2013-01-31Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2013-01-31Revert "console: implement lockdep support for console_lock"Dave Airlie
2013-01-28Merge branches 'doctorture.2013.01.29a', 'fixes.2013.01.26a', 'tagcb.2013.01....Paul E. McKenney
2013-01-28rcu: Make rcutorture's shuffler task shuffle recently added tasksPaul E. McKenney
2013-01-28rcu: Provide RCU CPU stall warnings for tiny RCUPaul E. McKenney
2013-01-28smp: Fix SMP function call empty cpu mask raceWang YanQing
2013-01-26context_tracking: Add comments on interface and internalsFrederic Weisbecker
2013-01-26rcu: Remove unused code originally used for context trackingLi Zhong
2013-01-26rcu: Correct 'optimized' to 'optimize' in header commentCody P Schafer
2013-01-25sched/debug: Fix format string for 32-bit platformsArnd Bergmann
2013-01-25sched: Fix warning in kernel/sched/fair.cArnd Bergmann
2013-01-25sched/rt: Use root_domain of rt_rq not current processorShawn Bohrer
2013-01-24Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Ingo Molnar
2013-01-24Merge branch 'core/irq_work' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar
2013-01-24Merge tag 'v3.8-rc4' into irq/coreIngo Molnar
2013-01-22async: fix __lowest_in_progress()Tejun Heo
2013-01-22Merge tag 'trace-3.8-rc4-fix' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2013-01-22wake_up_process() should be never used to wakeup a TASK_STOPPED/TRACED taskOleg Nesterov
2013-01-22ptrace: ensure arch_ptrace/ptrace_request can never race with SIGKILLOleg Nesterov
2013-01-22ptrace: introduce signal_wake_up_state() and ptrace_signal_wake_up()Oleg Nesterov
2013-01-21ftrace: Be first to run code modification on modulesSteven Rostedt
2013-01-20module: fix missing module_mutex unlockLinus Torvalds
2013-01-20Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2013-01-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-01-20ia64: kill thread_matches(), unexport ptrace_check_attach()Oleg Nesterov
2013-01-19sys_clone() needs asmlinkage_protectAl Viro
2013-01-16module, async: async_synchronize_full() on module init iff async is usedTejun Heo
2013-01-14Merge tag 'trace-3.8-rc3-regression-fix' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2013-01-14tracing: Fix regression of trace_pipeLiu Bo
2013-01-12module: put modules in list much earlier.Rusty Russell
2013-01-12module: add new state MODULE_STATE_UNFORMED.Rusty Russell