summaryrefslogtreecommitdiffstats
path: root/drivers/base
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | regmap: regmap-w1: Fix build troublesminimumlaw@rambler.ru2017-07-171-2/+2
| |/ / /
* | | | firmware: enable a debug print for batched requestsLuis R. Rodriguez2017-08-101-0/+2
* | | | firmware: define pr_fmtLuis R. Rodriguez2017-08-101-0/+2
* | | | firmware: send -EINTR on signal abort on fallback mechanismLuis R. Rodriguez2017-08-101-3/+6
* | | | initcall_debug: add deferred probe timesTodd Poynor2017-08-031-1/+27
* | | | Merge branch 'bind_unbind' into driver-core-nextGreg Kroah-Hartman2017-07-223-5/+136
|\ \ \ \
| * | | | driver core: add devm_device_add_group() and friendsDmitry Torokhov2017-07-221-0/+130
| * | | | driver core: make device_{add|remove}_groups() publicDmitry Torokhov2017-07-222-5/+2
| * | | | driver core: emit uevents when device is bound to a driverDmitry Torokhov2017-07-221-0/+4
| | |/ / | |/| |
* | | | arch_topology: Get rid of cap_parsing_doneViresh Kumar2017-07-171-3/+1
* | | | arch_topology: Localize cap_parsing_failed to topology_parse_cpu_capacity()Viresh Kumar2017-07-171-11/+13
* | | | arch_topology: Change return type of topology_parse_cpu_capacity() to boolViresh Kumar2017-07-171-4/+4
* | | | arch_topology: Convert switch block to if blockViresh Kumar2017-07-171-19/+22
* | | | arch_topology: Don't break lines unnecessarilyViresh Kumar2017-07-171-6/+3
| |/ / |/| |
* | | Merge tag 'devprop-fix-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-07-141-3/+3
|\ \ \
| * | | device property: Introduce fwnode_call_bool_op() for ops that return boolSakari Ailus2017-07-121-3/+3
* | | | Merge tag 'pm-fixes-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-07-141-0/+2
|\ \ \ \
| | \ \ \
| | \ \ \
| *-. \ \ \ Merge branches 'pm-qos' and 'pm-devfreq'Rafael J. Wysocki2017-07-141-0/+2
| |\ \ \ \ \ | | | | |/ / | | | |/| |
| | * | | | PM / QoS: return -EINVAL for bogus stringsDan Carpenter2017-07-121-0/+2
* | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-07-101-7/+2
|\ \ \ \ \ \
| * | | | | | mm: drop useless local parameters of __register_one_node()Dou Liyang2017-07-101-7/+2
* | | | | | | Merge tag 'devprop-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-07-101-199/+149
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | / / | | |_|_|/ / | |/| | | |
| * | | | | device property: Add fwnode_graph_get_port_parentKieran Bingham2017-06-221-4/+24
| * | | | | device property: Add FW type agnostic fwnode_graph_get_remote_nodeSakari Ailus2017-06-221-0/+37
| * | | | | device property: Introduce fwnode_device_is_available()Sakari Ailus2017-06-221-0/+10
| * | | | | device property: Move fwnode graph ops to firmware specific locationsSakari Ailus2017-06-221-83/+8
| * | | | | device property: Move FW type specific functionality to FW specific filesSakari Ailus2017-06-221-125/+83
| | |_|/ / | |/| | |
* | | | | Merge tag 'pm-extra-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-07-101-2/+3
|\ \ \ \ \ | |_|/ / / |/| | | |
| | | | |
| | \ \ \
| *-. \ \ \ Merge branches 'pm-domains', 'pm-sleep' and 'pm-cpufreq'Rafael J. Wysocki2017-07-101-2/+3
| |\ \ \ \ \ | | | |/ / / | | | | | / | | | |_|/ | | |/| |
| | * | | PM / Domains: provide pm_genpd_poweroff_noirq() stubArnd Bergmann2017-07-041-0/+1
| | * | | Revert "PM / Domains: Handle safely genpd_syscore_switch() call on non-genpd ...Rafael J. Wysocki2017-07-041-2/+2
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2017-07-071-1/+5
|\ \ \ \ \
| * | | | | Add "shutdown" to "struct class".Josh Zimmerman2017-07-071-1/+5
* | | | | | Merge tag 'gpio-v4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds2017-07-071-1/+1
|\ \ \ \ \ \
| * | | | | | platform: Accept const propertiesJan Kiszka2017-07-031-1/+1
* | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-07-062-85/+70
|\ \ \ \ \ \ \
| * | | | | | | mm, memory_hotplug: drop CONFIG_MOVABLE_NODEMichal Hocko2017-07-061-4/+0
| * | | | | | | mm: vmstat: move slab statistics from zone to node countersJohannes Weiner2017-07-061-5/+5
| * | | | | | | mm, memory_hotplug: do not assume ZONE_NORMAL is default kernel zoneMichal Hocko2017-07-061-1/+1
| * | | | | | | mm, memory_hotplug: do not associate hotadded memory to zones until onlineMichal Hocko2017-07-061-24/+28
| * | | | | | | mm, memory_hotplug: consider offline memblocks removableMichal Hocko2017-07-061-0/+4
| * | | | | | | mm, memory_hotplug: split up register_one_node()Michal Hocko2017-07-061-31/+20
| * | | | | | | mm, memory_hotplug: get rid of is_zone_device_sectionMichal Hocko2017-07-061-14/+9
| * | | | | | | mm: drop page_initialized check from get_nid_for_pfnMichal Hocko2017-07-061-7/+0
| * | | | | | | mm, sparsemem: break out of loops earlyDave Hansen2017-07-061-0/+4
| | |/ / / / / | |/| | | | |
* | | | | | | Merge tag 'dma-mapping-4.13' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2017-07-062-51/+83
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | drivers: dma-mapping: allow dma_common_mmap() for NOMMUVladimir Murzin2017-06-301-2/+2
| * | | | | | drivers: dma-coherent: Introduce default DMA poolVladimir Murzin2017-06-281-7/+52
| * | | | | | drivers: dma-coherent: Account dma_pfn_offset when used with device treeVladimir Murzin2017-06-281-2/+13
| * | | | | | dma-mapping: replace dmam_alloc_noncoherent with dmam_alloc_attrsChristoph Hellwig2017-06-281-20/+16
OpenPOWER on IntegriCloud