Age | Commit message (Expand) | Author | Files | Lines |
2009-04-10 | ftrace: Output REC->var instead of __entry->var for trace format | Zhaolei | 1 | -2/+2 |
2009-04-10 | tracing: fix document references | Li Zefan | 1 | -2/+2 |
2009-04-10 | tracing: fix splice return too large | Lai Jiangshan | 1 | -2/+14 |
2009-04-10 | tracing: update file->f_pos when splice(2) it | Lai Jiangshan | 1 | -7/+1 |
2009-04-10 | tracing: allocate page when needed | Lai Jiangshan | 1 | -8/+8 |
2009-04-10 | tracing: disable seeking for trace_pipe_raw | Lai Jiangshan | 1 | -1/+1 |
2009-04-09 | Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2 | -6/+6 |
2009-04-09 | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 4 | -31/+156 |
2009-04-09 | Merge branches 'core-fixes-for-linus', 'irq-fixes-for-linus' and 'timers-fixe... | Linus Torvalds | 5 | -8/+22 |
2009-04-09 | mutex: have non-spinning mutexes on s390 by default | Heiko Carstens | 1 | -1/+2 |
2009-04-09 | blktrace: pass the right pointer to kfree() | Li Zefan | 1 | -5/+5 |
2009-04-09 | tracing/syscalls: use a dedicated file header | Frederic Weisbecker | 1 | -1/+1 |
2009-04-09 | work_on_cpu(): rewrite it to create a kernel thread on demand | Andrew Morton | 1 | -17/+19 |
2009-04-09 | kthread: move sched-realeted initialization from kthreadd context | Oleg Nesterov | 1 | -11/+11 |
2009-04-09 | kthread: Don't looking for a task in create_kthread() #2 | Vitaliy Gusev | 1 | -3/+1 |
2009-04-08 | ptrace: some checkpatch fixes | Roland McGrath | 1 | -9/+7 |
2009-04-08 | posix-timers: fix RLIMIT_CPU && setitimer(CPUCLOCK_PROF) | Oleg Nesterov | 1 | -1/+1 |
2009-04-08 | posix-timers: fix RLIMIT_CPU && fork() | Oleg Nesterov | 1 | -4/+9 |
2009-04-08 | Merge commit 'v2.6.30-rc1' into sched/urgent | Ingo Molnar | 132 | -5074/+17625 |
2009-04-08 | Merge commit 'v2.6.30-rc1' into core/urgent | Ingo Molnar | 90 | -3724/+14459 |
2009-04-08 | Merge branch 'core/softlockup' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 5 | -106/+235 |
2009-04-08 | Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 7 | -12/+33 |
2009-04-08 | Merge branch 'irq/threaded' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 4 | -20/+237 |
2009-04-07 | kprobes: support per-kprobe disabling | Masami Hiramatsu | 1 | -26/+141 |
2009-04-07 | kprobes: rename kprobe_enabled to kprobes_all_disarmed | Masami Hiramatsu | 1 | -17/+17 |
2009-04-07 | kprobes: move EXPORT_SYMBOL_GPL just after function definitions | Masami Hiramatsu | 1 | -12/+18 |
2009-04-07 | kprobes: cleanup aggr_kprobe related code | Masami Hiramatsu | 1 | -30/+30 |
2009-04-07 | mm: add /proc controls for pdflush threads | Peter W Morreale | 1 | -0/+23 |
2009-04-07 | ftrace: Correct a text align for event format output | Zhaolei | 1 | -1/+1 |
2009-04-07 | Update /debug/tracing/README | Nikanth Karthikesan | 1 | -2/+2 |
2009-04-07 | tracing/ftrace: alloc the started cpumask for the trace file | Frederic Weisbecker | 1 | -1/+12 |
2009-04-07 | ftrace: Add check of sched_stopped for probe_sched_wakeup | Zhaolei | 1 | -0/+3 |
2009-04-07 | tracing/ftrace: fix missing include string.h | Frederic Weisbecker | 1 | -0/+1 |
2009-04-07 | tracing: fix incorrect return type of ns2usecs() | Lai Jiangshan | 3 | -4/+3 |
2009-04-07 | tracing: remove CALLER_ADDR2 from wakeup tracer | Steven Rostedt | 1 | -1/+7 |
2009-04-07 | Merge branch 'tracing/blktrace-fixes' into tracing/urgent | Ingo Molnar | 1 | -3/+4 |
2009-04-07 | Merge branch 'linus' into core/softlockup | Ingo Molnar | 134 | -5132/+17272 |
2009-04-07 | Revert "module: remove the SHF_ALLOC flag on the __versions section." | Rusty Russell | 1 | -3/+0 |
2009-04-07 | exit_notify: kill the wrong capable(CAP_KILL) check | Oleg Nesterov | 1 | -2/+1 |
2009-04-07 | kernel/sysctl.c: avoid annoying warnings | Linus Torvalds | 1 | -2/+2 |
2009-04-07 | Merge branch 'locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 4 | -25/+51 |
2009-04-07 | Merge branch 'kmemtrace-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 7 | -103/+325 |
2009-04-06 | Merge branch 'linus' into irq/threaded | Ingo Molnar | 116 | -4767/+16344 |
2009-04-05 | Merge branch 'audit.b62' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 4 | -28/+32 |
2009-04-05 | Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 50 | -2515/+11317 |
2009-04-05 | Audit: remove spaces from audit_log_d_path | Eric Paris | 2 | -3/+3 |
2009-04-05 | audit: audit_set_auditable defined but not used | Eric Paris | 1 | -8/+8 |
2009-04-05 | audit: incorrect ref counting in audit tree tag_chunk | Eric Paris | 1 | -0/+2 |
2009-04-05 | audit: Fix possible return value truncation in audit_get_context() | Paul Moore | 1 | -1/+1 |
2009-04-05 | audit: ignore terminating NUL in AUDIT_USER_TTY messages | Miloslav Trmac | 1 | -0/+3 |