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-12
KVM: x86: fix typo in __try_cmpxchg_user causing non-atomicness
Maxim Levitsky
1
-1
/
+1
2022-05-12
x86/msr-index: Define INTEGRITY_CAPABILITIES MSR
Tony Luck
1
-0
/
+7
2022-05-12
x86/microcode/intel: Expose collect_cpu_info_early() for IFS
Jithu Joseph
3
-52
/
+57
2022-05-12
arm64: Enable repeat tlbi workaround on KRYO4XX gold CPUs
Shreyas K K
1
-0
/
+2
2022-05-12
ARM: at91: pm: add support for sama5d2 secure suspend
Clément Léger
3
-1
/
+50
2022-05-12
ARM: at91: add code to handle secure calls
Clément Léger
4
-1
/
+63
2022-05-12
arm64: cpufeature: remove duplicate ID_AA64ISAR2_EL1 entry
Kristina Martsenko
1
-2
/
+1
2022-05-12
ARM: at91: Kconfig: implement PIT64B selection
Claudiu Beznea
1
-0
/
+9
2022-05-12
ARM: at91: pm: add quirks for pm
Claudiu Beznea
1
-2
/
+302
2022-05-12
ARM: at91: pm: use kernel documentation style
Claudiu Beznea
1
-3
/
+3
2022-05-12
ARM: at91: pm: introduce macros for pm mode replacement
Claudiu Beznea
1
-27
/
+56
2022-05-12
ARM: at91: pm: keep documentation inline with structure members
Claudiu Beznea
1
-1
/
+1
2022-05-11
riscv: add memory-type errata for T-Head
Heiko Stuebner
15
-9
/
+260
2022-05-11
riscv: don't use global static vars to store alternative data
Heiko Stuebner
1
-27
/
+24
2022-05-11
riscv: remove FIXMAP_PAGE_IO and fall back to its default value
Heiko Stuebner
1
-2
/
+0
2022-05-11
riscv: add RISC-V Svpbmt extension support
Heiko Stuebner
11
-10
/
+189
2022-05-11
riscv: Fix accessing pfn bits in PTEs for non-32bit variants
Heiko Stuebner
4
-12
/
+24
2022-05-11
riscv: move boot alternatives to after fill_hwcap
Heiko Stuebner
2
-2
/
+2
2022-05-11
riscv: prevent compressed instructions in alternatives
Heiko Stuebner
1
-0
/
+24
2022-05-11
riscv: extend concatenated alternatives-lines to the same length
Heiko Stuebner
1
-10
/
+10
2022-05-11
riscv: implement ALTERNATIVE_2 macro
Heiko Stuebner
1
-20
/
+58
2022-05-11
riscv: implement module alternatives
Heiko Stuebner
4
-9
/
+55
2022-05-11
riscv: allow different stages with alternatives
Heiko Stuebner
3
-11
/
+23
2022-05-11
riscv: integrate alternatives better into the main architecture
Heiko Stuebner
11
-20
/
+26
2022-05-12
openrisc: remove bogus nops and shutdowns
Jason A. Donenfeld
1
-5
/
+0
2022-05-12
openrisc: fix typos in comments
Julia Lawall
1
-1
/
+1
2022-05-11
ptrace: Reimplement PTRACE_KILL by always sending SIGKILL
Eric W. Biederman
1
-2
/
+1
2022-05-11
ptrace: Remove arch_ptrace_attach
Eric W. Biederman
2
-61
/
+0
2022-05-11
ptrace/xtensa: Replace PT_SINGLESTEP with TIF_SINGLESTEP
Eric W. Biederman
2
-4
/
+4
2022-05-11
ptrace/um: Replace PT_DTRACE with TIF_SINGLESTEP
Eric W. Biederman
5
-8
/
+10
2022-05-11
Merge tag 'generic-ticket-spinlocks-v6' of git://git.kernel.org/pub/scm/linux/kernel/git/palmer/linux into asm-generic
Arnd Bergmann
11
-314
/
+10
2022-05-11
csky: Move to generic ticket-spinlock
Guo Ren
3
-116
/
+3
2022-05-11
RISC-V: Move to queued RW locks
Palmer Dabbelt
4
-123
/
+3
2022-05-11
RISC-V: Move to generic spinlocks
Palmer Dabbelt
3
-45
/
+10
2022-05-11
openrisc: Move to ticket-spinlock
Peter Zijlstra
4
-38
/
+2
2022-05-11
x86/vsyscall: Remove CONFIG_LEGACY_VSYSCALL_EMULATE
Andy Lutomirski
2
-16
/
+4
2022-05-11
swiotlb-xen: fix DMA_ATTR_NO_KERNEL_MAPPING on arm
Christoph Hellwig
6
-42
/
+7
2022-05-11
x86: ACPI: Make mp_config_acpi_gsi() a void function
Li kunyu
1
-4
/
+3
2022-05-11
x86/hyperv: Disable hardlockup detector by default in Hyper-V guests
Michael Kelley
1
-0
/
+2
2022-05-11
perf/ibs: Fix comment
Ravi Bangoria
1
-1
/
+1
2022-05-11
perf/amd/ibs: Advertise zen4_ibs_extensions as pmu capability attribute
Ravi Bangoria
1
-0
/
+21
2022-05-11
perf/amd/ibs: Add support for L3 miss filtering
Ravi Bangoria
2
-7
/
+63
2022-05-11
perf/amd/ibs: Use ->is_visible callback for dynamic attributes
Ravi Bangoria
1
-24
/
+54
2022-05-11
perf/amd/ibs: Cascade pmu init functions' return value
Ravi Bangoria
1
-8
/
+29
2022-05-11
perf/x86/uncore: Add new Alder Lake and Raptor Lake support
Kan Liang
2
-0
/
+54
2022-05-11
perf/x86/uncore: Clean up uncore_pci_ids[]
Kan Liang
1
-316
/
+86
2022-05-11
perf/x86/cstate: Add new Alder Lake and Raptor Lake support
Kan Liang
1
-0
/
+2
2022-05-11
perf/x86/msr: Add new Alder Lake and Raptor Lake support
Kan Liang
1
-0
/
+2
2022-05-11
perf/x86: Add new Alder Lake and Raptor Lake support
Kan Liang
1
-0
/
+2
2022-05-11
Merge branch 'v5.18-rc5'
Peter Zijlstra
228
-1258
/
+1500
[prev]
[next]