summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)Author
2012-04-30rcu: Use single value to handle expedited SRCU grace periodsLai Jiangshan
2012-04-30rcu: Improve srcu_readers_active_idx()'s cache localityLai Jiangshan
2012-04-30rcu: Implement a variant of Peter's SRCU algorithmLai Jiangshan
2012-04-30rcu: Improve SRCU's wait_idx() commentsLai Jiangshan
2012-04-30rcu: Flip ->completed only once per SRCU grace periodLai Jiangshan
2012-04-30rcu: Increment upper bit only for srcu_read_lock()Lai Jiangshan
2012-04-30rcu: Remove fast check path from __synchronize_srcu()Lai Jiangshan
2012-04-30rcu: Direct algorithmic SRCU implementationPaul E. McKenney
2012-04-30rcu: Introduce rcutorture testing for rcu_barrier()Paul E. McKenney
2012-04-29Merge tag 'pm-for-3.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds
2012-04-27Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2012-04-27Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2012-04-27Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2012-04-27Merge branch 'for-v3.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2012-04-26timer: Fix mod_timer_pinned() header commentPaul E. McKenney
2012-04-26rcu: Add warning for RCU_FAST_NO_HZ timer firingPaul E. McKenney
2012-04-26perf: Fix perf_event_for_each() to use siblingMichael Ellerman
2012-04-26sched: Fix OOPS when build_sched_domains() percpu allocation failshe, bo
2012-04-26sched: Fix more load-balancing falloutPeter Zijlstra
2012-04-26smp: Provide generic idle thread allocationThomas Gleixner
2012-04-26smp: Add generic smpboot facilityThomas Gleixner
2012-04-26smp: Add task_struct argument to __cpu_up()Thomas Gleixner
2012-04-25hung task debugging: Inject NMI when hung and going to panicSasha Levin
2012-04-25Merge branch 'tip/perf/urgent-2' of git://git.kernel.org/pub/scm/linux/kernel...Ingo Molnar
2012-04-25Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Ingo Molnar
2012-04-24rcu: Fixes to rcutorture error handling and cleanupPaul E. McKenney
2012-04-24rcu: Make RCU_FAST_NO_HZ account for pauses out of idlePaul E. McKenney
2012-04-24rcu: Make RCU_FAST_NO_HZ use timer rather than hrtimerPaul E. McKenney
2012-04-24rcu: Add RCU_FAST_NO_HZ tracing for idle exitPaul E. McKenney
2012-04-24rcu: Document why rcu_blocking_is_gp() is safePaul E. McKenney
2012-04-24rcu: Reduce cache-miss initialization latencies for large systemsPaul E. McKenney
2012-04-24PM / Hibernate: fix the number of pages used for hibernate/thaw bufferingBojan Smojver
2012-04-23irq: hide debug macros so they don't collide with others.Paul Gortmaker
2012-04-19tracing: Fix stacktrace of latency tracers (irqsoff and friends)Steven Rostedt
2012-04-19tick: Fix the spurious broadcast timer ticks after resumeSuresh Siddha
2012-04-19tick: Ensure that the broadcast device is initializedThomas Gleixner
2012-04-19genirq: Be more informative on irq type mismatchThomas Gleixner
2012-04-19genirq: Reject bogus threaded irq requestsThomas Gleixner
2012-04-18tick: Fix oneshot broadcast setup reallyThomas Gleixner
2012-04-18seccomp: fix build warnings when there is no CONFIG_SECCOMP_FILTERWill Drewry
2012-04-17rcu: Permit call_rcu() from CPU_DYING notifiersPaul E. McKenney
2012-04-16tracing: Fix regression with tracing_onSteven Rostedt
2012-04-13Merge branch 'systemh-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2012-04-13tracing: Fix build breakage without CONFIG_PERF_EVENTS (again)Mark Brown
2012-04-14ptrace,seccomp: Add PTRACE_SECCOMP supportWill Drewry
2012-04-14seccomp: Add SECCOMP_RET_TRAPWill Drewry
2012-04-14signal, x86: add SIGSYS info and make it synchronous.Will Drewry
2012-04-14seccomp: add SECCOMP_RET_ERRNOWill Drewry
2012-04-14seccomp: remove duplicated failure loggingKees Cook
2012-04-14seccomp: add system call filtering using BPFWill Drewry