index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2023-03-11
PCI: Add ACS quirk for Wangxun NICs
Mengyuan Lou
1
-0
/
+2
2023-03-11
usb: uvc: Enumerate valid values for color matching
Daniel Scally
1
-0
/
+30
2023-03-11
PCI: loongson: Prevent LS7A MRRS increases
Huacai Chen
1
-0
/
+1
2023-03-11
media: uvcvideo: Silence memcpy() run-time false positive warnings
Kees Cook
1
-1
/
+1
2023-03-11
bootconfig: Increase max nodes of bootconfig from 1024 to 8192 for DCC support
Souradeep Chowdhury
1
-1
/
+1
2023-03-11
sctp: add a refcnt in sctp_stream_priorities to avoid a nested loop
Xin Long
1
-0
/
+1
2023-03-11
ima: Align ima_file_mmap() parameters with mmap_file LSM hook
Roberto Sassu
1
-2
/
+4
2023-03-11
x86/kprobes: Fix arch_check_optimized_kprobe check within optimized_kprobe range
Yang Jihong
1
-0
/
+1
2023-03-11
x86/kprobes: Fix __recover_optprobed_insn check optimizing logic
Yang Jihong
1
-0
/
+1
2023-03-11
uaccess: Add minimum bounds check on kernel buffer size
Kees Cook
1
-0
/
+4
2023-03-11
rcu: Make RCU_LOCKDEP_WARN() avoid early lockdep checks
Paul E. McKenney
1
-1
/
+8
2023-03-11
linux/kconfig.h: replace IF_ENABLED() with PTR_IF() in <linux/kernel.h>
Masahiro Yamada
1
-0
/
+2
2023-03-11
ASoC: soc-dapm.h: fixup warning struct snd_pcm_substream not declared
Lucas Tanure
1
-0
/
+1
2023-03-11
NFSv4: keep state manager thread active if swap is enabled
NeilBrown
1
-0
/
+2
2023-03-11
drm/mipi-dsi: Fix byte order of 16-bit DCS set/get brightness
Daniel Mentz
1
-0
/
+4
2023-03-11
net: add sock_init_data_uid()
Pietro Borrello
1
-1
/
+6
2023-03-11
rcu-tasks: Fix synchronize_rcu_tasks() VS zap_pid_ns_processes()
Frederic Weisbecker
1
-0
/
+2
2023-03-11
genirq: Fix the return type of kstat_cpu_irqs_sum()
Zhen Lei
1
-1
/
+1
2023-02-25
uaccess: Add speculation barrier to copy_from_user()
Dave Hansen
1
-0
/
+4
2023-02-25
random: always mix cycle counter in add_latent_entropy()
Jason A. Donenfeld
1
-3
/
+3
2023-02-22
dccp/tcp: Avoid negative sk_forward_alloc by ipv6_pinfo.pktoptions.
Kuniyuki Iwashima
1
-0
/
+13
2023-02-22
hugetlb: check for undefined shift on 32 bit architectures
Mike Kravetz
1
-1
/
+4
2023-02-22
nvmem: core: remove nvmem_config wp_gpio
Russell King (Oracle)
1
-2
/
+0
2023-02-22
net: stmmac: do not stop RX_CLK in Rx LPI state for qcs404 SoC
Andrey Konovalov
1
-0
/
+1
2023-02-15
uapi: add missing ip/ipv6 header dependencies for linux/stddef.h
Herton R. Krzesinski
2
-0
/
+2
2023-02-15
mm/migration: return errno when isolate_huge_page failed
Miaohe Lin
1
-3
/
+3
2023-02-15
nvmem: core: Fix a conflict between MTD and NVMEM on wp-gpios property
Christophe Kerello
1
-1
/
+3
2023-02-15
mm: hugetlb: proc: check for hugetlb shared PMD in /proc/PID/smaps
Mike Kravetz
1
-0
/
+13
2023-02-15
bpf, sockmap: Check for any of tcp_bpf_prots when cloning a listener
Jakub Sitnicki
1
-0
/
+12
2023-02-01
netfilter: conntrack: unify established states for SCTP paths
Sriram Yagnaraman
2
-2
/
+2
2023-02-01
units: Add SI metric prefix definitions
Andy Shevchenko
1
-0
/
+16
2023-02-01
units: Add Watt units
Daniel Lezcano
1
-0
/
+4
2023-02-01
panic: Consolidate open-coded panic_on_warn checks
Kees Cook
1
-0
/
+1
2023-02-01
exit: Add and use make_task_dead.
Eric W. Biederman
1
-0
/
+1
2023-02-01
kernel/panic: move panic sysctls to its own file
tangmeng
1
-6
/
+0
2023-02-01
sysctl: add a new register_sysctl_init() interface
Xiaoming Ni
1
-0
/
+3
2023-02-01
scsi: iscsi: Fix multiple iSCSI session unbind events sent to userspace
Wenchao Hao
1
-0
/
+9
2023-02-01
l2tp: Serialize access to sk_user_data with sk_callback_lock
Jakub Sitnicki
1
-1
/
+1
2023-02-01
net/sched: sch_taprio: fix possible use-after-free
Eric Dumazet
1
-0
/
+7
2023-02-01
clk: Provide new devm_clk helpers for prepared and enabled clocks
Uwe Kleine-König
1
-0
/
+109
2023-01-24
tracing: Use alignof__(struct {type b;}) instead of offsetof()
Steven Rostedt (Google)
1
-1
/
+1
2023-01-24
usb: acpi: add helper to check port lpm capability using acpi _DSM
Mathias Nyman
1
-0
/
+3
2023-01-24
btrfs: fix trace event name typo for FLUSH_DELAYED_REFS
Naohiro Aota
1
-1
/
+1
2023-01-18
dt-bindings: clocks: imx8mp: Add ID for usb suspend clock
Li Jun
1
-1
/
+2
2023-01-18
clk: imx8mp: add clkout1/2 support
Lucas Stach
1
-2
/
+7
2023-01-18
clk: imx8mp: Add DISP2 pixel clock
Marek Vasut
1
-1
/
+3
2023-01-18
efi: tpm: Avoid READ_ONCE() for accessing the event log
Ard Biesheuvel
1
-2
/
+2
2023-01-14
mptcp: remove MPTCP 'ifdef' in TCP SYN cookies
Mat Martineau
1
-2
/
+10
2023-01-14
ext4: disable fast-commit of encrypted dir operations
Eric Biggers
1
-2
/
+5
2023-01-14
efi: random: combine bootloader provided RNG seed with RNG protocol output
Ard Biesheuvel
1
-2
/
+0
[next]