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
2020-10-23
Merge branch 'pm-avs'
Rafael J. Wysocki
12
-43
/
+27
2020-10-23
Merge branches 'pm-core', 'pm-sleep', 'pm-tools' and 'powercap'
Rafael J. Wysocki
4
-73
/
+17
2020-10-23
Merge branches 'pm-cpufreq' and 'pm-cpuidle'
Rafael J. Wysocki
4
-16
/
+39
2020-10-22
PM: sleep: remove unreachable break
Tom Rix
1
-1
/
+0
2020-10-22
PM: AVS: Drop the avs directory and the corresponding Kconfig
Ulf Hansson
4
-4
/
+0
2020-10-22
PM: AVS: qcom-cpr: Move the driver to the qcom specific drivers
Ulf Hansson
5
-17
/
+17
2020-10-20
PM: domains: Fix build error for genpd notifiers
Ulf Hansson
1
-14
/
+11
2020-10-19
powercap: Fix typo in Kconfig "Plance" -> "Plane"
Hubert Jasudowicz
1
-1
/
+1
2020-10-19
acpi-cpufreq: Honor _PSD table setting on new AMD CPUs
Wei Huang
1
-1
/
+2
2020-10-16
PM: AVS: smartreflex Move driver to soc specific drivers
Ulf Hansson
4
-13
/
+1
2020-10-16
PM: AVS: rockchip-io: Move the driver to the rockchip specific drivers
Ulf Hansson
5
-9
/
+9
2020-10-16
PM: domains: enable domain idle state accounting
Lina Iyer
1
-3
/
+7
2020-10-16
PM: domains: Add curly braces to delimit comment + statement block
Geert Uytterhoeven
1
-1
/
+2
2020-10-16
PM: domains: Add support for PM domain on/off notifiers for genpd
Ulf Hansson
1
-12
/
+149
2020-10-16
powercap/intel_rapl: enumerate Psys RAPL domain together with package RAPL do...
Zhang Rui
2
-70
/
+15
2020-10-16
powercap/intel_rapl: Fix domain detection
Zhang Rui
1
-1
/
+1
2020-10-16
intel_idle: Ignore _CST if control cannot be taken from the platform
Mel Gorman
1
-4
/
+3
2020-10-16
intel_idle: mention assumption that WBINVD is not needed
Alexander Monakov
1
-2
/
+6
2020-10-16
cpufreq: intel_pstate: Delete intel_pstate sysfs if failed to register the dr...
Chen Yu
1
-1
/
+21
2020-10-16
cpufreq: Improve code around unlisted freq check
Viresh Kumar
1
-8
/
+7
2020-10-14
Merge tag 'pnp-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...
Linus Torvalds
3
-25
/
+2
2020-10-14
Merge tag 'acpi-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...
Linus Torvalds
59
-300
/
+865
2020-10-14
Merge tag 'pm-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...
Linus Torvalds
38
-603
/
+812
2020-10-14
Merge tag 'platform-drivers-x86-v5.10-1' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
4
-68
/
+97
2020-10-14
Merge tag 'for-linus-5.10b-rc1-tag' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2
-9
/
+10
2020-10-14
Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
12
-230
/
+382
2020-10-14
Merge tag 'objtool-core-2020-10-13' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-2
/
+1
2020-10-14
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
29
-428
/
+1526
2020-10-13
memblock: implement for_each_reserved_mem_region() using __next_mem_region()
Mike Rapoport
1
-1
/
+1
2020-10-13
arch, drivers: replace for_each_membock() with for_each_mem_range()
Mike Rapoport
1
-6
/
+6
2020-10-13
virtio-mem: don't special-case ZONE_MOVABLE
David Hildenbrand
1
-39
/
+8
2020-10-13
i915: use find_lock_page instead of find_lock_entry
Matthew Wilcox (Oracle)
1
-2
/
+2
2020-10-13
device-dax: add a range mapping allocation attribute
Joao Martins
1
-0
/
+64
2020-10-13
dax/hmem: introduce dax_hmem.region_idle parameter
Joao Martins
1
-1
/
+4
2020-10-13
device-dax: add an 'align' attribute
Dan Williams
2
-10
/
+101
2020-10-13
device-dax: make align a per-device property
Joao Martins
3
-26
/
+19
2020-10-13
device-dax: introduce 'mapping' devices
Dan Williams
2
-2
/
+203
2020-10-13
device-dax: add dis-contiguous resource support
Dan Williams
4
-118
/
+309
2020-10-13
mm/memremap_pages: support multiple ranges per invocation
Dan Williams
6
-0
/
+6
2020-10-13
mm/memremap_pages: convert to 'struct range'
Dan Williams
15
-93
/
+114
2020-10-13
device-dax: add resize support
Dan Williams
1
-9
/
+152
2020-10-13
drivers/base: make device_find_child_by_name() compatible with sysfs inputs
Dan Williams
1
-1
/
+1
2020-10-13
device-dax: introduce 'seed' devices
Dan Williams
3
-40
/
+272
2020-10-13
device-dax: introduce 'struct dev_dax' typed-driver operations
Dan Williams
5
-19
/
+35
2020-10-13
device-dax: add an allocation interface for device-dax instances
Dan Williams
5
-23
/
+121
2020-10-13
device-dax/kmem: replace release_resource() with release_mem_region()
Dan Williams
2
-16
/
+7
2020-10-13
device-dax/kmem: move resource name tracking to drvdata
Dan Williams
1
-7
/
+9
2020-10-13
device-dax/kmem: introduce dax_kmem_range()
Dan Williams
1
-23
/
+17
2020-10-13
device-dax: make pgmap optional for instance creation
Dan Williams
7
-34
/
+58
2020-10-13
device-dax: move instance creation parameters to 'struct dev_dax_data'
Dan Williams
4
-17
/
+30
[next]