summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-05-22Add linux-next specific files for 20140522next-20140522Stephen Rothwell
2014-05-22Merge branch 'akpm/master'Stephen Rothwell
2014-05-22mm: add strictlimit knobMaxim Patlasov
2014-05-22ufs: sb mutex merge + mutex_destroyFabian Frederick
2014-05-22drivers/w1/w1_int.c: call put_device if device_register failsLevente Kurusa
2014-05-22mm: convert some level-less printks to pr_*Mitchel Humpherys
2014-05-22MAINTAINERS: adi-buildroot-devel is moderatedRichard Weinberger
2014-05-22MAINTAINERS: add linux-api for review of API/ABI changesJosh Triplett
2014-05-22bio-modify-__bio_add_page-to-accept-pages-that-dont-start-a-new-segment-v3Maurizio Lombardi
2014-05-22bio: modify __bio_add_page() to accept pages that don't start a new segmentMaurizio Lombardi
2014-05-22mm/kmemleak-test.c: use pr_fmt for loggingFabian Frederick
2014-05-22fs/dlm/debug_fs.c: replace seq_printf by seq_putsFabian Frederick
2014-05-22fs/dlm/lockspace.c: convert simple_str to kstrFabian Frederick
2014-05-22fs/dlm/config.c: convert simple_str to kstrFabian Frederick
2014-05-22nmi-provide-the-option-to-issue-an-nmi-back-trace-to-every-cpu-but-current-fixStephen Rothwell
2014-05-22nmi: provide the option to issue an NMI back trace to every cpu but currentAaron Tomlin
2014-05-22Documentation/filesystems/vfat.txt: update the limitation for fat fallocateNamjae Jeon
2014-05-22fat: permit to return phy block number by fibmap in fallocated regionNamjae Jeon
2014-05-22fat: fallback to buffered write in case of fallocated region on direct IONamjae Jeon
2014-05-22fat: zero out seek range on _fat_get_blockNamjae Jeon
2014-05-22fat: add fat_fallocate operationNamjae Jeon
2014-05-22fat: add i_disksize to represent uninitialized sizeNamjae Jeon
2014-05-22memcg-deprecate-memoryforce_empty-knob-fixAndrew Morton
2014-05-22memcg: deprecate memory.force_empty knobMichal Hocko
2014-05-22mm: remap_file_pages: grab file ref to prevent race while mmapingSasha Levin
2014-05-22mm: remap_file_pages: initialize populate before usageSasha Levin
2014-05-22mm-replace-remap_file_pages-syscall-with-emulation-fixAndrew Morton
2014-05-22mm: replace remap_file_pages() syscall with emulationKirill A. Shutemov
2014-05-22mm-mark-remap_file_pages-syscall-as-deprecated-fixAndrew Morton
2014-05-22mm: mark remap_file_pages() syscall as deprecatedKirill A. Shutemov
2014-05-22mm: memcontrol: remove unnecessary memcg argument from soft limit functionsJohannes Weiner
2014-05-22mm: memcontrol: clean up memcg zoneinfo lookupJianyu Zhan
2014-05-22mm/memblock.c: call kmemleak directly from memblock_(alloc|free)Catalin Marinas
2014-05-22mm/mempool.c: update the kmemleak stack trace for mempool allocationsCatalin Marinas
2014-05-22lib/radix-tree.c: update the kmemleak stack trace for radix tree allocationsCatalin Marinas
2014-05-22mm: introduce kmemleak_update_trace()Catalin Marinas
2014-05-22mm/kmemleak.c: use %u to print ->checksumJianpeng Ma
2014-05-22vmscan: memcg: always use swappiness of the reclaimed memcgMichal Hocko
2014-05-22vmscan: memcg: check whether the low limit should be ignoredMichal Hocko
2014-05-22memcg: document memory.low_limit_in_bytesMichal Hocko
2014-05-22memcg-doc-clarify-global-vs-limit-reclaims-fixMichal Hocko
2014-05-22memcg, doc: clarify global vs. limit reclaimsMichal Hocko
2014-05-22memcg: allow setting low_limitMichal Hocko
2014-05-22memcg-mm-introduce-lowlimit-reclaim-fixMichal Hocko
2014-05-22memcg, mm: introduce lowlimit reclaimMichal Hocko
2014-05-22sysrq,rcu: suppress RCU stall warnings while sysrq runsRik van Riel
2014-05-22sysrq: rcu-ify __handle_sysrqRik van Riel
2014-05-22kernel/kprobes.c: convert printk to pr_foo()Fabian Frederick
2014-05-22x86,vdso: fix an OOPS accessing the hpet mapping w/o an hpetAndy Lutomirski
2014-05-22rwsem-support-optimistic-spinning-fixDavidlohr Bueso