summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* x86: mm: convert ptdump_walk_pgd_level_debugfs() to take an mm_structSteven Price2020-02-043-13/+12
* x86: mm+efi: convert ptdump_walk_pgd_level() to take a mm_structSteven Price2020-02-044-6/+6
* x86: mm: point to struct seq_file from struct pg_stateSteven Price2020-02-041-34/+35
* mm: pagewalk: add 'depth' parameter to pte_holeSteven Price2020-02-046-16/+40
* mm: pagewalk: fix termination condition in walk_pte_range()Steven Price2020-02-041-2/+2
* mm: pagewalk: don't lock PTEs for walk_page_range_novma()Steven Price2020-02-041-7/+28
* mm: pagewalk: allow walking without vmaSteven Price2020-02-042-8/+37
* mm: pagewalk: add p4d_entry() and pgd_entry()Steven Price2020-02-043-47/+95
* x86: mm: add p?d_leaf() definitionsSteven Price2020-02-041-0/+5
* sparc: mm: add p?d_leaf() definitionsSteven Price2020-02-041-0/+2
* s390: mm: add p?d_leaf() definitionsSteven Price2020-02-041-0/+2
* riscv: mm: add p?d_leaf() definitionsSteven Price2020-02-042-0/+14
* powerpc: mm: add p?d_leaf() definitionsSteven Price2020-02-041-0/+3
* mips: mm: add p?d_leaf() definitionsSteven Price2020-02-041-0/+5
* arm64: mm: add p?d_leaf() definitionsSteven Price2020-02-041-0/+2
* arm: mm: add p?d_leaf() definitionsSteven Price2020-02-042-0/+2
* arc: mm: add p?d_leaf() definitionsSteven Price2020-02-041-0/+1
* mm: add generic p?d_leaf() macrosSteven Price2020-02-041-0/+20
* mm: remove __kreallocFlorian Westphal2020-02-043-27/+0
* pinctrl: fix pxa2xx.c build warningsRandy Dunlap2020-02-041-0/+1
* drivers/block/null_blk_main.c: fix uninitialized var warningsAndrew Morton2020-02-041-1/+1
* drivers/block/null_blk_main.c: fix layoutAndrew Morton2020-02-041-28/+28
* ipc/msg.c: consolidate all xxxctl_down() functionsLu Shuaibing2020-02-041-9/+10
* ipc/sem.c: document and update memory barriersManfred Spraul2020-02-041-25/+41
* ipc/msg.c: update and document memory barriersManfred Spraul2020-02-041-7/+36
* ipc/mqueue.c: update/document memory barriersManfred Spraul2020-02-041-14/+78
* ipc/mqueue.c: remove duplicated codeDavidlohr Bueso2020-02-041-13/+18
* smp_mb__{before,after}_atomic(): update DocumentationManfred Spraul2020-02-041-6/+10
* mm/memory_hotplug: drop valid_start/valid_end from test_pages_in_a_zone()David Hildenbrand2020-02-043-29/+15
* mm/memory_hotplug: cleanup __remove_pages()David Hildenbrand2020-02-041-11/+6
* mm/memory_hotplug: drop local variables in shrink_zone_span()David Hildenbrand2020-02-041-9/+6
* mm/memory_hotplug: don't check for "all holes" in shrink_zone_span()David Hildenbrand2020-02-041-27/+7
* mm/memory_hotplug: we always have a zone in find_(smallest|biggest)_section_pfnDavid Hildenbrand2020-02-041-2/+2
* mm/memory_hotplug: poison memmap in remove_pfn_range_from_zone()David Hildenbrand2020-02-042-0/+5
* mm/memmap_init: update variable name in memmap_init_zoneAneesh Kumar K.V2020-02-041-4/+4
* mm: factor out next_present_section_nr()David Hildenbrand2020-02-043-19/+12
* mm/page_alloc: fix and rework pfn handling in memmap_init_zone()David Hildenbrand2020-02-041-3/+6
* mm/page_alloc.c: initialize memmap of unavailable memory directlyDavid Hildenbrand2020-02-042-17/+22
* fs/proc/page.c: allow inspection of last section and fix end detectionDavid Hildenbrand2020-02-041-3/+27
* mm/page_alloc.c: fix uninitialized memmaps on a partially populated last sectionDavid Hildenbrand2020-02-041-2/+12
* ocfs2: fix oops when writing cloned fileGang He2020-02-041-8/+6
* initramfs: do not show compression mode choice if INITRAMFS_SOURCE is emptyMasahiro Yamada2020-02-032-1/+2
* Merge tag 'for-5.6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds2020-02-0313-83/+193
|\
| * btrfs: do not zero f_bavail if we have available spaceJosef Bacik2020-02-021-1/+9
| * Btrfs: send, fix emission of invalid clone operations within the same fileFilipe Manana2020-01-311-1/+2
| * btrfs: do not do delalloc reservation under page lockJosef Bacik2020-01-311-16/+60
| * btrfs: drop the -EBUSY case in __extent_writepage_ioJosef Bacik2020-01-311-5/+1
| * Btrfs: keep pages dirty when using btrfs_writepage_fixup_workerChris Mason2020-01-311-17/+44
| * btrfs: take overcommit into account in inc_block_group_roJosef Bacik2020-01-313-19/+39
| * btrfs: fix force usage in inc_block_group_roJosef Bacik2020-01-311-2/+2