index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
Age
Commit message (
Expand
)
Author
2023-05-05
s390: remove the unneeded select GCC12_NO_ARRAY_BOUNDS
Lukas Bulwahn
2023-05-05
Merge tag 'locking-core-2023-05-05' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2023-05-05
Merge branch 'x86-uaccess-cleanup': x86 uaccess header cleanups
Linus Torvalds
2023-05-05
Merge tag 'riscv-for-linus-6.4-mw2' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2023-05-05
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2023-05-05
Merge tag 'kvm-s390-next-6.4-2' of https://git.kernel.org/pub/scm/linux/kerne...
Paolo Bonzini
2023-05-05
Merge tag 'kvm-x86-mmu-6.4-2' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2023-05-05
Merge tag 'kvm-riscv-6.4-1' of https://github.com/kvm-riscv/linux into HEAD
Paolo Bonzini
2023-05-04
Merge tag 'mm-stable-2023-05-03-16-22' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2023-05-04
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
2023-05-04
Merge tag 'loongarch-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...
Linus Torvalds
2023-05-04
Merge tag 'csky-for-linus-6.4' of https://github.com/c-sky/csky-linux
Linus Torvalds
2023-05-04
KVM: s390: fix race in gmap_make_secure()
Claudio Imbrenda
2023-05-04
KVM: s390: pv: fix asynchronous teardown for small VMs
Claudio Imbrenda
2023-05-03
Merge tag 'parisc-for-6.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2023-05-03
Merge tag 'uml-for-linus-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2023-05-03
Merge tag 'for-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/pate...
Linus Torvalds
2023-05-03
x86-64: mm: clarify the 'positive addresses' user address rules
Linus Torvalds
2023-05-03
x86: mm: remove 'sign' games from LAM untagged_addr*() macros
Linus Torvalds
2023-05-03
x86: uaccess: move 32-bit and 64-bit parts into proper <asm/uaccess_N.h> header
Linus Torvalds
2023-05-03
x86: mm: remove architecture-specific 'access_ok()' define
Linus Torvalds
2023-05-03
x86-64: make access_ok() independent of LAM
Linus Torvalds
2023-05-03
parisc: Fix argument pointer in real64_call_asm()
Helge Deller
2023-05-03
parisc: Cleanup mmap implementation regarding color alignment
John David Anglin
2023-05-03
parisc: Drop HP-UX constants and structs from grfioctl.h
Helge Deller
2023-05-03
parisc: Ensure page alignment in flush functions
Helge Deller
2023-05-03
parisc: Replace regular spinlock with spin_trylock on panic path
Guilherme G. Piccoli
2023-05-03
parisc: Limit amount of kgdb breakpoints on parisc
Helge Deller
2023-05-02
mm/ksm: move disabling KSM from s390/gmap code to KSM code
David Hildenbrand
2023-05-02
arm64: lds: move .got section out of .text
Fangrui Song
2023-05-02
arm64: kernel: remove SHF_WRITE|SHF_EXECINSTR from .idmap.text
ndesaulniers@google.com
2023-05-02
arm64: cpufeature: Fix pointer auth hwcaps
Kristina Martsenko
2023-05-01
RISC-V: include cpufeature.h in cpufeature.c
Conor Dooley
2023-05-01
Merge tag 'input-for-v6.4-rc0' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2023-05-01
riscv: Move .rela.dyn to the init sections
Alexandre Ghiti
2023-05-01
riscv: compat_syscall_table: Fixup compile warning
Guo Ren
2023-05-01
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2023-05-01
Merge tag 'for-linus' of https://github.com/openrisc/linux
Linus Torvalds
2023-05-01
LoongArch: ftrace: Add direct call trampoline samples support
Youling Tang
2023-05-01
LoongArch: ftrace: Add direct call support
Youling Tang
2023-05-01
LoongArch: ftrace: Implement ftrace_find_callable_addr() to simplify code
Youling Tang
2023-05-01
LoongArch: ftrace: Fix build error if DYNAMIC_FTRACE_WITH_REGS is not set
Youling Tang
2023-05-01
LoongArch: ftrace: Abstract DYNAMIC_FTRACE_WITH_ARGS accesses
Qing Zhang
2023-05-01
LoongArch: Add support for function error injection
Tiezhu Yang
2023-05-01
LoongArch: Add ARCH_HAS_FORTIFY_SOURCE selection
Qing Zhang
2023-05-01
LoongArch: crypto: Add crc32 and crc32c hw acceleration
Min Zhou
2023-05-01
LoongArch: Add checksum optimization for 64-bit system
Bibo Mao
2023-05-01
LoongArch: Optimize memory ops (memset/memcpy/memmove)
WANG Rui
2023-05-01
LoongArch: Provide kernel fpu functions
Huacai Chen
2023-05-01
LoongArch: Relay BCE exceptions to userland as SIGSEGV with si_code=SEGV_BNDERR
WANG Xuerui
[next]