summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2007-10-17zap_other_threads: don't optimize thread_group_empty() caseOleg Nesterov1-3/+0
2007-10-17exit_notify: don't take tasklist for TIF_SIGPENDING re-targetingOleg Nesterov1-4/+1
2007-10-17wait_task_zombie: fix 2/3 races vs forget_original_parent()Oleg Nesterov1-24/+21
2007-10-17wait_task_zombie: remove unneeded child->signal checkOleg Nesterov1-1/+1
2007-10-17pnp: avoid a small unlikely memory leak in proc_read_escd()Jesper Juhl1-2/+3
2007-10-17powerpc: Use linux/elfcore-compat.hRoland McGrath2-54/+51
2007-10-17Add linux/elfcore-compat.hRoland McGrath1-0/+55
2007-10-17ufs: Fix mount check in ufs_fill_super()Satyam Sharma1-7/+8
2007-10-17ufs: move non-layout parts of ufs_fs.h to fs/ufs/Christoph Hellwig15-198/+171
2007-10-17Tweak /proc/ipmi removalAlexey Dobriyan1-1/+1
2007-10-17handle the multi-threaded init's exit() properlyOleg Nesterov1-20/+11
2007-10-17Deprecate a.out ELF interpretersAndi Kleen2-0/+19
2007-10-17do_sigaction: remove now unneeded recalc_sigpending()Oleg Nesterov1-1/+0
2007-10-17pi-futex: set PF_EXITING without taking ->pi_lockOleg Nesterov1-3/+3
2007-10-17tpm: pay attention to IRQ info from PNPBjorn Helgaas1-9/+13
2007-10-17drivers/char/ip2/ip2main.c: kmalloc + memset conversion to kzallocMariusz Kozlowski1-3/+2
2007-10-17fs/autofs4/inode.c: kmalloc + memset conversion to kzallocMariusz Kozlowski1-3/+1
2007-10-17doc firmware_sample_firmware_class.c: kmalloc + memset conversion to kzallocMariusz Kozlowski1-5/+5
2007-10-17drivers/char/consolemap.c: kmalloc + memset conversion to kzallocMariusz Kozlowski1-2/+1
2007-10-17printk: add interfaces for external access to the log bufferMike Frysinger2-0/+58
2007-10-17ipc/shm.c: make 2 functions staticAdrian Bunk1-2/+3
2007-10-17lib/ioremap.c should #include <linux/io.h>Adrian Bunk1-0/+1
2007-10-17fs/afs/: possible cleanupsAdrian Bunk10-11/+17
2007-10-17kernel/rtmutex-debug.c: cleanupsAdrian Bunk1-6/+1
2007-10-17Add /sys/module/name/notesRoland McGrath2-0/+109
2007-10-17epca.c: reformat comments and coding style improvementsAlexey Dobriyan1-1409/+1202
2007-10-17core_pattern: fix up a few miscellaneous bugsNeil Horman1-2/+15
2007-10-17core_pattern: allow passing of arguments to user mode helper when core_patter...Neil Horman1-3/+22
2007-10-17core_pattern: ignore RLIMIT_CORE if core_pattern is a pipeNeil Horman10-39/+39
2007-10-17argv_split: allow argv_split to handle NULL pointer in argcp parameter gracef...Neil Horman1-1/+3
2007-10-17ufs: implement show_optionsEvgeniy Dushistov1-4/+39
2007-10-17Add in SunOS 4.1.x compatible mode for UFSMark Fortescue3-23/+123
2007-10-17remove unused bh in calls to ext234_get_group_descEric Sandeen4-37/+23
2007-10-17fs: remove the unused mempages parameterDenis Cheng4-8/+8
2007-10-17Fix CONFIG_DEBUG_SHIRQ trigger on free_irq()David Woodhouse1-16/+15
2007-10-17report the per-irq statistics on all archesRavikiran G Thirumalai1-3/+0
2007-10-17Remove "unsafe" from module structRusty Russell4-37/+9
2007-10-17ext4: show all mount optionsMiklos Szeredi2-0/+73
2007-10-17ext3: show all mount optionsMiklos Szeredi2-0/+71
2007-10-17ext2: show all mount optionsMiklos Szeredi2-2/+60
2007-10-17convert ill defined log2() to ilog2()Fengguang Wu4-18/+9
2007-10-17time: simplify smp_call_function_single() call sequenceAvi Kivity1-13/+4
2007-10-17Clean up duplicate includes in kernel/Jesper Juhl7-7/+0
2007-10-17Clean up duplicate includes in fs/ecryptfs/Jesper Juhl1-1/+0
2007-10-17Clean up duplicate includes in fs/Jesper Juhl2-2/+0
2007-10-17Clean up duplicate includes in drivers/w1/Jesper Juhl1-1/+0
2007-10-17Clean up duplicate includes in drivers/char/Jesper Juhl3-6/+0
2007-10-17Remove sysctl.h from fs.hAlexey Dobriyan1-2/+2
2007-10-17pcmcia: CompactFlash driver for PA Semi Electra boardsOlof Johansson4-0/+441
2007-10-17fs: use kmem_cache_zalloc insteadDenis Cheng1-2/+1