| Commit message (Expand) | Author | Age | Files | Lines |
* | ipc/sem.c: make semctl(,,{GETNCNT,GETZCNT}) standard compliant | Manfred Spraul | 2014-06-07 | 1 | -21/+13 |
* | ipc/sem.c: store which operation blocks in perform_atomic_semop() | Manfred Spraul | 2014-06-07 | 1 | -0/+3 |
* | ipc/sem.c: change perform_atomic_semop parameters | Manfred Spraul | 2014-06-07 | 1 | -19/+19 |
* | ipc/sem.c: remove code duplication | Manfred Spraul | 2014-06-07 | 1 | -56/+51 |
* | ipc/sem.c: bugfix for semctl(,,GETZCNT) | Manfred Spraul | 2014-06-07 | 1 | -0/+10 |
* | ipc,msg: document volatile r_msg | Davidlohr Bueso | 2014-06-07 | 1 | -3/+7 |
* | ipc,msg: move some msgq ns code around | Davidlohr Bueso | 2014-06-07 | 1 | -69/+63 |
* | ipc,msg: use current->state helpers | Davidlohr Bueso | 2014-06-07 | 1 | -2/+2 |
* | ipc,shm: document new limits in the uapi header | Davidlohr Bueso | 2014-06-07 | 1 | -6/+9 |
* | ipc/shm.c: increase the defaults for SHMALL, SHMMAX | Manfred Spraul | 2014-06-07 | 2 | -7/+4 |
* | ipc/shm.c: check for integer overflow during shmget. | Manfred Spraul | 2014-06-07 | 1 | -0/+3 |
* | ipc/shm.c: check for overflows of shm_tot | Manfred Spraul | 2014-06-07 | 1 | -1/+2 |
* | ipc/shm.c: check for ulong overflows in shmat | Manfred Spraul | 2014-06-07 | 1 | -0/+3 |
* | ipc, kernel: clear whitespace | Paul McQuade | 2014-06-07 | 6 | -30/+29 |
* | ipc, kernel: use Linux headers | Paul McQuade | 2014-06-07 | 7 | -7/+7 |
* | ipc: constify ipc_ops | Mathias Krause | 2014-06-07 | 5 | -20/+19 |
* | initramfs: remove "compression mode" choice | Paul Bolle | 2014-06-07 | 1 | -77/+0 |
* | fs/devpts/inode.c: convert printk to pr_foo() | Fabian Frederick | 2014-06-07 | 1 | -11/+15 |
* | fs/cachefiles: replace kerror by pr_err | Fabian Frederick | 2014-06-07 | 8 | -54/+58 |
* | FS/CACHEFILES: convert printk to pr_foo() | Fabian Frederick | 2014-06-07 | 6 | -52/+39 |
* | fs/pstore: logging clean-up | Fabian Frederick | 2014-06-07 | 2 | -29/+26 |
* | kernel/profile.c: use static const char instead of static char | Fabian Frederick | 2014-06-07 | 1 | -3/+3 |
* | kernel/profile.c: convert printk to pr_foo() | Fabian Frederick | 2014-06-07 | 1 | -9/+5 |
* | fs/affs: pr_debug cleanup | Fabian Frederick | 2014-06-07 | 9 | -59/+74 |
* | fs/affs: convert printk to pr_foo() | Fabian Frederick | 2014-06-07 | 4 | -23/+26 |
* | fs/affs/file.c: remove unnecessary function parameters | Fabian Frederick | 2014-06-07 | 1 | -11/+13 |
* | include/asm-generic/ioctl.h: fix _IOC_TYPECHECK sparse error | Hans Verkuil | 2014-06-07 | 1 | -0/+5 |
* | kernel/user_namespace.c: kernel-doc/checkpatch fixes | Fabian Frederick | 2014-06-07 | 1 | -13/+20 |
* | tools/testing/selftests/sysctl: validate sysctl_writes_strict | Kees Cook | 2014-06-07 | 5 | -0/+216 |
* | sysctl: allow for strict write position handling | Kees Cook | 2014-06-07 | 2 | -2/+88 |
* | sysctl: refactor sysctl string writing logic | Kees Cook | 2014-06-07 | 1 | -7/+4 |
* | sysctl: clean up char buffer arguments | Kees Cook | 2014-06-07 | 1 | -7/+7 |
* | rapidio/tsi721: use pci_enable_msix_exact() instead of pci_enable_msix() | Alexander Gordeev | 2014-06-07 | 1 | -8/+3 |
* | idr: reorder the fields | Lai Jiangshan | 2014-06-07 | 1 | -5/+8 |
* | idr: reduce the unneeded check in free_layer() | Lai Jiangshan | 2014-06-07 | 1 | -1/+1 |
* | idr: don't need to shink the free list when idr_remove() | Lai Jiangshan | 2014-06-07 | 1 | -16/+0 |
* | idr: fix idr_replace()'s returned error code | Lai Jiangshan | 2014-06-07 | 1 | -2/+2 |
* | idr: fix NULL pointer dereference when ida_remove(unallocated_id) | Lai Jiangshan | 2014-06-07 | 1 | -1/+1 |
* | idr: fix unexpected ID-removal when idr_remove(unallocated_id) | Lai Jiangshan | 2014-06-07 | 1 | -0/+8 |
* | idr: fix overflow bug during maximum ID calculation at maximum height | Lai Jiangshan | 2014-06-07 | 1 | -5/+3 |
* | kernel/kexec.c: convert printk to pr_foo() | Fabian Frederick | 2014-06-07 | 1 | -37/+32 |
* | kernel/panic.c: add "crash_kexec_post_notifiers" option for kdump after panic... | Masami Hiramatsu | 2014-06-07 | 2 | -2/+29 |
* | smp: print more useful debug info upon receiving IPI on an offline CPU | Srivatsa S. Bhat | 2014-06-07 | 1 | -3/+15 |
* | fs/proc/vmcore.c: remove NULL assignment to static | Fabian Frederick | 2014-06-07 | 1 | -1/+1 |
* | fs/proc/task_mmu.c: replace seq_printf by seq_puts | Fabian Frederick | 2014-06-07 | 1 | -4/+4 |
* | signals: change wait_for_helper() to use kernel_sigaction() | Oleg Nesterov | 2014-06-07 | 1 | -4/+1 |
* | signals: introduce kernel_sigaction() | Oleg Nesterov | 2014-06-07 | 2 | -26/+28 |
* | signals: disallow_signal() should flush the potentially pending signal | Oleg Nesterov | 2014-06-07 | 1 | -0/+7 |
* | signals: kill the obsolete sigdelset() and recalc_sigpending() in allow_signal() | Oleg Nesterov | 2014-06-07 | 1 | -4/+1 |
* | signals: jffs2: fix the wrong usage of disallow_signal() | Oleg Nesterov | 2014-06-07 | 1 | -5/+7 |