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-05
gpio: Hide valid_mask from direct assignments
Matti Vaittinen
1
-8
/
+0
2025-03-05
gpio: Add a valid_mask getter
Matti Vaittinen
1
-0
/
+1
2025-03-05
posix-clock: Store file pointer in struct posix_clock_context
Wojtek Wasko
1
-1
/
+5
2025-03-05
pidfs: allow to retrieve exit information
Christian Brauner
1
-1
/
+2
2025-03-05
pidfs: record exit code and cgroupid at exit
Christian Brauner
1
-0
/
+1
2025-03-05
fscrypt: Change fscrypt_encrypt_pagecache_blocks() to take a folio
Matthew Wilcox (Oracle)
1
-8
/
+4
2025-03-05
VFS: Change vfs_mkdir() to return the dentry.
NeilBrown
1
-2
/
+2
2025-03-05
nfs: change mkdir inode_operation to return alternate dentry if needed.
NeilBrown
1
-1
/
+1
2025-03-05
media: v4l2-core: Introduce v4l2_query_ext_ctrl_to_v4l2_queryctrl
Ricardo Ribalda
1
-0
/
+12
2025-03-05
media: v4l2: Remove vidioc_s_ctrl callback
Ricardo Ribalda
1
-4
/
+0
2025-03-05
media: v4l2: Remove vidioc_g_ctrl callback
Ricardo Ribalda
1
-4
/
+0
2025-03-05
media: v4l2: Remove vidioc_queryctrl callback
Ricardo Ribalda
1
-4
/
+0
2025-03-05
mm/slab: call kmalloc_noprof() unconditionally in kmalloc_array_noprof()
Ye Bin
1
-2
/
+0
2025-03-05
drm/xe/uapi: Use hint for guc to set GT frequency
Tejas Upadhyay
1
-1
/
+20
2025-03-04
Merge branches 'docs.2025.02.04a', 'lazypreempt.2025.03.04a', 'misc.2025.03.04a', 'srcu.2025.02.05a' and 'torture.2025.02.05a'
Boqun Feng
9
-37
/
+214
2025-03-04
rcu: Use _full() API to debug synchronize_rcu()
Uladzislau Rezki (Sony)
1
-0
/
+3
2025-03-04
Flush console log from kernel_power_off()
Paul E. McKenney
1
-0
/
+6
2025-03-04
rcu-tasks: Move RCU Tasks self-tests to core_initcall()
Paul E. McKenney
1
-6
/
+0
2025-03-04
tcp: use RCU lookup in __inet_hash_connect()
Eric Dumazet
1
-1
/
+2
2025-03-04
tcp: add RCU management to inet_bind_bucket
Eric Dumazet
1
-2
/
+2
2025-03-04
ppp: use IFF_NO_QUEUE in virtual interfaces
Qingfang Deng
1
-2
/
+1
2025-03-04
PCI: hotplug: Inline pci_hp_{create,remove}_module_link()
Lukas Wunner
1
-5
/
+0
2025-03-04
PCI: hotplug: Drop superfluous pci_hotplug_slot_list
Lukas Wunner
1
-2
/
+0
2025-03-04
ACPI: platform_profile: Add support for hidden choices
Mario Limonciello
1
-0
/
+3
2025-03-04
x86/percpu: Fix __per_cpu_hot_end marker
Uros Bizjak
1
-2
/
+1
2025-03-04
x86/preempt: Move preempt count to percpu hot section
Brian Gerst
1
-0
/
+1
2025-03-04
percpu: Introduce percpu hot section
Brian Gerst
2
-0
/
+24
2025-03-04
Merge branch 'x86/asm' into x86/core, to pick up dependent commits
Ingo Molnar
5
-50
/
+15
2025-03-04
fs/pipe: Read pipe->{head,tail} atomically outside pipe->mutex
Linus Torvalds
1
-2
/
+37
2025-03-04
Coresight: Add Coresight TMC Control Unit driver
Jie Gan
1
-1
/
+2
2025-03-04
Coresight: Change to read the trace ID from coresight_path
Jie Gan
1
-1
/
+1
2025-03-04
Coresight: Introduce a new struct coresight_path
Jie Gan
1
-0
/
+10
2025-03-04
sched_ext: Add trace point to track sched_ext core events
Changwoo Min
1
-0
/
+19
2025-03-04
tracing: Fix DECLARE_TRACE_CONDITION
Gabriele Monaco
1
-0
/
+7
2025-03-04
mm: Remove wait_on_page_locked()
Matthew Wilcox (Oracle)
1
-5
/
+0
2025-03-04
mm: Remove grab_cache_page_write_begin()
Matthew Wilcox (Oracle)
1
-3
/
+0
2025-03-04
mm: Remove wait_for_stable_page()
Matthew Wilcox (Oracle)
1
-1
/
+0
2025-03-04
Merge tag 'wireless-next-2025-03-04-v2' of https://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless-next
Jakub Kicinski
5
-34
/
+74
2025-03-04
drivers: firewire: firewire-cdev.h: fix identation on a kernel-doc markup
Mauro Carvalho Chehab
1
-1
/
+2
2025-03-04
include/asm-generic/io.h: fix kerneldoc markup
Mauro Carvalho Chehab
1
-3
/
+3
2025-03-04
ASoC: Tidy up SOC_DOUBLE_* and SOC_SINGLE_* helpers
Charles Keepax
2
-43
/
+26
2025-03-04
ftrace: Add print_function_args()
Sven Schnelle
1
-0
/
+5
2025-03-04
Tidy up ASoC VALUE control macros
Mark Brown
2
-55
/
+33
2025-03-04
drm/print: require struct drm_device for drm_err() and friends
Jani Nikula
1
-18
/
+23
2025-03-04
media: rc: reduce useless padding in struct rc_dev etc
Sean Young
1
-23
/
+23
2025-03-04
Coresight: Add trace_id function to retrieving the trace ID
Jie Gan
1
-0
/
+5
2025-03-04
Coresight: Add support for new APB clock name
Jie Gan
1
-2
/
+5
2025-03-04
irqchip/davinci-cp-intc: Remove public header
Bartosz Golaszewski
1
-25
/
+0
2025-03-04
Add STM32MP25 SPI NOR support
Mark Brown
34
-64
/
+258
2025-03-04
net: plumb extack in __dev_change_net_namespace()
Nicolas Dichtel
1
-2
/
+3
[prev]
[next]