summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mm, page_ext: periodically reschedule during page_ext_init()Vlastimil Babka2017-09-061-0/+1
* mm, page_owner: make init_pages_in_zone() fasterVlastimil Babka2017-09-061-20/+32
* mm, sparse, page_ext: drop ugly N_HIGH_MEMORY branches for allocationsMichal Hocko2017-09-063-19/+7
* mm, memory_hotplug: get rid of zonelists_mutexMichal Hocko2017-09-063-20/+11
* mm, page_alloc: remove stop_machine from build_all_zonelistsMichal Hocko2017-09-061-7/+2
* mm, page_alloc: simplify zonelist initializationMichal Hocko2017-09-061-40/+41
* mm, memory_hotplug: remove explicit build_all_zonelists from try_online_nodeMichal Hocko2017-09-061-7/+0
* mm, memory_hotplug: drop zone from build_all_zonelistsMichal Hocko2017-09-065-17/+11
* mm, page_alloc: do not set_cpu_numa_mem on empty nodes initializationMichal Hocko2017-09-061-4/+2
* mm, page_alloc: remove boot pageset initialization from memory hotplugMichal Hocko2017-09-061-18/+22
* mm, page_alloc: rip out ZONELIST_ORDER_ZONEMichal Hocko2017-09-065-166/+28
* zram: add config and doc file for writeback featureMinchan Kim2017-09-063-0/+31
* zram: read page from backing deviceMinchan Kim2017-09-061-5/+118
* zram: write incompressible pages to backing deviceMinchan Kim2017-09-062-13/+103
* zram: identify asynchronous IO's return valueMinchan Kim2017-09-061-8/+24
* zram: add free space management in backing deviceMinchan Kim2017-09-062-1/+50
* zram: add interface to specif backing deviceMinchan Kim2017-09-062-0/+147
* zram: rename zram_decompress_page to __zram_bvec_readMinchan Kim2017-09-061-3/+3
* zram: inline zram_compressMinchan Kim2017-09-061-42/+22
* zram: clean up duplicated codes in __zram_bvec_writeMinchan Kim2017-09-061-33/+23
* mm, memory_hotplug: remove zone restrictionsMichal Hocko2017-09-062-54/+23
* mm, memory_hotplug: display allowed zones in the preferred orderingMichal Hocko2017-09-063-43/+65
* mm/memory_hotplug: just build zonelist for newly added nodeWei Yang2017-09-061-5/+9
* drm/i915: wire up shrinkctl->nr_scannedChris Wilson2017-09-065-11/+24
* mm: track actual nr_scanned during shrink_slab()Chris Wilson2017-09-062-3/+11
* mm/slub.c: add a naive detection of double free or corruptionAlexander Popov2017-09-061-0/+4
* mm: add SLUB free list pointer obfuscationKees Cook2017-09-063-5/+50
* slub: tidy up initialization orderingAlexander Potapenko2017-09-061-2/+2
* ocfs2: clean up some dead codeJun Piao2017-09-0612-71/+19
* ocfs2: make ocfs2_set_acl() staticJan Kara2017-09-062-8/+1
* modpost: simplify sec_name()Masahiro Yamada2017-09-061-16/+11
* dax: initialize variable pfn before using itNicolas Iooss2017-09-061-1/+1
* dax: use PG_PMD_COLOUR instead of open codingRoss Zwisler2017-09-061-7/+4
* dax: explain how read(2)/write(2) addresses are validatedRoss Zwisler2017-09-061-0/+5
* dax: move all DAX radix tree defs to fs/dax.cRoss Zwisler2017-09-062-41/+34
* dax: remove DAX code from page_cache_tree_insert()Ross Zwisler2017-09-063-14/+3
* dax: use common 4k zero page for dax mmap readsRoss Zwisler2017-09-067-235/+86
* dax: relocate some dax functionsRoss Zwisler2017-09-061-69/+69
* mm: add vm_insert_mixed_mkwrite()Ross Zwisler2017-09-062-7/+45
* metag/numa: remove the unused parent_node() macroDou Liyang2017-09-061-1/+0
* Merge tag 'devprop-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-09-0511-264/+428
|\
| * ACPI: device property: Switch to use new generic UUID APIAndy Shevchenko2017-07-261-25/+25
| * device property: export irqchip_fwnode_opsArnd Bergmann2017-07-261-0/+1
| * device property: Introduce fwnode_property_get_reference_argsSakari Ailus2017-07-225-0/+109
| * device property: Constify fwnode property APISakari Ailus2017-07-226-117/+142
| * device property: Constify argument to pset fwnode backendSakari Ailus2017-07-221-16/+20
| * ACPI: Constify internal fwnode argumentsSakari Ailus2017-07-222-34/+40
| * ACPI: Constify acpi_bus helper functions, switch to macrosSakari Ailus2017-07-221-17/+25
| * ACPI: Prepare for constifying acpi_get_next_subnode() fwnode argumentSakari Ailus2017-07-221-10/+13
| * device property: Get rid of struct fwnode_handle type fieldSakari Ailus2017-07-2210-52/+60