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-03-14
KVM: s390x: fix SCK locking
Claudio Imbrenda
3
-6
/
+32
2022-03-14
MIPS: Fix wrong comments in asm/prom.h
Tiezhu Yang
1
-2
/
+2
2022-03-14
MIPS: Remove redundant definitions of device_tree_init()
Tiezhu Yang
8
-41
/
+5
2022-03-14
MIPS: Remove redundant check in device_tree_init()
Tiezhu Yang
2
-6
/
+0
2022-03-14
MIPS: pgalloc: fix memory leak caused by pgd_free()
Yaliang Wang
1
-0
/
+6
2022-03-14
MIPS: RB532: fix return value of __setup handler
Randy Dunlap
1
-4
/
+2
2022-03-14
MIPS: Only use current_stack_pointer on GCC
Kees Cook
4
-3
/
+8
2022-03-14
MIPS: boot/compressed: Use array reference for image bounds
Kees Cook
1
-5
/
+5
2022-03-14
arch: arm64: dts: lx2160a: describe the SerDes block #1
Ioana Ciornei
2
-0
/
+10
2022-03-14
Merge tag 'irqchip-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into irq/core
Thomas Gleixner
5
-18
/
+46
2022-03-14
Merge tag 'timers-v5.18-rc1' of https://git.linaro.org/people/daniel.lezcano/linux into timers/core
Thomas Gleixner
2
-7
/
+6
2022-03-13
Merge tag 'x86_urgent_for_v5.17_rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
8
-62
/
+253
2022-03-13
Kbuild: move to -std=gnu11
Arnd Bergmann
1
-1
/
+1
2022-03-13
Kbuild: use -Wdeclaration-after-statement
Mark Rutland
1
-0
/
+1
2022-03-12
ARM: fix building NOMMU ARMv4/v5 kernels
Arnd Bergmann
1
-1
/
+1
2022-03-11
ARM: Spectre-BHB: provide empty stub for non-config
Randy Dunlap
1
-0
/
+6
2022-03-11
Merge tag 'riscv-for-linus-5.17-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux
Linus Torvalds
3
-7
/
+19
2022-03-11
Merge tag 'powerpc-5.17-6' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
Linus Torvalds
1
-1
/
+1
2022-03-11
ARM: fix Thumb2 regression with Spectre BHB
Russell King (Oracle)
1
-2
/
+2
2022-03-11
parisc: Increase parisc_cache_flush_threshold setting
John David Anglin
1
-3
/
+15
2022-03-11
parisc/unaligned: Enhance user-space visible output
Helge Deller
1
-26
/
+10
2022-03-11
parisc/unaligned: Rewrite 32-bit inline assembly of emulate_sth()
Helge Deller
1
-8
/
+7
2022-03-11
parisc/unaligned: Rewrite 32-bit inline assembly of emulate_ldd()
Helge Deller
1
-15
/
+13
2022-03-11
parisc/unaligned: Rewrite inline assembly of emulate_ldw()
Helge Deller
1
-12
/
+11
2022-03-11
parisc/unaligned: Rewrite inline assembly of emulate_ldh()
Helge Deller
1
-6
/
+5
2022-03-11
parisc/unaligned: Use EFAULT fixup handler in unaligned handlers
Helge Deller
1
-105
/
+55
2022-03-11
parisc: Reduce code size by optimizing get_current() function calls
Helge Deller
1
-3
/
+5
2022-03-11
parisc: Use constants to encode the space registers like SR_KERNEL
Helge Deller
7
-27
/
+24
2022-03-11
parisc: Use SR_USER and SR_KERNEL in get_user() and put_user()
Helge Deller
1
-14
/
+14
2022-03-11
parisc: Add defines for various space register
Helge Deller
1
-0
/
+6
2022-03-11
parisc: Always use the self-extracting kernel feature
Helge Deller
2
-21
/
+0
2022-03-11
parisc: Add vDSO support
Helge Deller
32
-165
/
+1149
2022-03-11
parisc: Simplify fast path for non-access data TLB faults
John David Anglin
1
-67
/
+5
2022-03-11
parisc: Fix handling off probe non-access faults
John David Anglin
3
-0
/
+92
2022-03-11
parisc: Fix non-access data TLB cache flush faults
John David Anglin
1
-27
/
+1
2022-03-11
x86/sgx: Free backing memory after faulting the enclave page
Jarkko Sakkinen
1
-9
/
+48
2022-03-11
x86/traps: Mark do_int3() NOKPROBE_SYMBOL
Li Huafei
1
-0
/
+1
2022-03-11
arch: Remove references to CONFIG_NFSD_V3 in the default configs
Chuck Lever
51
-51
/
+0
2022-03-11
RISC-V: KVM: Implement SBI HSM suspend call
Anup Patel
1
-0
/
+14
2022-03-11
RISC-V: KVM: Add common kvm_riscv_vcpu_wfi() function
Anup Patel
2
-6
/
+17
2022-03-11
RISC-V: Add SBI HSM suspend related defines
Anup Patel
3
-8
/
+25
2022-03-11
RISC-V: KVM: Implement SBI v0.3 SRST extension
Anup Patel
2
-0
/
+46
2022-03-11
RISC-V: KVM: Add common kvm_riscv_vcpu_sbi_system_reset() function
Anup Patel
3
-16
/
+22
2022-03-11
RISC-V: KVM: Upgrade SBI spec version to v0.3
Anup Patel
1
-1
/
+1
2022-03-11
RISC-V: KVM: Refine __kvm_riscv_switch_to() implementation
Vincent Chen
1
-26
/
+34
2022-03-11
RISC-V: KVM: remove unneeded semicolon
Yang Li
1
-1
/
+1
2022-03-11
ARM: unwind: only permit stack switch when unwinding call_with_stack()
Ard Biesheuvel
1
-10
/
+16
2022-03-11
ARM: Revert "unwind: dump exception stack from calling frame"
Ard Biesheuvel
3
-20
/
+2
2022-03-11
ARM: entry: fix unwinder problems caused by IRQ stacks
Ard Biesheuvel
1
-43
/
+14
2022-03-11
powerpc/net: Implement powerpc specific csum_shift() to remove branch
Christophe Leroy
1
-0
/
+7
[prev]
[next]