aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2020-10-14powerpc32: don't adjust unmoved stack pointer in csum_partial_copy_generic() ...Gravatar Jason A. Donenfeld 1-1/+0
2020-10-14Merge tag 'pinctrl-v5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-1/+1
2020-10-14Merge tag 'kernel-clone-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 6-13/+13
2020-10-14Merge tag 'iommu-updates-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 3-0/+50
2020-10-14Merge branch 'stable/for-linus-5.10' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-1/+0
2020-10-14Merge tag 'acpi-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Gravatar Linus Torvalds 3-0/+24
2020-10-14Merge tag 'pm-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Gravatar Linus Torvalds 7-1394/+103
2020-10-14Merge tag 'for-linus-5.10b-rc1-tag' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 5-3/+25
2020-10-14Merge tag 'x86_seves_for_v5.10' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 67-450/+3986
2020-10-14Merge tag 'objtool-core-2020-10-13' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 11-92/+25
2020-10-14Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 49-466/+317
2020-10-13memblock: use separate iterators for memory and reserved regionsGravatar Mike Rapoport 5-5/+5
2020-10-13memblock: implement for_each_reserved_mem_region() using __next_mem_region()Gravatar Mike Rapoport 1-1/+1
2020-10-13x86/setup: simplify reserve_crashkernel()Gravatar Mike Rapoport 1-26/+14
2020-10-13x86/setup: simplify initrd relocation and reservationGravatar Mike Rapoport 1-13/+3
2020-10-13arch, drivers: replace for_each_membock() with for_each_mem_range()Gravatar Mike Rapoport 24-202/+189
2020-10-13arch, mm: replace for_each_memblock() with for_each_mem_pfn_range()Gravatar Mike Rapoport 7-41/+29
2020-10-13memblock: reduce number of parameters in for_each_mem_range()Gravatar Mike Rapoport 2-8/+4
2020-10-13memblock: make memblock_debug and related functionality privateGravatar Mike Rapoport 1-2/+2
2020-10-13mircoblaze: drop unneeded NUMA and sparsemem initializationsGravatar Mike Rapoport 1-13/+1
2020-10-13riscv: drop unneeded node initializationGravatar Mike Rapoport 1-9/+0
2020-10-13h8300, nds32, openrisc: simplify detection of memory extentsGravatar Mike Rapoport 3-18/+7
2020-10-13arm64: numa: simplify dummy_numa_init()Gravatar Mike Rapoport 1-8/+5
2020-10-13arm, xtensa: simplify initialization of high memory pagesGravatar Mike Rapoport 2-85/+18
2020-10-13KVM: PPC: Book3S HV: simplify kvm_cma_reserve()Gravatar Mike Rapoport 1-10/+2
2020-10-13mm: account PMD tables like PTE tablesGravatar Matthew Wilcox 1-0/+1
2020-10-13mm/memremap_pages: support multiple ranges per invocationGravatar Dan Williams 1-0/+1
2020-10-13mm/memremap_pages: convert to 'struct range'Gravatar Dan Williams 1-6/+7
2020-10-13mm/memory_hotplug: introduce default phys_to_target_node() implementationGravatar Dan Williams 1-1/+0
2020-10-13efi/fake_mem: arrange for a resource entry per efi_fake_mem instanceGravatar Dan Williams 1-1/+15
2020-10-13x86/numa: add 'nohmat' optionGravatar Dan Williams 1-0/+2
2020-10-13x86/numa: cleanup configuration dependent command-line optionsGravatar Dan Williams 4-9/+12
2020-10-13Partially revert "ARM: 8905/1: Emit __gnu_mcount_nc when using Clang 10.0.0 o...Gravatar Nick Desaulniers 1-1/+1
2020-10-13Revert "arm64: vdso: Fix compilation with clang older than 8"Gravatar Nick Desaulniers 1-7/+0
2020-10-13Revert "arm64: bti: Require clang >= 10.0.1 for in-kernel BTI support"Gravatar Nick Desaulniers 1-2/+0
2020-10-13Merge tag 'seccomp-v5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 15-216/+33
2020-10-13Merge tag 'x86_asm_for_v5.10' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 4-25/+18
2020-10-13Merge tag 'x86_urgent_for_v5.10-rc1' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 2-4/+1
2020-10-13x86/platform/uv: Remove unused variable in UV5 NMI handlerGravatar Mike Travis 1-3/+0
2020-10-13x86/traps: Fix #DE Oops message regressionGravatar Thomas Gleixner 1-1/+1
2020-10-13Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 20-118/+131
2020-10-13Merge branch 'acpi-numa'Gravatar Rafael J. Wysocki 3-0/+24
2020-10-13Merge branch 'pm-cpufreq'Gravatar Rafael J. Wysocki 3-1/+15
2020-10-12x86/uaccess: utilize CONFIG_CC_HAS_ASM_GOTO_OUTPUTGravatar Nick Desaulniers 1-0/+66
2020-10-12x86: Make __put_user() generate an out-of-line callGravatar Linus Torvalds 2-81/+60
2020-10-12x86: Make __get_user() generate an out-of-line callGravatar Linus Torvalds 2-74/+114
2020-10-12Merge branch 'compat.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 8-8/+8
2020-10-12Merge branch 'work.quota-compat' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 8-15/+3
2020-10-12Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 10-45/+50
2020-10-12Merge branch 'work.csum_and_copy' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 44-1399/+566