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
Age
Commit message (
Expand
)
Author
Files
Lines
2017-02-09
PM / OPP: Expose _of_get_opp_desc_node as dev_pm_opp API
Dave Gerlach
1
-4
/
+5
2017-02-07
PM / OPP: Make _find_opp_table_unlocked() static
Wei Yongjun
1
-1
/
+1
2017-01-30
PM / OPP: Simplify dev_pm_opp_get_max_volt_latency()
Viresh Kumar
1
-25
/
+9
2017-01-30
PM / OPP: Simplify _opp_set_availability()
Viresh Kumar
1
-22
/
+5
2017-01-30
PM / OPP: Move away from RCU locking
Viresh Kumar
4
-294
/
+80
2017-01-30
PM / OPP: Take kref from _find_opp_table()
Viresh Kumar
2
-122
/
+95
2017-01-30
PM / OPP: Update OPP users to put reference
Viresh Kumar
14
-150
/
+108
2017-01-30
PM / OPP: Add 'struct kref' to struct dev_pm_opp
Viresh Kumar
2
-15
/
+15
2017-01-30
PM / OPP: Use dev_pm_opp_get_opp_table() instead of _add_opp_table()
Viresh Kumar
3
-89
/
+29
2017-01-30
PM / OPP: Take reference of the OPP table while adding/removing OPPs
Viresh Kumar
1
-5
/
+4
2017-01-30
PM / OPP: Return opp_table from dev_pm_opp_set_*() routines
Viresh Kumar
2
-199
/
+57
2017-01-30
PM / OPP: Add 'struct kref' to OPP table
Viresh Kumar
2
-2
/
+52
2017-01-30
PM / OPP: Add per OPP table mutex
Viresh Kumar
2
-4
/
+29
2017-01-27
PM / OPP: Split out part of _add_opp_table() and _remove_opp_table()
Viresh Kumar
1
-32
/
+44
2017-01-27
PM / OPP: Don't expose srcu_head to register notifiers
Viresh Kumar
2
-40
/
+52
2017-01-27
PM / OPP: Rename dev_pm_opp_get_suspend_opp() and return OPP rate
Viresh Kumar
2
-20
/
+14
2017-01-27
PM / OPP: Don't allocate OPP table from _opp_allocate()
Viresh Kumar
3
-73
/
+78
2017-01-27
PM / OPP: Rename and split _dev_pm_opp_remove_table()
Viresh Kumar
3
-15
/
+24
2017-01-27
PM / OPP: Add light weight _opp_free() routine
Viresh Kumar
3
-11
/
+13
2017-01-27
PM / OPP: Error out on failing to add static OPPs for v1 bindings
Viresh Kumar
1
-4
/
+8
2017-01-27
PM / OPP: Rename _allocate_opp() to _opp_allocate()
Viresh Kumar
3
-4
/
+4
2017-01-27
PM / OPP: Remove useless TODO
Viresh Kumar
1
-2
/
+0
2017-01-27
PM / OPP: Fix memory leak while adding duplicate OPPs
Viresh Kumar
2
-3
/
+21
2017-01-22
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
3
-5
/
+30
2017-01-22
Merge branch 'for-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang...
Linus Torvalds
3
-75
/
+108
2017-01-21
Merge tag 'usb-4.10-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
10
-32
/
+31
2017-01-21
Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2
-14
/
+13
2017-01-21
Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-7
/
+7
2017-01-20
Merge branch 'scsi-target-for-v4.10' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
16
-66
/
+158
2017-01-20
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-4
/
+2
2017-01-20
Merge tag 'spi-fix-v4.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
8
-12
/
+21
2017-01-20
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...
Linus Torvalds
11
-108
/
+91
2017-01-20
xhci: remove WARN_ON if dma mask is not set for platform devices
Mathias Nyman
1
-1
/
+1
2017-01-20
Merge branches 'thermal-core' and 'thermal-soc' into for-rc
Zhang Rui
1
-53
/
+100
2017-01-19
Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...
Linus Torvalds
1
-0
/
+1
2017-01-19
virtio/s390: virtio: constify virtio_config_ops structures
Bhumika Goyal
1
-1
/
+1
2017-01-19
virtio/s390: add missing \n to end of dev_err message
Colin Ian King
1
-1
/
+1
2017-01-19
virtio/s390: support READ_STATUS command for virtio-ccw
Pierre Morel
1
-0
/
+25
2017-01-19
virtio_console: fix a crash in config_work_handler
G. Campana
1
-1
/
+1
2017-01-19
vhost/scsi: silence uninitialized variable warning
Dan Carpenter
1
-1
/
+1
2017-01-19
vhost: scsi: constify target_core_fabric_ops structures
Bhumika Goyal
1
-1
/
+1
2017-01-19
nbd: only set MSG_MORE when we have more to send
Josef Bacik
1
-4
/
+2
2017-01-19
Merge tag 'pci-v4.10-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
3
-11
/
+13
2017-01-19
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
3
-23
/
+63
2017-01-19
Merge tag 'for-linus-4.10-rc4-tag' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-0
/
+71
2017-01-19
HID: wacom: Fix sibling detection regression
Jason Gerecke
2
-8
/
+18
2017-01-18
Merge tag 'omap-for-v4.10/fixes-rc4' of git://git.kernel.org/pub/scm/linux/ke...
Olof Johansson
1
-0
/
+1
2017-01-18
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-0
/
+1
2017-01-17
Merge remote-tracking branch 'mkp-scsi/fixes' into fixes
James Bottomley
6
-23
/
+58
2017-01-17
scsi: mpt3sas: fix hang on ata passthrough commands
James Bottomley
2
-14
/
+38
[next]