aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-06-06cris: update comments for generic idle conversionGeert Uytterhoeven2-7/+3
2014-06-06idle: remove cpu_idle() forward declarationsGeert Uytterhoeven2-3/+0
2014-06-06nbd: zero from and len fields in NBD_CMD_DISCONNECT.Hani Benhabiles1-5/+2
2014-06-06mm: convert some level-less printks to pr_*Mitchel Humpherys5-14/+29
2014-06-06MAINTAINERS: adi-buildroot-devel is moderatedRichard Weinberger1-9/+9
2014-06-06MAINTAINERS: add linux-api for review of API/ABI changesJosh Triplett1-0/+7
2014-06-06mm/kmemleak-test.c: use pr_fmt for loggingFabian Frederick1-17/+19
2014-06-06fs/dlm/debug_fs.c: replace seq_printf by seq_putsFabian Frederick1-17/+17
2014-06-06fs/dlm/lockspace.c: convert simple_str to kstrFabian Frederick1-4/+17
2014-06-06fs/dlm/config.c: convert simple_str to kstrFabian Frederick1-6/+20
2014-06-06mm: mark remap_file_pages() syscall as deprecatedKirill A. Shutemov2-0/+32
2014-06-06mm: memcontrol: remove unnecessary memcg argument from soft limit functionsJohannes Weiner1-20/+14
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