summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-10-18mm: cleanup the gfp_mask handling in __vmalloc_area_nodeChristoph Hellwig1-12/+10
2020-10-18mm: remove alloc_vm_areaChristoph Hellwig3-59/+1
2020-10-18x86/xen: open code alloc_vm_area in arch_gnttab_vallocChristoph Hellwig1-7/+20
2020-10-18xen/xenbus: use apply_to_page_range directly in xenbus_map_ring_pvChristoph Hellwig1-14/+16
2020-10-18drm/i915: use vmap in i915_gem_object_mapChristoph Hellwig2-68/+60
2020-10-18drm/i915: stop using kmap in i915_gem_object_mapChristoph Hellwig1-5/+2
2020-10-18drm/i915: use vmap in shmem_pin_mapChristoph Hellwig1-58/+18
2020-10-18zsmalloc: switch from alloc_vm_area to get_vm_areaChristoph Hellwig1-2/+8
2020-10-18mm: allow a NULL fn callback in apply_to_page_rangeChristoph Hellwig1-7/+9
2020-10-18mm: add a vmap_pfn functionChristoph Hellwig3-0/+49
2020-10-18mm: add a VM_MAP_PUT_PAGES flag for vmapChristoph Hellwig2-2/+8
2020-10-18mm: update the documentation for vfreeMatthew Wilcox (Oracle)1-10/+11
2020-10-18mm/madvise: introduce process_madvise() syscall: an external memory hinting APIMinchan Kim22-3/+117
2020-10-18pid: move pidfd_get_pid() to pid.cMinchan Kim3-19/+20
2020-10-18mm/madvise: pass mm to do_madviseMinchan Kim3-16/+20
2020-10-18selftests/vm: 10x speedup for hmm-testsJohn Hubbard1-1/+1
2020-10-18binfmt_elf: take the mmap lock around find_extend_vma()Jann Horn1-0/+3
2020-10-18mm/gup_benchmark: take the mmap lock around GUPJann Horn1-3/+12
2020-10-18mm/mmap: add inline munmap_vma_range() for code readabilityLiam R. Howlett1-15/+33
2020-10-18mm/mmap: add inline vma_next() for readability of mmap codeLiam R. Howlett1-6/+20
2020-10-18mm/migrate: avoid possible unnecessary process right check in kernel_move_pag...Miaohe Lin1-28/+43
2020-10-18mm/memory_hotplug: remove a wrapper for alloc_migration_target()Joonsoo Kim1-24/+22
2020-10-18mm/memory-failure: remove a wrapper for alloc_migration_target()Joonsoo Kim1-12/+6
2020-10-18mm: kmem: enable kernel memcg accounting from interrupt contextsRoman Gushchin2-12/+13
2020-10-18mm: kmem: prepare remote memcg charging infra for interrupt contextsRoman Gushchin2-16/+45
2020-10-18mm: kmem: remove redundant checks from get_obj_cgroup_from_current()Roman Gushchin1-3/+0
2020-10-18mm: kmem: move memcg_kmem_bypass() calls to get_mem/obj_cgroup_from_current()Roman Gushchin3-10/+9
2020-10-18mm, memcg: rework remote charging API to support nestingRoman Gushchin5-30/+22
2020-10-18ia64: fix build error with !COREDUMPKrzysztof Kozlowski1-1/+1
2020-10-17Merge tag 'perf-tools-for-v5.10-2020-10-15' of git://git.kernel.org/pub/scm/l...Linus Torvalds164-5711/+10441
2020-10-17Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds224-4703/+5213
2020-10-17Merge tag 'i3c/for-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/i3c...Linus Torvalds2-54/+94
2020-10-17Merge tag 'mtd/for-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd...Linus Torvalds121-1076/+2316
2020-10-17Merge tag 'thermal-v5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds22-82/+156
2020-10-17Merge tag 'ovl-update-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds12-200/+446
2020-10-17Merge tag 'afs-fixes-20201016' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds12-172/+378
2020-10-17Merge tag 'f2fs-for-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds28-493/+1795
2020-10-17Merge tag 'docs/v5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds309-2275/+1952
2020-10-17Merge tag 'trace-v5.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds1-1/+1
2020-10-16Merge tag 'printk-for-5.10-fixup' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+4
2020-10-16Merge tag 'kgdb-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/da...Linus Torvalds10-34/+101
2020-10-16Merge tag 'mips_5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds165-3681/+1730
2020-10-16Merge tag 's390-5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds129-2162/+4094
2020-10-16Merge tag 'powerpc-5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds223-2491/+3245
2020-10-16Merge branch 'akpm' (patches from Andrew)Linus Torvalds161-1724/+2390
2020-10-16lib, uaccess: add failure injection to usercopy functionsAlbert van der Linde4-2/+22
2020-10-16lib, include/linux: add usercopy failure capabilityAlbert van der Linde6-1/+76
2020-10-16ROMFS: support inode blocks calculationLibing Zhou1-0/+1
2020-10-16ubsan: introduce CONFIG_UBSAN_LOCAL_BOUNDS for ClangGeorge Popescu2-1/+23
2020-10-16sched.h: drop in_ubsan field when UBSAN is in trap modeElena Petrova1-1/+1