Age | Commit message (Expand) | Author |
2011-12-21 | sched: Fix load-balance lock-breaking | Peter Zijlstra |
2011-12-21 | sched: Replace all_pinned with a generic flags field | Peter Zijlstra |
2011-12-21 | sched: Only queue remote wakeups when crossing cache boundaries | Peter Zijlstra |
2011-12-21 | lockdep/waitqueues: Add better annotation | Peter Zijlstra |
2011-12-21 | Merge commit 'v3.2-rc6' into core/locking | Ingo Molnar |
2011-12-20 | Merge branch 'for-3.2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2011-12-20 | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds |
2011-12-20 | Merge commit 'v3.2-rc6' into perf/core | Ingo Molnar |
2011-12-20 | binary_sysctl(): fix memory leak | Michel Lespinasse |
2011-12-20 | cpusets: stall when updating mems_allowed for mempolicy or disjoint nodemask | David Rientjes |
2011-12-20 | Merge branch 'memblock-kill-early_node_map' of git://git.kernel.org/pub/scm/l... | Ingo Molnar |
2011-12-19 | Merge branch 'sched/core' of git://git.kernel.org/pub/scm/linux/kernel/git/ti... | Martin Schwidefsky |
2011-12-19 | cgroups: fix a css_set not found bug in cgroup_attach_proc | Mandeep Singh Baines |
2011-12-19 | time/clocksource: Fix kernel-doc warnings | Kusanagi Kouichi |
2011-12-17 | Merge branches 'perf-urgent-for-linus' and 'sched-urgent-for-linus' of git://... | Linus Torvalds |
2011-12-16 | sched: Fix select_idle_sibling() regression in selecting an idle SMT sibling | Peter Zijlstra |
2011-12-16 | sched: Add missing rcu_dereference() around ->real_parent usage | Kees Cook |
2011-12-15 | [S390] cputime: add sparse checking and cleanup | Martin Schwidefsky |
2011-12-15 | Merge commit 'v3.2-rc5' into sched/core | Ingo Molnar |
2011-12-14 | clocksource: convert sysdev_class to a regular subsystem | Kay Sievers |
2011-12-14 | rtmutex-tester: convert sysdev_class to a regular subsystem | Kay Sievers |
2011-12-14 | perf events: Fix ring_buffer_wakeup() brown paperbag bug | Will Deacon |
2011-12-12 | cpu: Export cpu_up() | Paul E. McKenney |
2011-12-11 | rcu: Apply ACCESS_ONCE() to rcu_boost() return value | Paul E. McKenney |
2011-12-11 | Revert "rcu: Permit rt_mutex_unlock() with irqs disabled" | Paul E. McKenney |
2011-12-11 | rcu: Augment rcu_batch_end tracing for idle and callback state | Paul E. McKenney |
2011-12-11 | rcu: Add rcutorture tests for srcu_read_lock_raw() | Paul E. McKenney |
2011-12-11 | rcu: Make rcutorture test for hotpluggability before offlining CPUs | Paul E. McKenney |
2011-12-11 | rcu: Remove redundant rcu_cpu_stall_suppress declaration | Paul E. McKenney |
2011-12-11 | rcu: Adaptive dyntick-idle preparation | Paul E. McKenney |
2011-12-11 | rcu: Keep invoking callbacks if CPU otherwise idle | Paul E. McKenney |
2011-12-11 | rcu: Irq nesting is always 0 on rcu_enter_idle_common | Frederic Weisbecker |
2011-12-11 | rcu: Don't check irq nesting from rcu idle entry/exit | Frederic Weisbecker |
2011-12-11 | rcu: Permit dyntick-idle with callbacks pending | Paul E. McKenney |
2011-12-11 | rcu: Identify dyntick-idle CPUs on first force_quiescent_state() pass | Paul E. McKenney |
2011-12-11 | rcu: Remove dynticks false positives and RCU failures | Paul E. McKenney |
2011-12-11 | rcu: Reduce latency of rcu_prepare_for_idle() | Paul E. McKenney |
2011-12-11 | rcu: Eliminate RCU_FAST_NO_HZ grace-period hang | Paul E. McKenney |
2011-12-11 | rcu: Avoid needlessly IPIing CPUs at GP end | Paul E. McKenney |
2011-12-11 | rcu: Go dyntick-idle more quickly if CPU has serviced current grace period | Paul E. McKenney |
2011-12-11 | rcu: Add tracing for RCU_FAST_NO_HZ | Paul E. McKenney |
2011-12-11 | nohz: Remove tick_nohz_idle_enter_norcu() / tick_nohz_idle_exit_norcu() | Frederic Weisbecker |
2011-12-11 | rcu: Add rcutorture CPU-hotplug capability | Paul E. McKenney |
2011-12-11 | events: Make events use the new is_idle_task() API | Paul E. McKenney |
2011-12-11 | kdb: Make KDB use the new is_idle_task() API | Paul E. McKenney |
2011-12-11 | rcu: Make RCU use the new is_idle_task() API | Paul E. McKenney |
2011-12-11 | rcu: Control rcutorture startup from kernel boot parameters | Paul E. McKenney |
2011-12-11 | rcu: Add rcutorture system-shutdown capability | Paul E. McKenney |
2011-12-11 | rcu: Fix idle-task checks | Paul E. McKenney |
2011-12-11 | rcu: Allow dyntick-idle mode for CPUs with callbacks | Paul E. McKenney |