summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'arm64/for-next/scs' into for-next/coreCatalin Marinas2020-12-097-46/+171
|\
| * arm64: sdei: Push IS_ENABLED() checks down to callee functionsWill Deacon2020-12-011-12/+18
| * arm64: scs: use vmapped IRQ and SDEI shadow stacksSami Tolvanen2020-12-016-24/+94
| * scs: switch to vmapped shadow stacksSami Tolvanen2020-12-012-17/+66
* | Merge remote-tracking branch 'arm64/for-next/perf' into for-next/coreCatalin Marinas2020-12-0916-31/+1020
|\ \
| * | perf/imx_ddr: Add system PMU identifier for userspaceJoakim Zhang2020-12-091-0/+55
| * | bindings: perf: imx-ddr: add compatible stringJoakim Zhang2020-12-091-0/+3
| * | arm64: Fix build failure when HARDLOCKUP_DETECTOR_PERF is enabledWill Deacon2020-12-041-1/+1
| * | arm64: Enable perf events based hard lockup detectorSumit Garg2020-11-254-2/+48
| * | perf/imx_ddr: Add stop event counters support for i.MX8MPJoakim Zhang2020-11-251-26/+54
| * | perf/smmuv3: Support sysfs identifier fileJohn Garry2020-11-251-0/+39
| * | drivers/perf: hisi: Add identifier sysfs fileJohn Garry2020-11-255-0/+65
| * | perf: remove duplicate check on fwnodeWang Qing2020-11-251-3/+0
| * | driver/perf: Add PMU driver for the ARM DMC-620 memory controllerTuan Phan2020-11-253-0/+756
| |/
* | Merge branch 'for-next/misc' into for-next/coreCatalin Marinas2020-12-0915-83/+45
|\ \
| * | arm64: vmlinux.lds.S: Drop redundant *.init.rodata.*Youling Tang2020-11-271-1/+1
| * | kasan: arm64: set TCR_EL1.TBID1 when enabledPeter Collingbourne2020-11-252-1/+2
| * | arm64: mte: optimize asynchronous tag check fault flag checkPeter Collingbourne2020-11-181-1/+1
| * | arm64/mm: add fallback option to allocate virtually contiguous memorySudarshan Rajagopalan2020-11-171-2/+5
| * | arm64/smp: Drop the macro S(x,s)Anshuman Khandual2020-11-101-8/+7
| * | arm64: consistently use reserved_pg_dirMark Rutland2020-11-109-22/+17
| * | arm64: kprobes: Remove redundant kprobe_step_ctxMasami Hiramatsu2020-11-102-48/+12
| |/
* | Merge branch 'for-next/uaccess' into for-next/coreCatalin Marinas2020-12-0931-345/+229
|\ \
| * | arm64: mark __system_matches_cap as __maybe_unusedMark Rutland2020-12-031-1/+1
| * | arm64: uaccess: remove vestigal UAO supportMark Rutland2020-12-023-33/+0
| * | arm64: uaccess: remove redundant PAN togglingMark Rutland2020-12-023-58/+19
| * | arm64: uaccess: remove addr_limit_user_check()Mark Rutland2020-12-022-7/+2
| * | arm64: uaccess: remove set_fs()Mark Rutland2020-12-0213-92/+13
| * | arm64: uaccess cleanup macro namingMark Rutland2020-12-026-26/+26
| * | arm64: uaccess: split user/kernel routinesMark Rutland2020-12-022-65/+47
| * | arm64: uaccess: refactor __{get,put}_userMark Rutland2020-12-021-17/+27
| * | arm64: uaccess: simplify __copy_user_flushcache()Mark Rutland2020-12-021-3/+1
| * | arm64: uaccess: rename privileged uaccess routinesMark Rutland2020-12-023-8/+8
| * | arm64: sdei: explicitly simulate PAN/UAO entryMark Rutland2020-12-022-6/+39
| * | arm64: sdei: move uaccess logic to arch/arm64/Mark Rutland2020-12-022-20/+12
| * | arm64: head.S: always initialize PSTATEMark Rutland2020-12-022-11/+26
| * | arm64: head.S: cleanup SCTLR_ELx initializationMark Rutland2020-12-023-10/+16
| * | arm64: head.S: rename el2_setup -> init_kernel_elMark Rutland2020-12-022-8/+9
| * | arm64: add C wrappers for SET_PSTATE_*()Mark Rutland2020-12-023-3/+7
| * | arm64: ensure ERET from kthread is illegalMark Rutland2020-12-021-9/+8
| | |
| \ \
| \ \
| \ \
| \ \
| \ \
| \ \
| \ \
| \ \
| \ \
| \ \
| \ \
| \ \
| \ \
*-------------. \ \ Merge branches 'for-next/kvm-build-fix', 'for-next/va-refactor', 'for-next/lt...Catalin Marinas2020-12-0914414-301784/+569825
|\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ / | | |/| | | | | | |
| | | | | | | | * | arm64: Extend the kernel command line from the bootloaderTyler Hicks2020-11-272-2/+30
| | | | | | | | * | arm64: kaslr: Refactor early init command line parsingTyler Hicks2020-11-271-8/+11
| | | | | | | | |/
| | | | | | | * | arm64: expose FAR_EL1 tag bits in siginfoPeter Collingbourne2020-11-2311-71/+120
| | | | | | | * | signal: define the SA_EXPOSE_TAGBITS bit in sa_flagsPeter Collingbourne2020-11-234-1/+42
| | | | | | | * | signal: define the SA_UNSUPPORTED bit in sa_flagsPeter Collingbourne2020-11-232-0/+13
| | | | | | | * | arch: provide better documentation for the arch-specific SA_* flagsPeter Collingbourne2020-11-231-8/+14
| | | | | | | * | signal: clear non-uapi flag bits when passing/returning sa_flagsPeter Collingbourne2020-11-235-7/+26
| | | | | | | * | arch: move SA_* definitions to generic headersPeter Collingbourne2020-11-2314-263/+51
| | | | | | | * | parisc: start using signal-defs.hPeter Collingbourne2020-11-231-12/+1