summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2012-02-21rcu: Stop spurious warnings from synchronize_sched_expeditedHugh Dickins
2012-02-21rcu: Hold off RCU_FAST_NO_HZ after timer postedPaul E. McKenney
2012-02-21rcu: Eliminate softirq-mediated RCU_FAST_NO_HZ idle-entry loopPaul E. McKenney
2012-02-21rcu: Add RCU_NONIDLE() for idle-loop RCU read-side critical sectionsPaul E. McKenney
2012-02-21rcu: Allow nesting of rcu_idle_enter() and rcu_idle_exit()Paul E. McKenney
2012-02-21rcu: Remove redundant check for rcu_head misalignmentPaul E. McKenney
2012-02-21PTR_ERR should be called before its argument is cleared.Julia Lawall
2012-02-21rcu: Trace only after NULL-pointer checkPaul E. McKenney
2012-02-21rcu: Call out dangers of expedited RCU primitivesPaul E. McKenney
2012-02-21rcu: Rework detection of use of RCU by offline CPUsPaul E. McKenney
2012-02-21lockdep: Add CPU-idle/offline warning to lockdep-RCU splatPaul E. McKenney
2012-02-21rcu: No interrupt disabling for rcu_prepare_for_idle()Paul E. McKenney
2012-02-21rcu: Move synchronize_sched_expedited() to rcutree.cPaul E. McKenney
2012-02-21rcu: Check for illegal use of RCU from offlined CPUsPaul E. McKenney
2012-02-21rcu: Add CPU-stall capability to rcutorturePaul E. McKenney
2012-02-21rcutorture: Permit holding off CPU-hotplug operations during bootPaul E. McKenney
2012-02-21rcu: Print scheduling-clock information on RCU CPU stall-warning messagesPaul E. McKenney
2012-02-21rcu: Set RCU CPU stall times via sysfsPaul E. McKenney
2012-02-21rcu: Remove #ifdef CONFIG_SMP from TREE_RCUPaul E. McKenney
2012-02-21rcu: Check for idle-loop entry while in RCU read-side critical sectionPaul E. McKenney
2012-02-21rcu: Clean up straggling rcu_preempt_needs_cpu() namePaul E. McKenney
2012-02-21rcu: Simplify unboosting checksPaul E. McKenney
2012-02-21rcu: Inform RCU of irq_exit() activityPaul E. McKenney
2012-02-21rcu: Prevent RCU callbacks from executing before scheduler initializedPaul E. McKenney
2012-02-21rcu: Streamline code produced by __rcu_read_unlock()Paul E. McKenney
2012-02-21rcu: Protect __rcu_read_unlock() against scheduler-using irq handlersPaul E. McKenney
2012-02-21rcu: Remove single-rcu_node optimization in rcu_start_gp()Paul E. McKenney
2012-02-21rcu: Don't make callbacks go through second full grace periodPaul E. McKenney
2012-02-21rcu: Check for callback invocation from offline CPUsPaul E. McKenney
2012-02-21rcu: Limit lazy-callback durationPaul E. McKenney
2012-02-21rcu: Make rcutorture flag online/offline failuresPaul E. McKenney
2012-02-21rcu: Simplify offline processingPaul E. McKenney
2012-02-21rcu: Avoid waking up CPUs having only kfree_rcu() callbacksPaul E. McKenney
2012-02-21rcu: Add diagnostic for misaligned rcu_head structuresPaul E. McKenney
2012-02-21rcu: Add lockdep-RCU checks for simple self-deadlockPaul E. McKenney
2012-02-14Merge tag 'for-linus' of git://github.com/rustyrussell/linuxLinus Torvalds
2012-02-14module: make module param bint handle nul valueDave Young
2012-02-11Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds
2012-02-10Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2012-02-10relay: prevent integer overflow in relay_open()Dan Carpenter
2012-02-07perf: Fix double start/stop in x86_pmu_start()Stephane Eranian
2012-02-07block: strip out locking optimization in put_io_context()Tejun Heo
2012-02-04Merge tag 'pm-fixes-for-3.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2012-02-04PM / Freezer: Thaw only kernel threads if freezing of kernel threads failsSrivatsa S. Bhat
2012-02-04kprobes: fix a memory leak in function pre_handler_kretprobe()Jiang Liu
2012-02-02Fix race in process_vm_rw_coreChristopher Yeoh
2012-02-02Merge branches 'core-urgent-for-linus', 'perf-urgent-for-linus', 'sched-urgen...Linus Torvalds
2012-02-01PM / Hibernate: Thaw kernel threads in SNAPSHOT_CREATE_IMAGE ioctl pathSrivatsa S. Bhat
2012-01-29PM / Hibernate: Fix s2disk regression related to freezing workqueuesRafael J. Wysocki
2012-01-27sched/rt: Fix task stack corruption under __ARCH_WANT_INTERRUPTS_ON_CTXSWChanho Min