index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-10-28
arm64: Document boot requirements for FEAT_SME_FA64
Mark Brown
1
-0
/
+10
2021-10-21
selftests: arm64: Factor out utility functions for assembly FP tests
Mark Brown
5
-329
/
+185
2021-10-21
arm64: vmlinux.lds.S: remove `.fixup` section
Mark Rutland
1
-1
/
+0
2021-10-21
arm64: extable: add load_unaligned_zeropad() handler
Mark Rutland
3
-17
/
+48
2021-10-21
arm64: extable: add a dedicated uaccess handler
Mark Rutland
6
-48
/
+58
2021-10-21
arm64: extable: add `type` and `data` fields
Mark Rutland
6
-23
/
+96
2021-10-21
arm64: extable: use `ex` for `exception_table_entry`
Mark Rutland
1
-5
/
+5
2021-10-21
arm64: extable: make fixup_exception() return bool
Mark Rutland
3
-11
/
+11
2021-10-21
arm64: extable: consolidate definitions
Mark Rutland
5
-35
/
+58
2021-10-21
arm64: gpr-num: support W registers
Mark Rutland
1
-1
/
+5
2021-10-21
arm64: factor out GPR numbering helpers
Mark Rutland
2
-17
/
+30
2021-10-21
arm64: kvm: use kvm_exception_table_entry
Mark Rutland
2
-6
/
+11
2021-10-21
arm64: lib: __arch_copy_to_user(): fold fixups into body
Mark Rutland
1
-5
/
+3
2021-10-21
arm64: lib: __arch_copy_from_user(): fold fixups into body
Mark Rutland
1
-5
/
+3
2021-10-21
arm64: lib: __arch_clear_user(): fold fixups into body
Mark Rutland
1
-5
/
+3
2021-10-19
arm64: Add HWCAP for self-synchronising virtual counter
Marc Zyngier
6
-3
/
+19
2021-10-19
arm64: Add handling of CNTVCTSS traps
Marc Zyngier
2
-0
/
+17
2021-10-19
arm64: Add CNT{P,V}CTSS_EL0 alternatives to cnt{p,v}ct_el0
Marc Zyngier
2
-8
/
+27
2021-10-19
arm64: Add a capability for FEAT_ECV
Marc Zyngier
2
-0
/
+11
2021-10-18
clocksource/drivers/arch_arm_timer: Move workaround synchronisation around
Marc Zyngier
1
-3
/
+3
2021-10-18
clocksource/drivers/arm_arch_timer: Fix masking for high freq counters
Oliver Upton
1
-5
/
+29
2021-10-17
clocksource/drivers/arm_arch_timer: Drop unnecessary ISB on CVAL programming
Marc Zyngier
2
-4
/
+4
2021-10-17
clocksource/drivers/arm_arch_timer: Remove any trace of the TVAL programming ...
Marc Zyngier
2
-9
/
+0
2021-10-17
clocksource/drivers/arm_arch_timer: Work around broken CVAL implementations
Marc Zyngier
1
-1
/
+27
2021-10-17
clocksource/drivers/arm_arch_timer: Advertise 56bit timer to the core code
Marc Zyngier
1
-1
/
+1
2021-10-17
clocksource/drivers/arm_arch_timer: Move MMIO timer programming over to CVAL
Marc Zyngier
2
-12
/
+39
2021-10-17
clocksource/drivers/arm_arch_timer: Fix MMIO base address vs callback orderin...
Marc Zyngier
1
-14
/
+13
2021-10-17
clocksource/drivers/arm_arch_timer: Move drop _tval from erratum function names
Marc Zyngier
1
-13
/
+13
2021-10-17
clocksource/drivers/arm_arch_timer: Move system register timer programming ov...
Marc Zyngier
4
-12
/
+33
2021-10-17
clocksource/drivers/arm_arch_timer: Extend write side of timer register acces...
Marc Zyngier
3
-11
/
+11
2021-10-17
clocksource/drivers/arm_arch_timer: Drop CNT*_TVAL read accessors
Marc Zyngier
3
-67
/
+0
2021-10-17
clocksource/arm_arch_timer: Add build-time guards for unhandled register acce...
Marc Zyngier
3
-1
/
+32
2021-10-12
arm64: ftrace: use function_nocfi for _mcount as well
Sumit Garg
1
-1
/
+1
2021-10-12
arm64: asm: setup.h: export common variables
Anders Roxell
1
-0
/
+6
2021-10-07
selftests: arm64: Add coverage of ptrace flags for SVE VL inheritance
Mark Brown
1
-1
/
+54
2021-10-01
arm64: trans_pgd: remove trans_pgd_map_page()
Pasha Tatashin
2
-61
/
+1
2021-10-01
arm64: kexec: remove cpu-reset.h
Pasha Tatashin
4
-38
/
+11
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
4
-15
/
+36
2021-10-01
arm64: kexec: install a copy of the linear-map
Pasha Tatashin
6
-22
/
+40
2021-10-01
arm64: kexec: use ld script for relocation function
Pasha Tatashin
4
-23
/
+27
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
5
-2
/
+42
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
2
-17
/
+26
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
2
-20
/
+25
2021-10-01
arm64: trans_pgd: hibernate: Add trans_pgd_copy_el2_vectors
Pasha Tatashin
7
-72
/
+103
2021-10-01
arm64: kernel: add helper for booted at EL2 and not VHE
Pasha Tatashin
4
-4
/
+8
[next]