summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* proc: convert everything to "struct proc_ops"Alexey Dobriyan2020-02-04100-1006/+961
* proc: decouple proc from VFS with "struct proc_ops"Alexey Dobriyan2020-02-047-80/+98
* asm-generic/tlb: provide MMU_GATHER_TABLE_FREEPeter Zijlstra2020-02-044-71/+130
* asm-generic/tlb: rename HAVE_MMU_GATHER_NO_GATHERPeter Zijlstra2020-02-044-9/+19
* asm-generic/tlb: rename HAVE_MMU_GATHER_PAGE_SIZEPeter Zijlstra2020-02-044-7/+10
* asm-generic/tlb: rename HAVE_RCU_TABLE_FREEPeter Zijlstra2020-02-0413-21/+21
* asm-generic/tlb: add missing CONFIG symbolPeter Zijlstra2020-02-041-0/+3
* asm-gemeric/tlb: remove stray function declarationsPeter Zijlstra2020-02-041-4/+0
* asm-generic/tlb: avoid potential double flushPeter Zijlstra2020-02-041-1/+6
* mm/mmu_gather: invalidate TLB correctly on batch allocation failure and flushPeter Zijlstra2020-02-047-20/+43
* powerpc/mmu_gather: enable RCU_TABLE_FREE even for !SMP caseAneesh Kumar K.V2020-02-045-26/+1
* x86: mm: avoid allocating struct mm_struct on the stackSteven Price2020-02-047-25/+23
* mm: ptdump: reduce level numbers by 1 in note_page()Steven Price2020-02-044-20/+22
* arm64: mm: display non-present entries in ptdumpSteven Price2020-02-041-12/+13
* arm64: mm: convert mm/dump.c to use walk_page_range()Steven Price2020-02-048-107/+50
* x86: mm: convert dump_pagetables to use walk_page_rangeSteven Price2020-02-044-247/+70
* mm: add generic ptdumpSteven Price2020-02-044-0/+182
* 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