aboutsummaryrefslogtreecommitdiffstats
path: root/mm/memcontrol.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2014-06-06mm: memcontrol: clean up memcg zoneinfo lookupJianyu Zhan1-50/+39
2014-06-06mm/memblock.c: call kmemleak directly from memblock_(alloc|free)Catalin Marinas2-4/+8
2014-06-06mm/mempool.c: update the kmemleak stack trace for mempool allocationsCatalin Marinas1-0/+6
2014-06-06lib/radix-tree.c: update the kmemleak stack trace for radix tree allocationsCatalin Marinas1-0/+6
2014-06-06mm: introduce kmemleak_update_trace()Catalin Marinas3-0/+39
2014-06-06mm/kmemleak.c: use %u to print ->checksumJianpeng Ma1-1/+1
2014-06-06vmscan: memcg: always use swappiness of the reclaimed memcgMichal Hocko3-19/+16
2014-06-06sysrq,rcu: suppress RCU stall warnings while sysrq runsRik van Riel1-0/+3
2014-06-06sysrq: rcu-ify __handle_sysrqRik van Riel1-6/+12
2014-06-06fs/reiserfs/stree.c: remove obsolete __constantFabian Frederick1-4/+4
2014-06-06fs/reiserfs/bitmap.c: coding style fixesFabian Frederick1-7/+6
2014-06-06blackfin/ptrace: call find_vma with the mmap_sem heldDavidlohr Bueso1-2/+6
2014-06-06mm: convert use of typedef ctl_table to struct ctl_tableJoe Perches2-7/+7
2014-06-06sysctl: convert use of typedef ctl_table to struct ctl_tableJoe Perches2-4/+4
2014-06-06ipc: convert use of typedef ctl_table to struct ctl_tableJoe Perches2-13/+13
2014-06-06key: convert use of typedef ctl_table to struct ctl_tableJoe Perches1-1/+1
2014-06-06fs: convert use of typedef ctl_table to struct ctl_tableJoe Perches5-6/+6
2014-06-06ntfs: convert use of typedef ctl_table to struct ctl_tableJoe Perches1-2/+2
2014-06-06inotify: convert use of typedef ctl_table to struct ctl_tableJoe Perches1-1/+1
2014-06-06nfs: convert use of typedef ctl_table to struct ctl_tableJoe Perches2-6/+6
2014-06-06lockd: convert use of typedef ctl_table to struct ctl_tableJoe Perches1-3/+3
2014-06-06fscache: convert use of typedef ctl_table to struct ctl_tableJoe Perches1-2/+2
2014-06-06coda: convert use of typedef ctl_table to struct ctl_tableJoe Perches1-2/+2
2014-06-06scsi: convert use of typedef ctl_table to struct ctl_tableJoe Perches1-3/+3
2014-06-06parport: convert use of typedef ctl_table to struct ctl_tableJoe Perches1-29/+29
2014-06-06random: convert use of typedef ctl_table to struct ctl_tableJoe Perches1-2/+2
2014-06-06cdrom: convert use of typedef ctl_table to struct ctl_tableJoe Perches1-5/+5
2014-06-06tile: convert use of typedef ctl_table to struct ctl_tableJoe Perches1-2/+2
2014-06-06ia64: convert use of typedef ctl_table to struct ctl_tableJoe Perches2-5/+5
2014-06-06arm: convert use of typedef ctl_table to struct ctl_tableJoe Perches1-3/+3
2014-06-06kernel/seccomp.c: kernel-doc warning fixFabian Frederick1-2/+2
2014-06-06ipc/sem.c: add a printk_once for semctl(GETNCNT/GETZCNT)Manfred Spraul1-0/+11
2014-06-06ipc/sem.c: make semctl(,,{GETNCNT,GETZCNT}) standard compliantManfred Spraul1-21/+13
2014-06-06ipc/sem.c: store which operation blocks in perform_atomic_semop()Manfred Spraul1-0/+3
2014-06-06ipc/sem.c: change perform_atomic_semop parametersManfred Spraul1-19/+19
2014-06-06ipc/sem.c: remove code duplicationManfred Spraul1-56/+51
2014-06-06ipc/sem.c: bugfix for semctl(,,GETZCNT)Manfred Spraul1-0/+10
2014-06-06ipc,msg: document volatile r_msgDavidlohr Bueso1-3/+7
2014-06-06ipc,msg: move some msgq ns code aroundDavidlohr Bueso1-69/+63
2014-06-06ipc,msg: use current->state helpersDavidlohr Bueso1-2/+2
2014-06-06ipc,shm: document new limits in the uapi headerDavidlohr Bueso1-6/+9
2014-06-06ipc/shm.c: increase the defaults for SHMALL, SHMMAXManfred Spraul2-7/+4
2014-06-06ipc/shm.c: check for integer overflow during shmget.Manfred Spraul1-0/+3
2014-06-06ipc/shm.c: check for overflows of shm_totManfred Spraul1-1/+2
2014-06-06ipc/shm.c: check for ulong overflows in shmatManfred Spraul1-0/+3
2014-06-06ipc, kernel: clear whitespacePaul McQuade6-30/+29
2014-06-06ipc, kernel: use Linux headersPaul McQuade7-7/+7
2014-06-06ipc: constify ipc_opsMathias Krause5-20/+19
2014-06-06initramfs: remove "compression mode" choicePaul Bolle1-77/+0
2014-06-06fs/devpts/inode.c: convert printk to pr_foo()Fabian Frederick1-11/+15