summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-02-04x86: mm: convert dump_pagetables to use walk_page_rangeSteven Price
2020-02-04mm: add generic ptdumpSteven Price
2020-02-04x86: mm: convert ptdump_walk_pgd_level_debugfs() to take an mm_structSteven Price
2020-02-04x86: mm+efi: convert ptdump_walk_pgd_level() to take a mm_structSteven Price
2020-02-04x86: mm: point to struct seq_file from struct pg_stateSteven Price
2020-02-04mm: pagewalk: add 'depth' parameter to pte_holeSteven Price
2020-02-04mm: pagewalk: fix termination condition in walk_pte_range()Steven Price
2020-02-04mm: pagewalk: don't lock PTEs for walk_page_range_novma()Steven Price
2020-02-04mm: pagewalk: allow walking without vmaSteven Price
2020-02-04mm: pagewalk: add p4d_entry() and pgd_entry()Steven Price
2020-02-04x86: mm: add p?d_leaf() definitionsSteven Price
2020-02-04sparc: mm: add p?d_leaf() definitionsSteven Price
2020-02-04s390: mm: add p?d_leaf() definitionsSteven Price
2020-02-04riscv: mm: add p?d_leaf() definitionsSteven Price
2020-02-04powerpc: mm: add p?d_leaf() definitionsSteven Price
2020-02-04mips: mm: add p?d_leaf() definitionsSteven Price
2020-02-04arm64: mm: add p?d_leaf() definitionsSteven Price
2020-02-04arm: mm: add p?d_leaf() definitionsSteven Price
2020-02-04arc: mm: add p?d_leaf() definitionsSteven Price
2020-02-04mm: add generic p?d_leaf() macrosSteven Price
2020-02-04mm: remove __kreallocFlorian Westphal
2020-02-04pinctrl: fix pxa2xx.c build warningsRandy Dunlap
2020-02-04drivers/block/null_blk_main.c: fix uninitialized var warningsAndrew Morton
2020-02-04drivers/block/null_blk_main.c: fix layoutAndrew Morton
2020-02-04ipc/msg.c: consolidate all xxxctl_down() functionsLu Shuaibing
2020-02-04ipc/sem.c: document and update memory barriersManfred Spraul
2020-02-04ipc/msg.c: update and document memory barriersManfred Spraul
2020-02-04ipc/mqueue.c: update/document memory barriersManfred Spraul
2020-02-04ipc/mqueue.c: remove duplicated codeDavidlohr Bueso
2020-02-04smp_mb__{before,after}_atomic(): update DocumentationManfred Spraul
2020-02-04mm/memory_hotplug: drop valid_start/valid_end from test_pages_in_a_zone()David Hildenbrand
2020-02-04mm/memory_hotplug: cleanup __remove_pages()David Hildenbrand
2020-02-04mm/memory_hotplug: drop local variables in shrink_zone_span()David Hildenbrand
2020-02-04mm/memory_hotplug: don't check for "all holes" in shrink_zone_span()David Hildenbrand
2020-02-04mm/memory_hotplug: we always have a zone in find_(smallest|biggest)_section_pfnDavid Hildenbrand
2020-02-04mm/memory_hotplug: poison memmap in remove_pfn_range_from_zone()David Hildenbrand
2020-02-04mm/memmap_init: update variable name in memmap_init_zoneAneesh Kumar K.V
2020-02-04mm: factor out next_present_section_nr()David Hildenbrand
2020-02-04mm/page_alloc: fix and rework pfn handling in memmap_init_zone()David Hildenbrand
2020-02-04mm/page_alloc.c: initialize memmap of unavailable memory directlyDavid Hildenbrand
2020-02-04fs/proc/page.c: allow inspection of last section and fix end detectionDavid Hildenbrand
2020-02-04mm/page_alloc.c: fix uninitialized memmaps on a partially populated last sectionDavid Hildenbrand
2020-02-04ocfs2: fix oops when writing cloned fileGang He
2020-02-03Merge branch 'netdevsim-fix-several-bugs-in-netdevsim-module'Jakub Kicinski
2020-02-03netdevsim: remove unused sdev codeTaehee Yoo
2020-02-03netdevsim: use __GFP_NOWARN to avoid memalloc warningTaehee Yoo
2020-02-03netdevsim: use IS_ERR instead of IS_ERR_OR_NULL for debugfsTaehee Yoo
2020-02-03netdevsim: fix stack-out-of-bounds in nsim_dev_debugfs_init()Taehee Yoo
2020-02-03netdevsim: fix panic in nsim_dev_take_snapshot_write()Taehee Yoo
2020-02-03netdevsim: disable devlink reload when resources are being usedTaehee Yoo