summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar2012-02-2811-369/+893
|\
| * rcu: Stop spurious warnings from synchronize_sched_expeditedHugh Dickins2012-02-211-1/+1
| * rcu: Hold off RCU_FAST_NO_HZ after timer postedPaul E. McKenney2012-02-211-1/+1
| * rcu: Eliminate softirq-mediated RCU_FAST_NO_HZ idle-entry loopPaul E. McKenney2012-02-211-1/+2
| * rcu: Add RCU_NONIDLE() for idle-loop RCU read-side critical sectionsPaul E. McKenney2012-02-212-0/+4
| * rcu: Allow nesting of rcu_idle_enter() and rcu_idle_exit()Paul E. McKenney2012-02-213-12/+46
| * rcu: Remove redundant check for rcu_head misalignmentPaul E. McKenney2012-02-211-1/+0
| * PTR_ERR should be called before its argument is cleared.Julia Lawall2012-02-211-1/+4
| * rcu: Trace only after NULL-pointer checkPaul E. McKenney2012-02-211-2/+2
| * rcu: Call out dangers of expedited RCU primitivesPaul E. McKenney2012-02-213-22/+47
| * rcu: Rework detection of use of RCU by offline CPUsPaul E. McKenney2012-02-214-51/+71
| * lockdep: Add CPU-idle/offline warning to lockdep-RCU splatPaul E. McKenney2012-02-211-1/+7
| * rcu: No interrupt disabling for rcu_prepare_for_idle()Paul E. McKenney2012-02-211-17/+1
| * rcu: Move synchronize_sched_expedited() to rcutree.cPaul E. McKenney2012-02-212-116/+117
| * rcu: Check for illegal use of RCU from offlined CPUsPaul E. McKenney2012-02-213-0/+35
| * rcu: Add CPU-stall capability to rcutorturePaul E. McKenney2012-02-211-0/+66
| * rcutorture: Permit holding off CPU-hotplug operations during bootPaul E. McKenney2012-02-211-2/+10
| * rcu: Print scheduling-clock information on RCU CPU stall-warning messagesPaul E. McKenney2012-02-213-14/+180
| * rcu: Set RCU CPU stall times via sysfsPaul E. McKenney2012-02-212-11/+26
| * rcu: Remove #ifdef CONFIG_SMP from TREE_RCUPaul E. McKenney2012-02-212-31/+0
| * rcu: Check for idle-loop entry while in RCU read-side critical sectionPaul E. McKenney2012-02-211-0/+11
| * rcu: Clean up straggling rcu_preempt_needs_cpu() namePaul E. McKenney2012-02-213-6/+6
| * rcu: Simplify unboosting checksPaul E. McKenney2012-02-211-4/+6
| * rcu: Inform RCU of irq_exit() activityPaul E. McKenney2012-02-211-1/+1
| * rcu: Prevent RCU callbacks from executing before scheduler initializedPaul E. McKenney2012-02-211-3/+12
| * rcu: Streamline code produced by __rcu_read_unlock()Paul E. McKenney2012-02-211-1/+1
| * rcu: Protect __rcu_read_unlock() against scheduler-using irq handlersPaul E. McKenney2012-02-211-8/+35
| * rcu: Remove single-rcu_node optimization in rcu_start_gp()Paul E. McKenney2012-02-211-18/+0
| * rcu: Don't make callbacks go through second full grace periodPaul E. McKenney2012-02-211-6/+46
| * rcu: Check for callback invocation from offline CPUsPaul E. McKenney2012-02-211-0/+1
| * rcu: Limit lazy-callback durationPaul E. McKenney2012-02-211-1/+11
| * rcu: Make rcutorture flag online/offline failuresPaul E. McKenney2012-02-211-0/+4
| * rcu: Simplify offline processingPaul E. McKenney2012-02-213-99/+90
| * rcu: Avoid waking up CPUs having only kfree_rcu() callbacksPaul E. McKenney2012-02-216-22/+105
| * rcu: Add diagnostic for misaligned rcu_head structuresPaul E. McKenney2012-02-211-0/+1
| * rcu: Add lockdep-RCU checks for simple self-deadlockPaul E. McKenney2012-02-215-0/+27
* | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2012-02-272-1/+2
|\ \
| * | sched/events: Revert trace_sched_stat_sleeptime()Peter Zijlstra2012-02-222-1/+2
* | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-02-274-13/+37
|\ \ \
| * | | genirq: Handle pending irqs in irq_startup()Thomas Gleixner2012-02-154-11/+14
| * | | genirq: Unmask oneshot irqs when thread was not wokenThomas Gleixner2012-02-151-2/+23
| | |/ | |/|
* | | epoll: introduce POLLFREE to flush ->signalfd_wqh before kfree()Oleg Nesterov2012-02-241-1/+4
| |/ |/|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-02-201-2/+2
|\ \ | |/ |/|
| * vfs: fix panic in __d_lookup() with high dentry hashtable countsDimitri Sivanich2012-02-131-2/+2
* | Merge tag 'for-linus' of git://github.com/rustyrussell/linuxLinus Torvalds2012-02-131-1/+2
|\ \ | |/ |/|
| * module: make module param bint handle nul valueDave Young2012-02-141-1/+2
* | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2012-02-112-3/+9
|\ \
| * | relay: prevent integer overflow in relay_open()Dan Carpenter2012-02-101-2/+8
| * | block: strip out locking optimization in put_io_context()Tejun Heo2012-02-071-1/+1
* | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-02-101-5/+14
|\ \ \ | |_|/ |/| |