summaryrefslogtreecommitdiffstats
path: root/drivers/base
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Merge tag 'net-next-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2024-01-111-0/+1
|\ \ \ \ \
| * \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-12-143-6/+21
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-12-071-2/+1
| |\ \ \ \ \
| * | | | | | firmware_loader: Expand Firmware upload error codes with firmware invalid errorKory Maincent2023-11-241-0/+1
| | |_|/ / / | |/| | | |
* | | | | | Merge tag 'header_cleanup-2024-01-10' of https://evilpiepirate.org/git/bcachefsLinus Torvalds2024-01-101-0/+1
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | PM: fix missing rculist.h dependencyKent Overstreet2023-12-201-0/+1
| | |_|/ / | |/| | |
* | | | | Merge tag 'pm-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2024-01-091-80/+68
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | PM: sleep: Fix possible deadlocks in core system-wide PM codeRafael J. Wysocki2024-01-031-80/+68
| |/ / /
* | | | Merge tag 'regmap-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Linus Torvalds2024-01-095-13/+85
|\ \ \ \
| * | | | regmap: fix kcalloc() arguments orderDmitry Antipov2023-12-202-4/+4
| * | | | regmap: fix regmap_noinc_write() descriptionHugo Villeneuve2023-11-211-1/+1
| * | | | regmap: kunit: add noinc write testBen Wolsieffer2023-11-131-0/+60
| * | | | regmap: ram: support noinc semanticsBen Wolsieffer2023-11-132-8/+20
| | |/ / | |/| |
* | | | Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-01-091-4/+4
|\ \ \ \
| * | | | mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDERKirill A. Shutemov2024-01-081-4/+4
* | | | | Merge tag 'sched-core-2024-01-08' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-01-081-17/+39
|\ \ \ \ \
| * | | | | arm64/amu: Use capacity_ref_freq() to set AMU ratioVincent Guittot2023-12-231-1/+11
| * | | | | cpufreq/cppc: Set the frequency used for computing the capacityVincent Guittot2023-12-231-1/+14
| * | | | | sched/topology: Add a new arch_scale_freq_ref() methodVincent Guittot2023-12-231-15/+14
| | |_|/ / | |/| | |
* | | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2024-01-081-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | arm64: irq: set the correct node for VMAP stackHuang Shijie2023-12-051-1/+1
| | |/ / | |/| |
* | | | Merge tag 'char-misc-6.7-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-12-091-0/+3
|\ \ \ \
| * | | | devcoredump: Send uevent once devcd is readyMukesh Ojha2023-11-281-0/+3
| |/ / /
* | | | Merge tag 'mm-hotfixes-stable-2023-12-07-18-47' of git://git.kernel.org/pub/s...Linus Torvalds2023-12-082-6/+18
|\ \ \ \ | | |/ / | |/| / | |_|/ |/| |
| * | drivers/base/cpu: crash data showing should depends on KEXEC_COREBaoquan He2023-12-061-3/+3
| * | mm/memory_hotplug: add missing mem_hotplug_lockSumanth Korikkar2023-12-061-3/+15
| |/
* / regmap: fix bogus error on regcache_sync successMatthias Reichl2023-12-041-2/+1
|/
* Merge tag 'regmap-fix-v6.7-merge-window' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2023-11-071-7/+9
|\
| * regmap: prevent noinc writes from clobbering cacheBen Wolsieffer2023-11-011-7/+9
* | Merge tag 'driver-core-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-11-0310-51/+61
|\ \
| * | firmware_loader: Abort all upcoming firmware load request once reboot triggeredMukesh Ojha2023-10-273-1/+7
| * | firmware_loader: Refactor kill_pending_fw_fallback_reqs()Mukesh Ojha2023-10-273-8/+8
| * | driver core: Release all resources during unbind before updating device linksSaravana Kannan2023-10-211-1/+1
| * | driver core: class: remove boilerplate codeMaurizio Lombardi2023-10-211-4/+2
| * | driver core: platform: Annotate struct irq_affinity_devres with __counted_byKees Cook2023-10-071-1/+1
| * | drivers: base: test: Make property entry API test modularGeert Uytterhoeven2023-10-052-2/+6
| * | driver core: Add missing parameter description to __fwnode_link_add()Andy Shevchenko2023-10-051-0/+1
| * | driver core: platform: Unify the firmware node type checkAndy Shevchenko2023-10-051-11/+13
| * | driver core: platform: Use temporary variable in platform_device_add()Andy Shevchenko2023-10-051-11/+12
| * | driver core: platform: Refactor error path in a couple placesAndy Shevchenko2023-10-051-9/+10
| * | driver core: platform: Drop redundant check in platform_device_add()Andy Shevchenko2023-10-051-3/+0
* | | Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-11-021-1/+50
|\ \ \
| * | | mm, pcp: reduce lock contention for draining high-order pagesHuang Ying2023-10-251-0/+2
| * | | cacheinfo: calculate size of per-CPU data cache sliceHuang Ying2023-10-251-1/+48
| |/ /
* | | Merge tag 'sysctl-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2023-11-011-1/+0
|\ \ \
| * | | fw loader: Remove the now superfluous sentinel element from ctl_table arrayJoel Granados2023-10-111-1/+0
| |/ /
* | | Merge tag 'soc-drivers-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-11-011-5/+6
|\ \ \
| * \ \ Merge branch 'opp/pm-domain-scmi' of git://git.kernel.org/pub/scm/linux/kerne...Sudeep Holla2023-10-062-12/+42
| |\ \ \
| * | | | PM: domains: Allow genpd providers to manage OPP tables directly by its FWUlf Hansson2023-09-211-5/+6
| | |/ / | |/| |
* | | | Merge tag 'regmap-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Linus Torvalds2023-10-313-4/+96
|\ \ \ \