Age | Commit message (Expand) | Author | Files | Lines |
2014-06-06 | mm/kmemleak-test.c: use pr_fmt for logging | Fabian Frederick | 1 | -17/+19 |
2014-06-06 | fs/dlm/debug_fs.c: replace seq_printf by seq_puts | Fabian Frederick | 1 | -17/+17 |
2014-06-06 | fs/dlm/lockspace.c: convert simple_str to kstr | Fabian Frederick | 1 | -4/+17 |
2014-06-06 | fs/dlm/config.c: convert simple_str to kstr | Fabian Frederick | 1 | -6/+20 |
2014-06-06 | mm: mark remap_file_pages() syscall as deprecated | Kirill A. Shutemov | 2 | -0/+32 |
2014-06-06 | mm: memcontrol: remove unnecessary memcg argument from soft limit functions | Johannes Weiner | 1 | -20/+14 |
2014-06-06 | mm: memcontrol: clean up memcg zoneinfo lookup | Jianyu Zhan | 1 | -50/+39 |
2014-06-06 | mm/memblock.c: call kmemleak directly from memblock_(alloc|free) | Catalin Marinas | 2 | -4/+8 |
2014-06-06 | mm/mempool.c: update the kmemleak stack trace for mempool allocations | Catalin Marinas | 1 | -0/+6 |
2014-06-06 | lib/radix-tree.c: update the kmemleak stack trace for radix tree allocations | Catalin Marinas | 1 | -0/+6 |
2014-06-06 | mm: introduce kmemleak_update_trace() | Catalin Marinas | 3 | -0/+39 |
2014-06-06 | mm/kmemleak.c: use %u to print ->checksum | Jianpeng Ma | 1 | -1/+1 |
2014-06-06 | vmscan: memcg: always use swappiness of the reclaimed memcg | Michal Hocko | 3 | -19/+16 |
2014-06-06 | sysrq,rcu: suppress RCU stall warnings while sysrq runs | Rik van Riel | 1 | -0/+3 |
2014-06-06 | sysrq: rcu-ify __handle_sysrq | Rik van Riel | 1 | -6/+12 |
2014-06-06 | fs/reiserfs/stree.c: remove obsolete __constant | Fabian Frederick | 1 | -4/+4 |
2014-06-06 | fs/reiserfs/bitmap.c: coding style fixes | Fabian Frederick | 1 | -7/+6 |
2014-06-06 | blackfin/ptrace: call find_vma with the mmap_sem held | Davidlohr Bueso | 1 | -2/+6 |
2014-06-06 | mm: convert use of typedef ctl_table to struct ctl_table | Joe Perches | 2 | -7/+7 |
2014-06-06 | sysctl: convert use of typedef ctl_table to struct ctl_table | Joe Perches | 2 | -4/+4 |
2014-06-06 | ipc: convert use of typedef ctl_table to struct ctl_table | Joe Perches | 2 | -13/+13 |
2014-06-06 | key: convert use of typedef ctl_table to struct ctl_table | Joe Perches | 1 | -1/+1 |
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 |