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
/
drivers
/
base
Age
Commit message (
Expand
)
Author
Files
Lines
2025-11-16
mm: change type of parameter for memory_notify
Israel Batista
1
-2
/
+2
2025-11-16
mm: change type of state in struct memory_block
Israel Batista
1
-1
/
+1
2025-11-16
drivers/base/node: fold unregister_node() into unregister_one_node()
Donet Tom
1
-21
/
+17
2025-11-16
drivers/base/node: fold register_node() into register_one_node()
Donet Tom
1
-32
/
+20
2025-11-16
convert ramfs and tmpfs
Al Viro
1
-1
/
+1
2025-11-14
PM: Introduce new PMSG_POWEROFF event
Mario Limonciello (AMD)
1
-0
/
+5
2025-11-14
Merge back earlier runtime PM changes for 6.19
Rafael J. Wysocki
1
-7
/
+16
2025-11-14
syscore: Pass context data to callbacks
Thierry Reding
2
-43
/
+51
2025-11-12
PM: wakeup: Update after recent wakeup source removal ordering change
Rafael J. Wysocki
1
-6
/
+10
2025-11-12
vfs: make vfs_mknod break delegations on parent directory
Jeff Layton
1
-1
/
+1
2025-11-12
vfs: allow rmdir to wait for delegation break on parent
Jeff Layton
1
-1
/
+1
2025-11-12
vfs: allow mkdir to wait for delegation break on parent
Jeff Layton
1
-1
/
+1
2025-11-08
PM: wakeup: Delete timer before removing wakeup source from list
Kaushlendra Kumar
1
-7
/
+1
2025-11-07
regmap: sdw-mbq: Reorder regmap_mbq_context struct for better packing
Charles Keepax
1
-1
/
+2
2025-11-06
ASoC: qcom: q6dsp: fixes and updates
Mark Brown
1
-4
/
+2
2025-11-04
regmap: i3c: Use ARRAY_SIZE()
Andy Shevchenko
1
-2
/
+3
2025-11-04
firmware: don't copy kernel creds
Christian Brauner
1
-34
/
+25
2025-11-03
PCI: Introduce pci_walk_bus_reverse(), for_each_pci_dev_reverse()
Dan Williams
1
-0
/
+38
2025-11-01
Merge tag 'regmap-fix-v6.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap
Linus Torvalds
1
-4
/
+2
2025-10-31
regcache: maple: Split ->populate() from ->init()
Andy Shevchenko
1
-26
/
+21
2025-10-31
regcache: flat: Split ->populate() from ->init()
Andy Shevchenko
1
-9
/
+18
2025-10-31
regcache: flat: Remove unneeded check and error message for -ENOMEM
Andy Shevchenko
1
-9
/
+1
2025-10-31
regcache: rbtree: Split ->populate() from ->init()
Andy Shevchenko
1
-14
/
+17
2025-10-31
regcache: Add ->populate() callback to separate from ->init()
Andy Shevchenko
2
-0
/
+17
2025-10-29
PM: runtime: fix typos in runtime.c comments
Malaya Kumar Rout
1
-3
/
+3
2025-10-29
rust: device: introduce Device::drvdata()
Danilo Krummrich
1
-0
/
+16
2025-10-29
regmap: warn users about uninitialized flat cache
Sander Vanheule
1
-12
/
+6
2025-10-29
regmap: add flat cache with sparse validity
Sander Vanheule
4
-11
/
+115
2025-10-29
Add SDCA UMP/FDL support
Mark Brown
1
-11
/
+12
2025-10-27
platform: Add firmware-agnostic irq and affinity retrieval interface
Marc Zyngier
1
-15
/
+56
2025-10-27
regmap: sdw-mbq: Don't assume the regmap device is the SoundWire slave
Charles Keepax
1
-11
/
+12
2025-10-27
Merge 6.18-rc3 into driver-core-next
Greg Kroah-Hartman
3
-55
/
+85
2025-10-23
regmap: slimbus: fix bus_context pointer in regmap init calls
Alexey Klimov
1
-4
/
+2
2025-10-23
PM: runtime: docs: Update pm_runtime_allow/forbid() documentation
Rafael J. Wysocki
1
-4
/
+13
2025-10-22
arch_topology: move parse_acpi_topology() to common code
Yunhui Cui
1
-1
/
+95
2025-10-22
firmware_loader: Replace simple_strtol() with kstrtoint()
Kaushlendra Kumar
1
-2
/
+8
2025-10-22
firmware_loader: Only call cancel when upload is active
Kaushlendra Kumar
1
-2
/
+4
2025-10-22
arch_topology: Fix incorrect error check in topology_parse_cpu_capacity()
Kaushlendra Kumar
1
-1
/
+1
2025-10-20
PM: dpm_watchdog: add module param to backtrace all CPUs
Sergey Senozhatsky
1
-0
/
+10
2025-10-20
PM: sleep: Introduce CALL_PM_OP() macro to simplify code
Kaushlendra Kumar
1
-60
/
+25
2025-10-17
devcoredump: Fix circular locking dependency with devcd->mutex.
Maarten Lankhorst
1
-53
/
+83
2025-10-17
driver core: fw_devlink: Don't warn about sync_state() pending
Ulf Hansson
1
-1
/
+1
2025-10-14
mm/memory_hotplug: Remove MEM_PREPARE_ONLINE/MEM_FINISH_OFFLINE notifiers
Sumanth Korikkar
1
-22
/
+1
2025-10-13
PM: sleep: Replace snprintf() with scnprintf() in show_trace_dev_match()
Kaushlendra Kumar
1
-3
/
+1
2025-10-07
Merge tag 'pm-6.18-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
Linus Torvalds
7
-3
/
+271
2025-10-07
Merge branches 'pm-core' and 'pm-runtime'
Rafael J. Wysocki
7
-3
/
+271
2025-10-05
Merge tag 'mm-stable-2025-10-03-16-49' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
2
-36
/
+27
2025-10-04
Merge tag 'cxl-for-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxl
Linus Torvalds
1
-0
/
+38
2025-10-04
Merge tag 'riscv-for-linus-6.18-mw2' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux
Linus Torvalds
1
-1
/
+1
2025-10-03
drivers/base: move memory_block_add_nid() into the caller
Hannes Reinecke
2
-24
/
+22
[prev]
[next]