index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2020-12-15
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
19
-35
/
+89
2020-12-15
zram: break the strict dependency from lzo
Rui Salvaterra
3
-2
/
+44
2020-12-15
zram: add stat to gather incompressible pages since zram set up
Minchan Kim
2
-2
/
+5
2020-12-15
zram: support page writeback
Minchan Kim
1
-4
/
+17
2020-12-15
mm, page_poison: remove CONFIG_PAGE_POISONING_NO_SANITY
Vlastimil Babka
1
-3
/
+1
2020-12-15
mm, page_poison: use static key more efficiently
Vlastimil Babka
1
-1
/
+1
2020-12-15
lkdtm: disable KASAN for rodata.o
Marco Elver
1
-0
/
+1
2020-12-15
vm_ops: rename .split() callback to .may_split()
Dmitry Safonov
1
-2
/
+2
2020-12-15
xen/unpopulated-alloc: consolidate pgmap manipulation
Dan Williams
1
-7
/
+7
2020-12-15
mm: memcontrol: account pagetables per node
Shakeel Butt
1
-1
/
+1
2020-12-15
mm/gup: prevent gup_fast from racing with COW during fork
Jason Gunthorpe
1
-0
/
+1
2020-12-15
device-dax/kmem: use struct_size()
Dan Williams
1
-1
/
+1
2020-12-15
dma-buf: use krealloc_array()
Bartosz Golaszewski
1
-2
/
+1
2020-12-15
hwtracing: intel: use krealloc_array()
Bartosz Golaszewski
1
-1
/
+1
2020-12-15
drm: atomic: use krealloc_array()
Bartosz Golaszewski
1
-1
/
+2
2020-12-15
edac: ghes: use krealloc_array()
Bartosz Golaszewski
1
-2
/
+2
2020-12-15
pinctrl: use krealloc_array()
Bartosz Golaszewski
1
-1
/
+1
2020-12-15
vhost: vringh: use krealloc_array()
Bartosz Golaszewski
1
-1
/
+2
2020-12-15
ide: remove BUG_ON(in_interrupt() || irqs_disabled()) from ide_unregister()
Sebastian Andrzej Siewior
1
-3
/
+0
2020-12-15
ide/falcon: remove in_interrupt() usage
Sebastian Andrzej Siewior
1
-2
/
+0
2020-12-15
ACPI: PNP: compare the string length in the matching_id()
Hui Wang
1
-0
/
+3
2020-12-15
cpufreq: intel_pstate: Implement the ->adjust_perf() callback
Rafael J. Wysocki
1
-12
/
+58
2020-12-15
cpufreq: Add special-purpose fast-switching callback for drivers
Rafael J. Wysocki
1
-0
/
+40
2020-12-15
cppc_cpufreq: replace per-cpu data array with a list
Ionela Voinescu
2
-164
/
+151
2020-12-15
cppc_cpufreq: expose information on frequency domains
Ionela Voinescu
1
-0
/
+14
2020-12-15
cppc_cpufreq: clarify support for coordination types
Ionela Voinescu
1
-7
/
+12
2020-12-15
cppc_cpufreq: use policy->cpu as driver of frequency setting
Ionela Voinescu
1
-2
/
+3
2020-12-15
Merge branch 'acpi-processor' to satisfy dependencies
Rafael J. Wysocki
2
-3
/
+2
2020-12-15
ACPI: processor: fix NONE coordination for domain mapping failure
Ionela Voinescu
2
-2
/
+2
2020-12-15
Merge tag 'kvmarm-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD
Paolo Bonzini
88
-475
/
+797
2020-12-15
drm/radeon: remove h from printk format specifier
Tom Rix
2
-2
/
+2
2020-12-15
drm/amdgpu: remove h from printk format specifier
Tom Rix
3
-5
/
+5
2020-12-15
drm/amdgpu: Fix spelling mistake "Heterogenous" -> "Heterogeneous"
Colin Ian King
1
-1
/
+1
2020-12-15
drm/amdgpu: fix regression in vbios reservation handling on headless
Alex Deucher
1
-4
/
+5
2020-12-15
drm/amdgpu/SRIOV: Extend VF reset request wait period
Jiange Zhao
4
-3
/
+23
2020-12-15
drm/amdkfd: correct amdgpu_amdkfd_gpuvm_alloc_memory_of_gpu log.
Yifan Zhang
1
-1
/
+1
2020-12-15
drm/amd/display: Adding prototype for dccg21_update_dpp_dto()
Souptick Joarder
1
-0
/
+1
2020-12-15
drm/amdgpu: print what method we are using for runtime pm
Alex Deucher
1
-0
/
+4
2020-12-15
drm/amdgpu: simplify logic in atpx resume handling
Alex Deucher
1
-4
/
+2
2020-12-15
drm/amdgpu: no need to call pci_ignore_hotplug for _PR3
Alex Deucher
1
-8
/
+1
2020-12-15
drm/amdgpu: support runtime pm for GPUs that support BOCO
Alex Deucher
1
-1
/
+4
2020-12-15
drm/amdgpu: update amdgpu_device_supports_boco()
Alex Deucher
1
-2
/
+2
2020-12-15
drm/amdgpu: add check for ACPI power resources
Alex Deucher
2
-0
/
+5
2020-12-15
drm/amdgpu: split BOCO and ATPX handling
Alex Deucher
4
-14
/
+42
2020-12-15
drm/amd/display: Fixed kernel test robot warning
Souptick Joarder
1
-2
/
+2
2020-12-15
drm/amd/display: 3.2.116
Aric Cyr
1
-1
/
+1
2020-12-15
drm/amd/display: [FW Promotion] Release 0.0.46
Anthony Koo
1
-23
/
+35
2020-12-15
drm/amd/display: Fix cleanup typo in MPCC visual confirm
Aric Cyr
1
-10
/
+7
2020-12-15
drm/amd/display: Fix OGAM LUT calculation precision
Felipe
1
-5
/
+17
2020-12-15
drm/amd/display: Only update FP2 for full updates
Aric Cyr
2
-11
/
+20
[prev]
[next]