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.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.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
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2023-05-11
netfilter: nf_tables: deactivate anonymous set from preparation phase
Pablo Neira Ayuso
1
-0
/
+1
2023-05-11
btrfs: scrub: reject unsupported scrub flags
Qu Wenruo
1
-0
/
+1
2023-05-11
mailbox: zynqmp: Fix typo in IPI documentation
Tanmay Shah
1
-1
/
+1
2023-05-11
SUNRPC: remove the maximum number of retries in call_bind_status
Dai Ngo
1
-2
/
+1
2023-05-11
RDMA/mlx5: Fix flow counter query via DEVX
Mark Bloch
1
-1
/
+2
2023-05-11
workqueue: Introduce show_one_worker_pool and show_one_workqueue.
Imran Khan
1
-1
/
+2
2023-05-11
sched: Make struct sched_statistics independent of fair sched class
Yafang Shao
1
-3
/
+3
2023-05-11
uapi/linux/const.h: prefer ISO-friendly __typeof__
Kevin Brodsky
1
-1
/
+1
2023-05-11
linux/vt_buffer.h: allow either builtin or modular for macros
Randy Dunlap
1
-1
/
+1
2023-05-11
netfilter: nf_tables: don't write table validation state without mutex
Florian Westphal
1
-1
/
+0
2023-05-11
nvme: handle the persistent internal error AER
Michael Kelley
1
-0
/
+4
2023-05-11
xsk: Fix unaligned descriptor validation
Kal Conley
1
-7
/
+2
2023-05-11
net: qrtr: correct types of trace event parameters
Simon Horman
1
-15
/
+18
2023-05-11
scsi: target: Fix multiple LUN_RESET handling
Mike Christie
1
-0
/
+1
2023-05-11
scm: fix MSG_CTRUNC setting condition for SO_PASSSEC
Alexander Mikhalitsyn
1
-1
/
+12
2023-05-11
platform: Provide a remove callback that returns no value
Uwe Kleine-König
1
-0
/
+11
2023-05-11
ACPI: processor: Fix evaluating _PDC method when running as Xen dom0
Roger Pau Monne
1
-0
/
+11
2023-05-11
rcu: Fix missing TICK_DEP_MASK_RCU_EXP dependency check
Zqiang
1
-1
/
+2
2023-05-11
tick/nohz: Fix cpu_is_hotpluggable() by checking with nohz subsystem
Joel Fernandes (Google)
1
-0
/
+2
2023-05-11
blk-crypto: make blk_crypto_evict_key() return void
Eric Biggers
1
-2
/
+2
2023-05-11
posix-cpu-timers: Implement the missing timer_wait_running callback
Thomas Gleixner
1
-6
/
+11
2023-05-11
asm-generic/io.h: suppress endianness warnings for readq() and writeq()
Vladimir Oltean
1
-2
/
+2
2023-04-26
tcp/udp: Call inet6_destroy_sock() in IPv6 sk->sk_destruct().
Kuniyuki Iwashima
3
-9
/
+2
2023-04-26
udp: Call inet6_destroy_sock() in setsockopt(IPV6_ADDRFORM).
Kuniyuki Iwashima
1
-0
/
+1
2023-04-26
f2fs: Fix f2fs_truncate_partial_nodes ftrace event
Douglas Raillard
1
-1
/
+1
2023-04-26
netfilter: nf_tables: validate catch-all set elements
Pablo Neira Ayuso
1
-0
/
+4
2023-04-26
netfilter: nf_tables: fix ifdef to also consider nf_tables=m
Florian Westphal
1
-2
/
+2
2023-04-26
netfilter: br_netfilter: fix recent physdev match breakage
Florian Westphal
1
-0
/
+1
2023-04-20
counter: Add the necessary colons and indents to the comments of counter_compi
Yanteng Si
1
-20
/
+20
2023-04-20
kexec: turn all kexec_mutex acquisitions into trylocks
Valentin Schneider
1
-1
/
+1
2023-04-20
tracing: Add trace_array_puts() to write into instance
Steven Rostedt (Google)
1
-0
/
+12
2023-04-20
counter: Internalize sysfs interface code
William Breathitt Gray
2
-365
/
+338
2023-04-20
counter: stm32-timer-cnt: Provide defines for slave mode selection
William Breathitt Gray
1
-0
/
+4
2023-04-20
counter: stm32-lptimer-cnt: Provide defines for clock polarities
William Breathitt Gray
1
-0
/
+5
2023-04-13
ftrace: Mark get_lock_parent_ip() __always_inline
John Keeping
1
-1
/
+1
2023-04-05
rcu: Fix rcu_torture_read ftrace event
Douglas Raillard
1
-1
/
+1
2023-04-05
x86/PVH: obtain VGA console info in Dom0
Jan Beulich
1
-0
/
+3
2023-03-30
lockd: set file_lock start and end when decoding nlm4 testargs
Jeff Layton
1
-0
/
+1
2023-03-30
efi: sysfb_efi: Fix DMI quirks not working for simpledrm
Hans de Goede
1
-2
/
+7
2023-03-30
entry: Snapshot thread flags
Mark Rutland
1
-1
/
+1
2023-03-30
thread_info: Add helpers to snapshot thread flags
Mark Rutland
1
-0
/
+14
2023-03-30
nvme-tcp: fix nvme_tcp_term_pdu to match spec
Caleb Sander
1
-2
/
+3
2023-03-30
net: mdio: fix owner field for mdio buses registered using ACPI
Florian Fainelli
1
-1
/
+8
2023-03-30
net: mdio: fix owner field for mdio buses registered using device-tree
Maxime Bizon
1
-3
/
+19
2023-03-30
kthread: add the helper function kthread_run_on_cpu()
Cai Huoqing
1
-0
/
+25
2023-03-22
HID: core: Provide new max_buffer_size attribute to over-ride the default
Lee Jones
1
-0
/
+3
2023-03-22
tracing: Make tracepoint lockdep check actually test something
Steven Rostedt (Google)
1
-9
/
+6
2023-03-22
sh: intc: Avoid spurious sizeof-pointer-div warning
Michael Karcher
1
-1
/
+4
2023-03-22
drm/bridge: Fix returned array size name for atomic_get_input_bus_fmts kdoc
Liu Ying
1
-2
/
+2
2023-03-22
net: tunnels: annotate lockless accesses to dev->needed_headroom
Eric Dumazet
1
-2
/
+4
[next]