summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
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/r...Linus Torvalds1-6/+22
2012-04-27Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+0
2012-04-27Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds3-14/+27
2012-04-27Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-6/+13
2012-04-27Merge branch 'for-v3.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-19/+19
2012-04-27res_counter: Account max_usage when calling res_counter_charge_nofail()Frederic Weisbecker1-1/+1
2012-04-27res_counter: Merge res_counter_charge and res_counter_charge_nofailFrederic Weisbecker1-39/+34
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: Use static variant of perf_event_overflow in core.cRobert Richter1-1/+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
2012-04-26smp: Add task_struct argument to __cpu_up()Thomas Gleixner1-1/+1
2012-04-26userns: Rework the user_namespace adding uid/gid mapping supportEric W. Biederman2-41/+520
2012-04-26userns: Simplify the user_namespace by making userns->creator a kuid.Eric W. Biederman2-25/+24
2012-04-25hung task debugging: Inject NMI when hung and going to panicSasha Levin1-1/+3
2012-04-25Merge branch 'tip/perf/urgent-2' of git://git.kernel.org/pub/scm/linux/kernel...Ingo Molnar3-5/+12
2012-04-25Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Ingo Molnar1-1/+0
2012-04-24rcu: Fixes to rcutorture error handling and cleanupPaul E. McKenney1-3/+16
2012-04-24rcu: Make RCU_FAST_NO_HZ account for pauses out of idlePaul E. McKenney3-4/+56
2012-04-24rcu: Make RCU_FAST_NO_HZ use timer rather than hrtimerPaul E. McKenney1-28/+12
2012-04-24rcu: Add RCU_FAST_NO_HZ tracing for idle exitPaul E. McKenney1-0/+1
2012-04-24rcu: Document why rcu_blocking_is_gp() is safePaul E. McKenney1-0/+32
2012-04-24rcu: Reduce cache-miss initialization latencies for large systemsPaul E. McKenney2-8/+4
2012-04-24PM / Hibernate: fix the number of pages used for hibernate/thaw bufferingBojan Smojver1-6/+22
2012-04-23ring-buffer: Add per_cpu ring buffer control filesVaibhav Nagarnaik3-147/+293
2012-04-23tracing: Remove an unneeded check in trace_seq_buffer()Dan Carpenter1-4/+1
2012-04-23tracing: Add percpu buffers for trace_printk()Steven Rostedt3-49/+141
2012-04-23workqueue: Catch more locking problems with flush_work()Stephen Boyd1-0/+3
2012-04-23cgroups: disallow attaching kthreadd or PF_THREAD_BOUND threadsMike Galbraith1-0/+13
2012-04-23irq: hide debug macros so they don't collide with others.Paul Gortmaker1-19/+19
2012-04-20alarmtimer: Provide accessor to alarmtimer rtc deviceJohn Stultz1-2/+2
2012-04-19extable: Skip sorting if sorted at build time.David Daney1-1/+7
2012-04-19tracing: Fix stacktrace of latency tracers (irqsoff and friends)Steven Rostedt1-0/+5
2012-04-19Merge branch 'linus' into queueMarcelo Tosatti9-37/+37
2012-04-19tick: Fix the spurious broadcast timer ticks after resumeSuresh Siddha1-1/+2
2012-04-19tick: Ensure that the broadcast device is initializedThomas Gleixner1-0/+3
2012-04-19Merge tag 'v3.4-rc3' into staging/for_v3.5Mauro Carvalho Chehab62-1289/+1014
2012-04-19genirq: Be more informative on irq type mismatchThomas Gleixner1-15/+10