Age | Commit message (Expand) | Author | Files | Lines |
2014-06-06 | fs: convert use of typedef ctl_table to struct ctl_table | Joe Perches | 5 | -6/+6 |
2014-06-06 | ntfs: convert use of typedef ctl_table to struct ctl_table | Joe Perches | 1 | -2/+2 |
2014-06-06 | inotify: convert use of typedef ctl_table to struct ctl_table | Joe Perches | 1 | -1/+1 |
2014-06-06 | nfs: convert use of typedef ctl_table to struct ctl_table | Joe Perches | 2 | -6/+6 |
2014-06-06 | lockd: convert use of typedef ctl_table to struct ctl_table | Joe Perches | 1 | -3/+3 |
2014-06-06 | fscache: convert use of typedef ctl_table to struct ctl_table | Joe Perches | 1 | -2/+2 |
2014-06-06 | coda: convert use of typedef ctl_table to struct ctl_table | Joe Perches | 1 | -2/+2 |
2014-06-06 | scsi: convert use of typedef ctl_table to struct ctl_table | Joe Perches | 1 | -3/+3 |
2014-06-06 | parport: convert use of typedef ctl_table to struct ctl_table | Joe Perches | 1 | -29/+29 |
2014-06-06 | random: convert use of typedef ctl_table to struct ctl_table | Joe Perches | 1 | -2/+2 |
2014-06-06 | cdrom: convert use of typedef ctl_table to struct ctl_table | Joe Perches | 1 | -5/+5 |
2014-06-06 | tile: convert use of typedef ctl_table to struct ctl_table | Joe Perches | 1 | -2/+2 |
2014-06-06 | ia64: convert use of typedef ctl_table to struct ctl_table | Joe Perches | 2 | -5/+5 |
2014-06-06 | arm: convert use of typedef ctl_table to struct ctl_table | Joe Perches | 1 | -3/+3 |
2014-06-06 | kernel/seccomp.c: kernel-doc warning fix | Fabian Frederick | 1 | -2/+2 |
2014-06-06 | ipc/sem.c: add a printk_once for semctl(GETNCNT/GETZCNT) | Manfred Spraul | 1 | -0/+11 |
2014-06-06 | ipc/sem.c: make semctl(,,{GETNCNT,GETZCNT}) standard compliant | Manfred Spraul | 1 | -21/+13 |
2014-06-06 | ipc/sem.c: store which operation blocks in perform_atomic_semop() | Manfred Spraul | 1 | -0/+3 |
2014-06-06 | ipc/sem.c: change perform_atomic_semop parameters | Manfred Spraul | 1 | -19/+19 |
2014-06-06 | ipc/sem.c: remove code duplication | Manfred Spraul | 1 | -56/+51 |
2014-06-06 | ipc/sem.c: bugfix for semctl(,,GETZCNT) | Manfred Spraul | 1 | -0/+10 |
2014-06-06 | ipc,msg: document volatile r_msg | Davidlohr Bueso | 1 | -3/+7 |
2014-06-06 | ipc,msg: move some msgq ns code around | Davidlohr Bueso | 1 | -69/+63 |
2014-06-06 | ipc,msg: use current->state helpers | Davidlohr Bueso | 1 | -2/+2 |
2014-06-06 | ipc,shm: document new limits in the uapi header | Davidlohr Bueso | 1 | -6/+9 |
2014-06-06 | ipc/shm.c: increase the defaults for SHMALL, SHMMAX | Manfred Spraul | 2 | -7/+4 |
2014-06-06 | ipc/shm.c: check for integer overflow during shmget. | Manfred Spraul | 1 | -0/+3 |
2014-06-06 | ipc/shm.c: check for overflows of shm_tot | Manfred Spraul | 1 | -1/+2 |
2014-06-06 | ipc/shm.c: check for ulong overflows in shmat | Manfred Spraul | 1 | -0/+3 |
2014-06-06 | ipc, kernel: clear whitespace | Paul McQuade | 6 | -30/+29 |
2014-06-06 | ipc, kernel: use Linux headers | Paul McQuade | 7 | -7/+7 |
2014-06-06 | ipc: constify ipc_ops | Mathias Krause | 5 | -20/+19 |
2014-06-06 | initramfs: remove "compression mode" choice | Paul Bolle | 1 | -77/+0 |
2014-06-06 | fs/devpts/inode.c: convert printk to pr_foo() | Fabian Frederick | 1 | -11/+15 |
2014-06-06 | fs/cachefiles: replace kerror by pr_err | Fabian Frederick | 8 | -54/+58 |
2014-06-06 | FS/CACHEFILES: convert printk to pr_foo() | Fabian Frederick | 6 | -52/+39 |
2014-06-06 | fs/pstore: logging clean-up | Fabian Frederick | 2 | -29/+26 |
2014-06-06 | kernel/profile.c: use static const char instead of static char | Fabian Frederick | 1 | -3/+3 |
2014-06-06 | kernel/profile.c: convert printk to pr_foo() | Fabian Frederick | 1 | -9/+5 |
2014-06-06 | fs/affs: pr_debug cleanup | Fabian Frederick | 9 | -59/+74 |
2014-06-06 | fs/affs: convert printk to pr_foo() | Fabian Frederick | 4 | -23/+26 |
2014-06-06 | fs/affs/file.c: remove unnecessary function parameters | Fabian Frederick | 1 | -11/+13 |
2014-06-06 | include/asm-generic/ioctl.h: fix _IOC_TYPECHECK sparse error | Hans Verkuil | 1 | -0/+5 |
2014-06-06 | kernel/user_namespace.c: kernel-doc/checkpatch fixes | Fabian Frederick | 1 | -13/+20 |
2014-06-06 | tools/testing/selftests/sysctl: validate sysctl_writes_strict | Kees Cook | 5 | -0/+216 |
2014-06-06 | sysctl: allow for strict write position handling | Kees Cook | 2 | -2/+88 |
2014-06-06 | sysctl: refactor sysctl string writing logic | Kees Cook | 1 | -7/+4 |
2014-06-06 | sysctl: clean up char buffer arguments | Kees Cook | 1 | -7/+7 |
2014-06-06 | rapidio/tsi721: use pci_enable_msix_exact() instead of pci_enable_msix() | Alexander Gordeev | 1 | -8/+3 |
2014-06-06 | idr: reorder the fields | Lai Jiangshan | 1 | -5/+8 |