linux.git
2014-04-07 Oleg Nesterovexec: kill bprm->tcomm[], simplify the "basename" logic
2014-04-07 Djalal Harouniprocfs: make /proc/*/pagemap 0400
2014-04-07 Djalal Harouniprocfs: make /proc/*/{stack,syscall,personality} 0400
2014-04-07 Monam Agarwalfs/proc/inode.c: use RCU_INIT_POINTER(x, NULL)
2014-04-07 Andrey Vaginproc: show mnt_id in /proc/pid/fdinfo
2014-04-07 Luiz Capitulinofs/proc/meminfo: meminfo_proc_show(): fix typo in comment
2014-04-07 Guillaume Morinkernel/exit.c: call proc_exit_connector() after exit_st...
2014-04-07 Oleg Nesterovexit: move check_stack_usage() to the end of do_exit()
2014-04-07 Oleg Nesterovexit: call disassociate_ctty() before exit_task_namespa...
2014-04-07 SeongJae Parkmm/zswap.c: remove unnecessary parentheses
2014-04-07 Minchan Kimmm/zswap: support multiple swap devices
2014-04-07 SeongJae Parkmm/zswap.c: update zsmalloc in comment to zbud
2014-04-07 SeongJae Parkmm/zswap.c: fix trivial typo and arrange indentation
2014-04-07 Joonsoo Kimzram: support REQ_DISCARD
2014-04-07 Sergey Senozhatskyzram: use scnprintf() in attrs show() methods
2014-04-07 Minchan Kimzram: propagate error to user
2014-04-07 Sergey Senozhatskyzram: return error-valued pointer from zcomp_create()
2014-04-07 Sergey Senozhatskyzram: move comp allocation out of init_lock
2014-04-07 Sergey Senozhatskyzram: add lz4 algorithm backend
2014-04-07 Sergey Senozhatskyzram: make compression algorithm selection possible
2014-04-07 Sergey Senozhatskyzram: add set_max_streams knob
2014-04-07 Sergey Senozhatskyzram: add multi stream functionality
2014-04-07 Sergey Senozhatskyzram: factor out single stream compression
2014-04-07 Sergey Senozhatskyzram: use zcomp compressing backends
2014-04-07 Sergey Senozhatskyzram: introduce compressing backend abstraction
2014-04-07 Sergey Senozhatskyzram: delete zram_init_device()
2014-04-07 Sergey Senozhatskyzram: document failed_reads, failed_writes stats
2014-04-07 Sergey Senozhatskyzram: move zram size warning to documentation
2014-04-07 Sergey Senozhatskyzram: drop not used table `count' member
2014-04-07 Sergey Senozhatskyzram: report failed read and write stats
2014-04-07 Sergey Senozhatskyzram: remove zram stats code duplication
2014-04-07 Sergey Senozhatskyzram: use atomic64_t for all zram stats
2014-04-07 Sergey Senozhatskyzram: remove good and bad compress stats
2014-04-07 Sergey Senozhatskyzram: do not pass rw argument to __zram_make_request()
2014-04-07 Sergey Senozhatskyzram: drop `init_done' struct zram member
2014-04-07 John Hubbardmm/page_alloc.c: change mm debug routines back to EXPOR...
2014-04-07 Srikar Dronamrajunuma: use LAST_CPUPID_SHIFT to calculate LAST_CPUPID_MASK
2014-04-07 Zhang Yanfeimadvise: correct the comment of MADV_DODUMP flag
2014-04-07 Fabian Frederickmm/readahead.c: inline ra_submit
2014-04-07 Mizuma, Masayoshimm: hugetlb: fix softlockup when a large number of...
2014-04-07 Fabian Frederickmm/memblock.c: use PFN_PHYS()
2014-04-07 Emil Medvememblock: use for_each_memblock()
2014-04-07 Miklos Szeredimm: remove unused arg of set_page_dirty_balance()
2014-04-07 Vlastimil Babkamm: try_to_unmap_cluster() should lock_page() before...
2014-04-07 Johannes Weinermm: page_alloc: spill to remote nodes before waking...
2014-04-07 Michal Hockomemcg: rename high level charging functions
2014-04-07 Johannes Weinermemcg: sanitize __mem_cgroup_try_charge() call protocol
2014-04-07 Michal Hockomemcg: do not replicate get_mem_cgroup_from_mm in __mem...
2014-04-07 Johannes Weinermemcg: get_mem_cgroup_from_mm()
2014-04-07 Johannes Weinermemcg: remove unnecessary !mm check from try_get_mem_cg...
2014-04-07 Johannes Weinermm: memcg: push !mm handling out to page cache charge...
2014-04-07 Johannes Weinermm: memcg: inline mem_cgroup_charge_common()
2014-04-07 Johannes Weinermm: memcg: remove mem_cgroup_move_account_page_stat()
2014-04-07 Johannes Weinermm: memcg: remove unnecessary preemption disabling
2014-04-07 Kirill A. Shutemovmm: use 'const char *' insted of 'char *' for reason...
2014-04-07 Gioh Kimmm/vmalloc.c: enhance vm_map_ram() comment
2014-04-07 Choi Gi-yongmm: fix 'ERROR: do not initialise globals to 0 or NULL...
2014-04-07 Mikulas Patockamempool: add unlikely and likely hints
2014-04-07 David Rientjesmm, compaction: determine isolation mode only once
2014-04-07 David Rientjesres_counter: remove interface for locked charging and...
2014-04-07 David Rientjesmm, mempolicy: remove per-process flag
2014-04-07 David Rientjesmm, mempolicy: rename slab_node for clarity
2014-04-07 David Rientjesfork: collapse copy_flags into copy_process
2014-04-07 Gideon Israel... mm: use macros from compiler.h instead of __attribute__...
2014-04-07 Davidlohr Buesomm: per-thread vma caching
2014-04-07 Ning Qumm: implement ->map_pages for shmem/tmpfs
2014-04-07 Kirill A. Shutemovmm: add debugfs tunable for fault_around_order
2014-04-07 Kirill A. Shutemovmm: cleanup size checks in filemap_fault() and filemap_...
2014-04-07 Kirill A. Shutemovmm: implement ->map_pages for page cache
2014-04-07 Kirill A. Shutemovmm: introduce vm_ops->map_pages()
2014-04-07 Andrew Mortondrivers/lguest/page_tables.c: rename do_set_pte()
2014-04-07 Konstantin... tools/vm/page-types.c: page-cache sniffing feature
2014-04-07 Kirill A. Shutemovmm: disable split page table lock for !MMU
2014-04-07 Alex Thorltonexec: kill the unnecessary mm->def_flags setting in...
2014-04-07 Alex Thorltonmm, thp: add VM_INIT_DEF_MASK and PRCTL_THP_DISABLE
2014-04-07 Alex Thorltonmm: revert "thp: make MADV_HUGEPAGE check for mm->def_f...
2014-04-07 Joonsoo Kimmm/compaction: clean-up code on success of ballon isolation
2014-04-07 Joonsoo Kimmm/compaction: check pageblock suitability once per...
2014-04-07 Joonsoo Kimmm/compaction: change the timing to check to drop the...
2014-04-07 Joonsoo Kimmm/compaction: do not call suitable_migration_target...
2014-04-07 Joonsoo Kimmm/compaction: disallow high-order page for migration...
2014-04-07 Michal Hockomm: exclude memoryless nodes from zone_reclaim
2014-04-07 Davidlohr Buesomm/memory.c: update comment in unmap_single_vma()
2014-04-07 Weijie Yangmm/vmscan: do not check compaction_ready on promoted...
2014-04-07 Weijie Yangmm/vmscan: restore sc->gfp_mask after promoting it...
2014-04-07 Rik van Rielmm: move mmu notifier call from change_protection to...
2014-04-07 Mel Gormanmm: numa: recheck for transhuge pages under lock during...
2014-04-07 Rik van Rielmm,numa: reorganize change_pmd_range()
2014-04-07 Naoya Horiguchimm/hugetlb.c: add NULL check of return value of huge_pt...
2014-04-07 Fabian Frederickntfs: logging clean-up
2014-04-06 Linus TorvaldsMerge tag 'nfs-for-3.15-1' of git://git.linux-nfs.org...
2014-04-06 Linus TorvaldsMerge tag 'modules-next-for-linus' of git://git./linux...
2014-04-06 Linus TorvaldsMerge git://git./linux/kernel/git/cmetcalf/linux-tile
2014-04-06 Linus TorvaldsMerge tag 'dm-3.15-changes' of git://git./linux/kernel...
2014-04-06 Linus TorvaldsMerge tag 'iommu-updates-v3.15' of git://git./linux...
2014-04-06 Linus TorvaldsMerge branch 'hwmon-for-linus' of git://git./linux...
2014-04-06 Linus TorvaldsMerge tag 'clk-for-linus-3.15' of git://git.linaro...
2014-04-06 Linus TorvaldsMerge tag 'pwm/for-3.15-rc1' of git://git./linux/kernel...
2014-04-05 Linus TorvaldsMerge tag 'tags/cleanup2-3.15' of git://git./linux...
2014-04-05 Linus TorvaldsMerge tag 'sh-3.15' of git://git./linux/kernel/git...
next