Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | use __u32 in linux/reiserfs_fs.h | Mike Frysinger | 2008-02-08 | 1 | -1/+1 |
* | Remove a.out interpreter support in ELF loader | Andi Kleen | 2008-02-08 | 2 | -163/+21 |
* | Don't operate with pid_t in rtmutex tester | Pavel Emelyanov | 2008-02-08 | 2 | -4/+10 |
* | Use find_task_by_vpid in posix timers | Pavel Emelyanov | 2008-02-08 | 2 | -5/+5 |
* | NBD: remove limit on max number of nbd devices | Paul Clements | 2008-02-08 | 2 | -7/+4 |
* | Char: applicom, use pci_match_id | Jiri Slaby | 2008-02-08 | 1 | -11/+4 |
* | Char: applicom, use pci_resource_start | Jiri Slaby | 2008-02-08 | 1 | -4/+5 |
* | mount options: fix udf | Miklos Szeredi | 2008-02-08 | 2 | -4/+72 |
* | mount-options-fix-tmpfs-fix | Andrew Morton | 2008-02-08 | 1 | -0/+2 |
* | mount options: fix tmpfs | akpm@linux-foundation.org | 2008-02-08 | 2 | -65/+136 |
* | mount options: fix spufs | Miklos Szeredi | 2008-02-08 | 1 | -0/+3 |
* | mount options: fix reiserfs | Miklos Szeredi | 2008-02-08 | 1 | -12/+26 |
* | mount options: fix ncpfs | Miklos Szeredi | 2008-02-08 | 1 | -4/+45 |
* | mount options: fix isofs | Miklos Szeredi | 2008-02-08 | 1 | -0/+3 |
* | mount options: fix hugetlbfs | Miklos Szeredi | 2008-02-08 | 1 | -0/+3 |
* | mount options: fix hpfs | Miklos Szeredi | 2008-02-08 | 1 | -3/+14 |
* | mount options: fix hostfs | Miklos Szeredi | 2008-02-08 | 1 | -0/+14 |
* | mount options: fix fuse | Miklos Szeredi | 2008-02-08 | 1 | -1/+6 |
* | mount options: fix fat | Miklos Szeredi | 2008-02-08 | 1 | -0/+2 |
* | mount options: fix ext2 | Miklos Szeredi | 2008-02-08 | 1 | -0/+3 |
* | mount options: fix devpts | Miklos Szeredi | 2008-02-08 | 1 | -3/+18 |
* | mount options: fix capifs | Miklos Szeredi | 2008-02-08 | 1 | -0/+7 |
* | mount options: fix befs | Miklos Szeredi | 2008-02-08 | 1 | -1/+3 |
* | mount options: fix autofs | Miklos Szeredi | 2008-02-08 | 1 | -0/+3 |
* | mount options: fix autofs4 | Miklos Szeredi | 2008-02-08 | 1 | -0/+5 |
* | mount options: fix afs | Miklos Szeredi | 2008-02-08 | 1 | -0/+5 |
* | mount options: fix affs | Miklos Szeredi | 2008-02-08 | 1 | -2/+12 |
* | mount options: fix adfs | Miklos Szeredi | 2008-02-08 | 1 | -2/+24 |
* | mount options: add generic_show_options() | Miklos Szeredi | 2008-02-08 | 3 | -5/+54 |
* | mount options: add documentation | Miklos Szeredi | 2008-02-08 | 1 | -3/+47 |
* | drop linux/ufs_fs.h from userspace export and relocate it to fs/ufs/ufs_fs.h | Mike Frysinger | 2008-02-08 | 13 | -20/+15 |
* | avoid overflows in kernel/time.c | H. Peter Anvin | 2008-02-08 | 29 | -68/+486 |
* | printk_ratelimit() functions should use CONFIG_PRINTK | Joe Perches | 2008-02-08 | 3 | -15/+25 |
* | kill do_generic_mapping_read | Christoph Hellwig | 2008-02-08 | 2 | -28/+5 |
* | Remove __STRICT_ANSI__ from linux/types.h | Mike Frysinger | 2008-02-08 | 1 | -3/+3 |
* | BKL-Removal: convert pipe to use unlocked_ioctl too | Andi Kleen | 2008-02-08 | 1 | -9/+7 |
* | PWM LED driver | David Brownell | 2008-02-08 | 3 | -0/+165 |
* | Basic PWM driver for AVR32 and AT91 | David Brownell | 2008-02-08 | 6 | -0/+546 |
* | OSS: constify function pointer tables | Jan Engelhardt | 2008-02-08 | 2 | -4/+4 |
* | procfs: constify function pointer tables | Jan Engelhardt | 2008-02-08 | 19 | -34/+34 |
* | reiserfs: constify function pointer tables | Jan Engelhardt | 2008-02-08 | 1 | -1/+1 |
* | isofs: implement dmode option | Jan Kara | 2008-02-08 | 3 | -9/+18 |
* | workqueue: make delayed_work_timer_fn() static | Li Zefan | 2008-02-08 | 2 | -3/+1 |
* | atmel_serial: show tty name in /proc/interrupts | Haavard Skinnemoen | 2008-02-08 | 1 | -1/+2 |
* | atmel_serial: use container_of instead of direct cast | Haavard Skinnemoen | 2008-02-08 | 1 | -17/+23 |
* | atmel_serial: fix broken RX buffer allocation | Haavard Skinnemoen | 2008-02-08 | 1 | -1/+2 |
* | atmel_serial: add DMA support | Chip Coldwell | 2008-02-08 | 2 | -24/+383 |
* | atmel_serial: split the interrupt handler | Remy Bohmer | 2008-02-08 | 1 | -55/+190 |
* | atmel_serial: fix bugs in probe() error path and remove() | Haavard Skinnemoen | 2008-02-08 | 1 | -10/+29 |
* | atmel_serial: use existing console options only if BRG is running | Haavard Skinnemoen | 2008-02-08 | 1 | -8/+7 |