index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
Age
Commit message (
Expand
)
Author
Lines
2025-11-27
liveupdate: luo_session: add sessions support
Pasha Tatashin
-0
/
+74
2025-11-27
liveupdate: luo_core: integrate with KHO
Pasha Tatashin
-0
/
+58
2025-11-27
liveupdate: luo_core: Live Update Orchestrator
Pasha Tatashin
-0
/
+81
2025-11-27
kho: allow memory preservation state updates after finalization
Pasha Tatashin
-15
/
+6
2025-11-27
kho: introduce high-level memory allocation API
Pasha Tatashin
-7
/
+15
2025-11-27
kho: add interfaces to unpreserve folios, page ranges, and vmalloc
Pasha Tatashin
-0
/
+18
2025-11-27
kho: drop notifiers
Mike Rapoport (Microsoft)
-23
/
+5
2025-11-27
rbtree: inline rb_last()
Eric Dumazet
-1
/
+15
2025-11-27
rbtree: inline rb_first()
Eric Dumazet
-1
/
+15
2025-11-27
Merge branch 'mm-hotfixes-stable' into mm-nonmm-stable in order to be able
Andrew Morton
-35
/
+36
2025-11-27
Merge tag 'cache-for-v6.19' of https://git.kernel.org/pub/scm/linux/kernel/gi...
Arnd Bergmann
-4
/
+73
2025-11-27
keys: Fix grammar and formatting in 'struct key_type' comments
Thorsten Blum
-3
/
+6
2025-11-27
Merge tag 'reset-gpio-for-v6.19' of https://git.pengutronix.de/git/pza/linux ...
Arnd Bergmann
-3
/
+10
2025-11-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-41
/
+81
2025-11-27
ASoC: sdw_utils: Add cs42l45 support functions
Charles Keepax
-0
/
+2
2025-11-27
ASoC: intel: sof_sdw: Add ability to have auxiliary devices
Charles Keepax
-1
/
+10
2025-11-27
ASoC: sdw_utils: Move codec_name to dai info
Charles Keepax
-2
/
+2
2025-11-27
ASoC: SDCA: Add terminal type into input/output widget name
Charles Keepax
-0
/
+2
2025-11-27
ASoC: SDCA: Align mute controls to ALSA expectations
Charles Keepax
-1
/
+1
2025-11-27
Merge tag 'ceph-for-6.18-rc8' of https://github.com/ceph/ceph-client
Linus Torvalds
-2
/
+1
2025-11-27
Merge tag 'net-6.18-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
-10
/
+20
2025-11-27
Merge tag 'devfreq-next-for-6.19' of git://git.kernel.org/pub/scm/linux/kerne...
Rafael J. Wysocki
-0
/
+102
2025-11-27
sysctl: Wrap do_proc_douintvec with the public function proc_douintvec_conv
Joel Granados
-6
/
+7
2025-11-27
sysctl: Create pipe-max-size converter using sysctl UINT macros
Joel Granados
-0
/
+1
2025-11-27
sysctl: Move proc_doulongvec_ms_jiffies_minmax to kernel/time/jiffies.c
Joel Granados
-2
/
+5
2025-11-27
sysctl: Move jiffies converters to kernel/time/jiffies.c
Joel Granados
-7
/
+10
2025-11-27
sysctl: Move UINT converter macros to sysctl header
Joel Granados
-0
/
+40
2025-11-27
sysctl: Move INT converter macros to sysctl header
Joel Granados
-0
/
+75
2025-11-27
sysctl: Allow custom converters from outside sysctl
Joel Granados
-0
/
+4
2025-11-27
Merge tag 'linux-can-next-for-6.19-20251126' of git://git.kernel.org/pub/scm/...
Paolo Abeni
-22
/
+161
2025-11-27
sysctl: Replace void pointer with const pointer to ctl_table
Joel Granados
-3
/
+2
2025-11-27
srcu: Create an SRCU-fast-updown API
Paul E. McKenney
-7
/
+141
2025-11-27
configfs: Constify ct_item_ops in struct config_item_type
Christophe JAILLET
-1
/
+1
2025-11-27
configfs: Constify ct_group_ops in struct config_item_type
Christophe JAILLET
-1
/
+1
2025-11-27
net: pcs: xpcs: Add support for FBNIC 25G, 50G, 100G PMD
Alexander Duyck
-0
/
+2
2025-11-27
net: pcs: xpcs: Fix PMA identifier handling in XPCS
Alexander Duyck
-1
/
+6
2025-11-27
net: pcs: xpcs: Add support for 25G, 50G, and 100G interfaces
Alexander Duyck
-0
/
+6
2025-11-27
net: phy: Add MDIO_PMA_CTRL1_SPEED for 2.5G and 5G to reflect PMA values
Alexander Duyck
-2
/
+10
2025-11-27
virtio: clean up features qword/dword terms
Michael S. Tsirkin
-20
/
+21
2025-11-27
virtio: fix map ops comment
Michael S. Tsirkin
-1
/
+1
2025-11-27
virtio: fix virtqueue_set_affinity() docs
Michael S. Tsirkin
-1
/
+1
2025-11-27
virtio: standardize Returns documentation style
Michael S. Tsirkin
-4
/
+4
2025-11-27
virtio: fix grammar in virtio_map_ops docs
Michael S. Tsirkin
-2
/
+2
2025-11-27
virtio: fix grammar in virtio_queue_info docs
Michael S. Tsirkin
-1
/
+1
2025-11-27
virtio: fix whitespace in virtio_config_ops
Michael S. Tsirkin
-1
/
+1
2025-11-27
virtio: fix typo in virtio_device_ready() comment
Michael S. Tsirkin
-1
/
+1
2025-11-26
virtio-net: avoid unnecessary checksum calculation on guest RX
Jon Kohler
-3
/
+4
2025-11-26
of: Add wrappers to match root node with OF device ID tables
Krzysztof Kozlowski
-0
/
+13
2025-11-26
phy: add hwtstamp_get callback to phy drivers
Vadim Fedorenko
-0
/
+5
2025-11-26
phy: rename hwtstamp callback to hwtstamp_set
Vadim Fedorenko
-6
/
+6
[prev]
[next]