| Commit message (Expand) | Author | Age | Files | Lines |
* | ufs: Fix mount check in ufs_fill_super() | Satyam Sharma | 2007-10-17 | 1 | -7/+8 |
* | ufs: move non-layout parts of ufs_fs.h to fs/ufs/ | Christoph Hellwig | 2007-10-17 | 15 | -198/+171 |
* | Tweak /proc/ipmi removal | Alexey Dobriyan | 2007-10-17 | 1 | -1/+1 |
* | handle the multi-threaded init's exit() properly | Oleg Nesterov | 2007-10-17 | 1 | -20/+11 |
* | Deprecate a.out ELF interpreters | Andi Kleen | 2007-10-17 | 2 | -0/+19 |
* | do_sigaction: remove now unneeded recalc_sigpending() | Oleg Nesterov | 2007-10-17 | 1 | -1/+0 |
* | pi-futex: set PF_EXITING without taking ->pi_lock | Oleg Nesterov | 2007-10-17 | 1 | -3/+3 |
* | tpm: pay attention to IRQ info from PNP | Bjorn Helgaas | 2007-10-17 | 1 | -9/+13 |
* | drivers/char/ip2/ip2main.c: kmalloc + memset conversion to kzalloc | Mariusz Kozlowski | 2007-10-17 | 1 | -3/+2 |
* | fs/autofs4/inode.c: kmalloc + memset conversion to kzalloc | Mariusz Kozlowski | 2007-10-17 | 1 | -3/+1 |
* | doc firmware_sample_firmware_class.c: kmalloc + memset conversion to kzalloc | Mariusz Kozlowski | 2007-10-17 | 1 | -5/+5 |
* | drivers/char/consolemap.c: kmalloc + memset conversion to kzalloc | Mariusz Kozlowski | 2007-10-17 | 1 | -2/+1 |
* | printk: add interfaces for external access to the log buffer | Mike Frysinger | 2007-10-17 | 2 | -0/+58 |
* | ipc/shm.c: make 2 functions static | Adrian Bunk | 2007-10-17 | 1 | -2/+3 |
* | lib/ioremap.c should #include <linux/io.h> | Adrian Bunk | 2007-10-17 | 1 | -0/+1 |
* | fs/afs/: possible cleanups | Adrian Bunk | 2007-10-17 | 10 | -11/+17 |
* | kernel/rtmutex-debug.c: cleanups | Adrian Bunk | 2007-10-17 | 1 | -6/+1 |
* | Add /sys/module/name/notes | Roland McGrath | 2007-10-17 | 2 | -0/+109 |
* | epca.c: reformat comments and coding style improvements | Alexey Dobriyan | 2007-10-17 | 1 | -1409/+1202 |
* | core_pattern: fix up a few miscellaneous bugs | Neil Horman | 2007-10-17 | 1 | -2/+15 |
* | core_pattern: allow passing of arguments to user mode helper when core_patter... | Neil Horman | 2007-10-17 | 1 | -3/+22 |
* | core_pattern: ignore RLIMIT_CORE if core_pattern is a pipe | Neil Horman | 2007-10-17 | 10 | -39/+39 |
* | argv_split: allow argv_split to handle NULL pointer in argcp parameter gracef... | Neil Horman | 2007-10-17 | 1 | -1/+3 |
* | ufs: implement show_options | Evgeniy Dushistov | 2007-10-17 | 1 | -4/+39 |
* | Add in SunOS 4.1.x compatible mode for UFS | Mark Fortescue | 2007-10-17 | 3 | -23/+123 |
* | remove unused bh in calls to ext234_get_group_desc | Eric Sandeen | 2007-10-17 | 4 | -37/+23 |
* | fs: remove the unused mempages parameter | Denis Cheng | 2007-10-17 | 4 | -8/+8 |
* | Fix CONFIG_DEBUG_SHIRQ trigger on free_irq() | David Woodhouse | 2007-10-17 | 1 | -16/+15 |
* | report the per-irq statistics on all arches | Ravikiran G Thirumalai | 2007-10-17 | 1 | -3/+0 |
* | Remove "unsafe" from module struct | Rusty Russell | 2007-10-17 | 4 | -37/+9 |
* | ext4: show all mount options | Miklos Szeredi | 2007-10-17 | 2 | -0/+73 |
* | ext3: show all mount options | Miklos Szeredi | 2007-10-17 | 2 | -0/+71 |
* | ext2: show all mount options | Miklos Szeredi | 2007-10-17 | 2 | -2/+60 |
* | convert ill defined log2() to ilog2() | Fengguang Wu | 2007-10-17 | 4 | -18/+9 |
* | time: simplify smp_call_function_single() call sequence | Avi Kivity | 2007-10-17 | 1 | -13/+4 |
* | Clean up duplicate includes in kernel/ | Jesper Juhl | 2007-10-17 | 7 | -7/+0 |
* | Clean up duplicate includes in fs/ecryptfs/ | Jesper Juhl | 2007-10-17 | 1 | -1/+0 |
* | Clean up duplicate includes in fs/ | Jesper Juhl | 2007-10-17 | 2 | -2/+0 |
* | Clean up duplicate includes in drivers/w1/ | Jesper Juhl | 2007-10-17 | 1 | -1/+0 |
* | Clean up duplicate includes in drivers/char/ | Jesper Juhl | 2007-10-17 | 3 | -6/+0 |
* | Remove sysctl.h from fs.h | Alexey Dobriyan | 2007-10-17 | 1 | -2/+2 |
* | pcmcia: CompactFlash driver for PA Semi Electra boards | Olof Johansson | 2007-10-17 | 4 | -0/+441 |
* | fs: use kmem_cache_zalloc instead | Denis Cheng | 2007-10-17 | 1 | -2/+1 |
* | fs/proc/mmu.c: headers butchery | Alexey Dobriyan | 2007-10-17 | 1 | -19/+2 |
* | do_poll: return -EINTR when signalled | Oleg Nesterov | 2007-10-17 | 1 | -7/+7 |
* | do_sys_poll: simplify playing with on-stack data | Oleg Nesterov | 2007-10-17 | 1 | -56/+36 |
* | Remove unneeded lock_kernel() in driver/block/loop.c | Diego Woitasen | 2007-10-17 | 1 | -2/+0 |
* | KCONFIG: Make "Instrumentation support" non-EXPERIMENTAL | Robert P. J. Day | 2007-10-17 | 6 | -6/+0 |
* | fs: mark nibblemap const | Philippe De Muyter | 2007-10-17 | 5 | -5/+5 |
* | fs/romfs/inode.c: trivial improvements | WANG Cong | 2007-10-17 | 1 | -2/+2 |