aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAge
...
| * | | | | | | | | | | | | | | | | | | | | | tracing: Simplify test for function_graph tracing start pointLai Jiangshan2010-01-28
| * | | | | | | | | | | | | | | | | | | | | | tracing: Drop the tr check from the graph tracing pathFrederic Weisbecker2010-01-17
| * | | | | | | | | | | | | | | | | | | | | | tracing: Add stack dump to trace_printk if stacktrace option is setSteven Rostedt2010-01-06
| * | | | | | | | | | | | | | | | | | | | | | tracing: Consolidate protection of reader access to the ring bufferLai Jiangshan2010-01-06
| * | | | | | | | | | | | | | | | | | | | | | tracing: Remove show_format and related macros from TRACE_EVENTLai Jiangshan2010-01-06
| * | | | | | | | | | | | | | | | | | | | | | tracing: Use defined fields and print_fmt to print formatsLai Jiangshan2010-01-06
| * | | | | | | | | | | | | | | | | | | | | | tracing: Have syscall tracing call its own init functionSteven Rostedt2010-01-06
| * | | | | | | | | | | | | | | | | | | | | | tracing/kprobes: Init print_fmt for kprobe eventsLai Jiangshan2010-01-06
| * | | | | | | | | | | | | | | | | | | | | | tracing/syscalls: Init print_fmt for syscall eventsLai Jiangshan2010-01-06
| * | | | | | | | | | | | | | | | | | | | | | tracing: Add print_fmt fieldLai Jiangshan2010-01-06
| * | | | | | | | | | | | | | | | | | | | | | tracing: Have __dynamic_array() define a fieldLai Jiangshan2010-01-06
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2010-02-28
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | rcu: Fix accelerated GPs for last non-dynticked CPUPaul E. McKenney2010-02-27
| * | | | | | | | | | | | | | | | | | | | | rcu: Fix accelerated grace periods for last non-dynticked CPUPaul E. McKenney2010-02-27
| * | | | | | | | | | | | | | | | | | | | | rcu: Export rcu_scheduler_activePaul E. McKenney2010-02-26
| * | | | | | | | | | | | | | | | | | | | | rcu: Make rcu_read_lock_sched_held() take boot time into accountPaul E. McKenney2010-02-26
| * | | | | | | | | | | | | | | | | | | | | rcu: Make lockdep_rcu_dereference() message less alarmistPaul E. McKenney2010-02-26
| * | | | | | | | | | | | | | | | | | | | | sched, cgroups: Fix module exportIngo Molnar2010-02-25
| * | | | | | | | | | | | | | | | | | | | | rcu: Add RCU_CPU_STALL_VERBOSE to dump detailed per-task informationPaul E. McKenney2010-02-25
| * | | | | | | | | | | | | | | | | | | | | rcu: Fix rcutorture mod_timer argument to delay one jiffyPaul E. McKenney2010-02-25
| * | | | | | | | | | | | | | | | | | | | | rcu: Fix deadlock in TREE_PREEMPT_RCU CPU stall detectionPaul E. McKenney2010-02-25
| * | | | | | | | | | | | | | | | | | | | | rcu: Convert to raw_spinlocksPaul E. McKenney2010-02-25
| * | | | | | | | | | | | | | | | | | | | | rcu: Stop overflowing signed integersPaul E. McKenney2010-02-25
| * | | | | | | | | | | | | | | | | | | | | rcu: Accelerate grace period if last non-dynticked CPUPaul E. McKenney2010-02-25
| * | | | | | | | | | | | | | | | | | | | | sched: Better name for for_each_domain_rdPaul E. McKenney2010-02-25
| * | | | | | | | | | | | | | | | | | | | | sched: Use lockdep-based checking on rcu_dereference()Paul E. McKenney2010-02-25
| * | | | | | | | | | | | | | | | | | | | | rcu: Integrate rcu_dereference_check() message into lockdepPaul E. McKenney2010-02-25
| * | | | | | | | | | | | | | | | | | | | | rcu: Introduce lockdep-based checking to RCU read-side primitivesPaul E. McKenney2010-02-25
| * | | | | | | | | | | | | | | | | | | | | Merge commit 'v2.6.33' into core/rcuIngo Molnar2010-02-25
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | rcu: Fix sparse warningsPaul E. McKenney2010-01-16
| * | | | | | | | | | | | | | | | | | | | | rcu: Give different levels of the rcu_node hierarchy distinct lockdep namesPaul E. McKenney2010-01-13
| * | | | | | | | | | | | | | | | | | | | | rcu: Add debug check for too many rcu_read_unlock()Paul E. McKenney2010-01-13
| * | | | | | | | | | | | | | | | | | | | | rcu: Add force_quiescent_state() testing to rcutorturePaul E. McKenney2010-01-13
| * | | | | | | | | | | | | | | | | | | | | rcu: Make force_quiescent_state() start grace period if neededPaul E. McKenney2010-01-13
| * | | | | | | | | | | | | | | | | | | | | rcu: Remove redundant grace-period checkPaul E. McKenney2010-01-13
| * | | | | | | | | | | | | | | | | | | | | rcu: Remove leg of force_quiescent_state() switch statementPaul E. McKenney2010-01-13
| * | | | | | | | | | | | | | | | | | | | | rcu: Eliminate rcu_process_dyntick() return valuePaul E. McKenney2010-01-13
| * | | | | | | | | | | | | | | | | | | | | rcu: Eliminate second argument of rcu_process_dyntick()Paul E. McKenney2010-01-13
| * | | | | | | | | | | | | | | | | | | | | rcu: Eliminate local variable lastcomp from force_quiescent_state()Paul E. McKenney2010-01-13
| * | | | | | | | | | | | | | | | | | | | | rcu: Eliminate local variable signaled from force_quiescent_state()Paul E. McKenney2010-01-13
| * | | | | | | | | | | | | | | | | | | | | rcu: Prohibit starting new grace periods while forcing quiescent statesPaul E. McKenney2010-01-13
| * | | | | | | | | | | | | | | | | | | | | rcu: Adjust force_quiescent_state() locking, step 2Paul E. McKenney2010-01-13
| * | | | | | | | | | | | | | | | | | | | | rcu: Adjust force_quiescent_state() locking, step 1Paul E. McKenney2010-01-13
| | |_|_|/ / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | | | | | | |
| \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
*-----------. \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branches 'core-ipi-for-linus', 'core-locking-for-linus', 'tracing-fixes...Linus Torvalds2010-02-28
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / / / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | / / / / / / / / / / / / | | | | | | | |_|_|_|_|_|_|_|/ / / / / / / / / / / / | | | | | | |/| | | | | | | | | / / / / / / / / / / | | | | | | | | |_|_|_|_|_|_|_|/ / / / / / / / / / | | | | | | | |/| | | | | | | | | | / / / / / / / | | | | | | |_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / | | | | | |/| | | | | | | | | | | | | | / / / / | | | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / | | | | |/| | | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | | | | | kprobes: Add mcount to the kprobes blacklistMasami Hiramatsu2010-02-14
| * | | | | | | | | | | | | | | | | | | | | | generic-ipi: Optimize accesses by using DEFINE_PER_CPU_SHARED_ALIGNED for IPI...Milton Miller2010-01-18
| | |_|_|/ / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2010-02-26
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | PM / Hibernate: Fix preallocating of memoryRafael J. Wysocki2010-02-26
| * | | | | | | | | | | | | | | | | | | | | | PM / Hibernate: Remove swsusp.c finallyJiri Slaby2010-02-26
| * | | | | | | | | | | | | | | | | | | | | | PM / Hibernate: Remove trailing space in messageFrans Pop2010-02-26