aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-10-09regmap: Provide asynchronous write and update bits operationsMark Brown1-0/+103
2013-10-09regmap: Simplify the initiation of async I/OMark Brown3-11/+14
2013-10-09regmap: Don't generate gather writes for single register raw writesMark Brown1-0/+10
2013-10-07regmap: Cache async work structuresMark Brown2-27/+34
2013-10-06driver core: remove dev_bin_attrs from struct classGreg Kroah-Hartman1-39/+2
2013-10-05driver core: remove dev_attrs from struct classGreg Kroah-Hartman1-37/+1
2013-09-30hotplug, powerpc, x86: Remove cpu_hotplug_driver_lock()Toshi Kani1-12/+3
2013-09-29Merge 3.12-rc3 into driver-core-nextGreg Kroah-Hartman1-7/+7
2013-09-28driver-core: remove struct bus_type.drv_attrsGreg Kroah-Hartman1-38/+2
2013-09-28driver-core: remove struct bus_type.bus_attrsGreg Kroah-Hartman1-42/+0
2013-09-26driver core: prevent deferred probe with platform_driver_probeJohan Hovold1-4/+13
2013-09-26firmware: Be a bit more verbose about direct firmware loading failureNeil Horman1-13/+25
2013-09-26sysfs: remove ktype->namespace() invocations in symlink codeTejun Heo1-3/+5
2013-09-26sysfs: make attr namespace interface less convolutedTejun Heo1-20/+9
2013-09-26driver core : Fix use after free of dev->parent in device_shutdownBenson Leung1-7/+7
2013-09-25hotplug / x86: Add hotplug lock to missing placesToshi Kani1-2/+22
2013-09-17regmap: Add regmap_fields APIsKuninori Morimoto2-0/+86
2013-09-17regmap: add regmap_field_update_bits()Kuninori Morimoto1-0/+20
2013-09-12thp: account anon transparent huge pages into NR_ANON_PAGESKirill A. Shutemov1-6/+0
2013-09-10dma-buf: Expose buffer size to userspace (v2)Christopher James Halse Rogers1-0/+29
2013-09-10dma-buf: Check return value of anon_inode_getfileTuomas Tynkkynen1-1/+4
2013-09-09Merge branch 'for-v3.12' of git://git.linaro.org/people/mszyprowski/linux-dma-mappingLinus Torvalds1-75/+44
2013-09-04Merge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-17/+5
2013-09-04Merge tag 'PTR_RET-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds1-1/+1
2013-09-03Merge tag 'pm+acpi-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds5-50/+77
2013-09-03Merge tag 'driver-core-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds13-295/+247
2013-09-03Merge tag 'regmap-v3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmapLinus Torvalds6-131/+194
2013-08-31Merge remote-tracking branch 'regmap/topic/sparse' into regmap-nextMark Brown1-0/+2
2013-08-31Merge remote-tracking branch 'regmap/topic/rbtree' into regmap-nextMark Brown3-117/+150
2013-08-31Merge remote-tracking branch 'regmap/topic/range' into regmap-nextMark Brown1-0/+4
2013-08-31Merge remote-tracking branch 'regmap/topic/patch' into regmap-nextMark Brown1-9/+8
2013-08-31Merge remote-tracking branch 'regmap/topic/irq' into regmap-nextMark Brown1-0/+25
2013-08-31Merge remote-tracking branch 'regmap/topic/cache' into regmap-nextMark Brown3-4/+4
2013-08-30firmware loader: fix pending_fw_head list corruptionMaxime Bizon1-4/+7
2013-08-30Merge branch 'acpi-hotplug'Rafael J. Wysocki2-16/+31
2013-08-29driver core / ACPI: Avoid device hot remove locking issuesRafael J. Wysocki2-16/+31
2013-08-29regmap: rbtree: Make cache_present bitmap per nodeLars-Peter Clausen3-80/+92
2013-08-29regmap: rbtree: Reduce number of nodes, take 2Lars-Peter Clausen1-17/+36
2013-08-29regmap: rbtree: Simplify adjacent node look-upLars-Peter Clausen1-20/+19
2013-08-29Merge remote-tracking branch 'regmap/topic/cache' into regmap-rbtreeMark Brown3-4/+4
2013-08-28drivers/base/memory.c: fix show_mem_removable() to handle missing sectionsRuss Anderson1-0/+2
2013-08-28drivers/base/memory.c: introduce help macro to_memory_blockGu Zheng1-17/+12
2013-08-29Merge remote-tracking branch 'origin/next' into kvm-ppc-nextAlexander Graf14-143/+309
2013-08-28regmap: debugfs: Fix continued read from registers fileLars-Peter Clausen1-2/+2
2013-08-27driver core: add #include <linux/sysfs.h> to core files.Greg Kroah-Hartman3-0/+3
2013-08-27regcache-rbtree: Fix reg_stride != 1Lars-Peter Clausen1-11/+14
2013-08-27drivers: dma-contiguous: clean source code and prepare for device treeMarek Szyprowski1-75/+44
2013-08-27Merge branch 'pm-cpufreq'Rafael J. Wysocki1-0/+2
2013-08-27Merge branch 'pm-opp'Rafael J. Wysocki1-0/+1
2013-08-27Merge branch 'pm-sleep'Rafael J. Wysocki1-34/+43