aboutsummaryrefslogtreecommitdiffstats
path: root/arch (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-12-09Merge branches 'for-next/kvm-build-fix', 'for-next/va-refactor', 'for-next/lto', 'for-next/mem-hotplug', 'for-next/cppc-ffh', 'for-next/pad-image-header', 'for-next/zone-dma-default-32-bit', 'for-next/signal-tag-bits' and 'for-next/cmdline-extended' into for-next/coreCatalin Marinas2491-62197/+64122
2020-11-27arm64: Extend the kernel command line from the bootloaderTyler Hicks2-2/+30
2020-11-27arm64: kaslr: Refactor early init command line parsingTyler Hicks1-8/+11
2020-11-23arm64: expose FAR_EL1 tag bits in siginfoPeter Collingbourne10-65/+101
2020-11-23signal: clear non-uapi flag bits when passing/returning sa_flagsPeter Collingbourne3-7/+4
2020-11-23arch: move SA_* definitions to generic headersPeter Collingbourne12-234/+4
2020-11-23parisc: start using signal-defs.hPeter Collingbourne1-12/+1
2020-11-23parisc: Drop parisc special case for __sighandler_tHelge Deller1-8/+0
2020-11-20arm64: mm: Set ZONE_DMA size based on early IORT scanArd Biesheuvel1-1/+4
2020-11-20arm64: mm: Set ZONE_DMA size based on devicetree's dma-rangesNicolas Saenz Julienne1-3/+3
2020-11-20arm64: mm: Move zone_dma_bits initialization into zone_sizes_init()Nicolas Saenz Julienne1-5/+2
2020-11-20arm64: mm: Move reserve_crashkernel() into mem_init()Nicolas Saenz Julienne1-2/+6
2020-11-20arm64: Force NO_BLOCK_MAPPINGS if crashkernel reservation is requiredCatalin Marinas1-21/+16
2020-11-19arm64: Ignore any DMA offsets in the max_zone_phys() calculationCatalin Marinas1-5/+12
2020-11-17arm64: head: tidy up the Image header definitionArd Biesheuvel2-27/+35
2020-11-17arm64/head: avoid symbol names pointing into first 64 KB of kernel imageArd Biesheuvel1-24/+22
2020-11-17arm64: omit [_text, _stext) from permanent kernel mappingArd Biesheuvel5-16/+9
2020-11-13arm64: abort counter_read_on_cpu() when irqs_disabled()Ionela Voinescu1-0/+7
2020-11-13arm64: implement CPPC FFH support using AMUsIonela Voinescu3-0/+77
2020-11-13arm64: split counter validation functionIonela Voinescu1-18/+26
2020-11-13arm64: wrap and generalise counter read functionsIonela Voinescu4-14/+23
2020-11-12arm64: mm: don't assume struct page is always 64 bytesArd Biesheuvel2-5/+5
2020-11-10arm64/mm/hotplug: Ensure early memory sections are all onlineAnshuman Khandual1-0/+48
2020-11-10arm64/mm/hotplug: Enable MEM_OFFLINE event handlingAnshuman Khandual1-2/+32
2020-11-10arm64/mm/hotplug: Register boot memory hot remove notifier earlierAnshuman Khandual1-2/+11
2020-11-10arm64: mm: account for hotplug memory when randomizing the linear regionArd Biesheuvel1-5/+8
2020-11-09arm64: lto: Strengthen READ_ONCE() to acquire when CONFIG_LTO=yWill Deacon4-3/+76
2020-11-09arm64: alternatives: Remove READ_ONCE() usage during patch operationWill Deacon1-3/+4
2020-11-09arm64: cpufeatures: Add capability for LDAPR instructionWill Deacon3-1/+15
2020-11-09arm64: alternatives: Split up alternative.hWill Deacon5-209/+222
2020-11-09arm64: uaccess: move uao_* alternatives to asm-uaccess.hMark Rutland3-60/+60
2020-11-09arm64: mm: tidy up top of kernel VA spaceArd Biesheuvel2-3/+3
2020-11-09arm64: mm: make vmemmap region a projection of the linear regionArd Biesheuvel2-8/+8
2020-11-09arm64: mm: extend linear region for 52-bit VA configurationsArd Biesheuvel3-18/+16
2020-11-08Merge tag 'x86-urgent-2020-11-08' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds5-32/+54
2020-11-08Merge tag 'powerpc-5.10-3' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds10-104/+44
2020-11-07Merge tag 'riscv-for-linus-5.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linuxLinus Torvalds8-23/+47
2020-11-07x86/platform/uv: Recognize UV5 hubless system identifierMike Travis1-3/+10
2020-11-07x86/platform/uv: Remove spaces from OEM IDsMike Travis1-0/+3
2020-11-07x86/platform/uv: Fix missing OEM_TABLE_IDMike Travis1-2/+5
2020-11-06Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds7-59/+67
2020-11-06Merge tag 'arc-5.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arcLinus Torvalds3-19/+22
2020-11-06Merge tag 's390-5.10-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds8-40/+48
2020-11-06KVM: arm64: Fix build error in user_mem_abort()Gavin Shan1-0/+2
2020-11-06RISC-V: Fix the VDSO symbol generaton for binutils-2.35+Palmer Dabbelt3-9/+16
2020-11-06RISC-V: Use non-PGD mappings for early DTB accessAnup Patel1-0/+14
2020-11-06riscv: uaccess: fix __put_kernel_nofault()Changbin Du1-1/+1
2020-11-05riscv: fix pfn_to_virt err in do_page_fault().Liu Shaohua1-1/+3
2020-11-06powerpc/numa: Fix build when CONFIG_NUMA=nScott Cheloha1-3/+9
2020-11-05riscv: Set text_offset correctly for M-ModeSean Anderson1-0/+5