summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* hugetlbfs: fix hugetlb page migration/fault race causing SIGBUSMike Kravetz2019-08-141-0/+19
* mm, vmscan: do not special-case slab reclaim when watermarks are boostedMel Gorman2019-08-141-11/+2
* Revert "mm, thp: restore node-local hugepage allocations"Andrea Arcangeli2019-08-143-17/+29
* Revert "Revert "mm, thp: consolidate THP gfp handling into alloc_hugepage_dir...Andrea Arcangeli2019-08-144-51/+22
* include/asm-generic/5level-fixup.h: fix variable 'p4d' set but not usedQian Cai2019-08-141-3/+18
* seq_file: fix problem when seeking mid-recordNeilBrown2019-08-141-1/+1
* mm: workingset: fix vmstat counters for shadow nodesRoman Gushchin2019-08-143-6/+43
* mm/usercopy: use memory range to be accessed for wraparound checkIsaac J. Manjarres2019-08-141-1/+1
* mm: kmemleak: disable early logging in case of errorCatalin Marinas2019-08-141-1/+1
* mm/vmalloc.c: fix percpu free VM area search criteriaKuppuswamy Sathyanarayanan2019-08-141-1/+11
* mm/memcontrol.c: fix use after free in mem_cgroup_iter()Miles Chen2019-08-141-10/+29
* mm/z3fold.c: fix z3fold_destroy_pool() race conditionHenry Burns2019-08-141-1/+4
* mm/z3fold.c: fix z3fold_destroy_pool() orderingHenry Burns2019-08-141-1/+8
* mm: mempolicy: handle vma with unmovable pages mapped correctly in mbindYang Shi2019-08-141-7/+25
* mm: mempolicy: make the behavior consistent when MPOL_MF_MOVE* and MPOL_MF_ST...Yang Shi2019-08-141-20/+48
* mm/hmm: fix bad subpage pointer in try_to_unmap_oneRalph Campbell2019-08-141-0/+8
* mm/hmm: fix ZONE_DEVICE anon page mapping reuseRalph Campbell2019-08-141-0/+24
* mm: document zone device struct page field usageRalph Campbell2019-08-141-1/+10
* Linux 5.3-rc4v5.3-rc4Linus Torvalds2019-08-111-1/+1
* Merge tag 'dax-fixes-5.3-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-08-112-1/+7
|\
| * mm/memremap: Fix reuse of pgmap instances with internal referencesDan Williams2019-08-091-0/+6
| * dax: dax_layout_busy_page() should not unmap cow pagesVivek Goyal2019-08-051-1/+1
* | Merge tag 'ntb-5.3-bugfixes' of git://github.com/jonmason/ntbLinus Torvalds2019-08-111-5/+0
|\ \
| * | NTB/msi: remove incorrect MODULE definesLogan Gunthorpe2019-08-051-5/+0
| |/
* | Merge tag 'riscv/for-v5.3-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-08-117-202/+24
|\ \
| * | dt-bindings: riscv: fix the schema compatible string for the HiFive Unleashed...Paul Walmsley2019-08-091-1/+1
| * | dt-bindings: riscv: remove obsolete cpus.txtPaul Walmsley2019-08-092-162/+12
| * | RISC-V: Remove udivdi3Palmer Dabbelt2019-08-092-34/+0
| * | riscv: delay: use do_div() instead of __udivdi3()Paul Walmsley2019-08-091-1/+5
| * | dt-bindings: Update the riscv,isa string descriptionAtish Patra2019-08-091-0/+4
| * | RISC-V: Remove per cpu clocksourceAtish Patra2019-08-061-4/+2
| |/
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-08-117-28/+48
|\ \
| * | x86/lib/cpu: Address missing prototypes warningValdis Klētnieks2019-08-081-0/+1
| * | x86/purgatory: Use CFLAGS_REMOVE rather than reset KBUILD_CFLAGSNick Desaulniers2019-08-081-5/+28
| * | x86/purgatory: Do not use __builtin_memcpy and __builtin_memsetNick Desaulniers2019-08-084-23/+17
| * | x86: mtrr: cyrix: Mark expected switch fall-throughGustavo A. R. Silva2019-08-071-0/+1
| * | x86/ptrace: Mark expected switch fall-throughGustavo A. R. Silva2019-08-071-0/+1
* | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-08-1114-16/+69
|\ \ \
| * \ \ Merge tag 'perf-urgent-for-mingo-5.3-20190808' of git://git.kernel.org/pub/sc...Thomas Gleixner2019-08-0814-16/+69
| |\ \ \
| | * | | perf pmu-events: Fix missing "cpu_clk_unhalted.core" eventJin Yao2019-08-081-0/+1
| | * | | perf annotate: Fix s390 gap between kernel end and module startThomas Richter2019-08-083-1/+24
| | * | | perf record: Fix module size on s390Thomas Richter2019-08-083-3/+16
| | * | | perf tools: Fix include paths in ui directoryIan Rogers2019-08-082-5/+6
| | * | | perf tools: Fix a typo in a variable name in the Documentation MakefileMasanari Iida2019-08-081-1/+1
| | * | | perf cpumap: Fix writing to illegal memory in handling cpumap maskHe Zhe2019-08-081-1/+4
| | * | | perf ftrace: Fix failure to set cpumask when only one cpu is presentHe Zhe2019-08-081-1/+1
| | * | | perf db-export: Fix thread__exec_comm()Adrian Hunter2019-08-081-1/+11
| | * | | perf annotate: Fix printing of unaugmented disassembled instructions from BPFArnaldo Carvalho de Melo2019-08-081-1/+1
| | * | | perf bench numa: Fix cpu0 bindingJiri Olsa2019-08-011-2/+4
| |/ / /
* | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-08-112-10/+2
|\ \ \ \