summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-10-14device-dax: introduce 'mapping' devicesDan Williams2-2/+203
2020-10-14device-dax: add dis-contiguous resource supportDan Williams5-124/+323
2020-10-14mm/memremap_pages: support multiple ranges per invocationDan Williams10-110/+166
2020-10-14mm/memremap_pages: convert to 'struct range'Dan Williams21-165/+195
2020-10-14device-dax: add resize supportDan Williams1-9/+152
2020-10-14drivers/base: make device_find_child_by_name() compatible with sysfs inputsDan Williams1-1/+1
2020-10-14device-dax: introduce 'seed' devicesDan Williams3-40/+272
2020-10-14device-dax: introduce 'struct dev_dax' typed-driver operationsDan Williams5-19/+35
2020-10-14device-dax: add an allocation interface for device-dax instancesDan Williams5-23/+121
2020-10-14device-dax/kmem: replace release_resource() with release_mem_region()Dan Williams2-16/+7
2020-10-14device-dax/kmem: move resource name tracking to drvdataDan Williams1-7/+9
2020-10-14device-dax/kmem: introduce dax_kmem_range()Dan Williams1-23/+17
2020-10-14device-dax: make pgmap optional for instance creationDan Williams8-38/+62
2020-10-14device-dax: move instance creation parameters to 'struct dev_dax_data'Dan Williams4-17/+30
2020-10-14device-dax: drop the dax_region.pfn_flags attributeDan Williams6-33/+7
2020-10-14ACPI: HMAT: attach a device for each soft-reserved rangeDan Williams3-1/+39
2020-10-14mm/memory_hotplug: introduce default phys_to_target_node() implementationDan Williams4-22/+23
2020-10-14resource: report parent to walk_iomem_res_desc() callbackDan Williams1-4/+7
2020-10-14ACPI: HMAT: refactor hmat_register_target_device to hmem_register_deviceDan Williams7-65/+90
2020-10-14efi/fake_mem: arrange for a resource entry per efi_fake_mem instanceDan Williams2-4/+24
2020-10-14x86/numa: add 'nohmat' optionDan Williams5-1/+23
2020-10-14x86/numa: cleanup configuration dependent command-line optionsDan Williams6-12/+24
2020-10-14mm,kmemleak-test.c: move kmemleak-test.c to samples dirHui Su6-4/+7
2020-10-14mm/kmemleak: rely on rcu for task stack scanningDavidlohr Bueso1-4/+4
2020-10-14mm/slub: make add_full() condition more explicitAbel Wu1-1/+3
2020-10-14mm/slub: fix missing ALLOC_SLOWPATH stat when bulk allocAbel Wu1-1/+2
2020-10-14mm/slub.c: branch optimization in free slowpathAbel Wu1-11/+12
2020-10-14include/linux/slab.h: fix a typo error in commenttangjianqiang1-1/+1
2020-10-14mm/slab.c: clean code by removing redundant if conditionMateusz Nosek1-2/+0
2020-10-14fs_parse: mark fs_param_bad_value() as staticLuo Jiaxing1-1/+1
2020-10-14fs/xattr.c: fix kernel-doc warnings for setxattr & removexattrRandy Dunlap1-11/+11
2020-10-14ocfs2: fix potential soft lockup during fstrimGang He1-1/+3
2020-10-14ocfs2: delete repeated words in commentsRandy Dunlap2-2/+2
2020-10-14ntfs: add check for mft record size in superblockRustam Kovhaev1-0/+6
2020-10-14scripts/decodecode: add the capability to supply the program counterBorislav Petkov1-7/+22
2020-10-14scripts/spelling.txt: add "arbitrary" typoNaoki Hayama1-0/+1
2020-10-14scripts/spelling.txt: increase error-prone spell checkingWang Qing1-0/+3
2020-10-14kbuild: doc: describe proper script invocationLukas Bulwahn1-0/+20
2020-10-14export.h: fix section name for CONFIG_TRIM_UNUSED_KSYMS for ClangNick Desaulniers1-1/+1
2020-10-14compiler.h: avoid escaped section namesNick Desaulniers1-1/+1
2020-10-14compiler-gcc: improve version errorNick Desaulniers1-1/+1
2020-10-14kasan: remove mentions of unsupported Clang versionsMarco Elver2-7/+6
2020-10-14Partially revert "ARM: 8905/1: Emit __gnu_mcount_nc when using Clang 10.0.0 o...Nick Desaulniers1-1/+1
2020-10-14Revert "arm64: vdso: Fix compilation with clang older than 8"Nick Desaulniers1-7/+0
2020-10-14Revert "arm64: bti: Require clang >= 10.0.1 for in-kernel BTI support"Nick Desaulniers1-2/+0
2020-10-14Revert "kbuild: disable clang's default use of -fmerge-all-constants"Nick Desaulniers1-9/+0
2020-10-14compiler-clang: add build check for clang 10.0.1Nick Desaulniers1-0/+8
2020-10-13Merge tag 'x86_asm_for_v5.10' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds4-25/+18
2020-10-13Merge tag 'drivers-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds58-1269/+2091
2020-10-13Merge tag 'libata-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds8-21/+27