summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | blktrace: fix pdu_len when tracing packet command requestsLi Zefan2009-04-031-1/+1
| | * | | | | | | | blktrace: small cleanup in blk_msg_write()Li Zefan2009-04-031-1/+1
| | * | | | | | | | blktrace: NUL-terminate user space messagesCarl Henrik Lunde2009-04-031-2/+3
* | | | | | | | | | Merge branch 'irq/threaded' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2009-04-074-20/+237
|\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'linus' into irq/threadedIngo Molnar2009-04-06116-4767/+16344
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | genirq: threaded irq handlers review fixupsThomas Gleixner2009-03-242-15/+31
| * | | | | | | | | | | genirq: add support for threaded interrupts to devresArjan van de Ven2009-03-241-6/+10
| * | | | | | | | | | | genirq: add threaded interrupt handler supportThomas Gleixner2009-03-243-14/+211
| * | | | | | | | | | | Merge branch 'cpus4096' into irq/threadedThomas Gleixner2009-03-2316-103/+189
| |\ \ \ \ \ \ \ \ \ \ \
* | | | | | | | | | | | | kprobes: support per-kprobe disablingMasami Hiramatsu2009-04-071-26/+141
* | | | | | | | | | | | | kprobes: rename kprobe_enabled to kprobes_all_disarmedMasami Hiramatsu2009-04-071-17/+17
* | | | | | | | | | | | | kprobes: move EXPORT_SYMBOL_GPL just after function definitionsMasami Hiramatsu2009-04-071-12/+18
* | | | | | | | | | | | | kprobes: cleanup aggr_kprobe related codeMasami Hiramatsu2009-04-071-30/+30
* | | | | | | | | | | | | mm: add /proc controls for pdflush threadsPeter W Morreale2009-04-071-0/+23
* | | | | | | | | | | | | Revert "module: remove the SHF_ALLOC flag on the __versions section."Rusty Russell2009-04-071-3/+0
| |_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | |
* | | | | | | | | | | | exit_notify: kill the wrong capable(CAP_KILL) checkOleg Nesterov2009-04-061-2/+1
* | | | | | | | | | | | kernel/sysctl.c: avoid annoying warningsLinus Torvalds2009-04-061-2/+2
* | | | | | | | | | | | Merge branch 'locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2009-04-064-25/+51
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | lockdep: add stack dumps to assertsPeter Zijlstra2009-03-311-0/+5
| * | | | | | | | | | | | hrtimer: fix rq->lock inversion (again)Peter Zijlstra2009-03-313-25/+46
* | | | | | | | | | | | | Merge branch 'kmemtrace-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-04-067-103/+325
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / |/| | | | | | | | | | | |
| * | | | | | | | | | | | kmemtrace: small cleanupsIngo Molnar2009-04-031-61/+67
| * | | | | | | | | | | | kmemtrace: restore original tracing data binary format, improve ABIEduard - Gabriel Munteanu2009-04-031-24/+58
| * | | | | | | | | | | | kmemtrace: kmemtrace_alloc() must fill type_idEduard - Gabriel Munteanu2009-04-031-0/+1
| * | | | | | | | | | | | kmemtrace: use tracepointsEduard - Gabriel Munteanu2009-04-032-61/+151
| * | | | | | | | | | | | kmemtrace, rcu: fix rcupreempt.c data structure dependenciesIngo Molnar2009-04-031-4/+44
| * | | | | | | | | | | | kmemtrace, rcu: fix rcu_tree_trace.c data structure dependenciesIngo Molnar2009-04-033-4/+16
| * | | | | | | | | | | | kmemtrace, rcu: fix linux/rcutree.h and linux/rcuclassic.h dependenciesIngo Molnar2009-04-032-6/+45
* | | | | | | | | | | | | Merge branch 'audit.b62' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2009-04-054-28/+32
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Audit: remove spaces from audit_log_d_pathEric Paris2009-04-052-3/+3
| * | | | | | | | | | | | | audit: audit_set_auditable defined but not usedEric Paris2009-04-051-8/+8
| * | | | | | | | | | | | | audit: incorrect ref counting in audit tree tag_chunkEric Paris2009-04-051-0/+2
| * | | | | | | | | | | | | audit: Fix possible return value truncation in audit_get_context()Paul Moore2009-04-051-1/+1
| * | | | | | | | | | | | | audit: ignore terminating NUL in AUDIT_USER_TTY messagesMiloslav Trmac2009-04-051-0/+3
| * | | | | | | | | | | | | Audit: fix handling of 'strings' with NULL charactersMiloslav Trmac2009-04-051-1/+1
| * | | | | | | | | | | | | make the e->rule.xxx shorter in kernel auditfilter.cZhenwen Xu2009-04-051-8/+8
| * | | | | | | | | | | | | auditsc: fix kernel-doc notationRandy Dunlap2009-04-051-2/+2
| * | | | | | | | | | | | | audit: EXECVE record - removed bogus newlineJiri Pirko2009-04-051-5/+4
* | | | | | | | | | | | | | Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2009-04-0550-2515/+11317
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / | |/| | | | | | | | | | | |
| * | | | | | | | | | | | | Merge branch 'tracing/core-v2' into tracing-for-linusIngo Molnar2009-04-0250-2529/+11325
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | |
| | * | | | | | | | | | | | ring-buffer: do not remove reader page from list on ring buffer freeSteven Rostedt2009-04-011-1/+0
| | * | | | | | | | | | | | function-graph: allow unregistering twiceSteven Rostedt2009-04-011-0/+4
| | | |_|_|_|/ / / / / / / | | |/| | | | | | | | | |
| | | | | | | | | | | | |
| | | \ \ \ \ \ \ \ \ \ \
| | | \ \ \ \ \ \ \ \ \ \
| | | \ \ \ \ \ \ \ \ \ \
| | | \ \ \ \ \ \ \ \ \ \
| | | \ \ \ \ \ \ \ \ \ \
| | *-----. \ \ \ \ \ \ \ \ \ \ Merge branches 'tracing/docs', 'tracing/filters', 'tracing/ftrace', 'tracing/...Ingo Molnar2009-03-3119-341/+1257
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | |_|_|_|_|/ / / / / / | | | | | |/| | | | | | | | | |
| | | | | | * | | | | | | | | | tracing, Text Edit Lock: Fix one sparse warning in kernel/extable.cDmitri Vorobiev2009-03-221-0/+1
| | | |_|_|/ / / / / / / / / / | | |/| | | | | | | | | | | |
| | | | | * | | | | | | | | | blktrace: print out BLK_TN_MESSAGE properlyLi Zefan2009-03-311-19/+61
| | | | | * | | | | | | | | | blktrace: extract duplidate codeLi Zefan2009-03-311-32/+30
| | | | | * | | | | | | | | | blktrace: fix memory leak when freeing struct blk_io_traceLi Zefan2009-03-311-17/+12
| | | | | * | | | | | | | | | blktrace: fix blk_probes_ref chaosLi Zefan2009-03-311-8/+7
| | | | | * | | | | | | | | | blktrace: make classic output more classicLi Zefan2009-03-311-4/+4
| | | | | * | | | | | | | | | blktrace: fix off-by-one bugLi Zefan2009-03-311-2/+2