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
Age
Commit message (
Expand
)
Author
Files
Lines
2025-03-06
Merge tag 'vfs-6.14-rc6.fixes' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
1
-8
/
+2
2025-03-06
fs/pipe: express 'pipe_empty()' in terms of 'pipe_occupancy()'
Linus Torvalds
1
-6
/
+6
2025-03-06
Merge tag 'ffa-updates-6.15' of https://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux into soc/drivers
Arnd Bergmann
1
-2
/
+20
2025-03-06
Merge tag 'smccc-update-6.15' of https://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux into soc/drivers
Arnd Bergmann
1
-0
/
+40
2025-03-06
Merge tag 'asahi-soc-rtkit-6.15' of https://github.com/AsahiLinux/linux into soc/drivers
Arnd Bergmann
1
-1
/
+1
2025-03-06
ASoC: soc-dai: add snd_soc_dai_mute_is_ctrled_at_trigger()
Kuninori Morimoto
1
-1
/
+1
2025-03-06
drm/sched: Update timedout_job()'s documentation
Philipp Stanner
1
-31
/
+47
2025-03-06
drm/sched: Adjust outdated docu for run_job()
Philipp Stanner
1
-4
/
+30
2025-03-06
badblocks: use sector_t instead of int to avoid truncation of badblocks length
Zheng Qixing
1
-4
/
+4
2025-03-06
badblocks: return boolean from badblocks_set() and badblocks_clear()
Zheng Qixing
1
-3
/
+3
2025-03-06
dma-buf: drop caching of sg_tables
Christian König
1
-13
/
+0
2025-03-06
dma-buf: dma-buf: stop mapping sg_tables on attach v2
Christian König
1
-14
/
+0
2025-03-06
dma-buf/dma-fence: remove unnecessary callbacks
Christian König
1
-21
/
+0
2025-03-06
dma-buf: fix incorrect dma-fence documentation v2
Christian König
1
-2
/
+2
2025-03-06
netfilter: nf_tables: make destruction work queue pernet
Florian Westphal
1
-1
/
+3
2025-03-06
uprobes/x86: Harden uretprobe syscall trampoline check
Jiri Olsa
1
-0
/
+2
2025-03-06
watchdog/hardlockup/perf: Fix perf_event memory leak
Li Huafei
1
-4
/
+0
2025-03-06
iomap: Support SW-based atomic writes
John Garry
1
-1
/
+7
2025-03-06
iomap: Rename IOMAP_ATOMIC -> IOMAP_ATOMIC_HW
John Garry
1
-1
/
+1
2025-03-06
Merge branch 'vfs-6.15.shared.iomap' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs/vfs
Christian Brauner
1
-0
/
+1
2025-03-06
PCI: dwc: Add Rockchip to the RAS DES allowed vendor list
Niklas Cassel
1
-0
/
+2
2025-03-06
PCI: Add Rockchip Vendor ID
Shawn Lin
1
-0
/
+2
2025-03-06
PCI: dwc: Add debugfs based Silicon Debug support for DWC
Shradha Todi
1
-0
/
+2
2025-03-06
gpiolib: fix kerneldoc
Bartosz Golaszewski
1
-1
/
+1
2025-03-06
drm/gem-shmem: Test for imported buffers with drm_gem_is_imported()
Thomas Zimmermann
1
-1
/
+1
2025-03-06
drm/gem: Test for imported GEM buffers with helper
Thomas Zimmermann
1
-0
/
+14
2025-03-05
include/linux/log2.h: mark is_power_of_2() with __always_inline
Su Hui
1
-1
/
+1
2025-03-05
NFS: fix nfs_release_folio() to not deadlock via kcompactd writeback
Mike Snitzer
2
-1
/
+6
2025-03-05
mm/hugetlb: wait for hugetlb folios to be freed
Ge Yang
1
-0
/
+5
2025-03-05
inet: fix lwtunnel_valid_encap_type() lock imbalance
Eric Dumazet
1
-4
/
+8
2025-03-05
net: phy: remove remaining PHY package related definitions from phy.h
Heiner Kallweit
1
-38
/
+0
2025-03-05
net: phy: move PHY package related code from phy.h to phy_package.c
Heiner Kallweit
1
-86
/
+0
2025-03-05
net: stmmac: configure SerDes on mac_finish
Choong Yong Liang
1
-0
/
+4
2025-03-05
arch: x86: add IPC mailbox accessor function and add SoC register access
David E. Box
1
-0
/
+94
2025-03-05
drm/fb-helper: Remove struct drm_fb_helper.fb_probe
Thomas Zimmermann
1
-17
/
+0
2025-03-05
drm/i915/display: fbdev: Move custom suspend code to new callback
Thomas Zimmermann
1
-0
/
+14
2025-03-05
drm/i915/display: fbdev: Move custom restore code to new callback
Thomas Zimmermann
1
-0
/
+13
2025-03-05
drm/client: Send pending hotplug events after resume
Thomas Zimmermann
1
-0
/
+8
2025-03-05
ASoC: Merge up fixes
Mark Brown
31
-45
/
+187
2025-03-05
fs/pipe: remove buggy and unused 'helper' function
Linus Torvalds
1
-9
/
+0
2025-03-05
file: add fput and file_ref_put routines optimized for use when closing a fd
Mateusz Guzik
1
-0
/
+34
2025-03-05
ASoC: ops: Consistently treat platform_max as control value
Charles Keepax
1
-1
/
+4
2025-03-05
include/linux/pipe_fs_i: Add htmldoc annotation for "head_tail" member
K Prateek Nayak
1
-0
/
+1
2025-03-05
fs/pipe: Fix pipe_occupancy() with 16-bit indexes
Linus Torvalds
1
-1
/
+1
2025-03-05
treewide: fix typo 'unsigned __init128' -> 'unsigned __int128'
Vincent Mailhol
2
-2
/
+2
2025-03-05
drm/ttm: Add helpers for shrinking
Thomas Hellström
2
-0
/
+23
2025-03-05
drm/ttm: Add a macro to perform LRU iteration
Thomas Hellström
1
-0
/
+72
2025-03-05
drm/ttm/pool, drm/ttm/tt: Provide a helper to shrink pages
Thomas Hellström
2
-2
/
+73
2025-03-05
drm/ttm: Provide a shmem backup implementation
Thomas Hellström
1
-0
/
+74
2025-03-05
drm/amdkfd: flag per-sdma queue reset supported to user space
Jonathan Kim
1
-0
/
+3
[prev]
[next]