Age | Commit message (Expand) | Author |
2020-10-02 | mm: and drivers core: Convert hugetlb_report_node_meminfo to sysfs_emit | Joe Perches |
2020-10-02 | drivers core: Miscellaneous changes for sysfs_emit | Joe Perches |
2020-10-02 | drivers core: Reindent a couple uses around sysfs_emit | Joe Perches |
2020-10-02 | drivers core: Remove strcat uses around sysfs_emit and neaten | Joe Perches |
2020-10-02 | drivers core: Use sysfs_emit and sysfs_emit_at for show(device *...) functions | Joe Perches |
2020-09-28 | Merge tag 'regmap-field-bulk-api' into regmap-5.10 | Mark Brown |
2020-09-28 | regmap: add support to regmap_field_bulk_alloc/free apis | Srinivas Kandagatla |
2020-09-28 | Merge series "use semicolons rather than commas to separate statements" from ... | Mark Brown |
2020-09-28 | regmap: destroy mutex (if used) in regmap_exit() | Bartosz Golaszewski |
2020-09-28 | regmap: debugfs: use semicolons rather than commas to separate statements | Julia Lawall |
2020-09-26 | mm: don't rely on system state to detect hot-plug operations | Laurent Dufour |
2020-09-25 | Merge tag 'regmap-fix-v5.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2020-09-25 | PM: runtime: Remove link state checks in rpm_get/put_supplier() | Xiang Chen |
2020-09-25 | Merge branch 'master' of https://git.kernel.org/pub/scm/linux/kernel/git/torv... | Christoph Hellwig |
2020-09-22 | printk: move dictionary keys to dev_printk_info | John Ogness |
2020-09-22 | regmap: debugfs: Fix more error path regressions | Charles Keepax |
2020-09-21 | regmap: fix page selection for noinc writes | Dmitry Baryshkov |
2020-09-21 | regmap: fix page selection for noinc reads | Dmitry Baryshkov |
2020-09-18 | arch_topology, arm, arm64: define arch_scale_freq_invariant() | Valentin Schneider |
2020-09-18 | arch_topology, cpufreq: constify arch_* cpumasks | Valentin Schneider |
2020-09-18 | arch_topology: validate input frequencies to arch_set_freq_scale() | Ionela Voinescu |
2020-09-18 | regmap: debugfs: Add back in erroneously removed initialisation of ret | Charles Keepax |
2020-09-17 | regmap: debugfs: Fix handling of name string for debugfs init delays | Charles Keepax |
2020-09-17 | regmap: Add support for 12/20 register formatting | Ricardo Ribalda |
2020-09-17 | dma-mapping: introduce DMA range map, supplanting dma_pfn_offset | Jim Quinlan |
2020-09-17 | driver core: force NOIO allocations during unplug | Oliver Neukum |
2020-09-14 | Merge 5.9-rc5 into driver-core-next | Greg Kroah-Hartman |
2020-09-13 | Merge tag 'driver-core-5.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2020-09-10 | platform_device: switch to simpler IDA interface | Bartosz Golaszewski |
2020-09-10 | driver core: platform: Document return type of more functions | Stephen Boyd |
2020-09-08 | devres: provide devm_krealloc() | Bartosz Golaszewski |
2020-09-08 | syscore: Use pm_pr_dbg() for syscore_{suspend,resume}() | Stephen Boyd |
2020-09-08 | driver core: Use the ktime_us_delta() helper | Zenghui Yu |
2020-09-08 | device property: Move fwnode_connection_find_match() under drivers/base/prope... | Heikki Krogerus |
2020-09-07 | device connection: Remove struct device_connection | Heikki Krogerus |
2020-09-07 | device connection: Remove device_connection_add() | Heikki Krogerus |
2020-09-07 | device connection: Remove device_connection_find() | Heikki Krogerus |
2020-09-04 | driver core: Fix device_pm_lock() locking for device links | Saravana Kannan |
2020-09-04 | driver code: print symbolic error code | Michał Mirosław |
2020-09-02 | regmap: Add can_sleep configuration option | Dmitry Osipenko |
2020-09-01 | Merge series "Introduce Embedded Controller driver for Acer A500" from Dmitry... | Mark Brown |
2020-09-01 | regmap: soundwire: remove unused header mod_devicetable.h | Vinod Koul |
2020-09-01 | regmap: Use flexible sleep | Dmitry Osipenko |
2020-08-28 | Merge tag 'devprop-5.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2020-08-28 | Merge tag 'pm-5.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae... | Linus Torvalds |
2020-08-28 | firmware_loader: fix memory leak for paged buffer | Prateek Sood |
2020-08-26 | regmap: add Intel SPI Slave to AVMM Bus Bridge support | Xu Yilun |
2020-08-25 | PM: sleep: core: Fix the handling of pending runtime resume requests | Rafael J. Wysocki |
2020-08-25 | opp: Allow dev_pm_opp_get_opp_table() to return -EPROBE_DEFER | Stephan Gerhold |
2020-08-23 | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva |