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
2015-08-07
PM / OPP: Add support for opp-suspend
Viresh Kumar
1
-0
/
+11
2015-08-07
PM / OPP: Add OPP sharing information to OPP library
Viresh Kumar
1
-24
/
+150
2015-08-07
PM / OPP: Add clock-latency-ns support
Viresh Kumar
1
-2
/
+39
2015-08-07
PM / OPP: Add support to parse "operating-points-v2" bindings
Viresh Kumar
1
-24
/
+233
2015-08-07
PM / OPP: Break _opp_add_dynamic() into smaller functions
Viresh Kumar
1
-49
/
+76
2015-08-07
PM / OPP: Allocate dev_opp from _add_device_opp()
Viresh Kumar
1
-23
/
+27
2015-08-07
PM / OPP: Create _remove_device_opp() for freeing dev_opp
Viresh Kumar
1
-5
/
+17
2015-08-07
PM / OPP: Relocate few routines
Viresh Kumar
1
-138
/
+139
2015-08-05
driver core: correct device's shutdown order
Grygorii Strashko
3
-0
/
+58
2015-08-05
driver core: fix docbook for device_private.device
Tomeu Vizoso
1
-1
/
+1
2015-08-06
device property: fix potential NULL pointer dereference
Andy Shevchenko
1
-2
/
+3
2015-08-05
cpu: Remove bogus __ref annotation of cpu_subsys_online()
Mathias Krause
1
-1
/
+1
2015-08-05
firmware: fix wrong memory deallocation in fw_add_devm_name()
Vladimir Zapolskiy
1
-1
/
+1
2015-08-05
devres: fix devres_get()
Masahiro Yamada
1
-2
/
+2
2015-07-31
PM / Domains: Return -EPROBE_DEFER if we fail to init or turn-on domain
Jon Hunter
1
-5
/
+9
2015-07-31
PM / Domains: Remove intermediate states from the power off sequence
Ulf Hansson
1
-301
/
+62
2015-07-30
drivers/base: Add MSI domain support for non-PCI devices
Marc Zyngier
2
-0
/
+283
2015-07-30
Merge branch 'linus' into irq/core
Thomas Gleixner
4
-33
/
+39
2015-07-29
regmap: regcache-rbtree: Clean new present bits on present bitmap resize
Guenter Roeck
1
-5
/
+14
2015-07-28
driver core: implement device_for_each_child_reverse()
Andy Shevchenko
1
-0
/
+43
2015-07-28
Driver core: wakeup the parent device before trying probe
Rafael J. Wysocki
1
-0
/
+20
2015-07-28
PM / QoS: Make it possible to expose device latency tolerance to userspace
Mika Westerberg
3
-0
/
+50
2015-07-22
rcu: Rename rcu_lockdep_assert() to RCU_LOCKDEP_WARN()
Paul E. McKenney
1
-2
/
+2
2015-07-22
genirq/MSI: Move msi_list from struct pci_dev to struct device
Jiang Liu
1
-0
/
+3
2015-07-21
PM / sleep: Allow devices without runtime PM to do direct-complete
Alan Stern
1
-1
/
+1
2015-07-20
regmap: debugfs: Allow writes to cache state settings
Richard Fitzgerald
1
-4
/
+86
2015-07-17
PM / clk: don't return int on __pm_clk_enable()
Colin Ian King
1
-3
/
+1
2015-07-16
regmap: Apply optional delay in multi_reg_write/register_patch
Nariman Poushin
1
-6
/
+48
2015-07-16
regmap: Use reg_sequence for multi_reg_write / register_patch
Nariman Poushin
2
-12
/
+12
2015-07-14
regmap: Silence warning on invalid zero length read
Mark Brown
1
-0
/
+2
2015-07-13
regmap: Add better support for devices without readback support
Lars-Peter Clausen
1
-2
/
+3
2015-07-10
regmap: add regmap_fields_force_write()
Kuninori Morimoto
1
-0
/
+12
2015-07-10
regmap: add regmap_write_bits()
Kuninori Morimoto
1
-0
/
+23
2015-07-10
regmap: add force_write option on _regmap_update_bits()
Kuninori Morimoto
1
-8
/
+8
2015-07-09
Fix firmware loader uevent buffer NULL pointer dereference
Linus Torvalds
1
-3
/
+13
2015-07-07
Merge branches 'acpi-pnp', 'acpi-soc', 'pm-domains' and 'pm-sleep'
Rafael J. Wysocki
1
-2
/
+11
2015-07-07
Merge branch 'pm-wakeirq'
Rafael J. Wysocki
2
-28
/
+15
2015-07-07
PM / wakeirq: Avoid setting power.wakeirq too hastily
Rafael J. Wysocki
2
-28
/
+15
2015-07-07
PM / Domains: Avoid infinite loops in attach/detach code
Geert Uytterhoeven
1
-2
/
+11
2015-07-01
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-1
/
+5
2015-07-01
Merge tag 'pm+acpi-4.2-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
Linus Torvalds
1
-13
/
+13
2015-06-30
mm: meminit: initialise a subset of struct pages if CONFIG_DEFERRED_STRUCT_PAGE_INIT is set
Mel Gorman
1
-1
/
+5
2015-06-26
Merge tag 'driver-core-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
Linus Torvalds
7
-46
/
+258
2015-06-26
Merge branches 'acpi-video', 'device-properties', 'pm-sleep' and 'pm-cpuidle'
Rafael J. Wysocki
1
-13
/
+13
2015-06-25
drivers/base/core.c: use strreplace()
Rasmus Villemoes
1
-5
/
+4
2015-06-24
ACPI / OF: Rename of_node() and acpi_node() to to_of_node() and to_acpi_node()
Alexander Sverdlin
1
-13
/
+13
2015-06-23
Merge tag 'regmap-v4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap
Linus Torvalds
4
-30
/
+61
2015-06-23
Merge tag 'pm+acpi-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
Linus Torvalds
9
-25
/
+563
2015-06-22
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-1
/
+1
2015-06-19
Merge branches 'pm-clk', 'pm-domains' and 'powercap'
Rafael J. Wysocki
2
-18
/
+67
[prev]
[next]