aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
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-13Merge 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-03kprobes: 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
2012-01-27perf: Fix broken interrupt rate throttlingStephane Eranian
2012-01-27sched: Fix ancient race in do_exit()Yasunori Goto
2012-01-26Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2012-01-26Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2012-01-26bugs, x86: Fix printk levels for panic, softlockups and stack dumpsPrarit Bhargava
2012-01-26sched/nohz: Fix nohz cpu idle load balancing state with cpu hotplugSuresh Siddha
2012-01-26sched/s390: Fix compile error in sched/core.cChristian Borntraeger
2012-01-26sched: Fix rq->nr_uninterruptible update racePeter Zijlstra
2012-01-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds