Age | Commit message (Expand) | Author |
2012-02-21 | rcu: Print scheduling-clock information on RCU CPU stall-warning messages | Paul E. McKenney |
2012-02-21 | rcu: Set RCU CPU stall times via sysfs | Paul E. McKenney |
2012-02-21 | rcu: Remove #ifdef CONFIG_SMP from TREE_RCU | Paul E. McKenney |
2012-02-21 | rcu: Check for idle-loop entry while in RCU read-side critical section | Paul E. McKenney |
2012-02-21 | rcu: Clean up straggling rcu_preempt_needs_cpu() name | Paul E. McKenney |
2012-02-21 | rcu: Simplify unboosting checks | Paul E. McKenney |
2012-02-21 | rcu: Inform RCU of irq_exit() activity | Paul E. McKenney |
2012-02-21 | rcu: Prevent RCU callbacks from executing before scheduler initialized | Paul E. McKenney |
2012-02-21 | rcu: Streamline code produced by __rcu_read_unlock() | Paul E. McKenney |
2012-02-21 | rcu: Protect __rcu_read_unlock() against scheduler-using irq handlers | Paul E. McKenney |
2012-02-21 | rcu: Remove single-rcu_node optimization in rcu_start_gp() | Paul E. McKenney |
2012-02-21 | rcu: Don't make callbacks go through second full grace period | Paul E. McKenney |
2012-02-21 | rcu: Check for callback invocation from offline CPUs | Paul E. McKenney |
2012-02-21 | rcu: Limit lazy-callback duration | Paul E. McKenney |
2012-02-21 | rcu: Make rcutorture flag online/offline failures | Paul E. McKenney |
2012-02-21 | rcu: Simplify offline processing | Paul E. McKenney |
2012-02-21 | rcu: Avoid waking up CPUs having only kfree_rcu() callbacks | Paul E. McKenney |
2012-02-21 | rcu: Add diagnostic for misaligned rcu_head structures | Paul E. McKenney |
2012-02-21 | rcu: Add lockdep-RCU checks for simple self-deadlock | Paul E. McKenney |
2012-02-13 | Merge tag 'for-linus' of git://github.com/rustyrussell/linux | Linus Torvalds |
2012-02-14 | module: make module param bint handle nul value | Dave Young |
2012-02-11 | Merge branch 'for-linus' of git://git.kernel.dk/linux-block | Linus Torvalds |
2012-02-10 | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2012-02-10 | relay: prevent integer overflow in relay_open() | Dan Carpenter |
2012-02-07 | perf: Fix double start/stop in x86_pmu_start() | Stephane Eranian |
2012-02-07 | block: strip out locking optimization in put_io_context() | Tejun Heo |
2012-02-04 | Merge tag 'pm-fixes-for-3.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2012-02-04 | PM / Freezer: Thaw only kernel threads if freezing of kernel threads fails | Srivatsa S. Bhat |
2012-02-03 | kprobes: fix a memory leak in function pre_handler_kretprobe() | Jiang Liu |
2012-02-02 | Fix race in process_vm_rw_core | Christopher Yeoh |
2012-02-02 | Merge branches 'core-urgent-for-linus', 'perf-urgent-for-linus', 'sched-urgen... | Linus Torvalds |
2012-02-01 | PM / Hibernate: Thaw kernel threads in SNAPSHOT_CREATE_IMAGE ioctl path | Srivatsa S. Bhat |
2012-01-29 | PM / Hibernate: Fix s2disk regression related to freezing workqueues | Rafael J. Wysocki |
2012-01-27 | sched/rt: Fix task stack corruption under __ARCH_WANT_INTERRUPTS_ON_CTXSW | Chanho Min |
2012-01-27 | perf: Fix broken interrupt rate throttling | Stephane Eranian |
2012-01-27 | sched: Fix ancient race in do_exit() | Yasunori Goto |
2012-01-26 | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2012-01-26 | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2012-01-26 | bugs, x86: Fix printk levels for panic, softlockups and stack dumps | Prarit Bhargava |
2012-01-26 | sched/nohz: Fix nohz cpu idle load balancing state with cpu hotplug | Suresh Siddha |
2012-01-26 | sched/s390: Fix compile error in sched/core.c | Christian Borntraeger |
2012-01-26 | sched: Fix rq->nr_uninterruptible update race | Peter Zijlstra |
2012-01-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds |
2012-01-23 | Merge tag 'pm-fixes-for-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2012-01-23 | Merge branch 'kernel-doc' from Randy Dunlap | Linus Torvalds |
2012-01-23 | kernel-doc: fix kernel-doc warnings in sched | Randy Dunlap |
2012-01-23 | kernel-doc: fix new warnings in auditsc.c | Randy Dunlap |
2012-01-23 | kprobes: initialize before using a hlist | Ananth N Mavinakayanahalli |
2012-01-22 | net: introduce res_counter_charge_nofail() for socket allocations | Glauber Costa |
2012-01-21 | perf: Call perf_cgroup_event_time() directly | Namhyung Kim |