index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
base
Age
Commit message (
Expand
)
Author
Lines
2019-08-01
driver core: Add edit_links() callback for drivers
Saravana Kannan
-2
/
+51
2019-08-01
driver core: Add support for linking devices during device addition
Saravana Kannan
-0
/
+83
2019-08-01
regmap: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
-12
/
+0
2019-07-30
driver core: Fix use-after-free and double free on glue directory
Muchun Song
-1
/
+52
2019-07-30
driver core: platform: Add an error message to platform_get_irq*()
Stephen Boyd
-8
/
+34
2019-07-30
driver core: platform: return -ENXIO for missing GpioInt
Brian Norris
-2
/
+7
2019-07-30
Merge branch 'generic_lookup_helpers' into driver-core-next
Greg Kroah-Hartman
-39
/
+46
2019-07-30
platform: Add platform_find_device_by_driver() helper
Suzuki K Poulose
-0
/
+14
2019-07-30
drivers: Add generic helper to match any device
Suzuki K Poulose
-0
/
+6
2019-07-30
drivers: Introduce device lookup variants by ACPI_COMPANION device
Suzuki K Poulose
-0
/
+6
2019-07-30
drivers: Introduce device lookup variants by device type
Suzuki K Poulose
-8
/
+7
2019-07-30
drivers: Introduce device lookup variants by fwnode
Suzuki K Poulose
-7
/
+7
2019-07-30
drivers: Introduce device lookup variants by name
Suzuki K Poulose
-24
/
+6
2019-07-30
driver core: Fix creation of device links with PM-runtime flags
Rafael J. Wysocki
-2
/
+4
2019-07-28
Merge tag 'char-misc-5.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
-2
/
+2
2019-07-27
Merge tag 'libnvdimm-fixes-5.3-rc2' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
-8
/
+22
2019-07-25
driver core: Remove device link creation limitation
Rafael J. Wysocki
-79
/
+101
2019-07-23
firmware: Fix missing inline
Takashi Iwai
-2
/
+2
2019-07-23
PM: sleep: Drop dpm_noirq_begin() and dpm_noirq_end()
Rafael J. Wysocki
-18
/
+12
2019-07-23
PM: sleep: Simplify suspend-to-idle control flow
Rafael J. Wysocki
-5
/
+0
2019-07-23
PM: sleep: Fix possible overflow in pm_system_cancel_wakeup()
Rafael J. Wysocki
-1
/
+1
2019-07-22
base: arch_topology: update Kconfig help description
Sudeep Holla
-1
/
+1
2019-07-22
arm: Use common cpu_topology structure and functions.
Atish Patra
-1
/
+3
2019-07-22
cpu-topology: Move cpu topology code to common code.
Atish Patra
-0
/
+296
2019-07-22
firmware: fix build errors in paged buffer handling code
Mauro Rossi
-2
/
+2
2019-07-19
Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
-2
/
+1
2019-07-18
proc/sysctl: add shared variables for range check
Matteo Croce
-7
/
+6
2019-07-18
drivers/base/memory.c: get rid of find_memory_block_hinted()
David Hildenbrand
-26
/
+14
2019-07-18
mm/memory_hotplug: move and simplify walk_memory_blocks()
David Hildenbrand
-0
/
+42
2019-07-18
mm/memory_hotplug: rename walk_memory_range() and pass start+size instead of ...
David Hildenbrand
-2
/
+3
2019-07-18
mm: make register_mem_sect_under_node() static
David Hildenbrand
-1
/
+2
2019-07-18
drivers/base/memory: use "unsigned long" for block ids
David Hildenbrand
-11
/
+11
2019-07-18
mm: section numbers use the type "unsigned long"
David Hildenbrand
-14
/
+13
2019-07-18
mm/memory_hotplug: make unregister_memory_block_under_nodes() never fail
David Hildenbrand
-13
/
+5
2019-07-18
mm/memory_hotplug: remove memory block devices before arch_remove_memory()
David Hildenbrand
-24
/
+24
2019-07-18
mm/memory_hotplug: create memory block devices after arch_add_memory()
David Hildenbrand
-28
/
+54
2019-07-18
mm/memory_hotplug: allow arch_remove_memory() without CONFIG_MEMORY_HOTREMOVE
David Hildenbrand
-2
/
+0
2019-07-18
drivers/base/memory: pass a block_id to init_memory_block()
David Hildenbrand
-16
/
+11
2019-07-18
driver-core, libnvdimm: Let device subsystems add local lockdep coverage
Dan Williams
-0
/
+3
2019-07-18
drivers/base: Introduce kill_device()
Dan Williams
-8
/
+19
2019-07-18
Merge tag 'pm-5.3-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...
Linus Torvalds
-21
/
+128
2019-07-18
Merge branch 'pm-cpufreq'
Rafael J. Wysocki
-21
/
+128
2019-07-15
docs: driver-model: move it to the driver-api book
Mauro Carvalho Chehab
-1
/
+1
2019-07-12
Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
-97
/
+314
2019-07-09
Merge tag 'devprop-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
-74
/
+328
2019-07-09
Merge tag 'pm-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...
Linus Torvalds
-30
/
+18
2019-07-09
Merge tag 'regmap-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...
Linus Torvalds
-6
/
+73
2019-07-08
Merge branch 'x86-topology-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
-0
/
+22
2019-07-08
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
-3
/
+3
2019-07-08
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
-0
/
+5
[prev]
[next]