index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
Age
Commit message (
Expand
)
Author
Files
Lines
2022-01-07
x86/sgx: Fix NULL pointer dereference on non-SGX systems
Dave Hansen
1
-18
/
+47
2022-01-07
s390/pci: simplify __pciwb_mio() inline asm
Niklas Schnelle
1
-4
/
+1
2022-01-07
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
1
-1
/
+4
2022-01-07
parisc: io: Improve the outb(), outw() and outl() macros
Bart Van Assche
1
-3
/
+3
2022-01-07
parisc: Add kgdb io_module to read chars via PDC
Helge Deller
1
-0
/
+21
2022-01-07
parisc: Fix pdc_toc_pim_11 and pdc_toc_pim_20 definitions
Helge Deller
1
-9
/
+23
2022-01-07
parisc: Add lws_atomic_xchg and lws_atomic_store syscalls
John David Anglin
1
-1
/
+392
2022-01-07
parisc: Rewrite light-weight syscall and futex code
John David Anglin
3
-212
/
+231
2022-01-07
parisc: Enhance page fault termination message
John David Anglin
1
-4
/
+10
2022-01-07
parisc: Don't call faulthandler_disabled() in do_page_fault()
John David Anglin
1
-3
/
+0
2022-01-07
parisc: Switch user access functions to signal errors in r29 instead of r8
Helge Deller
2
-7
/
+11
2022-01-07
parisc: Avoid calling faulthandler_disabled() twice
John David Anglin
1
-1
/
+1
2022-01-07
parisc: Fix lpa and lpa_user defines
John David Anglin
1
-20
/
+24
2022-01-07
parisc: Define depi_safe macro
John David Anglin
1
-0
/
+10
2022-01-07
lib/crypto: blake2s: include as built-in
Jason A. Donenfeld
7
-140
/
+169
2022-01-07
random: remove unused irq_flags argument from add_interrupt_randomness()
Sebastian Andrzej Siewior
1
-1
/
+1
2022-01-06
x86, sched: Fix undefined reference to init_freq_invariance_cppc() build error
Huang Rui
1
-1
/
+1
2022-01-06
bootmem: Use page->index instead of page->freelist
Matthew Wilcox (Oracle)
1
-1
/
+1
2022-01-06
MIPS: lantiq: dma: increase descritor count
Aleksander Jan Bajkowski
1
-1
/
+1
2022-01-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+1
2022-01-05
bpf, arm64: Use emit_addr_mov_i64() for BPF_PSEUDO_FUNC
Hou Tao
1
-1
/
+4
2022-01-05
Merge branches 'for-next/misc', 'for-next/cache-ops-dzp', 'for-next/stacktrac...
Catalin Marinas
47
-510
/
+573
2022-01-05
arm64: Use correct method to calculate nomap region boundaries
Huacai Chen
1
-2
/
+4
2022-01-05
arm64: Drop outdated links in comments
Kees Cook
1
-4
/
+0
2022-01-05
parisc: decompressor: do not copy source files while building
Masahiro Yamada
4
-10
/
+4
2022-01-04
x86: intel_epb: Allow model specific normal EPB value
Srinivas Pandruvada
1
-13
/
+32
2022-01-04
arm64: perf: Don't register user access sysctl handler multiple times
Will Deacon
1
-2
/
+9
2022-01-02
Merge tag 'x86_urgent_for_v5.16_rc8' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-1
/
+1
2021-12-31
x86/mce: Reduce number of machine checks taken during recovery
Youquan Song
1
-0
/
+9
2021-12-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2
-14
/
+42
2021-12-31
crypto: x86/aesni - don't require alignment of data
Jakub Kicinski
1
-2
/
+2
2021-12-31
crypto: s390/sha512 - Use macros instead of direct IV numbers
Tianjia Zhang
1
-16
/
+16
2021-12-31
crypto: sparc/sha - remove duplicate hash init function
Tianjia Zhang
3
-80
/
+8
2021-12-31
crypto: powerpc/sha - remove duplicate hash init function
Tianjia Zhang
3
-63
/
+7
2021-12-31
crypto: mips/sha - remove duplicate hash init function
Tianjia Zhang
3
-87
/
+8
2021-12-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
32
-186
/
+232
2021-12-30
x86/msr: Add AMD CPPC MSR definitions
Huang Rui
1
-0
/
+17
2021-12-30
x86/cpufeatures: Add AMD Collaborative Processor Performance Control feature ...
Huang Rui
1
-0
/
+1
2021-12-30
Merge branch 'cpufreq/arm/linux-next' of git://git.kernel.org/pub/scm/linux/k...
Rafael J. Wysocki
2
-2
/
+2
2021-12-30
x86/purgatory: Remove -nostdlib compiler flag
Masahiro Yamada
1
-1
/
+1
2021-12-30
x86/vdso: Remove -nostdlib compiler flag
Masahiro Yamada
1
-1
/
+1
2021-12-30
x86/defconfig: Enable CONFIG_LOCALVERSION_AUTO=y in the defconfig
Ingo Molnar
2
-2
/
+0
2021-12-30
x86/build: Use the proper name CONFIG_FW_LOADER
Lukas Bulwahn
1
-1
/
+1
2021-12-29
x86/lib: Add fast-short-rep-movs check to copy_user_enhanced_fast_string()
Tony Luck
1
-2
/
+2
2021-12-29
s390: remove unused TASK_SIZE_OF
Guo Ren
1
-2
/
+1
2021-12-28
x86/events/amd/iommu: Remove redundant assignment to variable shift
Colin Ian King
1
-1
/
+1
2021-12-28
Merge tag 'powerpc-5.16-5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
1
-1
/
+1
2021-12-28
x86/mce/inject: Avoid out-of-bounds write when setting flags
Zhang Zixun
1
-1
/
+1
2021-12-27
Merge tag 'efi-urgent-for-v5.16-2' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
4
-5
/
+0
2021-12-27
ARM: dts: socfpga: change qspi to "intel,socfpga-qspi"
Dinh Nguyen
4
-4
/
+4
[prev]
[next]