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