index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
Age
Commit message (
Expand
)
Author
Files
Lines
2023-02-10
Daniel Borkmann says:
Jakub Kicinski
1
-37
/
+678
2023-02-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
22
-71
/
+180
2023-02-05
Merge tag 'x86_urgent_for_v6.2_rc7' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-2
/
+24
2023-02-04
Merge tag 'powerpc-6.2-4' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
10
-31
/
+77
2023-02-04
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
3
-10
/
+21
2023-02-04
Merge tag 'parisc-for-6.2-rc7' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2
-7
/
+19
2023-02-04
Merge tag 'kvmarm-fixes-6.2-3' of git://git.kernel.org/pub/scm/linux/kernel/g...
Paolo Bonzini
3
-10
/
+21
2023-02-03
Merge tag 'riscv-for-linus-6.2-rc7' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
4
-19
/
+33
2023-02-03
Merge tag 'mm-hotfixes-stable-2023-02-02-19-24-2' of git://git.kernel.org/pub...
Linus Torvalds
2
-2
/
+6
2023-02-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
34
-27
/
+143
2023-02-02
Merge tag 'soc-fixes-6.2-3' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
15
-16
/
+8
2023-02-02
Merge tag 's390-6.2-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...
Linus Torvalds
1
-1
/
+1
2023-02-01
riscv: disable generation of unwind tables
Andreas Schwab
1
-0
/
+3
2023-02-01
riscv: kprobe: Fixup kernel panic when probing an illegal position
Guo Ren
1
-0
/
+18
2023-02-02
powerpc/64s: Reconnect tlb_flush() to hash__tlb_flush()
Michael Ellerman
1
-0
/
+2
2023-02-01
parisc: Wire up PTRACE_GETREGS/PTRACE_SETREGS for compat case
Helge Deller
1
-2
/
+13
2023-02-01
parisc: Replace hardcoded value with PRIV_USER constant in ptrace.c
Helge Deller
1
-3
/
+3
2023-02-01
ARM: dts: wpcm450: Add nuvoton,shm = <&shm> to FIU node
Jonathan Neuschäfer
1
-0
/
+1
2023-01-31
Merge patch "riscv: Fix build with CONFIG_CC_OPTIMIZE_FOR_SIZE=y"
Palmer Dabbelt
2
-19
/
+12
2023-01-31
riscv: Fix build with CONFIG_CC_OPTIMIZE_FOR_SIZE=y
Samuel Holland
2
-18
/
+10
2023-02-01
powerpc/kexec_file: Count hot-pluggable memory in FDT estimate
Sourabh Jain
1
-1
/
+1
2023-01-31
sh: define RUNTIME_DISCARD_EXIT
Tom Saeger
1
-0
/
+1
2023-01-31
ia64: fix build error due to switch case label appearing next to declaration
James Morse
1
-2
/
+5
2023-01-31
s390/decompressor: specify __decompress() buf len to avoid overflow
Vasily Gorbik
1
-1
/
+1
2023-01-31
x86/debug: Fix stack recursion caused by wrongly ordered DR7 accesses
Joerg Roedel
1
-2
/
+24
2023-01-31
powerpc/64s/radix: Fix RWX mapping with relocated kernel
Michael Ellerman
1
-0
/
+13
2023-01-31
powerpc/64s/radix: Fix crash with unaligned relocated kernel
Michael Ellerman
1
-0
/
+11
2023-01-31
powerpc/kexec_file: Fix division by zero in extra size estimation
Michael Ellerman
1
-4
/
+7
2023-01-30
sh: checksum: add missing linux/uaccess.h include
Jakub Kicinski
1
-0
/
+1
2023-01-31
powerpc/imc-pmu: Revert nest_init_lock to being a mutex
Michael Ellerman
1
-7
/
+7
2023-01-30
Merge tag 'imx-fixes-6.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Arnd Bergmann
13
-15
/
+6
2023-01-30
powerpc/64: Fix perf profiling asynchronous interrupt handlers
Nicholas Piggin
4
-15
/
+32
2023-01-30
powerpc/64s: Fix local irq disable when PMIs are disabled
Nicholas Piggin
1
-1
/
+1
2023-01-30
powerpc/kvm: Fix unannotated intra-function call warning
Sathvika Vasireddy
1
-3
/
+2
2023-01-30
powerpc/85xx: Fix unannotated intra-function call warning
Sathvika Vasireddy
1
-1
/
+2
2023-01-29
s390/bpf: Implement bpf_jit_supports_kfunc_call()
Ilya Leoshkevich
1
-2
/
+23
2023-01-29
s390/bpf: Implement bpf_jit_supports_subprog_tailcalls()
Ilya Leoshkevich
1
-10
/
+27
2023-01-29
s390/bpf: Implement arch_prepare_bpf_trampoline()
Ilya Leoshkevich
1
-22
/
+520
2023-01-29
s390/bpf: Implement bpf_arch_text_poke()
Ilya Leoshkevich
1
-0
/
+97
2023-01-29
s390/bpf: Add expoline to tail calls
Ilya Leoshkevich
1
-2
/
+10
2023-01-29
Merge tag 'x86_urgent_for_v6.2_rc6' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
10
-2
/
+119
2023-01-29
KVM: arm64: Allow no running vcpu on saving vgic3 pending table
Gavin Shan
1
-1
/
+1
2023-01-29
KVM: arm64: Allow no running vcpu on restoring vgic3 LPI pending status
Gavin Shan
1
-1
/
+1
2023-01-29
KVM: arm64: Add helper vgic_write_guest_lock()
Gavin Shan
2
-8
/
+19
2023-01-28
s390/bpf: Fix a typo in a comment
Ilya Leoshkevich
1
-1
/
+1
2023-01-28
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
1
-53
/
+48
2023-01-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
74
-248
/
+302
2023-01-27
Merge tag 'riscv-for-linus-6.2-rc6' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
4
-5
/
+6
2023-01-27
Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm
Linus Torvalds
4
-3
/
+9
2023-01-27
net: checksum: drop the linux/uaccess.h include
Jakub Kicinski
2
-1
/
+1
[next]