summaryrefslogtreecommitdiffstats
path: root/arch/arm64/include
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2021-09-0118-74/+120
|\ \ \ \ \ \
| * \ \ \ \ \ Merge remote-tracking branch 'tip/sched/arm64' into for-next/coreCatalin Marinas2021-08-315-15/+37
| |\ \ \ \ \ \
| | * | | | | | arm64: exec: Adjust affinity for compat tasks with mismatched 32-bit EL0Will Deacon2021-08-201-4/+2
| | * | | | | | arm64: Implement task_cpu_possible_mask()Will Deacon2021-08-201-0/+13
| | | |_|_|_|/ | | |/| | | |
| * | | | | | Merge branch 'for-next/entry' into for-next/coreCatalin Marinas2021-08-261-2/+3
| |\ \ \ \ \ \
| | * | | | | | arm64: entry: move bulk of ret_to_user to CMark Rutland2021-08-051-2/+3
| | | |/ / / / | | |/| | | |
| | | | | | |
| | \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| *---. | | | | | Merge branches 'for-next/mte', 'for-next/misc' and 'for-next/kselftest', remo...Catalin Marinas2021-08-2615-67/+101
| |\ \ \| | | | |
| | | * | | | | | arm64: Do not trap PMSNEVFR_EL1Alexandru Elisei2021-08-261-2/+11
| | | * | | | | | arm64: mm: fix comment typo of pud_offset_phys()Xujun Leng2021-08-251-1/+1
| | | * | | | | | arm64: head: avoid over-mapping in map_memoryMark Rutland2021-08-241-2/+2
| | | * | | | | | arm64/sve: Add a comment documenting the binutils needed for SVE asmMark Brown2021-08-241-0/+1
| | | * | | | | | arm64: replace in_irq() with in_hardirq()Changbin Du2021-08-201-1/+1
| | | * | | | | | arm64: mm: Fix TLBI vs ASID rolloverWill Deacon2021-08-062-9/+31
| | | * | | | | | arm64: fix typo in a commentJason Wang2021-08-031-1/+1
| | | * | | | | | arm64/sve: Make fpsimd_bind_task_to_cpu() staticMark Brown2021-08-021-1/+0
| | | | |_|_|_|/ | | | |/| | | |
| | | * | | | | arm64/kexec: Test page size support with new TGRAN range valuesAnshuman Khandual2021-07-302-15/+22
| | | |/ / / /
| | * | | | | arm64/cpufeature: Optionally disable MTE via command-lineYee Lee2021-08-031-2/+1
| | * | | | | arm64: kasan: mte: remove redundant mte_report_once logicMark Rutland2021-08-022-13/+0
| | * | | | | arm64: kasan: mte: use a constant kernel GCR_EL1 valueMark Rutland2021-08-024-12/+16
| | * | | | | arm64: move preemption disablement to prctl handlersPeter Collingbourne2021-07-282-7/+7
| | * | | | | arm64: mte: change ASYNC and SYNC TCF settings into bitfieldsPeter Collingbourne2021-07-281-0/+3
| | * | | | | arm64: mte: rename gcr_user_excl to mte_ctrlPeter Collingbourne2021-07-281-1/+4
| | |/ / / /
| * / / / / arm64/perf: Replace '0xf' instances with ID_AA64DFR0_PMUVER_IMP_DEFAnshuman Khandual2021-08-111-1/+1
| |/ / / /
* | | | | Merge branch 'exit-cleanups-for-v5.15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2021-09-011-1/+1
|\ \ \ \ \
| * | | | | exit/bdflush: Remove the deprecated bdflush system callEric W. Biederman2021-07-121-1/+1
| | |_|/ / | |/| | |
* | | | | Merge tag 'drm-next-2021-08-31-1' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2021-09-011-4/+1
|\ \ \ \ \
| * \ \ \ \ Merge tag 'drm-misc-next-2021-07-22' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2021-07-231-4/+1
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | drivers/firmware: consolidate EFI framebuffer setup for all archesJavier Martinez Canillas2021-07-211-4/+1
* | | | | | Merge tag 'net-next-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2021-08-311-11/+3
|\ \ \ \ \ \
| * \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-08-262-2/+2
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-08-133-11/+22
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-07-232-1/+2
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | |
| * | | | | | compat: make linux/compat.h available everywhereArnd Bergmann2021-07-231-11/+3
| | |_|_|_|/ | |/| | | |
* | | | | | Merge tag 'acpi-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2021-08-311-0/+3
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | ACPI: Add memory semantics to acpi_os_map_memory()Lorenzo Pieralisi2021-08-251-0/+3
* | | | | | Partially revert "arm64/mm: drop HAVE_ARCH_PFN_VALID"Will Deacon2021-08-251-0/+1
|/ / / / /
* | | / / arm64: initialize all of CNTHCTL_EL2Mark Rutland2021-08-191-2/+1
| |_|/ / |/| | |
* | | | arm64: stacktrace: fix commentMark Rutland2021-08-031-1/+1
* | | | arm64: fix compat syscall return truncationMark Rutland2021-08-032-10/+21
| |/ / |/| |
* | | Revert "arm64: cache: Lower ARCH_DMA_MINALIGN to 64 (L1_CACHE_BYTES)"Will Deacon2021-07-121-1/+1
* | | arm64: Add missing header <asm/smp.h> in two filesCarlos Bilbao2021-07-121-0/+1
|/ /
* | mm: rename p4d_page_vaddr to p4d_pgtable and make it return pud_t *Aneesh Kumar K.V2021-07-081-2/+2
* | mm: rename pud_page_vaddr to pud_pgtable and make it return pmd_t *Aneesh Kumar K.V2021-07-081-2/+2
* | arch, mm: wire up memfd_secret system call where relevantMike Rapoport2021-07-081-0/+1
* | set_memory: allow querying whether set_direct_map_*() is actually enabledMike Rapoport2021-07-084-8/+18
* | Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2021-07-061-2/+0
|\ \
| * | ARM: 9095/1: ARM64: Remove arm_pm_restart()Guenter Roeck2021-06-131-2/+0
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-07-025-7/+3
|\ \ \
| * | | mm/thp: define default pmd_pgtable()Anshuman Khandual2021-07-011-1/+0
| * | | mm: define default value for FIRST_USER_ADDRESSAnshuman Khandual2021-07-011-2/+0