aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-05-21Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds8-23/+171
2012-05-21Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds10-298/+1073
2012-05-21Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+3
2012-05-17Merge branches 'perf-urgent-for-linus', 'x86-urgent-for-linus' and 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-1/+7
2012-05-15genirq: export handle_edge_irq() and irq_to_desc()Jiri Kosina2-0/+2
2012-05-14Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcuIngo Molnar10-298/+1073
2012-05-11Merge branches 'barrier.2012.05.09a', 'fixes.2012.04.26a', 'inline.2012.05.02b' and 'srcu.2012.05.07b' into HEADPaul E. McKenney9-182/+752
2012-05-10namespaces, pid_ns: fix leakage on fork() failureMike Galbraith1-0/+3
2012-05-10tracing: Do not enable function event with enableSteven Rostedt2-1/+5
2012-05-10compat: Fix RT signal mask corruption via sigprocmaskJan Kiszka1-17/+46
2012-05-09rcu: Make rcu_barrier() less disruptivePaul E. McKenney3-88/+222
2012-05-09rcu: Explicitly initialize RCU_FAST_NO_HZ per-CPU variablesPaul E. McKenney1-4/+16
2012-05-09rcu: Make RCU_FAST_NO_HZ handle timer migrationPaul E. McKenney1-3/+21
2012-05-09sched: Fix KVM and ia64 boot crash due to sched_groups circular linked list assumptionIgor Mammedov1-0/+2
2012-05-08task_allocator: Use config switches instead of magic definesThomas Gleixner1-4/+3
2012-05-08fork: Provide kmemcache based thread_info allocatorThomas Gleixner1-0/+27
2012-05-08Merge branch 'smp/threadalloc' into smp/hotplugThomas Gleixner12-70/+107
2012-05-08fork: Provide weak arch_release_[task_struct|thread_info] functionsThomas Gleixner1-4/+17
2012-05-08fork: Move thread info gfp flags to headerThomas Gleixner1-6/+2
2012-05-08fork: Remove the weak insanityThomas Gleixner1-7/+1
2012-05-08smp: Implement kick_all_cpus_sync()Thomas Gleixner1-0/+23
2012-05-05init_task: Create generic init_task instanceThomas Gleixner1-2/+0
2012-05-04smp: Fix idle_thread_init() inline stubThomas Gleixner1-1/+1
2012-05-03smp, idle: Allocate idle thread for each possible cpu during bootSuresh Siddha4-56/+31
2012-05-02rcu: Make exit_rcu() more precise and consolidatePaul E. McKenney3-32/+28
2012-05-02rcu: Move PREEMPT_RCU preemption to switch_to() invocationPaul E. McKenney4-13/+4
2012-05-01rcu: Ensure that RCU_FAST_NO_HZ timers expire on correct CPUPaul E. McKenney1-5/+8
2012-04-30rcu: Add rcutorture test for call_srcu()Lai Jiangshan1-4/+40
2012-04-30rcu: Implement per-domain single-threaded call_srcu() state machineLai Jiangshan1-62/+300
2012-04-30rcu: Use single value to handle expedited SRCU grace periodsLai Jiangshan1-13/+14
2012-04-30rcu: Improve srcu_readers_active_idx()'s cache localityLai Jiangshan1-1/+8
2012-04-30rcu: Implement a variant of Peter's SRCU algorithmLai Jiangshan1-80/+69
2012-04-30rcu: Improve SRCU's wait_idx() commentsLai Jiangshan1-40/+37
2012-04-30rcu: Flip ->completed only once per SRCU grace periodLai Jiangshan1-36/+56
2012-04-30rcu: Increment upper bit only for srcu_read_lock()Lai Jiangshan1-10/+9
2012-04-30rcu: Remove fast check path from __synchronize_srcu()Lai Jiangshan1-24/+1
2012-04-30rcu: Direct algorithmic SRCU implementationPaul E. McKenney2-96/+190
2012-04-30rcu: Introduce rcutorture testing for rcu_barrier()Paul E. McKenney1-8/+186
2012-04-29Merge tag 'pm-for-3.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-6/+22
2012-04-27Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+0
2012-04-27Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-14/+27
2012-04-27Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-6/+13
2012-04-27Merge branch 'for-v3.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds1-19/+19
2012-04-26timer: Fix mod_timer_pinned() header commentPaul E. McKenney1-1/+7
2012-04-26rcu: Add warning for RCU_FAST_NO_HZ timer firingPaul E. McKenney1-0/+1
2012-04-26perf: Fix perf_event_for_each() to use siblingMichael Ellerman1-1/+1
2012-04-26sched: Fix OOPS when build_sched_domains() percpu allocation failshe, bo1-6/+16
2012-04-26sched: Fix more load-balancing falloutPeter Zijlstra2-8/+11
2012-04-26smp: Provide generic idle thread allocationThomas Gleixner4-2/+96
2012-04-26smp: Add generic smpboot facilityThomas Gleixner4-0/+29