index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
base
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2021-04-02
devcoredump: fix kernel-doc warning
Pierre-Louis Bossart
1
-2
/
+2
2021-04-02
platform-msi: fix kernel-doc warnings
Pierre-Louis Bossart
1
-1
/
+2
2021-04-02
driver core: attribute_container: remove kernel-doc warnings
Pierre-Louis Bossart
1
-0
/
+4
2021-04-02
driver core: remove kernel-doc warnings
Pierre-Louis Bossart
1
-5
/
+6
2021-03-31
regmap-irq: Add driver callback to configure virtual regs
Guru Das Srinagesh
1
-0
/
+5
2021-03-31
regmap-irq: Introduce virtual regs to handle more config regs
Guru Das Srinagesh
1
-1
/
+37
2021-03-29
PM: runtime: Fix race getting/putting suppliers at probe
Adrian Hunter
1
-1
/
+7
2021-03-29
PM: runtime: Fix ordering in pm_runtime_get_suppliers()
Adrian Hunter
1
-1
/
+1
2021-03-28
base: dd: fix error return code of driver_sysfs_add()
Jia-Ju Bai
1
-2
/
+5
2021-03-28
driver core: Use unbound workqueue for deferred probes
Yogesh Lal
1
-1
/
+1
2021-03-23
driver core: clear deferred probe reason on probe retry
Ahmad Fatoum
1
-0
/
+3
2021-03-23
devcoredump: avoid -Wempty-body warnings
Arnd Bergmann
1
-6
/
+9
2021-03-23
device property: Add test cases for fwnode_property_count_*() APIs
Andy Shevchenko
1
-4
/
+46
2021-03-23
device property: Sync descriptions of swnode array and group APIs
Andy Shevchenko
1
-5
/
+13
2021-03-23
Revert "Revert "driver core: Set fw_devlink=on by default""
Saravana Kannan
1
-1
/
+1
2021-03-23
driver core: Update device link status properly for device_bind_driver()
Saravana Kannan
3
-1
/
+39
2021-03-23
driver core: Avoid pointless deferred probe attempts
Saravana Kannan
1
-0
/
+6
2021-03-23
devtmpfs: actually reclaim some init memory
Rasmus Villemoes
1
-2
/
+2
2021-03-23
devtmpfs: fix placement of complete() call
Rasmus Villemoes
1
-1
/
+1
2021-03-23
drivers/base/cpu: remove redundant assignment of variable retval
Colin Ian King
1
-4
/
+2
2021-03-23
driver core: dd: remove deferred_devices variable
Greg Kroah-Hartman
1
-4
/
+3
2021-03-23
driver core: component: remove dentry pointer in "struct master"
Greg Kroah-Hartman
1
-6
/
+3
2021-03-23
driver core: auxiliary bus: Remove unneeded module bits
Dave Jiang
1
-5
/
+0
2021-03-22
PM: runtime: Defer suspending suppliers
Rafael J. Wysocki
1
-6
/
+39
2021-03-19
Revert "PM: runtime: Update device status before letting suppliers suspend"
Rafael J. Wysocki
1
-37
/
+25
2021-03-18
PM: domains: Don't runtime resume devices at genpd_prepare()
Ulf Hansson
1
-36
/
+0
2021-03-18
regmap-irq: Extend sub-irq to support non-fixed reg strides
Guru Das Srinagesh
1
-28
/
+53
2021-03-12
arch_topology: Export arch_freq_scale and helpers
Viresh Kumar
1
-0
/
+3
2021-03-10
software node: Fix device_add_software_node()
Heikki Krogerus
1
-9
/
+17
2021-03-10
software node: Fix node registration
Heikki Krogerus
1
-0
/
+3
2021-03-10
regmap: set debugfs_name to NULL after it is freed
Meng Li
1
-0
/
+1
2021-03-10
arch_topology: Allow multiple entities to provide sched_freq_tick() callback
Viresh Kumar
1
-4
/
+78
2021-03-10
arch_topology: Rename freq_scale as arch_freq_scale
Viresh Kumar
1
-2
/
+2
2021-03-01
PM: runtime: Update device status before letting suppliers suspend
Rafael J. Wysocki
1
-25
/
+37
2021-02-26
Merge tag 'riscv-for-linus-5.12-mw0' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux
Linus Torvalds
3
-0
/
+491
2021-02-26
drivers/base/memory: don't store phys_device in memory blocks
David Hildenbrand
1
-16
/
+9
2021-02-26
mm/memory_hotplug: rename all existing 'memhp' into 'mhp'
Anshuman Khandual
1
-5
/
+5
2021-02-24
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-14
/
+19
2021-02-24
mm: memcg: add swapcache stat for memcg v2
Shakeel Butt
1
-0
/
+6
2021-02-24
mm: memcontrol: convert NR_FILE_PMDMAPPED account to pages
Muchun Song
1
-2
/
+1
2021-02-24
mm: memcontrol: convert NR_SHMEM_PMDMAPPED account to pages
Muchun Song
1
-2
/
+1
2021-02-24
mm: memcontrol: convert NR_SHMEM_THPS account to pages
Muchun Song
1
-2
/
+1
2021-02-24
mm: memcontrol: convert NR_FILE_THPS account to pages
Muchun Song
1
-2
/
+1
2021-02-24
mm: memcontrol: convert NR_ANON_THPS account to pages
Muchun Song
1
-6
/
+9
2021-02-24
Merge tag 'char-misc-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
Linus Torvalds
2
-7
/
+7
2021-02-24
Merge tag 'driver-core-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
Linus Torvalds
9
-49
/
+164
2021-02-23
Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux
Linus Torvalds
1
-6
/
+9
2021-02-22
Merge tag 'devicetree-for-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux
Linus Torvalds
1
-1
/
+1
2021-02-22
Merge tag 'regmap-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap
Linus Torvalds
1
-1
/
+1
2021-02-21
Merge tag 'sound-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound
Linus Torvalds
1
-1
/
+1
[prev]
[next]