summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2012-01-16rcu: Add missing __cpuinit annotation in rcutorture codeHeiko Carstens
2012-01-16rcu: Make rcutorture bool parameters really bool (core code)Rusty Russell
2012-01-16Merge branch 'rcu/fixes-for-v3.2' into rcu/urgentPaul E. McKenney
2012-01-04ptrace: ensure JOBCTL_STOP_SIGMASK is not zero after detachOleg Nesterov
2012-01-04ptrace: partially fix the do_wait(WEXITED) vs EXIT_DEAD->EXIT_ZOMBIE raceOleg Nesterov
2012-01-04hung_task: fix false positive during vforkMandeep Singh Baines
2011-12-31futex: Fix uninterruptible loop due to gate_areaHugh Dickins
2011-12-30Revert "clockevents: Set noop handler in clockevents_exchange_device()"Linus Torvalds
2011-12-20Merge branch 'for-3.2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2011-12-20Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2011-12-20binary_sysctl(): fix memory leakMichel Lespinasse
2011-12-20cpusets: stall when updating mems_allowed for mempolicy or disjoint nodemaskDavid Rientjes
2011-12-19cgroups: fix a css_set not found bug in cgroup_attach_procMandeep Singh Baines
2011-12-19time/clocksource: Fix kernel-doc warningsKusanagi Kouichi
2011-12-17Merge branches 'perf-urgent-for-linus' and 'sched-urgent-for-linus' of git://...Linus Torvalds
2011-12-16sched: Fix select_idle_sibling() regression in selecting an idle SMT siblingPeter Zijlstra
2011-12-14perf events: Fix ring_buffer_wakeup() brown paperbag bugWill Deacon
2011-12-12cpu: Export cpu_up()Paul E. McKenney
2011-12-11rcu: Apply ACCESS_ONCE() to rcu_boost() return valuePaul E. McKenney
2011-12-11Revert "rcu: Permit rt_mutex_unlock() with irqs disabled"Paul E. McKenney
2011-12-11rcu: Augment rcu_batch_end tracing for idle and callback statePaul E. McKenney
2011-12-11rcu: Add rcutorture tests for srcu_read_lock_raw()Paul E. McKenney
2011-12-11rcu: Make rcutorture test for hotpluggability before offlining CPUsPaul E. McKenney
2011-12-11rcu: Remove redundant rcu_cpu_stall_suppress declarationPaul E. McKenney
2011-12-11rcu: Adaptive dyntick-idle preparationPaul E. McKenney
2011-12-11rcu: Keep invoking callbacks if CPU otherwise idlePaul E. McKenney
2011-12-11rcu: Irq nesting is always 0 on rcu_enter_idle_commonFrederic Weisbecker
2011-12-11rcu: Don't check irq nesting from rcu idle entry/exitFrederic Weisbecker
2011-12-11rcu: Permit dyntick-idle with callbacks pendingPaul E. McKenney
2011-12-11rcu: Identify dyntick-idle CPUs on first force_quiescent_state() passPaul E. McKenney
2011-12-11rcu: Remove dynticks false positives and RCU failuresPaul E. McKenney
2011-12-11rcu: Reduce latency of rcu_prepare_for_idle()Paul E. McKenney
2011-12-11rcu: Eliminate RCU_FAST_NO_HZ grace-period hangPaul E. McKenney
2011-12-11rcu: Avoid needlessly IPIing CPUs at GP endPaul E. McKenney
2011-12-11rcu: Go dyntick-idle more quickly if CPU has serviced current grace periodPaul E. McKenney
2011-12-11rcu: Add tracing for RCU_FAST_NO_HZPaul E. McKenney
2011-12-11nohz: Remove tick_nohz_idle_enter_norcu() / tick_nohz_idle_exit_norcu()Frederic Weisbecker
2011-12-11rcu: Add rcutorture CPU-hotplug capabilityPaul E. McKenney
2011-12-11events: Make events use the new is_idle_task() APIPaul E. McKenney
2011-12-11kdb: Make KDB use the new is_idle_task() APIPaul E. McKenney
2011-12-11rcu: Make RCU use the new is_idle_task() APIPaul E. McKenney
2011-12-11rcu: Control rcutorture startup from kernel boot parametersPaul E. McKenney
2011-12-11rcu: Add rcutorture system-shutdown capabilityPaul E. McKenney
2011-12-11rcu: Fix idle-task checksPaul E. McKenney
2011-12-11rcu: Allow dyntick-idle mode for CPUs with callbacksPaul E. McKenney
2011-12-11rcu: Add more information to the wrong-idle-task complaintPaul E. McKenney
2011-12-11rcu: Deconfuse dynticks entry-exit tracingPaul E. McKenney
2011-12-11rcu: Fix early call to rcu_idle_enter()Frederic Weisbecker
2011-12-11nohz: Allow rcu extended quiescent state handling seperately from tick stopFrederic Weisbecker
2011-12-11nohz: Separate out irq exit and idle loop dyntick logicFrederic Weisbecker