index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
base
Age
Commit message (
Expand
)
Author
Files
Lines
2015-09-05
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-0
/
+10
2015-09-04
mm: check if section present during memory block registering
Yinghai Lu
1
-0
/
+10
2015-09-04
Merge tag 'sound-4.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...
Linus Torvalds
2
-20
/
+55
2015-09-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-4
/
+91
2015-09-01
Merge tag 'pm+acpi-4.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
10
-498
/
+1018
2015-09-01
Merge tag 'devicetree-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-6
/
+2
2015-09-01
Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
3
-0
/
+286
2015-09-01
Merge branches 'pm-sleep', 'pm-domains' and 'pm-avs'
Rafael J. Wysocki
2
-311
/
+77
2015-09-01
Merge branches 'pm-cpuidle', 'pm-devfreq' and 'pm-clk'
Rafael J. Wysocki
1
-3
/
+1
2015-09-01
Merge branch 'pm-opp'
Rafael J. Wysocki
1
-181
/
+822
2015-09-01
Merge branch 'device-properties'
Rafael J. Wysocki
1
-3
/
+5
2015-09-01
Merge branch 'acpi-pm'
Rafael J. Wysocki
5
-0
/
+113
2015-08-31
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-2
/
+2
2015-08-31
Merge tag 'driver-core-4.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
6
-5
/
+63
2015-08-30
Merge remote-tracking branches 'asoc/topic/rcar', 'asoc/topic/reg-default', '...
Mark Brown
2
-20
/
+55
2015-08-29
PM / Domains: Fix typo in description of genpd_dev_pm_detach()
Jon Hunter
1
-1
/
+1
2015-08-29
PM / Domains: Make pm_genpd_init() available to modules
Rajendra Nayak
1
-0
/
+1
2015-08-29
PM / domains: Align column headers and data in pm_genpd_summary output
Geert Uytterhoeven
1
-3
/
+3
2015-08-28
PM / OPP: Drop unlikely before IS_ERR(_OR_NULL)
Viresh Kumar
1
-3
/
+3
2015-08-28
PM / OPP: Fix static checker warning (broken 64bit big endian systems)
Viresh Kumar
1
-3
/
+6
2015-08-28
PM / OPP: Free resources and properly return error on failure
Viresh Kumar
1
-14
/
+16
2015-08-27
device property: Return -ENXIO if there is no suitable FW interface
Guenter Roeck
1
-4
/
+13
2015-08-26
device property: fallback to pset when gettng one string
Andy Shevchenko
1
-1
/
+2
2015-08-25
drivercore: Fix unregistration path of platform devices
Grant Likely
1
-6
/
+2
2015-08-20
device property: Add ETH_ALEN check, update comments.
Jeremy Linton
1
-8
/
+13
2015-08-13
Add a matching set of device_ functions for determining mac/phy
Jeremy Linton
1
-0
/
+73
2015-08-12
Merge tag 'regmap-fix-v4.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-5
/
+14
2015-08-12
Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...
Ingo Molnar
1
-2
/
+2
2015-08-07
PM / OPP: add dev_pm_opp_is_turbo() helper
Bartlomiej Zolnierkiewicz
1
-0
/
+34
2015-08-07
PM / OPP: Add helpers for initializing CPU OPPs
Viresh Kumar
1
-0
/
+175
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
[next]