- c20cd45 mm: allow GFP_{FS,IO} for page_cache_read page cache allocation by Michal Hocko · 9 years ago
- fec4eb2 mm/compaction: improve comment for compact_memory tunable knob handler by Yaowei Bai · 9 years ago
- 9e08f57 x86: mm: support ARCH_MMAP_RND_BITS by Daniel Cashman · 9 years ago
- 8f0d3aa arm64: mm: support ARCH_MMAP_RND_BITS by Daniel Cashman · 9 years ago
- e0c25d9 arm: mm: support ARCH_MMAP_RND_BITS by Daniel Cashman · 9 years ago
- d07e225 mm: mmap: add new /proc tunable for mmap_base ASLR by Daniel Cashman · 9 years ago
- bc36f70 mm/mmap.c: remove incorrect MAP_FIXED flag comparison from mmap_region by Piotr Kwapulinski · 9 years ago
- 9f6c399 mm, vmscan: consider isolated pages in zone_reclaimable_pages by Michal Hocko · 9 years ago
- b832861 fs/block_dev.c:bdev_write_page(): use blk_queue_enter(..., GFP_NOIO) by Andrew Morton · 9 years ago
- 9ee11ba memcg: do not allow to disable tcp accounting after limit is set by Vladimir Davydov · 9 years ago
- 316bda0 vmscan: do not force-scan file lru if its absolute size is small by Vladimir Davydov · 9 years ago
- 244d63e mm, vmalloc: remove VM_VPAGES by David Rientjes · 9 years ago
- 1466934 mm, thp: use list_first_entry_or_null() by Geliang Tang · 9 years ago
- 8cee852 mm, procfs: breakdown RSS for anon, shmem and file in /proc/pid/status by Jerome Marchand · 9 years ago
- eca56ff mm, shmem: add internal shmem resident memory accounting by Jerome Marchand · 9 years ago
- 48131e0 mm, proc: reduce cost of /proc/pid/smaps for unpopulated shmem mappings by Vlastimil Babka · 9 years ago
- 6a15a37 mm, proc: reduce cost of /proc/pid/smaps for shmem mappings by Vlastimil Babka · 9 years ago
- c261e7d9 mm, proc: account for shmem swap in /proc/pid/smaps by Vlastimil Babka · 9 years ago
- bf9683d mm, documentation: clarify /proc/pid/status VmSwap limitations for shmem by Vlastimil Babka · 9 years ago
- 5b80287 mm/mmzone.c: memmap_valid_within() can be boolean by Yaowei Bai · 9 years ago
- 6219c2a mm/vmalloc.c: use list_{next,first}_entry by Geliang Tang · 9 years ago
- 33d5310 mm/page_alloc.c: do not loop over ALLOC_NO_WATERMARKS without triggering reclaim by Michal Hocko · 9 years ago
- fde82aa mm/page_alloc.c: get rid of __alloc_pages_high_priority() by Michal Hocko · 9 years ago
- c00eb15 mm/zonelist: enumerate zonelists array index by Yaowei Bai · 9 years ago
- 0664029 include/linux/mmzone.h: remove unused is_unevictable_lru() by Yaowei Bai · 9 years ago
- b4ad0c7 mm/memblock.c: memblock_is_memory()/reserved() can be boolean by Yaowei Bai · 9 years ago
- 719ff32 include/linux/hugetlb.h: is_file_hugepages() can be boolean by Yaowei Bai · 9 years ago
- ba5e957 mm: change mm_vmscan_lru_shrink_inactive() proto types by yalin wang · 9 years ago
- 8ef5849 mm/cma: always check which page caused allocation failure by Joonsoo Kim · 9 years ago
- 0f0848e mm/page_isolation.c: add new tracepoint, test_pages_isolated by Joonsoo Kim · 9 years ago
- fea85cf mm/page_isolation.c: return last tested pfn rather than failure indicator by Joonsoo Kim · 9 years ago
- 4a8c7bb mm/mempolicy.c: convert the shared_policy lock to a rwlock by Nathan Zimmer · 9 years ago
- 8f235d1 mm: add PHYS_PFN, use it in __phys_to_pfn() by Chen Gang · 9 years ago
- 3aa2385 mm/vmscan.c: change trace_mm_vmscan_writepage() proto type by yalin wang · 9 years ago
- 0b57d6b mm/mmap.c: remove redundant local variables for may_expand_vm() by Chen Gang · 9 years ago
- ab7a5af mm/mlock.c: drop unneeded initialization in munlock_vma_pages_range() by Alexey Klimov · 9 years ago
- 5d09705 kmemcg: account certain kmem allocations to memcg by Vladimir Davydov · 9 years ago
- 37f08dd vmalloc: allow to account vmalloc to memcg by Vladimir Davydov · 9 years ago
- 230e9fc slab: add SLAB_ACCOUNT flag by Vladimir Davydov · 9 years ago
- a9bb7e6 memcg: only account kmem allocations marked as __GFP_ACCOUNT by Vladimir Davydov · 9 years ago
- 20b5c30 Revert "gfp: add __GFP_NOACCOUNT" by Vladimir Davydov · 9 years ago
- b2a209f Revert "kernfs: do not account ino_ida allocations to memcg" by Vladimir Davydov · 9 years ago
- 7aa0d22 mm/slab.c: add a helper function get_first_slab by Geliang Tang · 9 years ago
- 73c0219 mm/slab.c: use list_for_each_entry in cache_flusharray by Geliang Tang · 9 years ago
- d8ad47d mm/slab.c use list_first_entry_or_null() by Geliang Tang · 9 years ago
- 2bd03e4 include/linux/dcache.h: remove semicolons from HASH_LEN_DECLARE by Andrew Morton · 9 years ago
- 3c973b0 ocfs2/dlm: cleanup redunant lksb flags in dlmcommon.h by Joseph Qi · 9 years ago
- 98e141f ocfs2: dlm: remove redundant code by Junxiao Bi · 9 years ago
- 074a6c6 ocfs2: access orphan dinode before delete entry in ocfs2_orphan_del by Joseph Qi · 9 years ago
- 32e4932 ocfs2/dlm: do not insert a new mle when another process is already migrating by xuejiufei · 9 years ago
- bef5502 ocfs2/dlm: ignore cleaning the migration mle that is inuse by xuejiufei · 9 years ago
- 1cce4df ocfs2: do not lock/unlock() inode DLM lock by Goldwyn Rodrigues · 9 years ago
- 1247017 ocfs2: fix slot overwritten if storage link down during mount by jiangyiwen · 9 years ago
- c372f21 ocfs2/dlm: return appropriate value when dlm_grab() returns NULL by Xue jiufei · 9 years ago
- 72865d9 ocfs2: clean up redundant NULL check before iput by Joseph Qi · 9 years ago
- b556014 ocfs2/dlm: wait until DLM_LOCK_RES_SETREF_INPROG is cleared in dlm_deref_lockres_worker by jiangyiwen · 9 years ago
- 9e62dc0 ocfs2: constify ocfs2_extent_tree_operations structures by Julia Lawall · 9 years ago
- 30bee89 ocfs2/dlm: fix a race between purge and migration by Xue jiufei · 9 years ago
- a84ac33 ocfs2: o2hb: increase unsteady iterations by Junxiao Bi · 9 years ago
- d636462 ocfs2: return non-zero st_blocks for inline data by John Haxby · 9 years ago
- 3eb5bdf ocfs2: optimize bad declarations and redundant assignment by Norton.Zhu · 9 years ago
- 2886357b logfs: fix logfs build errors and dependencies by Arnd Bergmann · 9 years ago
- 2f63236 modpost: don't add a trailing wildcard for OF module aliases by Javier Martinez Canillas · 9 years ago
- c510eff fsnotify: destroy marks with call_srcu instead of dedicated thread by Jeff Layton · 9 years ago
- 1deaf9d fs/notify/inode_mark.c: use list_next_entry in fsnotify_unmount_inodes by Geliang Tang · 9 years ago
- 72214a2 scripts/bloat-o-meter: fix python3 syntax error by Sergey Senozhatsky · 9 years ago
- ea535e4 dma-debug: switch check from _text to _stext by Laura Abbott · 9 years ago
- 601f1db m32r: fix m32104ut_defconfig build fail by Sudip Mukherjee · 9 years ago
- 7fdec82 Merge tag 'xfs-for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs by Linus Torvalds · 9 years ago
- f9a03ae Merge tag 'for-f2fs-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 9 years ago
- 1289ace Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 9 years ago
- d080827 Merge tag 'libnvdimm-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 9 years ago
- cbd88cd Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 9 years ago
- 928b3f1 Merge tag 'please-pull-fixefi' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux by Linus Torvalds · 9 years ago
- 77a76b0 Merge tag 'media/v4.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media by Linus Torvalds · 9 years ago
- 50ae833 Merge tag 'spi-v4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi by Linus Torvalds · 9 years ago
- ac53b2e Merge tag 'for-linus-20160112' of git://git.infradead.org/linux-mtd by Linus Torvalds · 9 years ago
- cf09112 Merge tag 'for-linus-4.5' of git://git.code.sf.net/p/openipmi/linux-ipmi by Linus Torvalds · 9 years ago
- 1c5ff2a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 9 years ago
- d6a3227 Merge tag 'dmaengine-4.5-rc1' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 9 years ago
- 0f7f2f0 efi: include asm/early_ioremap.h not asm/efi.h to get early_memremap by Ard Biesheuvel · 9 years ago
- 8092677 ia64: split off early_ioremap() declarations into asm/early_ioremap.h by Ard Biesheuvel · 9 years ago
- 4c257ec Merge tag 'char-misc-4.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 9 years ago
- 39272dd Merge tag 'staging-4.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 9 years ago
- 67ad058 Merge tag 'tty-4.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 9 years ago
- 237f38c Merge tag 'usb-4.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 9 years ago
- 6799060 Merge tag 'pm+acpi-4.5-rc1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 9 years ago
- c17488d Merge tag 'trace-v4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 9 years ago
- 34a9304 Merge branch 'for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 9 years ago
- aee3bfa Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 9 years ago
- c597b6b Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 9 years ago
- 60b7eca Merge tag 'upstream-4.5-rc1' of git://git.infradead.org/linux-ubifs by Linus Torvalds · 9 years ago
- 420d12d Merge tag 'configfs-for-linus' of git://git.infradead.org/users/hch/configfs by Linus Torvalds · 9 years ago
- 4d58967 Merge tag 'gfs2-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2 by Linus Torvalds · 9 years ago
- 33caf82 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
- ca9706a Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
- fce205e Merge branch 'work.copy_file_range' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
- 065019a Merge tag 'locks-v4.5-1' of git://git.samba.org/jlayton/linux by Linus Torvalds · 9 years ago
- 415b6f1 net: bnxt: always return values from _bnxt_get_max_rings by Arnd Bergmann · 9 years ago
- 229394e net: bpf: reject invalid shifts by Rabin Vincent · 9 years ago