Age | Commit message (Expand) | Author | Files | Lines |
2012-01-16 | rcu: Make rcutorture bool parameters really bool (core code) | Rusty Russell | 1 | -2/+2 |
2012-01-16 | Merge branch 'rcu/fixes-for-v3.2' into rcu/urgent | Paul E. McKenney | 17 | -243/+933 |
2012-01-04 | ptrace: ensure JOBCTL_STOP_SIGMASK is not zero after detach | Oleg Nesterov | 2 | -3/+12 |
2012-01-04 | ptrace: partially fix the do_wait(WEXITED) vs EXIT_DEAD->EXIT_ZOMBIE race | Oleg Nesterov | 1 | -1/+8 |
2012-01-03 | hung_task: fix false positive during vfork | Mandeep Singh Baines | 1 | -4/+10 |
2011-12-31 | futex: Fix uninterruptible loop due to gate_area | Hugh Dickins | 1 | -8/+20 |
2011-12-30 | Revert "clockevents: Set noop handler in clockevents_exchange_device()" | Linus Torvalds | 1 | -1/+0 |
2011-12-20 | Merge branch 'for-3.2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -5/+0 |
2011-12-20 | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -3/+9 |
2011-12-20 | binary_sysctl(): fix memory leak | Michel Lespinasse | 1 | -1/+1 |
2011-12-20 | cpusets: stall when updating mems_allowed for mempolicy or disjoint nodemask | David Rientjes | 1 | -5/+24 |
2011-12-19 | cgroups: fix a css_set not found bug in cgroup_attach_proc | Mandeep Singh Baines | 1 | -5/+0 |
2011-12-19 | time/clocksource: Fix kernel-doc warnings | Kusanagi Kouichi | 1 | -3/+9 |
2011-12-17 | Merge branches 'perf-urgent-for-linus' and 'sched-urgent-for-linus' of git://... | Linus Torvalds | 2 | -8/+14 |
2011-12-16 | sched: Fix select_idle_sibling() regression in selecting an idle SMT sibling | Peter Zijlstra | 1 | -6/+8 |
2011-12-14 | perf events: Fix ring_buffer_wakeup() brown paperbag bug | Will Deacon | 1 | -2/+6 |
2011-12-12 | cpu: Export cpu_up() | Paul E. McKenney | 1 | -0/+1 |
2011-12-11 | rcu: Apply ACCESS_ONCE() to rcu_boost() return value | Paul E. McKenney | 2 | -3/+4 |
2011-12-11 | Revert "rcu: Permit rt_mutex_unlock() with irqs disabled" | Paul E. McKenney | 2 | -13/+0 |
2011-12-11 | rcu: Augment rcu_batch_end tracing for idle and callback state | Paul E. McKenney | 3 | -4/+39 |
2011-12-11 | rcu: Add rcutorture tests for srcu_read_lock_raw() | Paul E. McKenney | 1 | -1/+25 |
2011-12-11 | rcu: Make rcutorture test for hotpluggability before offlining CPUs | Paul E. McKenney | 1 | -2/+2 |
2011-12-11 | rcu: Remove redundant rcu_cpu_stall_suppress declaration | Paul E. McKenney | 1 | -2/+0 |
2011-12-11 | rcu: Adaptive dyntick-idle preparation | Paul E. McKenney | 1 | -11/+43 |
2011-12-11 | rcu: Keep invoking callbacks if CPU otherwise idle | Paul E. McKenney | 3 | -1/+19 |
2011-12-11 | rcu: Irq nesting is always 0 on rcu_enter_idle_common | Frederic Weisbecker | 1 | -3/+2 |
2011-12-11 | rcu: Don't check irq nesting from rcu idle entry/exit | Frederic Weisbecker | 1 | -10/+8 |
2011-12-11 | rcu: Permit dyntick-idle with callbacks pending | Paul E. McKenney | 3 | -4/+76 |
2011-12-11 | rcu: Identify dyntick-idle CPUs on first force_quiescent_state() pass | Paul E. McKenney | 1 | -1/+1 |
2011-12-11 | rcu: Remove dynticks false positives and RCU failures | Paul E. McKenney | 1 | -2/+3 |
2011-12-11 | rcu: Reduce latency of rcu_prepare_for_idle() | Paul E. McKenney | 1 | -5/+7 |
2011-12-11 | rcu: Eliminate RCU_FAST_NO_HZ grace-period hang | Paul E. McKenney | 3 | -81/+2 |
2011-12-11 | rcu: Avoid needlessly IPIing CPUs at GP end | Paul E. McKenney | 1 | -2/+14 |
2011-12-11 | rcu: Go dyntick-idle more quickly if CPU has serviced current grace period | Paul E. McKenney | 1 | -6/+18 |
2011-12-11 | rcu: Add tracing for RCU_FAST_NO_HZ | Paul E. McKenney | 1 | -3/+15 |
2011-12-11 | nohz: Remove tick_nohz_idle_enter_norcu() / tick_nohz_idle_exit_norcu() | Frederic Weisbecker | 1 | -7/+8 |
2011-12-11 | rcu: Add rcutorture CPU-hotplug capability | Paul E. McKenney | 1 | -5/+112 |
2011-12-11 | events: Make events use the new is_idle_task() API | Paul E. McKenney | 1 | -1/+1 |
2011-12-11 | kdb: Make KDB use the new is_idle_task() API | Paul E. McKenney | 1 | -1/+1 |
2011-12-11 | rcu: Make RCU use the new is_idle_task() API | Paul E. McKenney | 2 | -4/+4 |
2011-12-11 | rcu: Control rcutorture startup from kernel boot parameters | Paul E. McKenney | 1 | -0/+2 |
2011-12-11 | rcu: Add rcutorture system-shutdown capability | Paul E. McKenney | 1 | -4/+64 |
2011-12-11 | rcu: Fix idle-task checks | Paul E. McKenney | 2 | -4/+4 |
2011-12-11 | rcu: Allow dyntick-idle mode for CPUs with callbacks | Paul E. McKenney | 3 | -33/+132 |
2011-12-11 | rcu: Add more information to the wrong-idle-task complaint | Paul E. McKenney | 2 | -4/+20 |
2011-12-11 | rcu: Deconfuse dynticks entry-exit tracing | Paul E. McKenney | 3 | -26/+44 |
2011-12-11 | rcu: Fix early call to rcu_idle_enter() | Frederic Weisbecker | 1 | -1/+1 |
2011-12-11 | nohz: Allow rcu extended quiescent state handling seperately from tick stop | Frederic Weisbecker | 1 | -12/+13 |
2011-12-11 | nohz: Separate out irq exit and idle loop dyntick logic | Frederic Weisbecker | 2 | -37/+58 |
2011-12-11 | rcu: Inform the user about extended quiescent state on PROVE_RCU warning | Frederic Weisbecker | 1 | -0/+22 |