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