summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2009-01-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds2-5/+5
2009-01-06dma-coherent: catch oversized requests to dma_alloc_from_coherent()Johannes Weiner1-0/+2
2009-01-06dma_alloc_coherent: clean it upAndrew Morton1-25/+29
2009-01-06dma_alloc_from_coherent(): fix fallback to generic memoryAndrew Morton1-1/+15
2009-01-06coredump_filter: permit changing of the default filterHidehiro Kawai1-2/+13
2009-01-06SEND_SIG_NOINFO: set si_pid to tgid instead of pidSukadev Bhattiprolu1-1/+1
2009-01-06SEND_SIG_NOINFO: masquerade si_pid when crossing pid-ns boundarySukadev Bhattiprolu1-1/+2
2009-01-06kmod: fix varargs kernel-docRandy Dunlap1-2/+2
2009-01-06kprobes: support probing module __init functionMasami Hiramatsu1-4/+19
2009-01-06module: add MODULE_STATE_LIVE notifyMasami Hiramatsu1-0/+2
2009-01-06kprobes: remove called_from argumentMasami Hiramatsu1-58/+14
2009-01-06kprobes: support probing module __exit functionMasami Hiramatsu1-40/+119
2009-01-06kprobes: add __kprobes to kprobe internal functionsMasami Hiramatsu1-7/+9
2009-01-06kprobes: add kprobe_insn_mutex and cleanup arch_remove_kprobe()Masami Hiramatsu1-4/+21
2009-01-06module: add within_module_core() and within_module_init()Masami Hiramatsu1-8/+8
2009-01-06kprobes: add tests for register_kprobesMasami Hiramatsu1-0/+189
2009-01-06kprobes: indirectly call kprobe_targetMasami Hiramatsu1-15/+6
2009-01-06kprobes: bugfix: try_module_get even if calling_mod is NULLMasami Hiramatsu1-1/+1
2009-01-06profile: don't include <asm/ptrace.h> twice.KOSAKI Motohiro1-1/+0
2009-01-06Allow times and time system calls to return small negative valuesPaul Mackerras3-2/+9
2009-01-06oops: increment the oops UUID every time we oopsArjan van de Ven1-0/+2
2009-01-06fork.c: cleanup for copy_sighand()Zhaolei1-1/+1
2009-01-06Remove remaining unwinder codeAlexey Dobriyan1-15/+0
2009-01-06mm: introduce get_mm_hiwater_xxx(), fix taskstats->hiwater_xxx accountingOleg Nesterov2-6/+3
2009-01-06mm: add dirty_background_bytes and dirty_bytes sysctlsDavid Rientjes1-5/+22
2009-01-06mm: remove cgroup_mm_owner_callbacksHugh Dickins2-43/+6
2009-01-06oom: print triggering task's cpuset and mems allowedDavid Rientjes1-0/+34
2009-01-06pm: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-3/+3
2009-01-06kernel/ksysfs.c:fix dependence on CONFIG_NETMing Lei1-2/+2
2009-01-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds3-26/+94
2009-01-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+0
2009-01-05zero i_uid/i_gid on inode allocationAl Viro1-1/+0
2009-01-04Merge branch 'audit.b61' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds5-619/+457
2009-01-05module: convert to stop_machine_create/destroy.Heiko Carstens1-2/+21
2009-01-05stop_machine: introduce stop_machine_create/destroy.Heiko Carstens2-11/+50
2009-01-05module: fix module loading failure of large kernel modules for pariscHelge Deller1-3/+13
2009-01-05module: fix warning of unused function when !CONFIG_PROC_FSJianjun Kong1-2/+2
2009-01-05kernel/module.c: compare symbol values when marking symbols as exported in /p...Tim Abbott1-8/+8
2009-01-04cgroups: fix a race between cgroup_clone and umountLi Zefan1-1/+5
2009-01-04audit: validate comparison operations, store them in sane formAl Viro2-68/+66
2009-01-04clean up audit_rule_{add,del} a bitAl Viro1-25/+17
2009-01-04make sure that filterkey of task,always rules is reportedAl Viro1-4/+11
2009-01-04audit rules ordering, part 2Al Viro2-56/+40
2009-01-04fixing audit rule ordering mess, part 1Al Viro3-43/+58
2009-01-04audit_update_lsm_rules() misses the audit_inode_hash[] onesAl Viro1-30/+47
2009-01-04sanitize audit_log_capset()Al Viro2-31/+17
2009-01-04sanitize audit_fd_pair()Al Viro1-30/+14
2009-01-04sanitize audit_mq_open()Al Viro1-42/+23
2009-01-04sanitize AUDIT_MQ_SENDRECVAl Viro1-98/+29
2009-01-04sanitize audit_mq_notify()Al Viro1-40/+16