summaryrefslogtreecommitdiffstats
path: root/drivers/base
AgeCommit message (Expand)AuthorFilesLines
2022-02-21Merge tag 'v5.17-rc5' into sched/core, to resolve conflictsIngo Molnar1-7/+34
2022-02-17regmap-irq: Update interrupt clear register for proper resetPrasad Kumpatla1-14/+6
2022-02-16sched/isolation: Use single feature type while referring to housekeeping cpumaskFrederic Weisbecker1-1/+1
2022-02-14device property: Don't split fwnode_get_irq*() APIs in the codeAndy Shevchenko1-16/+16
2022-02-14Merge branch 'i2c/alert-for-acpi' of git://git.kernel.org/pub/scm/linux/kerne...Rafael J. Wysocki1-0/+29
2022-02-14regmap: irq: cleanup commentsTom Rix1-2/+2
2022-02-08platform: use dev_err_probe() in platform_get_irq_byname()Sergey Shtylyov1-3/+3
2022-02-07PM: s2idle: ACPI: Fix wakeup interrupts handlingRafael J. Wysocki1-7/+34
2022-02-04devtmpfs: drop redundant fs parameters from internal fsAnthony Iliopoulos1-2/+0
2022-02-02block: remove genhd.hChristoph Hellwig3-3/+3
2022-02-01topology/sysfs: Add PPIN in sysfs under cpu topologyTony Luck1-0/+4
2022-02-01topology/sysfs: Add format parameter to macro defining "show" functions for procTony Luck1-8/+8
2022-01-31component: Replace most references to 'master' with 'aggregate device'Stephen Boyd1-123/+119
2022-01-28device property: Add fwnode_irq_get_bynameAkhil R1-0/+29
2022-01-24regmap-irq: Fix typo in commentLuca Ceresoli1-1/+1
2022-01-22firmware_loader: move firmware sysctl to its own filesXiaoming Ni3-3/+40
2022-01-21Merge tag 'rtc-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Linus Torvalds1-1/+5
2022-01-20Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-66/+2
2022-01-20mm: percpu: add generic pcpu_populate_pte() functionKefeng Wang1-50/+1
2022-01-20mm: percpu: add generic pcpu_fc_alloc/free funcitonKefeng Wang1-18/+1
2022-01-20mm: percpu: add pcpu_fc_cpu_to_node_fn_t typedefKefeng Wang1-3/+5
2022-01-19Merge tag 'kbuild-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-2/+2
2022-01-17devtmpfs regression fix: reconfigure on each mountNeilBrown1-0/+7
2022-01-14Merge tag 'char-misc-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+16
2022-01-13Merge tag 'irq-msi-2022-01-13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-161/+77
2022-01-12Merge tag 'driver-core-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds10-35/+243
2022-01-11Merge tag 'regmap-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Linus Torvalds2-1/+2
2022-01-10Merge tag 'devprop-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-98/+42
2022-01-10Merge tag 'pm-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds3-41/+102
2022-01-10Merge tag '5.17-net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-0/+1
2022-01-10Merge tag 'x86_sgx_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+3
2022-01-10Merge branches 'pm-cpuidle', 'pm-core' and 'pm-sleep'Rafael J. Wysocki2-37/+64
2022-01-10Merge branch 'pm-cpufreq'Rafael J. Wysocki1-4/+38
2022-01-08kbuild: do not quote string values in include/config/auto.confMasahiro Yamada1-2/+2
2022-01-07regmap: debugfs: Fix indentationMark Brown1-1/+1
2022-01-07regmap: Call regmap_debugfs_exit() prior to _init()Fabio Estevam1-0/+1
2022-01-06driver core: Make bus notifiers in right order in really_probe()Lu Baolu1-1/+1
2022-01-06driver core: Move driver_sysfs_remove() after driver_sysfs_add()Lu Baolu1-3/+4
2022-01-04headers/uninline: Uninline single-use function: kobject_has_children()Ingo Molnar1-0/+17
2022-01-03Merge 5.16-rc8 into char-misc-nextGreg Kroah-Hartman1-1/+1
2021-12-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2021-12-30devtmpfs: mount with noexec and nosuidKees Cook2-2/+19
2021-12-29driver core: Simplify async probe test code by using ktime_ms_delta()Mark-PK Tsai1-9/+5
2021-12-28kobject: remove kset from struct kset_uevent_ops callbacksGreg Kroah-Hartman2-7/+6
2021-12-27driver core: make kobj_type constant.Wedson Almeida Filho2-2/+2
2021-12-22PM: runtime: Simplify locking in pm_runtime_put_suppliers()Rafael J. Wysocki1-4/+8
2021-12-22Merge back PM core changes for v5.17.Rafael J. Wysocki2-33/+56
2021-12-22software node: fix wrong node passed to find nargs_propClément Léger1-1/+1
2021-12-22driver core: platform: document registration-failure requirementJohan Hovold1-0/+4
2021-12-21device property: Add fwnode_iomap()Anand Ashok Dumbre1-0/+16