| Commit message (Expand) | Author | Age | Files | Lines |
* | mm: introduce kmemleak_update_trace() | Catalin Marinas | 2014-06-06 | 3 | -0/+39 |
* | mm/kmemleak.c: use %u to print ->checksum | Jianpeng Ma | 2014-06-06 | 1 | -1/+1 |
* | vmscan: memcg: always use swappiness of the reclaimed memcg | Michal Hocko | 2014-06-06 | 3 | -19/+16 |
* | sysrq,rcu: suppress RCU stall warnings while sysrq runs | Rik van Riel | 2014-06-06 | 1 | -0/+3 |
* | sysrq: rcu-ify __handle_sysrq | Rik van Riel | 2014-06-06 | 1 | -6/+12 |
* | fs/reiserfs/stree.c: remove obsolete __constant | Fabian Frederick | 2014-06-06 | 1 | -4/+4 |
* | fs/reiserfs/bitmap.c: coding style fixes | Fabian Frederick | 2014-06-06 | 1 | -7/+6 |
* | blackfin/ptrace: call find_vma with the mmap_sem held | Davidlohr Bueso | 2014-06-06 | 1 | -2/+6 |
* | mm: convert use of typedef ctl_table to struct ctl_table | Joe Perches | 2014-06-06 | 2 | -7/+7 |
* | sysctl: convert use of typedef ctl_table to struct ctl_table | Joe Perches | 2014-06-06 | 2 | -4/+4 |
* | ipc: convert use of typedef ctl_table to struct ctl_table | Joe Perches | 2014-06-06 | 2 | -13/+13 |
* | key: convert use of typedef ctl_table to struct ctl_table | Joe Perches | 2014-06-06 | 1 | -1/+1 |
* | fs: convert use of typedef ctl_table to struct ctl_table | Joe Perches | 2014-06-06 | 5 | -6/+6 |
* | ntfs: convert use of typedef ctl_table to struct ctl_table | Joe Perches | 2014-06-06 | 1 | -2/+2 |
* | inotify: convert use of typedef ctl_table to struct ctl_table | Joe Perches | 2014-06-06 | 1 | -1/+1 |
* | nfs: convert use of typedef ctl_table to struct ctl_table | Joe Perches | 2014-06-06 | 2 | -6/+6 |
* | lockd: convert use of typedef ctl_table to struct ctl_table | Joe Perches | 2014-06-06 | 1 | -3/+3 |
* | fscache: convert use of typedef ctl_table to struct ctl_table | Joe Perches | 2014-06-06 | 1 | -2/+2 |
* | coda: convert use of typedef ctl_table to struct ctl_table | Joe Perches | 2014-06-06 | 1 | -2/+2 |
* | scsi: convert use of typedef ctl_table to struct ctl_table | Joe Perches | 2014-06-06 | 1 | -3/+3 |
* | parport: convert use of typedef ctl_table to struct ctl_table | Joe Perches | 2014-06-06 | 1 | -29/+29 |
* | random: convert use of typedef ctl_table to struct ctl_table | Joe Perches | 2014-06-06 | 1 | -2/+2 |
* | cdrom: convert use of typedef ctl_table to struct ctl_table | Joe Perches | 2014-06-06 | 1 | -5/+5 |
* | tile: convert use of typedef ctl_table to struct ctl_table | Joe Perches | 2014-06-06 | 1 | -2/+2 |
* | ia64: convert use of typedef ctl_table to struct ctl_table | Joe Perches | 2014-06-06 | 2 | -5/+5 |
* | arm: convert use of typedef ctl_table to struct ctl_table | Joe Perches | 2014-06-06 | 1 | -3/+3 |
* | kernel/seccomp.c: kernel-doc warning fix | Fabian Frederick | 2014-06-06 | 1 | -2/+2 |
* | ipc/sem.c: add a printk_once for semctl(GETNCNT/GETZCNT) | Manfred Spraul | 2014-06-06 | 1 | -0/+11 |
* | ipc/sem.c: make semctl(,,{GETNCNT,GETZCNT}) standard compliant | Manfred Spraul | 2014-06-06 | 1 | -21/+13 |
* | ipc/sem.c: store which operation blocks in perform_atomic_semop() | Manfred Spraul | 2014-06-06 | 1 | -0/+3 |
* | ipc/sem.c: change perform_atomic_semop parameters | Manfred Spraul | 2014-06-06 | 1 | -19/+19 |
* | ipc/sem.c: remove code duplication | Manfred Spraul | 2014-06-06 | 1 | -56/+51 |
* | ipc/sem.c: bugfix for semctl(,,GETZCNT) | Manfred Spraul | 2014-06-06 | 1 | -0/+10 |
* | ipc,msg: document volatile r_msg | Davidlohr Bueso | 2014-06-06 | 1 | -3/+7 |
* | ipc,msg: move some msgq ns code around | Davidlohr Bueso | 2014-06-06 | 1 | -69/+63 |
* | ipc,msg: use current->state helpers | Davidlohr Bueso | 2014-06-06 | 1 | -2/+2 |
* | ipc,shm: document new limits in the uapi header | Davidlohr Bueso | 2014-06-06 | 1 | -6/+9 |
* | ipc/shm.c: increase the defaults for SHMALL, SHMMAX | Manfred Spraul | 2014-06-06 | 2 | -7/+4 |
* | ipc/shm.c: check for integer overflow during shmget. | Manfred Spraul | 2014-06-06 | 1 | -0/+3 |
* | ipc/shm.c: check for overflows of shm_tot | Manfred Spraul | 2014-06-06 | 1 | -1/+2 |
* | ipc/shm.c: check for ulong overflows in shmat | Manfred Spraul | 2014-06-06 | 1 | -0/+3 |
* | ipc, kernel: clear whitespace | Paul McQuade | 2014-06-06 | 6 | -30/+29 |
* | ipc, kernel: use Linux headers | Paul McQuade | 2014-06-06 | 7 | -7/+7 |
* | ipc: constify ipc_ops | Mathias Krause | 2014-06-06 | 5 | -20/+19 |
* | initramfs: remove "compression mode" choice | Paul Bolle | 2014-06-06 | 1 | -77/+0 |
* | fs/devpts/inode.c: convert printk to pr_foo() | Fabian Frederick | 2014-06-06 | 1 | -11/+15 |
* | fs/cachefiles: replace kerror by pr_err | Fabian Frederick | 2014-06-06 | 8 | -54/+58 |
* | FS/CACHEFILES: convert printk to pr_foo() | Fabian Frederick | 2014-06-06 | 6 | -52/+39 |
* | fs/pstore: logging clean-up | Fabian Frederick | 2014-06-06 | 2 | -29/+26 |
* | kernel/profile.c: use static const char instead of static char | Fabian Frederick | 2014-06-06 | 1 | -3/+3 |