- a7f9241 kbuild: add %.dtb.S and %.dtb to 'targets' automatically by Masahiro Yamada · 7 years ago
- b23d1a2 kbuild: add %.lex.c and %.tab.[ch] to 'targets' automatically by Masahiro Yamada · 7 years ago
- 833e622 genksyms: generate lexer and parser during build instead of shipping by Masahiro Yamada · 7 years ago
- 9a8dfb3 kbuild: clean up *.lex.c and *.tab.[ch] patterns from top-level Makefile by Masahiro Yamada · 7 years ago
- 5988930 .gitignore: move *.lex.c *.tab.[ch] patterns to the top-level .gitignore by Masahiro Yamada · 7 years ago
- 63185b4 kbuild: use HOSTLDFLAGS for single .c executables by Robin Jarry · 7 years ago
- f605ba9 Merge tag 'vfio-v4.17-rc1' of git://github.com/awilliam/linux-vfio by Linus Torvalds · 7 years ago
- 016c6f2 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 7 years ago
- 3c0d551 Merge tag 'pci-v4.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 7 years ago
- 19fd08b Merge tag 'for-linus-unmerged' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma by Linus Torvalds · 7 years ago
- 28da7be Merge tag 'mailbox-v4.17' of git://git.linaro.org/landing-teams/working/fujitsu/integration by Linus Torvalds · 7 years ago
- 9eda2d2 Merge tag 'selinux-pr-20180403' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux by Linus Torvalds · 7 years ago
- 6ad11bd Merge tag 'audit-pr-20180403' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/audit by Linus Torvalds · 7 years ago
- 69824bc Merge tag 'pstore-v4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 7 years ago
- 3b54765 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 7 years ago
- 3fd14cd Merge tag 'mtd/for-4.17' of git://git.infradead.org/linux-mtd by Linus Torvalds · 7 years ago
- 83c7c18 Merge tag 'for-4.17/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 7 years ago
- 9022ca6 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
- 5f76441 Merge remote-tracking branch 'lorenzo/pci/cadence' into next by Bjorn Helgaas · 7 years ago
- 97b1255 mm,oom_reaper: check for MMF_OOM_SKIP before complaining by Tetsuo Handa · 7 years ago
- 77da2ba mm/ksm: fix interaction with THP by Claudio Imbrenda · 7 years ago
- 644d87d mm/memblock.c: cast constant ULLONG_MAX to phys_addr_t by Stefan Agner · 7 years ago
- 514c603 headers: untangle kmemleak.h from mm.h by Randy Dunlap · 7 years ago
- 9124168 include/linux/mmdebug.h: make VM_WARN* non-rvals by Michal Hocko · 7 years ago
- 2c7452a mm/page_isolation.c: make start_isolate_page_range() fail if already isolated by Mike Kravetz · 7 years ago
- 1c8f422 mm: change return type to vm_fault_t by Souptick Joarder · 7 years ago
- d46078b mm, oom: remove 3% bonus for CAP_SYS_ADMIN processes by David Rientjes · 7 years ago
- 5ecd9d4 mm, page_alloc: wakeup kcompactd even if kswapd cannot free more memory by David Rientjes · 7 years ago
- 3eda69c kernel/fork.c: detect early free of a live mm by Mark Rutland · 7 years ago
- 0c7c1be mm: make counting of list_lru_one::nr_items lockless by Kirill Tkhai · 7 years ago
- f5c754d mm/swap_state.c: make bool enable_vma_readahead and swap_vma_readahead() static by Colin Ian King · 7 years ago
- 3172485 block_invalidatepage(): only release page if the full page was invalidated by Jeff Moyer · 7 years ago
- e8b098f mm: kernel-doc: add missing parameter descriptions by Mike Rapoport · 7 years ago
- 002843d mm/swap.c: remove @cold parameter description for release_pages() by Mike Rapoport · 7 years ago
- e48e3c5 mm/nommu: remove description of alloc_vm_area by Mike Rapoport · 7 years ago
- 60f5921 zram: drop max_zpage_size and use zs_huge_class_size() by Sergey Senozhatsky · 7 years ago
- 010b495 zsmalloc: introduce zs_huge_class_size() by Sergey Senozhatsky · 7 years ago
- cb9f753 mm: fix races between swapoff and flush dcache by Huang Ying · 7 years ago
- 1c0ff0f fs/direct-io.c: minor cleanups in do_blockdev_direct_IO by Nikolay Borisov · 7 years ago
- 5844a48 include/linux/mm.h: provide consistent declaration for num_poisoned_pages by Guenter Roeck · 7 years ago
- c1d53b9 device-dax: implement ->pagesize() for smaps to report MMUPageSize by Dan Williams · 7 years ago
- 05ea886 mm, hugetlbfs: introduce ->pagesize() to vm_operations_struct by Dan Williams · 7 years ago
- 09135cc mm, powerpc: use vma_kernel_pagesize() in vma_mmu_pagesize() by Dan Williams · 7 years ago
- 2923117 mm/gup.c: fix coding style issues. by Mario Leinweber · 7 years ago
- 9733416 mm/free_pcppages_bulk: prefetch buddy while not holding lock by Aaron Lu · 7 years ago
- 0a5f4e5 mm/free_pcppages_bulk: do not hold lock when picking pages to free by Aaron Lu · 7 years ago
- 77ba906 mm/free_pcppages_bulk: update pcp->count inside by Aaron Lu · 7 years ago
- bc3106b mm, compaction: drain pcps for zone when kcompactd fails by David Rientjes · 7 years ago
- 4f6923f mm: make should_failslab always available for fault injection by Howard McLauchlan · 7 years ago
- 14298d3 mm/page_poison.c: make early_page_poison_param() __init by Dou Liyang · 7 years ago
- 1173194 mm/page_owner.c: make early_page_owner_param() __init by Dou Liyang · 7 years ago
- 8bd30c1 mm/kmemleak.c: make kmemleak_boot_config() __init by Dou Liyang · 7 years ago
- e9e9b7e mm: swap: unify cluster-based and vma-based swap readahead by Minchan Kim · 7 years ago
- eaf649eb mm: swap: clean up swap readahead by Minchan Kim · 7 years ago
- e830c63 mm,vmscan: don't pretend forward progress upon shrinker_rwsem contention by Tetsuo Handa · 7 years ago
- 5c9bab5 z3fold: limit use of stale list for allocation by Vitaly Wool · 7 years ago
- 605ca5e mm/huge_memory.c: reorder operations in __split_huge_page_tail() by Konstantin Khlebnikov · 7 years ago
- 03f5d58 mm/page_ref: use atomic_set_release in page_ref_unfreeze by Konstantin Khlebnikov · 7 years ago
- e92bb4d mm: fix races between address_space dereference and free in page_evicatable by Huang Ying · 7 years ago
- 5ad3509 mm: reuse DEFINE_SHOW_ATTRIBUTE() macro by Andy Shevchenko · 7 years ago
- 7f16f91 mm, page_alloc: move mirrored_kernelcore to __meminitdata by David Rientjes · 7 years ago
- a5c6d65 mm, page_alloc: extend kernelcore and movablecore for percent by David Rientjes · 7 years ago
- 31286a8 mm: hwpoison: disable memory error handling on 1GB hugepage by Naoya Horiguchi · 7 years ago
- d0dc12e mm/memory_hotplug: optimize memory hotplug by Pavel Tatashin · 7 years ago
- fc44f7f mm/memory_hotplug: don't read nid from struct page during hotplug by Pavel Tatashin · 7 years ago
- b77eab7 mm/memory_hotplug: optimize probe routine by Pavel Tatashin · 7 years ago
- f165b37 mm: uninitialized struct page poisoning sanity checking by Pavel Tatashin · 7 years ago
- 078eb6a x86/mm/memory_hotplug: determine block size based on the end of boot memory by Pavel Tatashin · 7 years ago
- ba32558 mm/memory_hotplug: enforce block size aligned range check by Pavel Tatashin · 7 years ago
- f0849ac mm: thp: fix potential clearing to referenced flag in page_idle_clear_pte_refs_one() by Yang Shi · 7 years ago
- c9e97a1 mm: initialize pages on demand during boot by Pavel Tatashin · 7 years ago
- 3a2d7fa mm: disable interrupts while initializing deferred pages by Pavel Tatashin · 7 years ago
- 8e7a0c9 mm/swap_slots.c: use conditional compilation by Randy Dunlap · 7 years ago
- 3102535 mm/migrate: rename migration reason MR_CMA to MR_CONTIG_RANGE by Anshuman Khandual · 7 years ago
- 57a7702 mm: always print RLIMIT_DATA warning by David Woodhouse · 7 years ago
- c01f0b5 mm/ksm.c: make stable_node_dup() static by Colin Ian King · 7 years ago
- f9e13c0 slab, slub: skip unnecessary kasan_cache_shutdown() by Shakeel Butt · 7 years ago
- 1ba586d mm/slab_common.c: remove test if cache name is accessible by Mikulas Patocka · 7 years ago
- 613a5eb slab, slub: remove size disparity on debug kernel by Shakeel Butt · 7 years ago
- 302d55d slab: use 32-bit arithmetic in freelist_randomize() by Alexey Dobriyan · 7 years ago
- 870b1fb slub: make size_from_object() return unsigned int by Alexey Dobriyan · 7 years ago
- 19af27a slub: make struct kmem_cache_order_objects::x unsigned int by Alexey Dobriyan · 7 years ago
- 284b50d slub: make slab_index() return unsigned int by Alexey Dobriyan · 7 years ago
- 7bbdb81 slab: make usercopy region 32-bit by Alexey Dobriyan · 7 years ago
- be4a798 kasan: make kasan_cache_create() work with 32-bit slab cache sizes by Alexey Dobriyan · 7 years ago
- 0293d1f slab: make kmem_cache_flags accept 32-bit object size by Alexey Dobriyan · 7 years ago
- 44065b2 slub: make ->size unsigned int by Alexey Dobriyan · 7 years ago
- 1b473f2 slub: make ->object_size unsigned int by Alexey Dobriyan · 7 years ago
- a5035de slub: make ->offset unsigned int by Alexey Dobriyan · 7 years ago
- e5d9998 slub: make ->cpu_partial unsigned int by Alexey Dobriyan · 7 years ago
- 52ee6d7 slub: make ->inuse unsigned int by Alexey Dobriyan · 7 years ago
- 3a3791e slub: make ->align unsigned int by Alexey Dobriyan · 7 years ago
- d66e52d slub: make ->reserved unsigned int by Alexey Dobriyan · 7 years ago
- 2ca6d39 slub: make ->red_left_pad unsigned int by Alexey Dobriyan · 7 years ago
- 56d8cee slub: make ->max_attr_size unsigned int by Alexey Dobriyan · 7 years ago
- eb7235e slub: make ->remote_node_defrag_ratio unsigned int by Alexey Dobriyan · 7 years ago
- ac914d0 slab: make size_index_elem() unsigned int by Alexey Dobriyan · 7 years ago
- d5f8665 slab: make size_index[] array u8 by Alexey Dobriyan · 7 years ago
- f4957d5 slab: make kmem_cache_create() work with 32-bit sizes by Alexey Dobriyan · 7 years ago
- 361d575 slab: make create_boot_cache() work with 32-bit sizes by Alexey Dobriyan · 7 years ago