Age | Commit message (Expand) | Author | Files | Lines |
2021-11-02 | Merge tag 'cpu-to-thread_info-v5.16-rc1' of git://git.kernel.org/pub/scm/linu... | Linus Torvalds | 2 | -2/+2 |
2021-11-02 | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 21 | -499/+575 |
2021-11-01 | Merge tag 'sched-core-2021-11-01' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2 | -3/+3 |
2021-10-29 | Merge branch 'for-next/vdso' into for-next/core | Will Deacon | 1 | -28/+8 |
2021-10-29 | Merge branch 'for-next/trbe-errata' into for-next/core | Will Deacon | 1 | -0/+64 |
2021-10-29 | Merge branch 'for-next/sve' into for-next/core | Will Deacon | 5 | -172/+224 |
2021-10-29 | Merge branch 'for-next/mte' into for-next/core | Will Deacon | 3 | -11/+76 |
2021-10-29 | Merge branch 'for-next/misc' into for-next/core | Will Deacon | 1 | -2/+2 |
2021-10-29 | Merge branch 'for-next/kexec' into for-next/core | Will Deacon | 9 | -267/+171 |
2021-10-29 | Merge branch 'for-next/extable' into for-next/core | Will Deacon | 3 | -18/+6 |
2021-10-26 | arm64/sve: Fix warnings when SVE is disabled | Mark Brown | 1 | -6/+6 |
2021-10-26 | irq: arm64: perform irqentry in entry code | Mark Rutland | 1 | -21/+31 |
2021-10-21 | arm64: errata: Add detection for TRBE write to out-of-range | Suzuki K Poulose | 1 | -0/+20 |
2021-10-21 | arm64: errata: Add workaround for TSB flush failures | Suzuki K Poulose | 1 | -0/+19 |
2021-10-21 | arm64: errata: Add detection for TRBE overwrite in FILL mode | Suzuki K Poulose | 1 | -0/+25 |
2021-10-21 | arm64: vmlinux.lds.S: remove `.fixup` section | Mark Rutland | 1 | -1/+0 |
2021-10-21 | arm64: extable: add a dedicated uaccess handler | Mark Rutland | 2 | -16/+5 |
2021-10-21 | arm64: extable: add `type` and `data` fields | Mark Rutland | 1 | -1/+1 |
2021-10-21 | arm64: vdso32: require CROSS_COMPILE_COMPAT for gcc+bfd | Nick Desaulniers | 1 | -12/+5 |
2021-10-21 | arm64: vdso32: suppress error message for 'make mrproper' | Nick Desaulniers | 1 | -1/+2 |
2021-10-21 | arm64: vdso32: drop test for -march=armv8-a | Nick Desaulniers | 1 | -7/+1 |
2021-10-21 | arm64: vdso32: drop the test for dmb ishld | Nick Desaulniers | 1 | -8/+0 |
2021-10-21 | arm64/sve: Track vector lengths for tasks in an array | Mark Brown | 1 | -40/+57 |
2021-10-21 | arm64/sve: Explicitly load vector length when restoring SVE state | Mark Brown | 2 | -8/+8 |
2021-10-21 | arm64/sve: Put system wide vector length information into structs | Mark Brown | 4 | -76/+97 |
2021-10-21 | arm64/sve: Use accessor functions for vector lengths in thread_struct | Mark Brown | 3 | -22/+43 |
2021-10-21 | arm64/sve: Rename find_supported_vector_length() | Mark Brown | 1 | -7/+7 |
2021-10-21 | arm64/sve: Make access to FFR optional | Mark Brown | 2 | -11/+18 |
2021-10-21 | arm64/sve: Make sve_state_size() static | Mark Brown | 1 | -1/+1 |
2021-10-21 | arm64/sve: Remove sve_load_from_fpsimd_state() | Mark Brown | 1 | -16/+0 |
2021-10-21 | arm64/fp: Reindent fpsimd_save() | Mark Brown | 1 | -18/+20 |
2021-10-19 | arm64: Add HWCAP for self-synchronising virtual counter | Marc Zyngier | 2 | -1/+3 |
2021-10-19 | arm64: Add handling of CNTVCTSS traps | Marc Zyngier | 1 | -0/+11 |
2021-10-19 | arm64: Add a capability for FEAT_ECV | Marc Zyngier | 1 | -0/+10 |
2021-10-15 | topology: Represent clusters of CPUs within a die | Jonathan Cameron | 1 | -0/+2 |
2021-10-15 | sched: Add wrapper for get_wchan() to keep task blocked | Kees Cook | 1 | -3/+1 |
2021-10-07 | arm64: mte: Add asymmetric mode support | Vincenzo Frascino | 1 | -6/+35 |
2021-10-07 | arm64: mte: CPU feature detection for Asymm MTE | Vincenzo Frascino | 1 | -0/+10 |
2021-10-01 | arm64: kexec: remove cpu-reset.h | Pasha Tatashin | 3 | -38/+5 |
2021-10-01 | arm64: kexec: remove the pre-kexec PoC maintenance | Pasha Tatashin | 1 | -43/+0 |
2021-10-01 | arm64: kexec: keep MMU enabled during kexec relocation | Pasha Tatashin | 3 | -15/+33 |
2021-10-01 | arm64: kexec: install a copy of the linear-map | Pasha Tatashin | 4 | -22/+19 |
2021-10-01 | arm64: kexec: use ld script for relocation function | Pasha Tatashin | 3 | -23/+26 |
2021-10-01 | arm64: kexec: relocate in EL1 mode | Pasha Tatashin | 3 | -6/+14 |
2021-10-01 | arm64: kexec: configure EL2 vectors for kexec | Pasha Tatashin | 2 | -0/+32 |
2021-10-01 | arm64: kexec: pass kimage as the only argument to relocation function | Pasha Tatashin | 3 | -8/+16 |
2021-10-01 | arm64: kexec: Use dcache ops macros instead of open-coding | Pasha Tatashin | 1 | -10/+3 |
2021-10-01 | arm64: kexec: skip relocation code for inplace kexec | Pasha Tatashin | 2 | -16/+21 |
2021-10-01 | arm64: kexec: flush image and lists during kexec load time | Pasha Tatashin | 1 | -32/+26 |
2021-10-01 | arm64: hibernate: abstract ttrb0 setup function | Pasha Tatashin | 1 | -20/+1 |