Age | Commit message (Expand) | Author | Files | Lines |
2008-12-20 | allow stripping of generated symbols under CONFIG_KALLSYMS_ALL | Jan Beulich | 1 | -10/+6 |
2008-12-19 | ftrace: introduce tracing_reset_online_cpus() helper | Pekka J Enberg | 8 | -63/+20 |
2008-12-19 | Merge branches 'tracing/ftrace', 'tracing/ring-buffer' and 'tracing/urgent' i... | Ingo Molnar | 14 | -57/+105 |
2008-12-19 | futex: clean up futex_(un)lock_pi fault handling | Darren Hart | 1 | -14/+12 |
2008-12-19 | tracing: fix warnings in kernel/trace/trace_sched_switch.c | Ingo Molnar | 2 | -1/+2 |
2008-12-19 | tracing: fix warning in kernel/trace/trace.c | Ingo Molnar | 1 | -1/+0 |
2008-12-19 | hrtimers: fix warning in kernel/hrtimer.c | Ingo Molnar | 1 | -1/+5 |
2008-12-18 | "Tree RCU": scalable classic RCU implementation | Paul E. McKenney | 7 | -16/+1883 |
2008-12-18 | Merge branch 'linus' into core/rcu | Ingo Molnar | 49 | -396/+955 |
2008-12-18 | locking, irq: enclose irq_desc_lock_class in CONFIG_LOCKDEP | KOSAKI Motohiro | 1 | -5/+0 |
2008-12-18 | schedstat: consolidate per-task cpu runtime stats | Ken Chen | 3 | -4/+5 |
2008-12-18 | tracing/ring-buffer: remove unused ring_buffer size | Lai Jiangshan | 1 | -3/+1 |
2008-12-18 | trace: fix task state printout | Thomas Gleixner | 1 | -22/+17 |
2008-12-18 | ftrace: add not to regex on filtering functions | Steven Rostedt | 1 | -2/+13 |
2008-12-18 | trace: better use of stack_trace_enabled for boot up code | Steven Rostedt | 1 | -7/+4 |
2008-12-18 | trace: add a way to enable or disable the stack tracer | Steven Rostedt | 3 | -8/+67 |
2008-12-18 | futex: rename field in futex_q to clarify single waiter semantics | Darren Hart | 1 | -5/+6 |
2008-12-17 | tracing/ftrace: add the printk-msg-only option | Frederic Weisbecker | 2 | -1/+27 |
2008-12-17 | tracing/ftrace: use preempt_enable_no_resched_notrace in ring_buffer_time_sta... | Frederic Weisbecker | 1 | -1/+1 |
2008-12-17 | x86, sparseirq: move irq_desc according to smp_affinity, v7 | Yinghai Lu | 5 | -7/+153 |
2008-12-17 | rcu: fix rcutorture behavior during reboot | Paul E. McKenney | 1 | -10/+56 |
2008-12-17 | resources: skip sanity check of busy resources | Arjan van de Ven | 1 | -0/+9 |
2008-12-16 | sched: use RCU variant of list traversal in for_each_leaf_rt_rq() | Bharata B Rao | 1 | -1/+1 |
2008-12-16 | sched, cpuacct: export percpu cpuacct cgroup stats | Ken Chen | 1 | -0/+20 |
2008-12-16 | sched, cpuacct: refactoring cpuusage_read / cpuusage_write | Ken Chen | 1 | -17/+39 |
2008-12-16 | Merge branches 'tracing/fastboot', 'tracing/ftrace', 'tracing/function-graph-... | Ingo Molnar | 7 | -134/+120 |
2008-12-16 | sched: optimize update_curr() | Peter Zijlstra | 1 | -0/+2 |
2008-12-16 | sched: fix wakeup preemption clock | Mike Galbraith | 2 | -5/+4 |
2008-12-16 | cgroups: fix a race between rmdir and remount | Paul Menage | 1 | -1/+1 |
2008-12-15 | Revert "sched_clock: prevent scd->clock from moving backwards" | Linus Torvalds | 1 | -3/+3 |
2008-12-12 | posix-timers: check ->it_signal instead of ->it_pid to validate the timer | Oleg Nesterov | 1 | -10/+7 |
2008-12-12 | posix-timers: use "struct pid*" instead of "struct task_struct*" | Oleg Nesterov | 1 | -20/+23 |
2008-12-12 | nohz: suppress needless timer reprogramming | Woodruff, Richard | 1 | -17/+24 |
2008-12-12 | sched: add missing arch_update_cpu_topology() call | Heiko Carstens | 1 | -2/+6 |
2008-12-12 | sched: let arch_update_cpu_topology indicate if topology changed | Heiko Carstens | 1 | -1/+7 |
2008-12-12 | sched: fix tracepoints in scheduler | Peter Zijlstra | 1 | -1/+2 |
2008-12-12 | tracing/function-graph-tracer: Output arrows signal on hardirq call/return | Frederic Weisbecker | 1 | -4/+62 |
2008-12-12 | Merge commit 'v2.6.28-rc8' into sched/core | Ingo Molnar | 12 | -28/+94 |
2008-12-12 | x86, bts, ftrace: adapt the hw-branch-tracer to the ds.c interface | Markus Metzger | 5 | -129/+56 |
2008-12-12 | nohz: no softirq pending warnings for offline cpus | Heiko Carstens | 1 | -1/+1 |
2008-12-12 | ring_buffer: adding EXPORT_SYMBOLs | Robert Richter | 1 | -0/+34 |
2008-12-11 | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -0/+2 |
2008-12-11 | fix mapping_writably_mapped() | Hugh Dickins | 1 | -6/+9 |
2008-12-10 | KSYM_SYMBOL_LEN fixes | Hugh Dickins | 1 | -1/+1 |
2008-12-10 | relayfs: fix infinite loop with splice() | Tom Zanussi | 1 | -5/+2 |
2008-12-10 | ftrace: remove unused function arg in trace_iterator_increment() | Robert Richter | 1 | -2/+2 |
2008-12-10 | ring_buffer: update description for ring_buffer_alloc() | Robert Richter | 1 | -1/+1 |
2008-12-09 | sched: CPU remove deadlock fix | Brian King | 1 | -0/+2 |
2008-12-09 | [PATCH] fix broken timestamps in AVC generated by kernel threads | Al Viro | 2 | -4/+5 |
2008-12-09 | [patch 1/1] audit: remove excess kernel-doc | Randy Dunlap | 1 | -2/+0 |