index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
base
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2013-08-29
regmap: rbtree: Make cache_present bitmap per node
Lars-Peter Clausen
3
-80
/
+92
2013-08-29
regmap: rbtree: Reduce number of nodes, take 2
Lars-Peter Clausen
1
-17
/
+36
2013-08-29
regmap: rbtree: Simplify adjacent node look-up
Lars-Peter Clausen
1
-20
/
+19
2013-08-29
Merge remote-tracking branch 'regmap/topic/cache' into regmap-rbtree
Mark Brown
3
-4
/
+4
2013-08-28
drivers/base/memory.c: fix show_mem_removable() to handle missing sections
Russ Anderson
1
-0
/
+2
2013-08-28
drivers/base/memory.c: introduce help macro to_memory_block
Gu Zheng
1
-17
/
+12
2013-08-29
Merge remote-tracking branch 'origin/next' into kvm-ppc-next
Alexander Graf
14
-143
/
+309
2013-08-28
regmap: debugfs: Fix continued read from registers file
Lars-Peter Clausen
1
-2
/
+2
2013-08-27
driver core: add #include <linux/sysfs.h> to core files.
Greg Kroah-Hartman
3
-0
/
+3
2013-08-27
regcache-rbtree: Fix reg_stride != 1
Lars-Peter Clausen
1
-11
/
+14
2013-08-27
drivers: dma-contiguous: clean source code and prepare for device tree
Marek Szyprowski
1
-75
/
+44
2013-08-27
Merge branch 'pm-cpufreq'
Rafael J. Wysocki
1
-0
/
+2
2013-08-27
Merge branch 'pm-opp'
Rafael J. Wysocki
1
-0
/
+1
2013-08-27
Merge branch 'pm-sleep'
Rafael J. Wysocki
1
-34
/
+43
2013-08-23
driver core: firmware: use __ATTR_RW()
Greg Kroah-Hartman
1
-8
/
+5
2013-08-23
driver core: core: use DEVICE_ATTR_RO
Greg Kroah-Hartman
1
-23
/
+16
2013-08-23
driver core: bus: use DRIVER_ATTR_WO()
Greg Kroah-Hartman
1
-9
/
+9
2013-08-23
driver-core: platform: convert bus code to use dev_groups
Greg Kroah-Hartman
1
-4
/
+6
2013-08-22
sysfs.h: remove attr_name() macro
Greg Kroah-Hartman
3
-12
/
+12
2013-08-21
sysfs: add sysfs_create/remove_groups()
Greg Kroah-Hartman
3
-61
/
+6
2013-08-21
drivers: base: use standard device online/offline for state change
Seth Jennings
1
-72
/
+55
2013-08-21
drivers: base: refactor add_memory_section() to add_memory_block()
Seth Jennings
1
-27
/
+21
2013-08-21
drivers: base: remove improper get/put in add_memory_section()
Seth Jennings
1
-4
/
+2
2013-08-21
drivers: base: reduce add_memory_section() for boot-time only
Seth Jennings
1
-27
/
+14
2013-08-21
drivers: base: unshare add_memory_section() from hotplug
Seth Jennings
1
-3
/
+16
2013-08-21
drivers: base: use device get/put functions
Seth Jennings
1
-4
/
+4
2013-08-21
drivers: base: remove unneeded variable
Seth Jennings
1
-4
/
+1
2013-08-21
drivers: base: move mutex lock out of add_memory_section()
Seth Jennings
1
-4
/
+9
2013-08-21
regmap: rbtree: Fix overlapping rbnodes.
David Jander
1
-1
/
+1
2013-08-21
driver/core: cpu: initialize of_node in cpu's device struture
Sudeep KarkadaNagesha
1
-0
/
+2
2013-08-19
drivers / dma-contiguous: Fix __init attribute location
Hanjun Guo
1
-2
/
+2
2013-08-19
drivers / platform: Fix __init attribute location
Hanjun Guo
1
-2
/
+2
2013-08-19
drivers / base: Fix sysfs_deprecated_setup() __init attribute location
Hanjun Guo
1
-1
/
+1
2013-08-16
regmap: Allow multiple patches to be registered
Mark Brown
1
-9
/
+8
2013-08-12
driver core / cpu: Check if NUMA node is valid before bringing CPU up
Rafael J. Wysocki
1
-1
/
+5
2013-08-12
driver core: bus_type: add bus_groups
Greg Kroah-Hartman
1
-0
/
+37
2013-08-12
driver core: bus_type: add drv_groups
Greg Kroah-Hartman
3
-4
/
+14
2013-08-12
driver core: bus_type: add dev_groups
Greg Kroah-Hartman
3
-4
/
+14
2013-08-09
regmap: regcache: allow read-only regs to be cached
Ionut Nicu
2
-3
/
+3
2013-08-09
regmap: fix regcache_reg_present() for empty cache
Ionut Nicu
1
-1
/
+1
2013-08-06
regmap: core: allow a virtual range to cover its own data window
Philipp Zabel
1
-0
/
+4
2013-08-06
PM / OPP: Export opp_add()
Viresh Kumar
1
-0
/
+1
2013-08-05
regmap: cache: Make sure to sync the last register in a block
Lars-Peter Clausen
1
-1
/
+2
2013-07-29
cpu topology: remove stale arch_provides_topology_pointers and define_siblings_show_map/list()
Hanjun Guo
1
-20
/
+0
2013-07-27
PM / Sleep: new trace event to print device suspend and resume times
Shuah Khan
1
-34
/
+43
2013-07-26
driver core: replace strict_strto*() with kstrto*()
Jingoo Han
4
-5
/
+5
2013-07-26
drivers:base:core: Moved sym export macros to respective functions
David Graham White
1
-15
/
+11
2013-07-23
regmap: irq: Allow to acknowledge masked interrupts during initialization
Philipp Zabel
1
-0
/
+25
2013-07-18
Merge tag 'driver-core-3.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
Linus Torvalds
2
-29
/
+92
2013-07-18
Merge branch 'cpuinit_phase2' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux
Linus Torvalds
2
-6
/
+6
[prev]
[next]