aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAge
* rcu: Remove unneeded __rcu_process_callbacks() argumentPaul E. McKenney2012-07-02
* rcu: Add rcu_barrier() statistics to debugfs tracingPaul E. McKenney2012-07-02
* rcu: Add tracing for _rcu_barrier()Paul E. McKenney2012-07-02
* rcu: Increase rcu_barrier() concurrencyPaul E. McKenney2012-07-02
* rcu: Remove needless initializationPaul E. McKenney2012-07-02
* rcu: Move rcu_barrier_mutex to rcu_state structurePaul E. McKenney2012-07-02
* rcu: Move rcu_barrier_completion to rcu_state structurePaul E. McKenney2012-07-02
* rcu: Move rcu_barrier_cpu_count to rcu_state structurePaul E. McKenney2012-07-02
* rcu: Move _rcu_barrier()'s rcu_head structures to rcu_data structuresPaul E. McKenney2012-07-02
* rcu: Place pointer to call_rcu() in rcu_data structurePaul E. McKenney2012-07-02
* rcu: Prevent excessive line length in RCU_STATE_INITIALIZER()Paul E. McKenney2012-07-02
* rcu: Size rcu_node tree from nr_cpu_ids rather than NR_CPUSPaul E. McKenney2012-07-02
* rcu: Four-level hierarchy is no longer experimentalPaul E. McKenney2012-07-02
* rcu: Control RCU_FANOUT_LEAF from boot-time parameterPaul E. McKenney2012-07-02
* Revert "rcu: Move PREEMPT_RCU preemption to switch_to() invocation"Paul E. McKenney2012-07-02
* printk.c: fix kernel-doc warningsRandy Dunlap2012-06-30
* Merge tag 'driver-core-3.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2012-06-30
|\
| * printk: Optimize if statement logic where newline existsSteven Rostedt2012-06-29
| * printk: flush continuation lines immediately to consoleKay Sievers2012-06-29
| * syslog: fill buffer with more than a single message for SYSLOG_ACTION_READJan Beulich2012-06-26
| * Revert "printk: return -EINVAL if the message len is bigger than the buf size"Greg Kroah-Hartman2012-06-26
| * printk: fix regression in SYSLOG_ACTION_CLEARAlan Stern2012-06-25
* | rcu: Stop rcu_do_batch() from multiplexing the "count" variablePaul E. McKenney2012-06-25
|/
* Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-06-22
|\
| * perf: Use css_tryget() to avoid propping up css refcountSalman Qazi2012-06-18
* | Merge branch 'for-3.5-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2012-06-21
|\ \
| * | cgroups: Account for CSS_DEACT_BIAS in __css_putSalman Qazi2012-06-18
| * | cgroup: make sure that decisions in __css_put are atomicSalman Qazi2012-06-06
* | | Merge tag 'driver-core-3.5-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2012-06-20
|\ \ \
| * | | printk: return -EINVAL if the message len is bigger than the buf sizeYuanhan Liu2012-06-16
| * | | printk: use mutex lock to stop syslog_seq from going wildYuanhan Liu2012-06-16
| * | | kmsg - kmsg_dump() use iterator to receive log buffer contentKay Sievers2012-06-15
| * | | printk: Fix alignment of buf causing crash on ARM EABIAndrew Lunn2012-06-12
* | | | c/r: prctl: Move PR_GET_TID_ADDRESS to a proper placeCyrill Gorcunov2012-06-20
* | | | pidns: find_new_reaper() can no longer switch to init_pid_ns.child_reaperOleg Nesterov2012-06-20
* | | | pidns: guarantee that the pidns init will be the last pidns process reapedEric W. Biederman2012-06-20
* | | | mm: correctly synchronize rss-counters at exit/execKonstantin Khlebnikov2012-06-20
* | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-06-15
|\ \ \ \ | | |_|/ | |/| |
| * | | watchdog: Quiet down the boot messagesDon Zickus2012-06-14
| * | | Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar2012-06-08
| |\ \ \
| | * | | tracing: Have tracing_off() actually turn tracing offSteven Rostedt2012-06-06
* | | | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-06-15
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Ingo Molnar2012-06-11
| |\ \ \ \
| | * | | | rcu: Precompute RCU_FAST_NO_HZ timer offsetsPaul E. McKenney2012-06-06
| | * | | | rcu: Move RCU_FAST_NO_HZ per-CPU variables to rcu_dynticks structurePaul E. McKenney2012-06-06
| | * | | | rcu: Update RCU_FAST_NO_HZ tracing for lazy callbacksPaul E. McKenney2012-06-06
| | * | | | rcu: RCU_FAST_NO_HZ detection of callback adoptionPaul E. McKenney2012-06-06
| | | |/ / | | |/| |
| * | | | Merge branch 'core/debug' into core/urgentIngo Molnar2012-06-06
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | kdump: Execute kmsg_dump(KMSG_DUMP_PANIC) after smp_send_stop()Seiji Aguchi2012-05-18
| | * | | panic: Make panic_on_oops configurableKyle McMartin2012-05-07