aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2009-08-29rcu: Create rcutree plugins to handle hotplug CPU for multi-level treesPaul E. McKenney
2009-08-29lockdep: Remove recursion stattisticsMing Lei
2009-08-29perf_counter: Fix /0 bug in swcountersPeter Zijlstra
2009-08-29Merge branch 'tip/tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar
2009-08-28pktgen: spin using hrtimerStephen Hemminger
2009-08-28modules: Fix build error in the !CONFIG_KALLSYMS caseIngo Molnar
2009-08-28perf_counters: Increase paranoia levelIngo Molnar
2009-08-28sched: Fix division by zero - reallyPeter Zijlstra
2009-08-27tracing: only show tracing_max_latency when latency tracer configuredSteven Rostedt
2009-08-27tracing: remove legacy select of MARKERS by context switch tracingSteven Rostedt
2009-08-27module: workaround duplicate section namesJames Bottomley
2009-08-27module: fix BUG_ON() for powerpc (and other function descriptor archs)Rusty Russell
2009-08-27genirq: Do not mask oneshot edge type interruptsThomas Gleixner
2009-08-27Merge commit 'origin/master' into nextBenjamin Herrenschmidt
2009-08-26clone(): fix race between copy_process() and de_thread()Oleg Nesterov
2009-08-26Merge branch 'x86/urgent' into x86/patH. Peter Anvin
2009-08-26net: Temporarily backout SKB sources tracer.David S. Miller
2009-08-26tracing: Convert event tracing code to use NR_syscallsJason Baron
2009-08-26tracing: Don't trace kernel thread syscallsHendrik Brueckner
2009-08-26tracing: Check invalid syscall nr while tracing syscallsHendrik Brueckner
2009-08-26Merge branch 'tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/git/...Ingo Molnar
2009-08-26ftrace: Move setting of clock-source out of optionsZhaolei
2009-08-26tracing/filters: Support filtering for char * stringsLi Zefan
2009-08-26tracing/filters: Add __field_ext() to TRACE_EVENTLi Zefan
2009-08-26tracing/filters: Add filter_type to struct ftrace_event_fieldLi Zefan
2009-08-26tracing: Create generic syscall TRACE_EVENTsJosh Stone
2009-08-26tracing: Move tracepoint callbacks from declaration to definitionJosh Stone
2009-08-26tracing: Make syscall tracepoints conditionalJosh Stone
2009-08-26tracing: Rename FTRACE_SYSCALLS for tracepointsJosh Stone
2009-08-25Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds
2009-08-25Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2009-08-25Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2009-08-25rcu: Add #ifdef to suppress __rcu_offline_cpu() warning in !HOTPLUG_CPU buildsPaul E. McKenney
2009-08-25tracing: Eliminate code duplication in kernel/tracepoint.cAnirban Sinha
2009-08-25Merge commit 'v2.6.31-rc7' into irq/coreIngo Molnar
2009-08-25perf_counter: Allow sharing of output channelsPeter Zijlstra
2009-08-25perf_counter: Start counting time enabled when group leader gets enabledPaul Mackerras
2009-08-24rcu: Add CPU-offline processing for single-node configurationsPaul E. McKenney
2009-08-24bsdacct: switch credentials for writing to the accounting fileMichal Schmidt
2009-08-23rcu: Remove CONFIG_PREEMPT_RCUPaul E. McKenney
2009-08-23rcu: Merge preemptable-RCU functionality into hierarchical RCUPaul E. McKenney
2009-08-23rcu: Simplify rcu_pending()/rcu_check_callbacks() APIPaul E. McKenney
2009-08-23rcu: Use debugfs_remove_recursive() simplify code.Paul E. McKenney
2009-08-23rcu: Merge per-RCU-flavor initialization into pre-existing macroPaul E. McKenney
2009-08-23rcu: Fix online/offline indication for rcudata.csv trace filePaul E. McKenney
2009-08-23rcu: Renamings to increase RCU clarityPaul E. McKenney
2009-08-23rcu: Move private definitions from include/linux/rcutree.h to kernel/rcutree.hPaul E. McKenney
2009-08-23PM: Introduce core framework for run-time PM of I/O devices (rev. 17)Rafael J. Wysocki
2009-08-21x86, pat/mtrr: Rendezvous all the cpus for MTRR/PAT initSuresh Siddha
2009-08-21generic-ipi: Allow cpus not yet online to call smp_call_function with irqs di...Suresh Siddha