aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2010-01-13rcu: Adjust force_quiescent_state() locking, step 1Paul E. McKenney1-9/+18
2010-01-11kernel/signal.c: fix kernel information leak with print-fatal-signals=1Andi Kleen1-1/+2
2010-01-11cgroups: fix 2.6.32 regression causing BUG_ON() in cgroup_diput()Dave Anderson1-1/+0
2010-01-11kmod: fix resource leak in call_usermodehelper_pipe()Masami Hiramatsu1-5/+7
2010-01-06ring-buffer: Add rb_list_head() wrapper around new reader page next fieldSteven Rostedt1-1/+1
2010-01-06ring-buffer: Wrap a list.next reference with rb_list_head()David Sharp1-1/+1
2010-01-06tracing: Add stack dump to trace_printk if stacktrace option is setSteven Rostedt1-2/+6
2010-01-06tracing: Consolidate protection of reader access to the ring bufferLai Jiangshan1-39/+97
2010-01-06tracing: Remove show_format and related macros from TRACE_EVENTLai Jiangshan4-229/+0
2010-01-06tracing: Use defined fields and print_fmt to print formatsLai Jiangshan1-24/+41
2010-01-06tracing: Have syscall tracing call its own init functionSteven Rostedt1-6/+6
2010-01-06tracing/kprobes: Init print_fmt for kprobe eventsLai Jiangshan1-1/+63
2010-01-06tracing/syscalls: Init print_fmt for syscall eventsLai Jiangshan1-1/+67
2010-01-06tracing: Add print_fmt fieldLai Jiangshan1-0/+7
2010-01-06tracing: Have __dynamic_array() define a fieldLai Jiangshan1-1/+6
2010-01-06modules: Skip empty sections when exporting section notesBen Hutchings1-7/+10
2010-01-06padata: Generic parallelization/serialization interfaceSteffen Klassert2-0/+691
2010-01-05local_t: Move local.h include to ringbuffer.c and ring_buffer_benchmark.cChristoph Lameter2-0/+2
2010-01-05module: Use this_cpu_xx to dynamically allocate countersChristoph Lameter1-14/+15
2010-01-05Merge branch 'master' into percpuTejun Heo134-6061/+12452
2009-12-31Merge branch 'perf-fixes-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-3/+2
2009-12-31Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+1
2009-12-31Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds6-149/+129
2009-12-31kmsg_dump: Dump on crash_kexec as wellKOSAKI Motohiro3-1/+7
2009-12-31perf: Fix NULL deref in inheritance codePeter Zijlstra1-3/+2
2009-12-30tracing: Fix sign fields in ftrace_define_fields_##call()Lai Jiangshan1-3/+4
2009-12-30tracing/kprobe: Show sign of fields in trace_kprobe format filesLai Jiangshan1-3/+4
2009-12-30ksym_tracer: Remove trace_statLi Zefan1-77/+50
2009-12-30ksym_tracer: Fix race when incrementing countLi Zefan1-5/+7
2009-12-30ksym_tracer: Fix to allow writing newline to ksym_trace_filterLi Zefan1-2/+2
2009-12-30ksym_tracer: Fix to make the tracer workLi Zefan2-4/+7
2009-12-28sched: might_sleep(): Make file parameter const char *Simon Kagstrom1-1/+1
2009-12-28tracing: Kconfig spelling fixes and cleanupsRandy Dunlap1-56/+56
2009-12-28perf events: Remove CONFIG_EVENT_PROFILELi Zefan5-15/+16
2009-12-28kprobes: Fix distinct type warningHeiko Carstens1-1/+1
2009-12-28perf events: Remove arg from perf sched hooksPeter Zijlstra2-16/+17
2009-12-24Merge branch 'sysctl' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-misc-2.6Linus Torvalds1-1/+30
2009-12-23SYSCTL: Print binary sysctl warnings (nearly) only onceAndi Kleen1-1/+30
2009-12-23Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-5/+4
2009-12-23sched: Revert 738d2be, simplify set_task_cpu()Peter Zijlstra1-5/+4
2009-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds2-2/+1
2009-12-22kfifo: add record handling functionsStefani Seibold1-93/+193
2009-12-22kfifo: add kfifo_skip, kfifo_from_user and kfifo_to_userStefani Seibold1-16/+123
2009-12-22kfifo: rename kfifo_put... into kfifo_in... and kfifo_get... into kfifo_out...Stefani Seibold1-16/+16
2009-12-22kfifo: cleanup namespaceStefani Seibold1-6/+6
2009-12-22kfifo: move out spinlockStefani Seibold1-11/+6
2009-12-22kfifo: move struct kfifo in placeStefani Seibold1-32/+33
2009-12-22Revert "time: Remove xtime_cache"Linus Torvalds2-4/+24
2009-12-22Sanitize f_flags helpersAl Viro1-1/+0
2009-12-22anonfd: Allow making anon files read-onlyRoland Dreier1-1/+1