summaryrefslogtreecommitdiffstats
path: root/arch/arm64
AgeCommit message (Expand)AuthorFilesLines
2020-12-09Merge remote-tracking branch 'arm64/for-next/scs' into for-next/coreCatalin Marinas5-25/+105
2020-12-09Merge remote-tracking branch 'arm64/for-next/perf' into for-next/coreCatalin Marinas2-2/+41
2020-12-09Merge branch 'for-next/misc' into for-next/coreCatalin Marinas15-83/+45
2020-12-09Merge branch 'for-next/uaccess' into for-next/coreCatalin Marinas30-331/+229
2020-12-09Merge branches 'for-next/kvm-build-fix', 'for-next/va-refactor', 'for-next/lt...Catalin Marinas384-5829/+23108
2020-12-04arm64: Fix build failure when HARDLOCKUP_DETECTOR_PERF is enabledWill Deacon1-1/+1
2020-12-03arm64: mark __system_matches_cap as __maybe_unusedMark Rutland1-1/+1
2020-12-02arm64: uaccess: remove vestigal UAO supportMark Rutland3-33/+0
2020-12-02arm64: uaccess: remove redundant PAN togglingMark Rutland3-58/+19
2020-12-02arm64: uaccess: remove addr_limit_user_check()Mark Rutland2-7/+2
2020-12-02arm64: uaccess: remove set_fs()Mark Rutland13-92/+13
2020-12-02arm64: uaccess cleanup macro namingMark Rutland6-26/+26
2020-12-02arm64: uaccess: split user/kernel routinesMark Rutland2-65/+47
2020-12-02arm64: uaccess: refactor __{get,put}_userMark Rutland1-17/+27
2020-12-02arm64: uaccess: simplify __copy_user_flushcache()Mark Rutland1-3/+1
2020-12-02arm64: uaccess: rename privileged uaccess routinesMark Rutland3-8/+8
2020-12-02arm64: sdei: explicitly simulate PAN/UAO entryMark Rutland2-6/+39
2020-12-02arm64: sdei: move uaccess logic to arch/arm64/Mark Rutland1-6/+12
2020-12-02arm64: head.S: always initialize PSTATEMark Rutland2-11/+26
2020-12-02arm64: head.S: cleanup SCTLR_ELx initializationMark Rutland3-10/+16
2020-12-02arm64: head.S: rename el2_setup -> init_kernel_elMark Rutland2-8/+9
2020-12-02arm64: add C wrappers for SET_PSTATE_*()Mark Rutland3-3/+7
2020-12-02arm64: ensure ERET from kthread is illegalMark Rutland1-9/+8
2020-12-01arm64: sdei: Push IS_ENABLED() checks down to callee functionsWill Deacon1-12/+18
2020-12-01arm64: scs: use vmapped IRQ and SDEI shadow stacksSami Tolvanen5-20/+94
2020-11-27arm64: vmlinux.lds.S: Drop redundant *.init.rodata.*Youling Tang1-1/+1
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-25kasan: arm64: set TCR_EL1.TBID1 when enabledPeter Collingbourne2-1/+2
2020-11-25arm64: Enable perf events based hard lockup detectorSumit Garg2-2/+41
2020-11-23arm64: expose FAR_EL1 tag bits in siginfoPeter Collingbourne10-65/+101
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-18arm64: mte: optimize asynchronous tag check fault flag checkPeter Collingbourne1-1/+1
2020-11-17arm64/mm: add fallback option to allocate virtually contiguous memorySudarshan Rajagopalan1-2/+5
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