- d63206e mm, gup: ensure real head page is ref-counted when using hugepages by Punit Agrawal · 7 years ago
- a3e3285 mm, gup: remove broken VM_BUG_ON_PAGE compound check for hugepages by Will Deacon · 7 years ago
- f0b38d6 arm64: hugetlb: remove spurious calls to huge_ptep_offset() by Steve Capper · 7 years ago
- bb9dd3d arm64: hugetlb: refactor find_num_contig() by Steve Capper · 7 years ago
- 8bc3c3f mm: drop NULL return check of pte_offset_map_lock() by Naoya Horiguchi · 7 years ago
- d73d3c9 mm/page_alloc.c: mark bad_range() and meminit_pfn_in_nid() as __maybe_unused by Matthias Kaehlcke · 7 years ago
- 40692eb powerpc/mm/hugetlb: add support for 1G huge pages by Aneesh Kumar K.V · 7 years ago
- e1073d1 mm/hugetlb: clean up ARCH_HAS_GIGANTIC_PAGE by Aneesh Kumar K.V · 7 years ago
- 9017217 mm: adaptive hash table scaling by Pavel Tatashin · 7 years ago
- 3d375d7 mm: update callers to use HASH_ZERO flag by Pavel Tatashin · 7 years ago
- 3749a8f mm: zero hash tables in allocator by Pavel Tatashin · 7 years ago
- f7fb506 powerpc/hugetlb: enable hugetlb migration for ppc64 by Aneesh Kumar K.V · 7 years ago
- 28c0571 powerpc/mm/hugetlb: remove follow_huge_addr for powerpc by Aneesh Kumar K.V · 7 years ago
- 50791e6 powerpc/hugetlb: add follow_huge_pd implementation for ppc64 by Aneesh Kumar K.V · 7 years ago
- 4dc7145 mm/follow_page_mask: add support for hugepage directory entry by Aneesh Kumar K.V · 7 years ago
- e229929 mm/hugetlb: move default definition of hugepd_t earlier in the header by Aneesh Kumar K.V · 7 years ago
- faaa5b6 mm/follow_page_mask: add support for hugetlb pgd entries by Anshuman Khandual · 7 years ago
- d5ed744 mm/hugetlb: export hugetlb_entry_migration helper by Aneesh Kumar K.V · 7 years ago
- 080dbb6 mm/follow_page_mask: split follow_page_mask to smaller functions. by Aneesh Kumar K.V · 7 years ago
- 383321a mm/hugetlb/migration: use set_huge_pte_at instead of set_pte_at by Aneesh Kumar K.V · 7 years ago
- 94310cb mm/madvise: enable (soft|hard) offline of HugeTLB pages at PGD level by Anshuman Khandual · 7 years ago
- f93ae36 fs/userfaultfd.c: drop dead code by Mike Rapoport · 7 years ago
- 57ecbd3 kernel/exit.c: don't include unused userfaultfd_k.h by Mike Rapoport · 7 years ago
- 559bfc7 mm, memory_hotplug: remove unused cruft after memory hotplug rework by Michal Hocko · 7 years ago
- cdf72f2 mm, memory_hotplug: fix the section mismatch warning by Michal Hocko · 7 years ago
- 3d79a72 mm, memory_hotplug: replace for_device by want_memblock in arch_add_memory by Michal Hocko · 7 years ago
- c246a21 mm, memory_hotplug: do not assume ZONE_NORMAL is default kernel zone by Michal Hocko · 7 years ago
- a69578a mm, memory_hotplug: fix MMOP_ONLINE_KEEP behavior by Michal Hocko · 7 years ago
- f1dd2cd mm, memory_hotplug: do not associate hotadded memory to zones until online by Michal Hocko · 7 years ago
- d336e94 mm, vmstat: skip reporting offline pages in pagetypeinfo by Michal Hocko · 7 years ago
- 2ce1364 mm: __first_valid_page skip over offline pages by Michal Hocko · 7 years ago
- ccbe1e4 mm, compaction: skip over holes in __reset_isolation_suitable by Michal Hocko · 7 years ago
- 2d070ea mm: consider zone which is not fully populated to have holes by Michal Hocko · 7 years ago
- 8b0662f mm, memory_hotplug: consider offline memblocks removable by Michal Hocko · 7 years ago
- 9037a99 mm, memory_hotplug: split up register_one_node() by Michal Hocko · 7 years ago
- 1b862ae mm, memory_hotplug: get rid of is_zone_device_section by Michal Hocko · 7 years ago
- bfe63d3 mm: drop page_initialized check from get_nid_for_pfn by Michal Hocko · 7 years ago
- c8f9565 mm, memory_hotplug: use node instead of zone in can_online_high_movable by Michal Hocko · 7 years ago
- dc0bbf3 mm: remove return value from init_currently_empty_zone by Michal Hocko · 7 years ago
- 747552b1 mm, THP, swap: enable THP swap optimization only if has compound map by Huang Ying · 7 years ago
- b8f593c mm, THP, swap: check whether THP can be split firstly by Huang Ying · 7 years ago
- 0f07465 mm, THP, swap: move anonymous THP split logic to vmscan by Minchan Kim · 7 years ago
- 75f6d6d mm, THP, swap: unify swap slot free functions to put_swap_page by Minchan Kim · 7 years ago
- 38d8b4e mm, THP, swap: delay splitting THP during swap out by Huang Ying · 7 years ago
- 9d85e15 mm/vmstat.c: standardize file operations variable names by Anshuman Khandual · 7 years ago
- 51f9f82 zram: count same page write as page_stored by Minchan Kim · 7 years ago
- 80b18df ksm: optimize refile of stable_node_dup at the head of the chain by Andrea Arcangeli · 7 years ago
- 8dc5ffc ksm: swap the two output parameters of chain/chain_prune by Andrea Arcangeli · 7 years ago
- 0ba1d0f ksm: cleanup stable_node chain collapse case by Andrea Arcangeli · 7 years ago
- b4fecc6 ksm: fix use after free with merge_across_nodes = 0 by Andrea Arcangeli · 7 years ago
- 2c653d0 ksm: introduce ksm_max_page_sharing per page deduplication limit by Andrea Arcangeli · 7 years ago
- 172ffeb mm/nobootmem.c: return 0 when start_pfn equals end_pfn by Wei Yang · 7 years ago
- f2f43e5 mm/vmscan.c: fix unsequenced modification and access warning by Nick Desaulniers · 7 years ago
- ac34cea mm/mmap.c: mark protection_map as __ro_after_init by Daniel Micay · 7 years ago
- c4e1be9 mm, sparsemem: break out of loops early by Dave Hansen · 7 years ago
- 7660a6f mm: allow slab_nomerge to be set at build time by Kees Cook · 7 years ago
- e077195 mm/slab.c: replace open-coded round-up code with ALIGN by Canjiang Lu · 7 years ago
- e6d0e1d mm/slub.c: wrap kmem_cache->cpu_partial in config CONFIG_SLUB_CPU_PARTIAL by Wei Yang · 7 years ago
- a93cf07 mm/slub.c: wrap cpu_slab->partial in CONFIG_SLUB_CPU_PARTIAL by Wei Yang · 7 years ago
- d3111e6 mm/slub.c: pack red_left_pad with another int to save a word by Wei Yang · 7 years ago
- d4ff6d3 mm/slub: reset cpu_slab's pointer in deactivate_slab() by Wei Yang · 7 years ago
- 66fdbe5 mm/slub.c: remove a redundant assignment in ___slab_alloc() by Wei Yang · 7 years ago
- c823bd9 fs/file.c: replace alloc_fdmem() with kvmalloc() alternative by Michal Hocko · 7 years ago
- b74271e ocfs2: constify attribute_group structures by Arvind Yadav · 7 years ago
- 25b1c72 ocfs2: free 'dummy_sc' in sc_fop_release() to prevent memory leak by piaojun · 7 years ago
- 62aa81d ocfs2: use magic.h by Fabian Frederick · 7 years ago
- 8c4d5a4 ocfs2: fix a static checker warning by Gang He · 7 years ago
- c509e05 drivers/sh/intc/virq.c: delete an error message for a failed memory allocation in add_virq_to_pirq() by SF Markus Elfring · 7 years ago
- 820a0b2 include/linux/filter.h: use linux/set_memory.h by Michael Ellerman · 7 years ago
- 563ec5c kernel/module.c: use linux/set_memory.h by Michael Ellerman · 7 years ago
- 61f6d09a kernel/power/snapshot.c: use linux/set_memory.h by Michael Ellerman · 7 years ago
- 938f846 provide linux/set_memory.h by Michael Ellerman · 7 years ago
- d9f91f8 scripts/spelling.txt: add a bunch more spelling mistakes by Colin Ian King · 7 years ago
- f2e8954 ramfs: clarify help text that compression applies to ramfs as well as legacy ramdisk. by Rob Landley · 7 years ago
- 595a22a scripts/gen_initramfs_list.sh: teach INITRAMFS_ROOT_UID and INITRAMFS_ROOT_GID that -1 means "current user". by Rob Landley · 7 years ago
- 3922920 tile: provide default ioremap declaration by Logan Gunthorpe · 7 years ago
- 9cfc5e0 mn10300: use generic fb.h by Tobias Klauser · 7 years ago
- dc51316 mn10300: remove wrapper header for asm/device.h by Tobias Klauser · 7 years ago
- c0d80dd kernel/extable.c: mark core_kernel_text notrace by Marcin Nowakowski · 7 years ago
- bbf29ff thp, mm: fix crash due race in MADV_FREE handling by Kirill A. Shutemov · 7 years ago
- 9a04dbc compiler, clang: always inline when CONFIG_OPTIMIZE_INLINING is disabled by David Rientjes · 7 years ago
- 9ced560 Merge branch 'for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 7 years ago
- 109a5db Merge branch 'for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata by Linus Torvalds · 7 years ago
- a4c20b9 Merge branch 'for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 7 years ago
- 9b51f04 Merge branch 'parisc-4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux by Linus Torvalds · 7 years ago
- 55a7b21 Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 7 years ago
- e5f76a2 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 7 years ago
- c96e6da Merge tag 'gfs2-4.13.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2 by Linus Torvalds · 7 years ago
- 8c27cb3 Merge branch 'for-4.13-part1' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 7 years ago
- 7114f51 Merge branch 'work.memdup_user' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
- ea3b25e Merge branch 'timers-compat' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
- 89fbf53 Merge branch 'work.read_write' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
- 4be9513 Merge branch 'work.sys_wait' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
- 3bad2f1 Merge branch 'work.misc-set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
- b4b8cbf Cavium CNN55XX: fix broken default Kconfig entry by Linus Torvalds · 7 years ago
- 227145e parisc: ->mapping_error by Christoph Hellwig · 7 years ago
- 5518b69 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 7 years ago
- 8ad06e5 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 7 years ago
- 59005b0 Merge tag 'gcc-plugins-v4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 7 years ago
- 2cc7b4c Merge tag 'pstore-v4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 7 years ago