aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2008-05-25softlockup: fix softlockup_thresh fixIngo Molnar1-1/+1
2008-05-25softlockup: fix softlockup_thresh unaligned access and disable detection at runtimeDimitri Sivanich2-6/+15
2008-05-25softlockup: allow panic on lockupIngo Molnar2-0/+32
2008-05-24printk: remember the message level for multi-line outputNick Andrew1-1/+1
2008-05-24printk: refactor processing of line severity tokensNick Andrew1-34/+27
2008-05-24printk: don't prefer unsuited consoles on registrationJan Kiszka1-2/+5
2008-05-24printk: clean up recursion check related static variablesTejun Heo1-12/+10
2008-05-24namespacecheck: more kernel/printk.c fixesThomas Gleixner1-13/+0
2008-05-24namespacecheck: fix kernel printk.cThomas Gleixner1-2/+2
2008-05-24cgroups: remove node_ prefix_from ns subsystemCedric Le Goater1-1/+1
2008-05-24sys_prctl(): fix return of uninitialized valueShi Weihua1-4/+2
2008-05-24signals: fix sigqueue_free() vs __exit_signal() raceOleg Nesterov2-2/+8
2008-05-24posix-timers: print RT watchdog messageHiroshi Shimamoto1-0/+3
2008-05-24sysprof: make it depend on X86Thomas Gleixner1-1/+1
2008-05-24x86 mmiotrace: use resource_size_t for phys addressesPekka Paalanen1-8/+12
2008-05-24mmiotrace: do not print bogus pid for maps eitherPekka Paalanen1-2/+2
2008-05-24mmiotrace: print overrun countsPekka Paalanen1-0/+25
2008-05-24mmiotrace: print header using the read hook.Pekka Paalanen1-7/+53
2008-05-24x86 mmiotrace: Do not print bogus pidPekka Paalanen1-3/+3
2008-05-24mmiotrace: ftrace fixIngo Molnar1-4/+12
2008-05-24ftrace: mmiotrace update, #2Pekka Paalanen1-3/+44
2008-05-24ftrace: mmiotrace, updatesPekka Paalanen3-28/+171
2008-05-24ftrace: add mmiotrace pluginPekka Paalanen2-0/+85
2008-05-24stacktrace: don't crash on invalid stack trace structsJohannes Berg1-0/+3
2008-05-23ftrace/sysprof: don't trace the user stack if we are a kernel thread.Soeren Sandmann1-21/+29
2008-05-23sysprof: update copyrightsIngo Molnar1-1/+1
2008-05-23sysprof: kernel traceSoeren Sandmann Pedersen1-9/+80
2008-05-23ftrace: make it more available in the KconfigThomas Gleixner1-1/+1
2008-05-23ftrace: fix __trace_special()Thomas Gleixner1-4/+4
2008-05-23ftrace: remove notraceThomas Gleixner1-5/+5
2008-05-23ftrace: sysprof updatesIngo Molnar3-2/+73
2008-05-23ftrace: sysprof fixIngo Molnar1-9/+19
2008-05-23ftrace: make sysprof dependent on x86 for nowIngo Molnar2-6/+1
2008-05-23ftrace: sysprof plugin improvementIngo Molnar1-6/+3
2008-05-23ftrace: sysprof-plugin, add self-testsIngo Molnar3-3/+35
2008-05-23ftrace: extend sysprof plugin some moreIngo Molnar1-4/+76
2008-05-23ftrace: extend sysprof pluginIngo Molnar1-4/+63
2008-05-23ftrace: add sysprof pluginIngo Molnar3-0/+89
2008-05-23ftrace: add have dynamic ftrace config for archsSteven Rostedt1-0/+4
2008-05-23ftrace: use the new kbuild CFLAGS_REMOVE for kernel directorySteven Rostedt1-5/+9
2008-05-23ftrace: support for PowerPCSteven Rostedt1-2/+9
2008-05-23ftrace: cleanupsIngo Molnar1-3/+3
2008-05-23ftrace: fix mcount export bugIngo Molnar1-3/+0
2008-05-23ftrace: remove packed attribute on ftrace_page.David Miller1-2/+2
2008-05-23ftrace: stacktrace fixIngo Molnar3-3/+5
2008-05-23Port ftrace to markersMathieu Desnoyers4-56/+255
2008-05-23Markers - remove extra format argumentMathieu Desnoyers1-16/+14
2008-05-23ftrace: limit trace entriesSteven Rostedt1-0/+38
2008-05-23ftrace: add readpos to struct trace_seq; add trace_seq_to_user()Pekka Paalanen2-37/+39
2008-05-23ftrace: use raw_smp_processor_id for mcount functionsSteven Rostedt1-4/+11