Age | Commit message (Expand) | Author | Files | Lines |
2007-05-08 | proc: maps protection | Kees Cook | 7 | -2/+48 |
2007-05-08 | virtual_eisa_root_init() should be __init | Andrew Morton | 1 | -1/+1 |
2007-05-08 | rocket: remove modversions include | Robert P. J. Day | 1 | -4/+0 |
2007-05-08 | floppy: handle device_create_file() failure while init | Dmitriy Monakhov | 1 | -1/+6 |
2007-05-08 | replace pci_find_device in drivers/telephony/ixj.c | Surya | 1 | -1/+2 |
2007-05-08 | tpm_infineon: add support for devices in mmio space | Alex Williamson | 1 | -66/+165 |
2007-05-08 | namei.c: remove utterly outdated comment | Christoph Hellwig | 1 | -11/+0 |
2007-05-08 | vfs: remove superflous sb == NULL checks | Christoph Hellwig | 2 | -4/+2 |
2007-05-08 | proc: remove pathetic ->deleted WARN_ON | Alexey Dobriyan | 1 | -2/+0 |
2007-05-08 | Fix race between proc_readdir and remove_proc_entry | Darrick J. Wong | 1 | -2/+9 |
2007-05-08 | Fix race between proc_get_inode() and remove_proc_entry() | Alexey Dobriyan | 3 | -8/+9 |
2007-05-08 | add filesystem subtype support | Miklos Szeredi | 5 | -6/+55 |
2007-05-08 | oss: strlcpy is smart enough | Jean Delvare | 1 | -1/+1 |
2007-05-08 | epoll: optimizations and cleanups | Davide Libenzi | 1 | -147/+86 |
2007-05-08 | the scheduled removal of OBSOLETE_OSS options | Adrian Bunk | 2 | -41/+0 |
2007-05-08 | ext3: dirindex error pointer issues | Dmitriy Monakhov | 2 | -22/+30 |
2007-05-08 | Optimize timespec_trunc() | Eric Dumazet | 1 | -30/+30 |
2007-05-08 | init dma masks in pnp_dev | David Brownell | 2 | -0/+4 |
2007-05-08 | rcutorture: Mark rcu_torture_init as __init | Josh Triplett | 1 | -1/+1 |
2007-05-08 | Merge sys_clone()/sys_unshare() nsproxy and namespace handling | Badari Pulavarty | 11 | -268/+131 |
2007-05-08 | exec: fix remove_arg_zero | Nick Piggin | 1 | -16/+34 |
2007-05-08 | Cap shmmax at INT_MAX in compat shminfo | Guy Streeter | 1 | -0/+4 |
2007-05-08 | Use stop_machine_run in the Intel RNG driver | Prarit Bhargava | 2 | -100/+127 |
2007-05-08 | IRQ: add __must_check to request_irq | Monakhov Dmitriy | 1 | -2/+2 |
2007-05-08 | kconfig: centralize the selection of semaphore debugging in lib/Kconfig.debug | Robert P. J. Day | 4 | -17/+17 |
2007-05-08 | reiserfs: correct misspelled "REISERFS_PROC_INFO" to "CONFIG_REISERFS_PROC_INFO" | Robert P. J. Day | 1 | -1/+1 |
2007-05-08 | module: use krealloc | Pekka Enberg | 1 | -4/+4 |
2007-05-08 | reiserfs: shrink superblock if no xattrs | Alexey Dobriyan | 2 | -3/+6 |
2007-05-08 | Apple SMC driver (hardware monitoring and control) | Nicolas Boichat | 4 | -0/+1370 |
2007-05-08 | Fix compilation of drivers with -O0 | Michal Schmidt | 1 | -25/+0 |
2007-05-08 | init/do_mounts.c: proper prepare_namespace() prototype | Adrian Bunk | 3 | -2/+3 |
2007-05-08 | fix section mismatch warning in lib/swiotlb.c | Sam Ravnborg | 1 | -1/+0 |
2007-05-08 | scripts: kernel-doc whitespace cleanup | Randy Dunlap | 1 | -48/+48 |
2007-05-08 | reiserfs: possible null pointer dereference during resize | Dmitriy Monakhov | 1 | -0/+4 |
2007-05-08 | freevxfs: possible null pointer dereference fix | Dmitriy Monakhov | 2 | -2/+2 |
2007-05-08 | is_power_of_2 in fs/block_dev.c | Vignesh Babu BM | 1 | -1/+2 |
2007-05-08 | is_power_of_2 in fs/hfs | Vignesh Babu BM | 2 | -2/+4 |
2007-05-08 | is_power_of_2 in fat | Vignesh Babu BM | 1 | -4/+3 |
2007-05-08 | drivers/char/hvc_console.c: cleanups | Adrian Bunk | 1 | -7/+5 |
2007-05-08 | tty: Clarify documentation of ->write() | Alan | 1 | -1/+3 |
2007-05-08 | devpts: add fsnotify create event | Florin Malita | 1 | -1/+4 |
2007-05-08 | use use SEEK_MAX to validate user lseek arguments | Chris Snook | 2 | -2/+3 |
2007-05-08 | use symbolic constants in generic lseek code | Chris Snook | 1 | -6/+6 |
2007-05-08 | Documentation: Ask driver writers to provide PM support | Rafael J. Wysocki | 3 | -0/+163 |
2007-05-08 | Fix constant folding and poor optimization in byte swapping code | Trent Piepho | 1 | -39/+69 |
2007-05-08 | softlockup: s/99/MAX_RT_PRIO/ | Oleg Nesterov | 1 | -1/+1 |
2007-05-08 | freezer: task->exit_state should be treated as bolean | Oleg Nesterov | 1 | -3/+2 |
2007-05-08 | ipmi: add pci remove handling | Corey Minyard | 1 | -0/+3 |
2007-05-08 | ipmi: add new IPMI nmi watchdog handling | Corey Minyard | 5 | -42/+103 |
2007-05-08 | ipmi: allow shared interrupts | Corey Minyard | 1 | -35/+89 |