index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
devfreq
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-08-12
mfd: twl-core: Convert to i2c_new_dummy_device
Wolfram Sang
1
-3
/
+3
2019-08-12
mfd: palmas: Convert to i2c_new_dummy_device
Wolfram Sang
1
-3
/
+3
2019-08-12
mfd: max8998: Convert to i2c_new_dummy_device
Wolfram Sang
1
-3
/
+3
2019-08-12
mfd: max8997: Convert to i2c_new_dummy_device
Wolfram Sang
1
-9
/
+9
2019-08-12
mfd: max8925-i2c: Convert to i2c_new_dummy_device
Wolfram Sang
1
-6
/
+6
2019-08-12
mfd: max8907: Convert to i2c_new_dummy_device
Wolfram Sang
1
-3
/
+3
2019-08-12
mfd: max77843: Convert to i2c_new_dummy_device
Wolfram Sang
1
-3
/
+3
2019-08-12
mfd: max77693: Convert to i2c_new_dummy_device
Wolfram Sang
1
-6
/
+6
2019-08-12
mfd: max14577: Convert to i2c_new_dummy_device
Wolfram Sang
1
-3
/
+3
2019-08-12
mfd: da9150-core: Convert to i2c_new_dummy_device
Wolfram Sang
1
-3
/
+3
2019-08-12
mfd: bcm590xx: Convert to i2c_new_dummy_device
Wolfram Sang
1
-3
/
+3
2019-08-12
mfd: ab3100-core: Convert to i2c_new_dummy_device
Wolfram Sang
1
-3
/
+3
2019-08-12
mfd: 88pm860x-core: Convert to i2c_new_dummy_device
Wolfram Sang
1
-3
/
+3
2019-08-12
mfd: 88pm800: Convert to i2c_new_dummy_device
Wolfram Sang
1
-6
/
+6
2019-08-12
mfd: timberdale: Use dev_get_drvdata
Chuhong Yuan
1
-2
/
+1
2019-08-12
mfd: da9063: Remove now unused platform_data
Wolfram Sang
2
-61
/
+0
2019-08-12
mfd: tps80031: Convert to devm_i2c_new_dummy_device
Wolfram Sang
1
-15
/
+8
2019-08-12
mfd: cros_ec: Update cros_ec_commands.h
Yicheng Li
1
-0
/
+12
2019-08-12
dt-bindings: mfd: rn5t618: Document optional property system-power-controller
Jonathan Neuschäfer
1
-0
/
+5
2019-08-12
mfd: aat2870: No need to check return value of debugfs_create functions
Greg Kroah-Hartman
2
-12
/
+2
2019-08-12
mfd: ab8500: No need to check return value of debugfs_create functions
Greg Kroah-Hartman
1
-226
/
+98
2019-08-12
mfd: ab3100: No need to check return value of debugfs_create functions
Greg Kroah-Hartman
2
-53
/
+13
2019-07-25
mfd: davinci_voicecodec: Remove pointless #include
Arnd Bergmann
1
-5
/
+4
2019-07-25
mfd: max77620: Add of_node_put() before return
Nishka Dasgupta
1
-1
/
+3
2019-07-21
Linus 5.3-rc1
v5.3-rc1
Linus Torvalds
1
-2
/
+2
2019-07-21
iommu/amd: fix a crash in iova_magazine_free_pfns
Qian Cai
1
-1
/
+1
2019-07-21
hexagon: switch to generic version of pte allocation
Mike Rapoport
1
-32
/
+2
2019-07-21
typo fix: it's d_make_root, not d_make_inode...
Al Viro
1
-1
/
+1
2019-07-21
dt-bindings: pinctrl: stm32: Fix missing 'clocks' property in examples
Rob Herring
1
-0
/
+4
2019-07-21
dt-bindings: iio: ad7124: Fix dtc warnings in example
Rob Herring
1
-33
/
+38
2019-07-21
dt-bindings: iio: avia-hx711: Fix avdd-supply typo in example
Rob Herring
1
-1
/
+1
2019-07-21
dt-bindings: pinctrl: aspeed: Fix AST2500 example errors
Rob Herring
1
-4
/
+1
2019-07-21
dt-bindings: pinctrl: aspeed: Fix 'compatible' schema errors
Rob Herring
2
-2
/
+6
2019-07-21
dt-bindings: riscv: Limit cpus schema to only check RiscV 'cpu' nodes
Rob Herring
1
-82
/
+61
2019-07-21
dt-bindings: Ensure child nodes are of type 'object'
Rob Herring
6
-0
/
+8
2019-07-20
x86/entry/64: Prevent clobbering of saved CR2 value
Thomas Gleixner
1
-1
/
+10
2019-07-20
smp: Warn on function calls from softirq context
Peter Zijlstra
1
-0
/
+16
2019-07-20
KVM: x86: Add fixed counters to PMU filter
Eric Hankland
3
-12
/
+35
2019-07-20
KVM: nVMX: do not use dangling shadow VMCS after guest reset
Paolo Bonzini
1
-1
/
+7
2019-07-20
KVM: VMX: dump VMCS on failed entry
Paolo Bonzini
1
-0
/
+1
2019-07-20
KVM: x86/vPMU: refine kvm_pmu err msg when event creation failed
Like Xu
1
-2
/
+2
2019-07-20
KVM: s390: Use kvm_vcpu_wake_up in kvm_s390_vcpu_wakeup
Wanpeng Li
1
-20
/
+3
2019-07-20
KVM: Boost vCPUs that are delivering interrupts
Wanpeng Li
3
-5
/
+10
2019-07-20
KVM: selftests: Remove superfluous define from vmx.c
Thomas Huth
1
-2
/
+0
2019-07-20
KVM: SVM: Fix detection of AMD Errata 1096
Liran Alon
1
-7
/
+35
2019-07-20
KVM: LAPIC: Inject timer interrupt via posted interrupt
Wanpeng Li
7
-36
/
+87
2019-07-20
kbuild: add -fcf-protection=none when using retpoline flags
Seth Forshee
1
-0
/
+6
2019-07-20
kbuild: update compile-test header list for v5.3-rc1
Masahiro Yamada
2
-16
/
+6
2019-07-19
Remove references to dead website.
Dave Jones
3
-10
/
+0
2019-07-19
tracing: Fix user stack trace "??" output
Eiichi Tsukata
1
-8
/
+1
[next]