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
2024-04-09
serial: max3100: Make struct plat_max3100 local
Andy Shevchenko
1
-48
/
+0
2024-04-09
printk: Save console options for add_preferred_console_match()
Tony Lindgren
1
-0
/
+3
2024-04-09
tty: serial: switch from circ_buf to kfifo
Jiri Slaby (SUSE)
1
-18
/
+31
2024-04-09
kfifo: fix typos in kernel-doc
Jiri Slaby (SUSE)
1
-5
/
+5
2024-04-09
kfifo: add kfifo_dma_out_prepare_mapped()
Jiri Slaby (SUSE)
1
-12
/
+25
2024-04-09
kfifo: add kfifo_out_linear{,_ptr}()
Jiri Slaby (SUSE)
1
-0
/
+63
2024-04-09
kfifo: introduce and use kfifo_skip_count()
Jiri Slaby (SUSE)
1
-16
/
+15
2024-04-09
kfifo: drop __kfifo_dma_out_finish_r()
Jiri Slaby (SUSE)
1
-3
/
+1
2024-04-09
rcu-tasks: Make Tasks RCU wait idly for grace-period delays
Paul E. McKenney
1
-9
/
+9
2024-04-09
tcp: replace TCP_SKB_CB(skb)->tcp_tw_isn with a per-cpu field
Eric Dumazet
1
-5
/
+5
2024-04-09
tcp: propagate tcp_tw_isn via an extra parameter to ->route_req()
Eric Dumazet
1
-1
/
+2
2024-04-09
fs: Add FOP_HUGE_PAGES
Matthew Wilcox (Oracle)
3
-11
/
+4
2024-04-09
Merge tag 'v6.9-rc3' into locking/core, to pick up fixes
Ingo Molnar
141
-616
/
+1735
2024-04-09
eth: Move IPv4/IPv6 multicast address bases to their own symbols
Diogo Ivo
1
-4
/
+8
2024-04-09
Merge tag 'v6.9-rc3' into x86/cpu, to pick up fixes
Ingo Molnar
141
-616
/
+1735
2024-04-09
RDMA/hns: Support DSCP
Junxian Huang
1
-1
/
+8
2024-04-09
media: v4l2-subdev: Remove non-pad dv timing callbacks
Paweł Anikiel
1
-14
/
+0
2024-04-09
media: v4l2-subdev: Add pad versions of dv timing subdev calls
Paweł Anikiel
1
-0
/
+14
2024-04-09
md: Fix overflow in is_mddev_idle
Li Nan
1
-1
/
+1
2024-04-09
Merge patch series "scsi: documentation: clean up docs and fix kernel-doc"
Martin K. Petersen
6
-16
/
+29
2024-04-09
scsi: scsi_transport_srp: Fix a couple of kernel-doc warnings
Randy Dunlap
1
-2
/
+2
2024-04-09
scsi: scsi_transport_fc: Add kernel-doc for function return
Randy Dunlap
1
-3
/
+2
2024-04-09
scsi: core: Add function return kernel-doc for 2 functions
Randy Dunlap
1
-3
/
+4
2024-04-09
scsi: libfcoe: Fix a slew of kernel-doc warnings
Randy Dunlap
1
-7
/
+18
2024-04-09
scsi: iser: Fix @read_stag kernel-doc warning
Randy Dunlap
1
-1
/
+1
2024-04-09
scsi: core: Add kernel-doc for scsi_msg_to_host_byte()
Randy Dunlap
1
-0
/
+2
2024-04-08
drm/xe/uapi: Restore flags VM_BIND_FLAG_READONLY and VM_BIND_FLAG_IMMEDIATE
Francois Dugast
1
-0
/
+8
2024-04-08
wifi: mac80211: extend IEEE80211_KEY_FLAG_GENERATE_MMIE to other ciphers
Michael-CY Lee
1
-2
/
+2
2024-04-08
wifi: mac80211: Add missing return value documentation
Jeff Johnson
1
-8
/
+30
2024-04-08
wifi: mac80211: remove ieee80211_set_hw_80211_encap()
Jeff Johnson
1
-12
/
+0
2024-04-08
wifi: mac80211: don't use rate mask for scanning
Johannes Berg
1
-0
/
+3
2024-04-08
cgroup/cpuset: Make cpuset hotplug processing synchronous
Waiman Long
1
-3
/
+0
2024-04-08
Merge tag 'fixes-2024-04-08' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-0
/
+2
2024-04-08
platform/x86: asus-wmi: support toggling POST sound
Luke D. Jones
1
-0
/
+3
2024-04-08
platform/x86: asus-wmi: add support variant of TUF RGB
Luke D. Jones
1
-0
/
+1
2024-04-08
platform/x86: asus-wmi: add support for Vivobook GPU MUX
Luke D. Jones
1
-0
/
+1
2024-04-08
platform/x86: asus-wmi: add support for 2024 ROG Mini-LED
Luke D. Jones
1
-0
/
+1
2024-04-08
ACPI: bus: allow _UID matching for integer zero
Raag Jadav
1
-3
/
+5
2024-04-08
locking: Make rwsem_assert_held_write_nolockdep() build with PREEMPT_RT=y
Sebastian Andrzej Siewior
2
-5
/
+5
2024-04-08
irqflags: Explicitly ignore lockdep_hrtimer_exit() argument
Arnd Bergmann
1
-1
/
+1
2024-04-08
ACPI: drop redundant owner from acpi_driver
Krzysztof Kozlowski
1
-1
/
+0
2024-04-08
ACPI: store owner from modules with acpi_bus_register_driver()
Krzysztof Kozlowski
1
-1
/
+6
2024-04-08
PM: EM: Add em_dev_update_chip_binning()
Lukasz Luba
1
-0
/
+5
2024-04-08
OPP: OF: Export dev_opp_pm_calc_power() for usage from EM
Lukasz Luba
1
-0
/
+8
2024-04-08
thermal: core: Relocate the struct thermal_governor definition
Rafael J. Wysocki
1
-25
/
+0
2024-04-08
thermal: core: Make struct thermal_zone_device definition internal
Rafael J. Wysocki
1
-85
/
+2
2024-04-08
thermal: core: Move threshold out of struct thermal_trip
Rafael J. Wysocki
1
-3
/
+6
2024-04-08
devlink: Support setting max_io_eqs
Parav Pandit
2
-0
/
+15
2024-04-08
ASoC: cs35l56: Prevent overwriting firmware ASP config
Richard Fitzgerald
1
-0
/
+2
2024-04-08
regmap: Add regmap_read_bypassed()
Richard Fitzgerald
1
-0
/
+8
[prev]
[next]