| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'mount.part1' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 2019-01-05 | 1 | -0/+1 |
|\ |
|
| * | vfs: Suppress MS_* flag defs within the kernel unless explicitly enabled | David Howells | 2018-12-20 | 1 | -0/+1 |
* | | drivers/base/platform.c: kmemleak ignore a known leak | Qian Cai | 2019-01-04 | 1 | -0/+3 |
* | | Merge tag 'devprop-4.21-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2019-01-03 | 1 | -2/+3 |
|\ \ |
|
| * | | drivers: base: swnode: check if swnode is NULL before dereferencing it | Colin Ian King | 2018-12-26 | 1 | -1/+2 |
| * | | drivers: base: swnode: check if pointer p is NULL before dereferencing it | Colin Ian King | 2018-12-26 | 1 | -1/+1 |
* | | | Merge tag 'rtc-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon... | Linus Torvalds | 2019-01-01 | 1 | -3/+1 |
|\ \ \ |
|
| * | | | PM: Switch to use %ptR | Andy Shevchenko | 2018-12-10 | 1 | -3/+1 |
| | |/
| |/| |
|
* | | | Merge tag 'driver-core-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2018-12-29 | 6 | -81/+86 |
|\ \ \ |
|
| * | | | mm, memory_hotplug: update a comment in unregister_memory() | Dan Carpenter | 2018-12-20 | 1 | -1/+1 |
| * | | | component: convert to DEFINE_SHOW_ATTRIBUTE | Yangtao Li | 2018-12-20 | 1 | -11/+1 |
| * | | | sysfs: Disable lockdep for driver bind/unbind files | Daniel Vetter | 2018-12-19 | 1 | -2/+5 |
| * | | | driver core: Add missing dev->bus->need_parent_lock checks | Rafael J. Wysocki | 2018-12-19 | 1 | -2/+2 |
| * | | | kobject: return error code if writing /sys/.../uevent fails | Peter Rajnoha | 2018-12-06 | 2 | -5/+15 |
| * | | | driver core: Move async_synchronize_full call | Alexander Duyck | 2018-12-06 | 1 | -3/+3 |
| * | | | driver core: platform: Respect return code of platform_device_register_full() | Andy Shevchenko | 2018-12-06 | 1 | -2/+2 |
| * | | | kref/kobject: Improve documentation | Ezequiel Garcia | 2018-12-06 | 1 | -2/+1 |
| * | | | drivers/base/memory.c: Use DEVICE_ATTR_RO and friends | David Hildenbrand | 2018-12-06 | 1 | -43/+36 |
| * | | | Merge 4.20-rc5 into driver-core-next | Greg Kroah-Hartman | 2018-12-03 | 1 | -2/+8 |
| |\ \ \ |
|
| * | | | | driver core: Replace simple_strto{l,ul} by kstrtou{l,ul} | Kaitao cheng | 2018-11-27 | 1 | -7/+14 |
| * | | | | driver core: fix comments for device_block_probing() | Randy Dunlap | 2018-11-11 | 1 | -2/+2 |
| * | | | | driver core: Replace simple_strtol by kstrtoint | Muchun Song | 2018-11-11 | 1 | -1/+4 |
| | |/ /
| |/| | |
|
* | | | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2018-12-29 | 1 | -4/+4 |
|\ \ \ \ |
|
| * | | | | memory_hotplug: add missing newlines to debugging output | Michal Hocko | 2018-12-28 | 1 | -3/+3 |
| * | | | | drivers/base/memory.c: remove an unnecessary check on NR_MEM_SECTIONS | Wei Yang | 2018-12-28 | 1 | -1/+1 |
* | | | | | Merge tag 'dma-mapping-4.21' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds | 2018-12-28 | 1 | -33/+1 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | ACPI / scan: Refactor _CCA enforcement | Robin Murphy | 2018-12-13 | 1 | -2/+1 |
| * | | | | dma-mapping: move dma_get_required_mask to kernel/dma | Christoph Hellwig | 2018-12-13 | 1 | -31/+0 |
| |/ / / |
|
* | | | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2018-12-26 | 1 | -2/+4 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | Merge tag 'irqchip-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/maz... | Thomas Gleixner | 2018-12-18 | 1 | -2/+4 |
| |\ \ \
| | |_|/
| |/| | |
|
| | * | | platform-msi: Free descriptors in platform_msi_domain_free() | Miquel Raynal | 2018-12-13 | 1 | -2/+4 |
| | |/ |
|
* | | | Merge tag 'devprop-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2018-12-26 | 5 | -504/+721 |
|\ \ \ |
|
| * | | | device property: fix fwnode_graph_get_next_endpoint() documentation | Marco Felsch | 2018-12-18 | 1 | -1/+1 |
| * | | | drivers: base: swnode: remove need for a temporary string for the node name | Colin Ian King | 2018-12-11 | 1 | -4/+1 |
| * | | | device property: Remove struct property_set | Heikki Krogerus | 2018-11-26 | 1 | -315/+17 |
| * | | | device property: Move device_add_properties() to swnode.c | Heikki Krogerus | 2018-11-26 | 2 | -179/+184 |
| * | | | drivers: base: Introducing software nodes to the firmware node framework | Heikki Krogerus | 2018-11-26 | 3 | -1/+499 |
| * | | | ACPI / glue: Add acpi_platform_notify() function | Heikki Krogerus | 2018-11-26 | 1 | -0/+7 |
| * | | | drivers core: Prepare support for multiple platform notifications | Heikki Krogerus | 2018-11-26 | 1 | -7/+16 |
| * | | | driver core: platform: Remove duplicated device_remove_properties() call | Heikki Krogerus | 2018-11-26 | 1 | -1/+0 |
| | |/
| |/| |
|
* | | | Merge tag 'regmap-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/bro... | Linus Torvalds | 2018-12-25 | 3 | -65/+101 |
|\ \ \ |
|
| * \ \ | Merge remote-tracking branch 'regmap/topic/irq' into regmap-next | Mark Brown | 2018-12-19 | 1 | -43/+99 |
| |\ \ \ |
|
| | * | | | regmap: irq: add an option to clear status registers on unmask | Bartosz Golaszewski | 2018-12-19 | 1 | -0/+23 |
| | * | | | regmap: regmap-irq/gpio-max77620: add level-irq support | Matti Vaittinen | 2018-12-19 | 1 | -10/+25 |
| | * | | | regmap: regmap-irq: Remove default irq type setting from core | Matti Vaittinen | 2018-12-19 | 1 | -14/+8 |
| | * | | | regmap: irq: handle HW using separate rising/falling edge interrupts | Bartosz Golaszewski | 2018-12-13 | 1 | -20/+44 |
| | |/ / |
|
| * | | | Merge branch 'regmap-4.21' into regmap-next | Mark Brown | 2018-12-19 | 2 | -22/+2 |
| |\ \ \
| | |_|/
| |/| | |
|
| | * | | regmap: debugfs: convert to DEFINE_SHOW_ATTRIBUTE | Yangtao Li | 2018-12-17 | 1 | -11/+1 |
| | * | | regmap: rbtree: convert to DEFINE_SHOW_ATTRIBUTE | Yangtao Li | 2018-12-17 | 1 | -11/+1 |
| | |/ |
|
| | | | |
| \ \ | |
| \ \ | |
| \ \ | |
| \ \ | |
| \ \ | |
*-----. | | | Merge branches 'pm-core', 'pm-qos', 'pm-domains' and 'pm-sleep' | Rafael J. Wysocki | 2018-12-21 | 2 | -76/+58 |
|\ \ \ \| |
| | | |_|/
| | |/| | |
|