index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
Age
Commit message (
Expand
)
Author
Files
Lines
2022-05-17
ARM: dts: at91: Use the generic "rtc" node name for the rtt IPs
Sergiu Moga
2
-2
/
+2
2022-05-17
ARM: dts: at91: Add the required 'atmel, rtt-rtc-time-reg' property
Sergiu Moga
3
-0
/
+12
2022-05-17
ARM: at91: pm: Fix rand build error
YueHaibing
1
-1
/
+1
2022-05-17
arm64: mte: Ensure the cleared tags are visible before setting the PTE
Catalin Marinas
1
-0
/
+3
2022-05-17
arm64: kexec: load from kimage prior to clobbering
Mark Rutland
1
-7
/
+15
2022-05-17
arm64: paravirt: Use RCU read locks to guard stolen_time
Prakruthi Deepak Heragu
1
-8
/
+21
2022-05-17
s390/boot: do not emit debug info for assembly with llvm's IAS
Heiko Carstens
1
-0
/
+2
2022-05-17
s390/boot: workaround llvm IAS bug
Heiko Carstens
1
-13
/
+21
2022-05-17
s390/purgatory: workaround llvm's IAS limitations
Heiko Carstens
1
-7
/
+23
2022-05-17
s390/entry: workaround llvm's IAS limitations
Heiko Carstens
1
-2
/
+12
2022-05-17
s390/alternatives: remove padding generation code
Heiko Carstens
3
-198
/
+30
2022-05-17
s390/alternatives: provide identical sized orginal/alternative sequences
Heiko Carstens
3
-13
/
+13
2022-05-17
x86/sev: Remove duplicated assignment to variable info
Colin Ian King
1
-4
/
+1
2022-05-17
xtensa: improve call0 ABI probing
Max Filippov
4
-0
/
+24
2022-05-17
xtensa: support artificial division by 0 exception
Max Filippov
1
-0
/
+23
2022-05-17
Merge branch irq/gic-v3-nmi-fixes-5.19 into irq/irqchip-next
Marc Zyngier
2
-12
/
+1
2022-05-17
irqchip: Add Kconfig symbols for sunxi drivers
Samuel Holland
2
-6
/
+11
2022-05-17
arm64: mm: avoid writable executable mappings in kexec/hibernate code
Ard Biesheuvel
1
-1
/
+1
2022-05-17
arm64: lds: move special code sections out of kernel exec segment
Ard Biesheuvel
1
-9
/
+12
2022-05-17
x86/nmi: Make register_nmi_handler() more robust
Thomas Gleixner
2
-4
/
+9
2022-05-16
arm64/hugetlb: Implement arm64 specific huge_ptep_get()
Baolin Wang
2
-0
/
+24
2022-05-16
arm64/hugetlb: Use ptep_get() to get the pte value of a huge page
Baolin Wang
1
-4
/
+4
2022-05-16
x86/sgx: Ensure no data in PCMD page after truncate
Reinette Chatre
1
-1
/
+9
2022-05-16
x86/sgx: Fix race between reclaimer and page fault handler
Reinette Chatre
1
-1
/
+93
2022-05-16
x86/sgx: Obtain backing storage page with enclave mutex held
Reinette Chatre
1
-3
/
+6
2022-05-16
x86/sgx: Mark PCMD page as dirty when modifying contents
Reinette Chatre
1
-0
/
+1
2022-05-16
x86/sgx: Disconnect backing page references from dirty status
Reinette Chatre
3
-11
/
+7
2022-05-16
arm64: kdump: Do not allocate crash low memory if not needed
Zhen Lei
1
-1
/
+2
2022-05-16
arm64/sve: Generate ZCR definitions
Mark Brown
2
-7
/
+18
2022-05-16
arm64/sme: Generate defintions for SVCR
Mark Brown
2
-4
/
+6
2022-05-16
arm64/sme: Generate SMPRI_EL1 definitions
Mark Brown
2
-3
/
+5
2022-05-16
arm64/sme: Automatically generate SMPRIMAP_EL2 definitions
Mark Brown
2
-1
/
+19
2022-05-16
arm64/sme: Automatically generate SMIDR_EL1 defines
Mark Brown
2
-1
/
+9
2022-05-16
arm64/sme: Automatically generate defines for SMCR
Mark Brown
2
-10
/
+20
2022-05-16
arm64/sysreg: Support generation of RAZ fields
Mark Brown
1
-0
/
+7
2022-05-16
arm64/sme: Remove _EL0 from name of SVCR - FIXME sysreg.h
Mark Brown
9
-35
/
+35
2022-05-16
arm64/sme: Standardise bitfield names for SVCR
Mark Brown
4
-8
/
+8
2022-05-16
arm64/sme: Drop SYS_ from SMIDR_EL1 defines
Mark Brown
2
-4
/
+4
2022-05-16
arm64/fp: Rename SVE and SME LEN field name to _WIDTH
Mark Brown
2
-4
/
+4
2022-05-16
arm64/fp: Make SVE and SME length register definition match architecture
Mark Brown
1
-14
/
+4
2022-05-16
Merge branch 'for-next/sme' into for-next/sysreg-gen
Catalin Marinas
32
-130
/
+1955
2022-05-16
mce: fix set_mce_nospec to always unmap the whole page
Jane Chu
2
-15
/
+14
2022-05-16
x86/mce: relocate set{clear}_mce_nospec() functions
Jane Chu
2
-54
/
+48
2022-05-16
arm64/sve: Make kernel FPU protection RT friendly
Sebastian Andrzej Siewior
1
-2
/
+14
2022-05-16
arm64/sve: Delay freeing memory in fpsimd_flush_thread()
Sebastian Andrzej Siewior
1
-2
/
+15
2022-05-16
arm64: mm: Make arch_faults_on_old_pte() check for migratability
Valentin Schneider
1
-1
/
+2
2022-05-16
arm64: mte: Clean up user tag accessors
Robin Murphy
1
-2
/
+2
2022-05-16
Merge branch kvm-arm64/its-save-restore-fixes-5.19 into kvmarm-master/next
Marc Zyngier
1
-18
/
+78
2022-05-16
Merge branch kvm-arm64/misc-5.19 into kvmarm-master/next
Marc Zyngier
8
-47
/
+46
2022-05-16
Merge branch kvm-arm64/per-vcpu-host-pmu-data into kvmarm-master/next
Marc Zyngier
6
-46
/
+39
[prev]
[next]