summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-06-07cris: update comments for generic idle conversionGeert Uytterhoeven2-7/+3
2014-06-07idle: remove cpu_idle() forward declarationsGeert Uytterhoeven2-3/+0
2014-06-07nbd: zero from and len fields in NBD_CMD_DISCONNECT.Hani Benhabiles1-5/+2
2014-06-07mm: convert some level-less printks to pr_*Mitchel Humpherys5-14/+29
2014-06-07MAINTAINERS: adi-buildroot-devel is moderatedRichard Weinberger1-9/+9
2014-06-07MAINTAINERS: add linux-api for review of API/ABI changesJosh Triplett1-0/+7
2014-06-07mm/kmemleak-test.c: use pr_fmt for loggingFabian Frederick1-17/+19
2014-06-07fs/dlm/debug_fs.c: replace seq_printf by seq_putsFabian Frederick1-17/+17
2014-06-07fs/dlm/lockspace.c: convert simple_str to kstrFabian Frederick1-4/+17
2014-06-07fs/dlm/config.c: convert simple_str to kstrFabian Frederick1-6/+20
2014-06-07mm: mark remap_file_pages() syscall as deprecatedKirill A. Shutemov2-0/+32
2014-06-07mm: memcontrol: remove unnecessary memcg argument from soft limit functionsJohannes Weiner1-20/+14
2014-06-07mm: memcontrol: clean up memcg zoneinfo lookupJianyu Zhan1-50/+39
2014-06-07mm/memblock.c: call kmemleak directly from memblock_(alloc|free)Catalin Marinas2-4/+8
2014-06-07mm/mempool.c: update the kmemleak stack trace for mempool allocationsCatalin Marinas1-0/+6
2014-06-07lib/radix-tree.c: update the kmemleak stack trace for radix tree allocationsCatalin Marinas1-0/+6
2014-06-07mm: introduce kmemleak_update_trace()Catalin Marinas3-0/+39
2014-06-07mm/kmemleak.c: use %u to print ->checksumJianpeng Ma1-1/+1
2014-06-07vmscan: memcg: always use swappiness of the reclaimed memcgMichal Hocko3-19/+16
2014-06-07sysrq,rcu: suppress RCU stall warnings while sysrq runsRik van Riel1-0/+3
2014-06-07sysrq: rcu-ify __handle_sysrqRik van Riel1-6/+12
2014-06-07fs/reiserfs/stree.c: remove obsolete __constantFabian Frederick1-4/+4
2014-06-07fs/reiserfs/bitmap.c: coding style fixesFabian Frederick1-7/+6
2014-06-07blackfin/ptrace: call find_vma with the mmap_sem heldDavidlohr Bueso1-2/+6
2014-06-07mm: convert use of typedef ctl_table to struct ctl_tableJoe Perches2-7/+7
2014-06-07sysctl: convert use of typedef ctl_table to struct ctl_tableJoe Perches2-4/+4
2014-06-07ipc: convert use of typedef ctl_table to struct ctl_tableJoe Perches2-13/+13
2014-06-07key: convert use of typedef ctl_table to struct ctl_tableJoe Perches1-1/+1
2014-06-07fs: convert use of typedef ctl_table to struct ctl_tableJoe Perches5-6/+6
2014-06-07ntfs: convert use of typedef ctl_table to struct ctl_tableJoe Perches1-2/+2
2014-06-07inotify: convert use of typedef ctl_table to struct ctl_tableJoe Perches1-1/+1
2014-06-07nfs: convert use of typedef ctl_table to struct ctl_tableJoe Perches2-6/+6
2014-06-07lockd: convert use of typedef ctl_table to struct ctl_tableJoe Perches1-3/+3
2014-06-07fscache: convert use of typedef ctl_table to struct ctl_tableJoe Perches1-2/+2
2014-06-07coda: convert use of typedef ctl_table to struct ctl_tableJoe Perches1-2/+2
2014-06-07scsi: convert use of typedef ctl_table to struct ctl_tableJoe Perches1-3/+3
2014-06-07parport: convert use of typedef ctl_table to struct ctl_tableJoe Perches1-29/+29
2014-06-07random: convert use of typedef ctl_table to struct ctl_tableJoe Perches1-2/+2
2014-06-07cdrom: convert use of typedef ctl_table to struct ctl_tableJoe Perches1-5/+5
2014-06-07tile: convert use of typedef ctl_table to struct ctl_tableJoe Perches1-2/+2
2014-06-07ia64: convert use of typedef ctl_table to struct ctl_tableJoe Perches2-5/+5
2014-06-07arm: convert use of typedef ctl_table to struct ctl_tableJoe Perches1-3/+3
2014-06-07kernel/seccomp.c: kernel-doc warning fixFabian Frederick1-2/+2
2014-06-07ipc/sem.c: add a printk_once for semctl(GETNCNT/GETZCNT)Manfred Spraul1-0/+11
2014-06-07ipc/sem.c: make semctl(,,{GETNCNT,GETZCNT}) standard compliantManfred Spraul1-21/+13
2014-06-07ipc/sem.c: store which operation blocks in perform_atomic_semop()Manfred Spraul1-0/+3
2014-06-07ipc/sem.c: change perform_atomic_semop parametersManfred Spraul1-19/+19
2014-06-07ipc/sem.c: remove code duplicationManfred Spraul1-56/+51
2014-06-07ipc/sem.c: bugfix for semctl(,,GETZCNT)Manfred Spraul1-0/+10
2014-06-07ipc,msg: document volatile r_msgDavidlohr Bueso1-3/+7