aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-12-02Merge tag 'pm-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds5-83/+68
2025-12-02Merge tag 's390-6.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-22/+1
2025-12-02Merge tag 'irq-core-2025-11-30' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-15/+56
2025-12-01Merge tag 'vfs-6.19-rc1.directory.delegations' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-3/+3
2025-12-01Merge tag 'kernel-6.19-rc1.cred' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-34/+25
2025-11-28Merge branch 'pm-sleep'Rafael J. Wysocki4-76/+52
2025-11-28Merge branches 'pm-core' and 'pm-runtime'Rafael J. Wysocki1-7/+16
2025-11-20Merge back material related to system sleep for 6.19Rafael J. Wysocki4-76/+52
2025-11-18PM: sleep: core: Fix runtime PM enabling in device_resume_early()Rafael J. Wysocki1-9/+16
2025-11-17Merge back earlier material related to system sleep for 6.19Rafael J. Wysocki4-76/+52
2025-11-14PM: Introduce new PMSG_POWEROFF eventMario Limonciello (AMD)1-0/+5
2025-11-14Merge back earlier runtime PM changes for 6.19Rafael J. Wysocki1-7/+16
2025-11-12PM: wakeup: Update after recent wakeup source removal ordering changeRafael J. Wysocki1-6/+10
2025-11-12vfs: make vfs_mknod break delegations on parent directoryJeff Layton1-1/+1
2025-11-12vfs: allow rmdir to wait for delegation break on parentJeff Layton1-1/+1
2025-11-12vfs: allow mkdir to wait for delegation break on parentJeff Layton1-1/+1
2025-11-08PM: wakeup: Delete timer before removing wakeup source from listKaushlendra Kumar1-7/+1
2025-11-04firmware: don't copy kernel credsChristian Brauner1-34/+25
2025-11-01Merge tag 'regmap-fix-v6.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmapLinus Torvalds1-4/+2
2025-10-29PM: runtime: fix typos in runtime.c commentsMalaya Kumar Rout1-3/+3
2025-10-27platform: Add firmware-agnostic irq and affinity retrieval interfaceMarc Zyngier1-15/+56
2025-10-23regmap: slimbus: fix bus_context pointer in regmap init callsAlexey Klimov1-4/+2
2025-10-23PM: runtime: docs: Update pm_runtime_allow/forbid() documentationRafael J. Wysocki1-4/+13
2025-10-22arch_topology: Fix incorrect error check in topology_parse_cpu_capacity()Kaushlendra Kumar1-1/+1
2025-10-20PM: dpm_watchdog: add module param to backtrace all CPUsSergey Senozhatsky1-0/+10
2025-10-20PM: sleep: Introduce CALL_PM_OP() macro to simplify codeKaushlendra Kumar1-60/+25
2025-10-17devcoredump: Fix circular locking dependency with devcd->mutex.Maarten Lankhorst1-53/+83
2025-10-17driver core: fw_devlink: Don't warn about sync_state() pendingUlf Hansson1-1/+1
2025-10-14mm/memory_hotplug: Remove MEM_PREPARE_ONLINE/MEM_FINISH_OFFLINE notifiersSumanth Korikkar1-22/+1
2025-10-13PM: sleep: Replace snprintf() with scnprintf() in show_trace_dev_match()Kaushlendra Kumar1-3/+1
2025-10-07Merge tag 'pm-6.18-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds7-3/+271
2025-10-07Merge branches 'pm-core' and 'pm-runtime'Rafael J. Wysocki7-3/+271
2025-10-05Merge tag 'mm-stable-2025-10-03-16-49' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds2-36/+27
2025-10-04Merge tag 'cxl-for-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds1-0/+38
2025-10-04Merge tag 'riscv-for-linus-6.18-mw2' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linuxLinus Torvalds1-1/+1
2025-10-03drivers/base: move memory_block_add_nid() into the callerHannes Reinecke2-24/+22
2025-10-03mm/memory_hotplug: activate node before adding new memory blocksHannes Reinecke1-2/+2
2025-10-03drivers/base/memory: add node id parameter to add_memory_block()Hannes Reinecke1-11/+4
2025-10-03PM: runtime: Fix error checking for kunit_device_register()Dan Carpenter1-6/+6
2025-10-02Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-0/+4
2025-10-01Merge tag 'pm-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds3-14/+29
2025-10-01Merge tag 'pinctrl-v6.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrlLinus Torvalds1-0/+21
2025-10-01Merge tag 'regmap-v6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmapLinus Torvalds2-5/+9
2025-10-01Merge tag 'driver-core-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/driver-core/driver-coreLinus Torvalds5-22/+38
2025-09-29Merge tag 'vfs-6.18-rc1.async' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-13/+9
2025-09-29PM: runtime: Add auto-cleanup macros for "resume and get" operationsRafael J. Wysocki1-0/+2
2025-09-29Merge branches 'pm-core', 'pm-runtime' and 'pm-sleep'Rafael J. Wysocki3-14/+29
2025-09-28drivers/base/node: fix double free in register_one_node()Donet Tom1-1/+0
2025-09-27PM: sleep: Do not wait on SYNC_STATE_ONLY device linksPin-yen Lin3-3/+6
2025-09-27PM: runtime: Make put{,_sync}() return 1 when already suspendedBrian Norris2-1/+4