summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2012-05-21Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2012-05-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds
2012-05-21Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2012-05-21Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2012-05-21Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2012-05-17Merge branches 'perf-urgent-for-linus', 'x86-urgent-for-linus' and 'sched-urg...Linus Torvalds
2012-05-15genirq: export handle_edge_irq() and irq_to_desc()Jiri Kosina
2012-05-14Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar
2012-05-11Merge branches 'barrier.2012.05.09a', 'fixes.2012.04.26a', 'inline.2012.05.02...Paul E. McKenney
2012-05-10namespaces, pid_ns: fix leakage on fork() failureMike Galbraith
2012-05-10tracing: Do not enable function event with enableSteven Rostedt
2012-05-10compat: Fix RT signal mask corruption via sigprocmaskJan Kiszka
2012-05-09rcu: Make rcu_barrier() less disruptivePaul E. McKenney
2012-05-09rcu: Explicitly initialize RCU_FAST_NO_HZ per-CPU variablesPaul E. McKenney
2012-05-09rcu: Make RCU_FAST_NO_HZ handle timer migrationPaul E. McKenney
2012-05-09sched: Fix KVM and ia64 boot crash due to sched_groups circular linked list a...Igor Mammedov
2012-05-08task_allocator: Use config switches instead of magic definesThomas Gleixner
2012-05-08fork: Provide kmemcache based thread_info allocatorThomas Gleixner
2012-05-08Merge branch 'smp/threadalloc' into smp/hotplugThomas Gleixner
2012-05-08fork: Provide weak arch_release_[task_struct|thread_info] functionsThomas Gleixner
2012-05-08fork: Move thread info gfp flags to headerThomas Gleixner
2012-05-08fork: Remove the weak insanityThomas Gleixner
2012-05-08smp: Implement kick_all_cpus_sync()Thomas Gleixner
2012-05-05init_task: Create generic init_task instanceThomas Gleixner
2012-05-04genirq: Do not consider disabled wakeup irqsThomas Gleixner
2012-05-04genirq: Allow check_wakeup_irqs to notice level-triggered interruptsThomas Gleixner
2012-05-04smp: Fix idle_thread_init() inline stubThomas Gleixner
2012-05-04Merge tag 'v3.4-rc5' into nextJames Morris
2012-05-03smp, idle: Allocate idle thread for each possible cpu during bootSuresh Siddha
2012-05-02rcu: Make exit_rcu() more precise and consolidatePaul E. McKenney
2012-05-02rcu: Move PREEMPT_RCU preemption to switch_to() invocationPaul E. McKenney
2012-05-01rcu: Ensure that RCU_FAST_NO_HZ timers expire on correct CPUPaul E. McKenney
2012-04-30rcu: Add rcutorture test for call_srcu()Lai Jiangshan
2012-04-30rcu: Implement per-domain single-threaded call_srcu() state machineLai Jiangshan
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