summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2009-04-07kprobes: support per-kprobe disablingMasami Hiramatsu
2009-04-07kprobes: rename kprobe_enabled to kprobes_all_disarmedMasami Hiramatsu
2009-04-07kprobes: move EXPORT_SYMBOL_GPL just after function definitionsMasami Hiramatsu
2009-04-07kprobes: cleanup aggr_kprobe related codeMasami Hiramatsu
2009-04-07mm: add /proc controls for pdflush threadsPeter W Morreale
2009-04-07Revert "module: remove the SHF_ALLOC flag on the __versions section."Rusty Russell
2009-04-06exit_notify: kill the wrong capable(CAP_KILL) checkOleg Nesterov
2009-04-06kernel/sysctl.c: avoid annoying warningsLinus Torvalds
2009-04-06Merge branch 'locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2009-04-06Merge branch 'kmemtrace-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2009-04-05Merge branch 'audit.b62' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2009-04-05Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2009-04-05Audit: remove spaces from audit_log_d_pathEric Paris
2009-04-05audit: audit_set_auditable defined but not usedEric Paris
2009-04-05audit: incorrect ref counting in audit tree tag_chunkEric Paris
2009-04-05audit: Fix possible return value truncation in audit_get_context()Paul Moore
2009-04-05audit: ignore terminating NUL in AUDIT_USER_TTY messagesMiloslav Trmac
2009-04-05Audit: fix handling of 'strings' with NULL charactersMiloslav Trmac
2009-04-05make the e->rule.xxx shorter in kernel auditfilter.cZhenwen Xu
2009-04-05auditsc: fix kernel-doc notationRandy Dunlap
2009-04-05audit: EXECVE record - removed bogus newlineJiri Pirko
2009-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-cpumaskLinus Torvalds
2009-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-module-an...Linus Torvalds
2009-04-05Merge branch 'printk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2009-04-03Merge branch 'core-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2009-04-03Merge branch 'stacktrace-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2009-04-03Merge branch 'rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2009-04-03Merge branch 'ipi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2009-04-03Merge branch 'locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2009-04-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2009-04-03Document the slow work thread poolDavid Howells
2009-04-03Make the slow work pool configurableDavid Howells
2009-04-03Make slow-work thread pool actually dynamicDavid Howells
2009-04-03Create a dynamically sized pool of threads for doing very slow work itemsDavid Howells
2009-04-03kmemtrace: small cleanupsIngo Molnar
2009-04-03kmemtrace: restore original tracing data binary format, improve ABIEduard - Gabriel Munteanu
2009-04-03kmemtrace: kmemtrace_alloc() must fill type_idEduard - Gabriel Munteanu
2009-04-03kmemtrace: use tracepointsEduard - Gabriel Munteanu
2009-04-03kmemtrace, rcu: fix rcupreempt.c data structure dependenciesIngo Molnar
2009-04-03kmemtrace, rcu: fix rcu_tree_trace.c data structure dependenciesIngo Molnar
2009-04-03kmemtrace, rcu: fix linux/rcutree.h and linux/rcuclassic.h dependenciesIngo Molnar
2009-04-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2009-04-02Allow rwlocks to re-enable interruptsRobin Holt
2009-04-02Factor out #ifdefs from kernel/spinlock.c to LOCK_CONTENDED_FLAGSRobin Holt
2009-04-02relay: fix for possible loss/corruption of produced subbufsAravind Srinivasan
2009-04-02kexec: vmcoreinfo_data[] can become staticDmitri Vorobiev
2009-04-02kexec: add dmesg log symbols to /proc/vmcoreinfo listsNeil Horman
2009-04-02pids: kill signal_struct-> __pgrp/__session and friendsOleg Nesterov
2009-04-02pids: refactor vnr/nr_ns helpers to make them safeOleg Nesterov
2009-04-02pids: improve get_task_pid() to fix the unsafe sys_wait4()->task_pgrp()Oleg Nesterov