summaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)AuthorLines
2026-03-02ARM: provide individual is_translation_fault() and is_permission_fault()Russell King (Oracle)-17/+19
2026-03-02ARM: move FSR fault status definitions before fsr_fs()Russell King (Oracle)-3/+5
2026-03-02ARM: use BIT() and GENMASK() for fault status register fieldsRussell King (Oracle)-6/+6
2026-03-02ARM: move is_permission_fault() and is_translation_fault() to fault.hRussell King (Oracle)-26/+26
2026-03-02ARM: move vmalloc() lazy-page table populationRussell King (Oracle)-58/+68
2026-03-02ARM: ensure interrupts are enabled in __do_user_fault()Russell King (Oracle)-1/+5
2026-03-02arm64: dts: mediatek: mt7988a-bpi-r4pro: fix model stringFrank Wunderlich-2/+2
2026-03-02x86/sev: Allow IBPB-on-Entry feature for SNP guestsKim Phillips-1/+6
2026-03-02x86/boot/sev: Move SEV decompressor variables into the .data sectionTom Lendacky-5/+5
2026-03-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-91/+79
2026-03-01Merge tag 'x86-urgent-2026-03-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-42/+50
2026-03-01Merge tag 'perf-urgent-2026-03-01' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-1/+27
2026-03-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf before 7.0-rc2Alexei Starovoitov-133/+179
2026-02-28Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds-1/+1
2026-02-28Merge tag 's390-7.0-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds-67/+66
2026-02-28arm64: dts: exynosautov920: add CMU_G3D clock DT nodesRaghav Sharma-0/+13
2026-02-28arm64: dts: exynos: gs101-pixel: add all S2MPG1x regulatorsAndré Draszik-1/+549
2026-02-28Merge tag 'kvmarm-fixes-7.0-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini-68/+79
2026-02-28KVM: always define KVM_CAP_SYNC_MMUPaolo Bonzini-11/+0
2026-02-28KVM: remove CONFIG_KVM_GENERIC_MMU_NOTIFIERPaolo Bonzini-12/+0
2026-02-28ARM: dts: microchip: sama7d65: add LVDS controllerRyan Wanner-0/+9
2026-02-28ARM: dts: microchip: sama7d65: add LCD controllerRyan Wanner-0/+26
2026-02-28ARM: configs: at91: sama7: enable LVDS serializer supportAubin Constans-0/+1
2026-02-28ARM: configs: at91: sama7: enable config for atmel maxtouchRomain Sioen-0/+2
2026-02-28ARM: configs: at91: sama7: enable DRM hlcdc supportRyan Wanner-0/+7
2026-02-28perf/amd/ibs: Advertise remote socket capabilityRavi Bangoria-1/+21
2026-02-28perf/amd/ibs: Enable streaming store filterRavi Bangoria-1/+53
2026-02-28perf/amd/ibs: Enable RIP bit63 hardware filteringRavi Bangoria-8/+38
2026-02-28perf/amd/ibs: Enable fetch latency filteringRavi Bangoria-1/+65
2026-02-28perf/amd/ibs: Support IBS_{FETCH|OP}_CTL2[Dis] to eliminate RMW raceRavi Bangoria-0/+45
2026-02-27Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds-60/+103
2026-02-27perf/amd/ibs: Add new MSRs and CPUID bits definitionsRavi Bangoria-20/+38
2026-02-27perf/amd/ibs: Define macro for ldlat mask and shiftRavi Bangoria-4/+8
2026-02-27perf/amd/ibs: Avoid race between event add and NMIRavi Bangoria-0/+8
2026-02-27perf/amd/ibs: Avoid calling perf_allow_kernel() from the IBS NMI handlerRavi Bangoria-1/+5
2026-02-27perf/amd/ibs: Preserve PhyAddrVal bit when clearing PhyAddr MSRRavi Bangoria-2/+0
2026-02-27perf/amd/ibs: Limit ldlat->l3missonly dependency to Zen5Ravi Bangoria-1/+4
2026-02-27perf/amd/ibs: Account interrupt for discarded samplesRavi Bangoria-2/+6
2026-02-27x86/apic: Enable TSC coupled programming modeThomas Gleixner-7/+17
2026-02-27x86/apic: Avoid the PVOPS indirection for the TSC deadline timerThomas Gleixner-3/+10
2026-02-27x86/apic: Remove pointless fence in lapic_next_deadline()Thomas Gleixner-9/+7
2026-02-27x86: Inline TSC reads in timekeepingThomas Gleixner-0/+16
2026-02-26Merge tag 'dma-mapping-7.0-2026-02-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-0/+4
2026-02-26ARM: samsung: exynos5250: Allow CPU1 to bootAlexandre Marquet-2/+2
2026-02-26ARM: dts: exynos: Add Google Manta (Nexus 10)Alexandre Marquet-0/+565
2026-02-26bpf, arm64: Force 8-byte alignment for JIT buffer to prevent atomic tearingFuad Tabba-1/+1
2026-02-26kbuild: Split .modinfo out from ELF_DETAILSNathan Chancellor-1/+26
2026-02-26arm64: topology: Fix false warning in counters_read_on_cpu() for same-CPU readsSumit Gupta-6/+15
2026-02-26arm64: Fix sampling the "stable" virtual counter in preemptible sectionMarc Zyngier-1/+5
2026-02-26arm64, compiler-context-analysis: Permit alias analysis through __READ_ONCE()...Marco Elver-3/+7