index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'pm-4.18-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...
Linus Torvalds
2018-06-13
11
-52
/
+390
|
\
|
*
-
.
Merge branches 'pm-domains' and 'pm-tools'
Rafael J. Wysocki
2018-06-13
2
-23
/
+154
|
|
\
\
|
|
*
|
PM / Domains: Add dev_pm_domain_attach_by_id() to manage multi PM domains
Ulf Hansson
2018-06-06
1
-3
/
+40
|
|
*
|
PM / Domains: Add support for multi PM domains per device to genpd
Ulf Hansson
2018-06-06
1
-0
/
+80
|
|
*
|
PM / Domains: Split genpd_dev_pm_attach()
Ulf Hansson
2018-06-06
1
-27
/
+33
|
|
*
|
PM / Domains: Don't attach devices in genpd with multi PM domains
Ulf Hansson
2018-06-06
1
-5
/
+13
|
|
|
/
|
*
|
Merge branch 'pm-cpufreq'
Rafael J. Wysocki
2018-06-13
6
-24
/
+209
|
|
\
\
|
|
*
|
cpufreq: imx6q: check speed grades for i.MX6ULL
Sébastien Szymanski
2018-06-11
1
-6
/
+23
|
|
*
|
cpufreq: governors: Fix long idle detection logic in load calculation
Chen Yu
2018-06-08
1
-7
/
+5
|
|
*
|
cpufreq: intel_pstate: enable boost for Skylake Xeon
Srinivas Pandruvada
2018-06-08
1
-0
/
+10
|
|
*
|
cpufreq: intel_pstate: New sysfs entry to control HWP boost
Srinivas Pandruvada
2018-06-06
1
-0
/
+30
|
|
*
|
cpufreq: intel_pstate: HWP boost performance on IO wakeup
Srinivas Pandruvada
2018-06-06
1
-0
/
+39
|
|
*
|
cpufreq: intel_pstate: Add HWP boost utility and sched util hooks
Srinivas Pandruvada
2018-06-06
1
-3
/
+97
|
|
*
|
cpufreq: ti-cpufreq: Use devres managed API in probe()
Suman Anna
2018-06-06
1
-5
/
+2
|
|
*
|
cpufreq: ti-cpufreq: Fix an incorrect error return value
Suman Anna
2018-06-06
1
-1
/
+1
|
|
*
|
cpufreq: ACPI: make function acpi_cpufreq_fast_switch() static
Colin Ian King
2018-06-06
1
-2
/
+2
|
|
*
|
cpufreq: kryo: allow building as a loadable module
Arnd Bergmann
2018-06-06
1
-1
/
+1
|
|
|
/
|
*
|
Revert "PM / runtime: Fixup reference counting of device link suppliers at pr...
Rafael J. Wysocki
2018-06-12
2
-4
/
+26
|
*
|
PM / wakeup: Export wakeup_count instead of event_count via sysfs
Ravi Chandra Sadineni
2018-06-06
1
-1
/
+1
|
|
/
*
|
Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2018-06-13
869
-2137
/
+2720
|
\
\
|
*
|
treewide: Use array_size() in kvzalloc_node()
Kees Cook
2018-06-13
2
-4
/
+5
|
*
|
treewide: Use array_size() in vzalloc_node()
Kees Cook
2018-06-13
2
-4
/
+3
|
*
|
treewide: Use array_size() in vzalloc()
Kees Cook
2018-06-13
50
-92
/
+126
|
*
|
treewide: Use array_size() in vmalloc()
Kees Cook
2018-06-13
50
-72
/
+99
|
*
|
treewide: devm_kzalloc() -> devm_kcalloc()
Kees Cook
2018-06-13
204
-609
/
+782
|
*
|
treewide: devm_kmalloc() -> devm_kmalloc_array()
Kees Cook
2018-06-13
5
-10
/
+11
|
*
|
treewide: kvzalloc() -> kvcalloc()
Kees Cook
2018-06-13
11
-32
/
+41
|
*
|
treewide: kvmalloc() -> kvmalloc_array()
Kees Cook
2018-06-13
4
-8
/
+16
|
*
|
treewide: kzalloc_node() -> kcalloc_node()
Kees Cook
2018-06-13
12
-25
/
+24
|
*
|
treewide: kzalloc() -> kcalloc()
Kees Cook
2018-06-13
374
-811
/
+984
|
*
|
treewide: kmalloc() -> kmalloc_array()
Kees Cook
2018-06-13
227
-460
/
+620
|
*
|
video: uvesafb: Fix integer overflow in allocation
Kees Cook
2018-06-13
1
-1
/
+2
|
*
|
leds: Use struct_size() in allocation
Kees Cook
2018-06-13
1
-2
/
+1
|
*
|
Convert vhost to struct_size
Matthew Wilcox
2018-06-13
1
-1
/
+2
|
*
|
Convert v4l2 event to struct_size
Matthew Wilcox
2018-06-13
1
-2
/
+1
|
*
|
Convert infiniband uverbs to struct_size
Matthew Wilcox
2018-06-13
1
-2
/
+2
|
*
|
Convert virtio_console to struct_size
Matthew Wilcox
2018-06-13
1
-2
/
+1
*
|
|
Merge tag 'for-4.18/dm-changes-v2' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2018-06-13
13
-74
/
+2398
|
\
\
\
|
*
|
|
dm: add writecache target
Mikulas Patocka
2018-06-08
3
-0
/
+2317
|
*
|
|
dm: adjust structure members to improve alignment
Mike Snitzer
2018-06-08
9
-73
/
+79
|
*
|
|
dm: report which conflicting type caused error during table_load()
Mike Snitzer
2018-06-08
1
-1
/
+2
*
|
|
|
Merge tag 'pci-v4.18-changes-2' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2018-06-13
78
-1590
/
+1475
|
\
\
\
\
|
*
\
\
\
Merge branch 'pci/aer-squash'
Bjorn Helgaas
2018-06-11
15
-1547
/
+1434
|
|
\
\
\
\
|
|
*
|
|
|
PCI/AER: Use "PCI Express" consistently in Kconfig text
Bjorn Helgaas
2018-06-11
1
-6
/
+6
|
|
*
|
|
|
PCI/AER: Hoist aerdrv.c, aer_inject.c up to drivers/pci/pcie/
Bjorn Helgaas
2018-06-11
6
-56
/
+41
|
|
*
|
|
|
PCI/AER: Squash Kconfig.debug into Kconfig
Bjorn Helgaas
2018-06-11
2
-21
/
+14
|
|
*
|
|
|
PCI/AER: Move private AER things to aerdrv.c
Bjorn Helgaas
2018-06-11
2
-80
/
+63
|
|
*
|
|
|
PCI/AER: Move aer_irq() declaration to portdrv.h
Bjorn Helgaas
2018-06-11
3
-3
/
+6
|
|
*
|
|
|
PCI/AER: Move pcie_aer_get_firmware_first() to portdrv.h
Bjorn Helgaas
2018-06-11
3
-11
/
+11
|
|
*
|
|
|
PCI/AER: Remove duplicate pcie_port_bus_type declaration
Bjorn Helgaas
2018-06-11
1
-1
/
+0
[next]