summaryrefslogtreecommitdiff
path: root/drivers/base
AgeCommit message (Expand)AuthorFilesLines
2020-07-10drivers/base/memory: rename base_memory_block_id to memory_block_idWei Yang1-4/+4
2020-07-10drivers/base/memory: init_memory_block() first parameter is not necessaryWei Yang1-6/+3
2020-07-10software node: Use software_node_unregister() when unregistering group of nodesAndy Shevchenko1-6/+2
2020-07-10topology: mark a function as __init to save some memoryChristophe JAILLET1-1/+1
2020-07-10drivers: base: Convert to printk alias functionsMatthias Brugger1-2/+2
2020-07-10driver core: platform: expose numa_node to users in sysfsBarry Song1-1/+25
2020-07-09PM: domains: Fix up terminology with parent/childKees Cook2-103/+103
2020-07-08regmap: add missing dependency on SoundWirePierre-Louis Bossart1-1/+1
2020-07-08Merge branch 'topic/devnode' of https://git.kernel.org/pub/scm/linux/kernel/g...Mark Brown1-24/+29
2020-07-08regmap-irq: use fwnode instead of device node in add_irq_chip()Michael Walle1-24/+29
2020-07-07driver core: platform: need consistent spacing around '-'Barry Song1-1/+1
2020-07-03regmap: dev_get_regmap_match(): fix string comparisonMarc Kleine-Budde1-1/+1
2020-07-03firmware: improve description of firmware_request_nowarnWolfram Sang1-6/+6
2020-07-02devres: handle zero size in devm_kmalloc()Bartosz Golaszewski1-3/+6
2020-07-02devres: move the size check from alloc_dr() into a separate functionBartosz Golaszewski1-3/+11
2020-07-02devres: remove stray space from devm_kmalloc() definitionBartosz Golaszewski1-1/+1
2020-06-26Merge tag 'pm-5.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds1-2/+2
2020-06-23PM: sleep: core: mark 2 functions as __init to save some memoryChristophe JAILLET1-2/+2
2020-06-22Merge tag 'regmap-fix-v5.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-56/+50
2020-06-18driver core: Add device_is_dependent() to linux/device.hSaravana Kannan1-1/+1
2020-06-17regmap: Fix memory leak from regmap_register_patchCharles Keepax1-0/+1
2020-06-16regmap: remove stray spaceBartosz Golaszewski1-1/+1
2020-06-15Merge existing fixes from regmap/for-5.8Mark Brown1-56/+49
2020-06-09Merge tag 'linux-kselftest-kunit-5.8-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2-2/+4
2020-06-09Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2020-06-09kernel: rename show_stack_loglvl() => show_stack()Dmitry Safonov1-1/+1
2020-06-09power: use show_stack_loglvl()Dmitry Safonov1-1/+1
2020-06-09Merge branch 'x86/srbds' of git://git.kernel.org/pub/scm/linux/kernel/git/tip...Linus Torvalds1-0/+8
2020-06-08regmap: fix the kerneldoc for regmap_test_bits()Bartosz Golaszewski1-2/+3
2020-06-07Merge tag 'driver-core-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds13-105/+256
2020-06-06Merge tag 'pci-v5.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-15/+25
2020-06-04Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-12/+32
2020-06-04drivers/base/memory.c: cache memory blocks in xarray to accelerate lookupScott Cheloha1-12/+32
2020-06-03Merge tag 'irq-core-2020-06-02' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2020-06-03Merge tag 'for-5.8/block-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds1-35/+2
2020-06-02Merge tag 'pm-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds3-243/+115
2020-06-02Merge tag 'platform-drivers-x86-v5.8-1' of git://git.infradead.org/linux-plat...Linus Torvalds2-0/+49
2020-06-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2020-06-02mm/writeback: discard NR_UNSTABLE_NFS, use NR_WRITEBACK insteadNeilBrown1-1/+1
2020-06-02Merge tag 'docs-5.8' of git://git.lwn.net/linuxLinus Torvalds2-3/+5
2020-06-02Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-0/+6
2020-06-01drivers: base: default KUNIT_* fragments to KUNIT_ALL_TESTSAnders Roxell2-2/+4
2020-06-01Merge branches 'pm-core' and 'pm-sleep'Rafael J. Wysocki3-243/+115
2020-06-01regmap: fix alignment issueJens Thoms Toerring1-54/+46
2020-05-30Merge tag 'irqchip-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/...Thomas Gleixner1-1/+1
2020-05-29PM: runtime: Replace pm_runtime_callbacks_present()Rafael J. Wysocki1-2/+2
2020-05-29Merge remote-tracking branch 'regmap/for-5.8' into regmap-nextMark Brown3-16/+152
2020-05-29Merge remote-tracking branch 'regmap/for-5.7' into regmap-linusMark Brown1-0/+6
2020-05-29Merge series "regmap: provide simple bitops and use them in a driver" from Ba...Mark Brown1-0/+22
2020-05-29regmap: provide helpers for simple bit operationsBartosz Golaszewski1-0/+22