index
:
laptop-kernel
master
Linux kernel tree for laptop
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-07-19
mm/damon/core: add damos->migrate_dests field
SeongJae Park
1
-3
/
+10
2025-07-19
mm/damon: add struct damos_migrate_dests
SeongJae Park
1
-0
/
+16
2025-07-19
mm, vmstat: remove the NR_WRITEBACK_TEMP node_stat_item counter
Vlastimil Babka
1
-1
/
+0
2025-07-19
mm/vmstat: make MEMCG select VM_EVENT_COUNTERS
Kirill A. Shutemov
1
-2
/
+2
2025-07-19
mm/damon/sysfs: use DAMON core API damon_is_running()
SeongJae Park
1
-0
/
+1
2025-07-19
Merge tag 'vfs-6.16-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
1
-0
/
+30
2025-07-19
Merge tag 'iio-for-6.17a' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/jic23/iio into char-misc-next
Greg Kroah-Hartman
8
-8
/
+122
2025-07-19
srcu: Add guards for SRCU-fast readers
Paul E. McKenney
1
-0
/
+5
2025-07-18
net: s/dev_close_many/netif_close_many/
Stanislav Fomichev
1
-1
/
+1
2025-07-18
net: s/dev_set_threaded/netif_set_threaded/
Stanislav Fomichev
1
-0
/
+1
2025-07-18
net: s/dev_get_flags/netif_get_flags/
Stanislav Fomichev
1
-1
/
+1
2025-07-18
net: s/__dev_set_mtu/__netif_set_mtu/
Stanislav Fomichev
1
-1
/
+1
2025-07-18
net: s/dev_pre_changeaddr_notify/netif_pre_changeaddr_notify/
Stanislav Fomichev
1
-2
/
+2
2025-07-18
net: s/dev_get_mac_address/netif_get_mac_address/
Stanislav Fomichev
1
-1
/
+1
2025-07-18
net: s/dev_get_port_parent_id/netif_get_port_parent_id/
Stanislav Fomichev
1
-2
/
+2
2025-07-18
net: track pfmemalloc drops via SKB_DROP_REASON_PFMEMALLOC
Jesper Dangaard Brouer
3
-3
/
+19
2025-07-18
Merge branch 'for-6.17/cxl-events-updates' into cxl-for-next
Dave Jiang
1
-1
/
+36
2025-07-18
iommufd: Rename some shortterm-related identifiers
Xu Yilun
1
-1
/
+7
2025-07-18
iommufd/vdevice: Remove struct device reference from struct vdevice
Xu Yilun
1
-1
/
+7
2025-07-18
iommufd: Destroy vdevice on idevice destroy
Xu Yilun
2
-0
/
+6
2025-07-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc6
Alexei Starovoitov
42
-98
/
+255
2025-07-18
io_uring/cmd: remove struct io_uring_cmd_data
Caleb Sander Mateos
1
-9
/
+0
2025-07-18
io_uring/cmd: introduce IORING_URING_CMD_REISSUE flag
Caleb Sander Mateos
1
-0
/
+2
2025-07-18
Merge tag 'phy-fix-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/phy/linux-phy
Linus Torvalds
1
-0
/
+2
2025-07-18
cxl/events: Trace Memory Sparing Event Record
Shiju Jose
1
-0
/
+33
2025-07-18
cxl/events: Update Common Event Record to CXL spec rev 3.2
Shiju Jose
1
-1
/
+3
2025-07-18
wifi: mac80211: support initialising an S1G short beaconing BSS
Lachlan Hodges
1
-0
/
+4
2025-07-18
wifi: cfg80211: support configuring an S1G short beaconing BSS
Lachlan Hodges
2
-0
/
+62
2025-07-18
wifi: brcmfmac: Add support for the SDIO 43751 device
Fabio Estevam
1
-0
/
+1
2025-07-18
vdso/gettimeofday: Add support for auxiliary clocks
Thomas Weißschuh
1
-0
/
+2
2025-07-18
vdso/vsyscall: Update auxiliary clock data in the datapage
Thomas Weißschuh
2
-0
/
+9
2025-07-18
vdso: Introduce aux_clock_resolution_ns()
Thomas Weißschuh
1
-0
/
+13
2025-07-18
crypto: engine - remove {prepare,unprepare}_crypt_hardware callbacks
Ovidiu Panait
1
-11
/
+0
2025-07-18
crypto: engine - remove request batching support
Ovidiu Panait
2
-5
/
+0
2025-07-18
crypto: acomp - Fix CFI failure due to type punning
Eric Biggers
1
-4
/
+1
2025-07-18
Merge tag 'local-lock-for-net' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into head
Herbert Xu
2
-25
/
+25
2025-07-18
fs: constify file ptr in backing_file accessor helpers
Amir Goldstein
1
-3
/
+3
2025-07-17
cleanup: Fix documentation build error for ACQUIRE updates
Dan Williams
1
-2
/
+1
2025-07-17
string: Group str_has_prefix() and strstarts()
Andy Shevchenko
1
-10
/
+10
2025-07-17
neighbour: Update pneigh_entry in pneigh_create().
Kuniyuki Iwashima
1
-2
/
+3
2025-07-17
neighbour: Protect tbl->phash_buckets[] with a dedicated mutex.
Kuniyuki Iwashima
1
-0
/
+1
2025-07-17
neighbour: Remove __pneigh_lookup().
Kuniyuki Iwashima
1
-2
/
+0
2025-07-17
neighbour: Free pneigh_entry after RCU grace period.
Kuniyuki Iwashima
1
-0
/
+4
2025-07-17
neighbour: Annotate neigh_table.phash_buckets and pneigh_entry.next with __rcu.
Kuniyuki Iwashima
1
-2
/
+2
2025-07-17
neighbour: Split pneigh_lookup().
Kuniyuki Iwashima
1
-2
/
+3
2025-07-17
ethtool: rss: initial RSS_SET (indirection table handling)
Jakub Kicinski
1
-0
/
+1
2025-07-17
PCI: Add pci_is_display() to check if device is a display controller
Mario Limonciello
1
-0
/
+15
2025-07-17
stop_machine: Improve kernel-doc function-header comments
Paul E. McKenney
1
-23
/
+41
2025-07-17
Merge back earlier cpufreq material for 6.17-rc1
Rafael J. Wysocki
1
-1
/
+0
2025-07-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
16
-50
/
+71
[prev]
[next]