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
Age
Commit message (
Expand
)
Author
Files
Lines
2020-12-15
mm/filemap.c: remove else after a return
Hailong Liu
1
-11
/
+12
2020-12-15
mm/truncate: add parameter explanation for invalidate_mapping_pagevec
Alex Shi
1
-3
/
+9
2020-12-15
mm/filemap.c: generic_file_buffered_read() now uses find_get_pages_contig
Kent Overstreet
1
-138
/
+175
2020-12-15
mm/filemap/c: break generic_file_buffered_read up into multiple functions
Kent Overstreet
1
-222
/
+261
2020-12-15
mm/page_owner: record timestamp and pid
Liam Mark
2
-10
/
+19
2020-12-15
mm: fix page_owner initializing issue for arm32
Zhenhua Huang
3
-2
/
+18
2020-12-15
device-dax/kmem: use struct_size()
Dan Williams
1
-1
/
+1
2020-12-15
mm/slub: let number of online CPUs determine the slub page order
Bharata B Rao
1
-1
/
+1
2020-12-15
mm, slub: use kmem_cache_debug_flags() in deactivate_slab()
Vlastimil Babka
1
-3
/
+1
2020-12-15
mm/slab: rerform init_on_free earlier
Alexander Popov
1
-2
/
+3
2020-12-15
mm, slab, slub: clear the slab_cache field when freeing page
Vlastimil Babka
2
-3
/
+4
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
ALSA: pcm: use krealloc_array()
Bartosz Golaszewski
1
-2
/
+2
2020-12-15
mm: slab: provide krealloc_array()
Bartosz Golaszewski
2
-0
/
+22
2020-12-15
mm: slab: clarify krealloc()'s behavior with __GFP_ZERO
Bartosz Golaszewski
1
-3
/
+3
2020-12-15
mm/slab_common.c: use list_for_each_entry in dump_unreclaimable_slab()
Hui Su
1
-2
/
+2
2020-12-15
arch/Kconfig: fix spelling mistakes
Colin Ian King
1
-4
/
+4
2020-12-15
ocfs2: ratelimit the 'max lookup times reached' notice
Mauricio Faria de Oliveira
1
-2
/
+2
2020-12-15
fs/ocfs2/cluster/tcp.c: remove unneeded break
Tom Rix
1
-1
/
+0
2020-12-15
fs/ntfs: remove unused variable attr_len
Alex Shi
1
-2
/
+0
2020-12-15
fs/ntfs: remove unused varibles
Alex Shi
2
-6
/
+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
uapi: move constants from <linux/kernel.h> to <linux/const.h>
Petr Vorel
8
-14
/
+12
2020-12-15
kthread_worker: document CPU hotplug handling
Petr Mladek
1
-1
/
+19
2020-12-15
kthread: add kthread_work tracepoints
Rob Clark
2
-0
/
+93
2020-12-15
coccinnelle: Remove ptr_ret script
Maxime Ripard
1
-97
/
+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
4
-10
/
+117
2020-12-15
cpufreq: schedutil: Add util to struct sg_cpu
Rafael J. Wysocki
1
-22
/
+20
2020-12-15
cppc_cpufreq: replace per-cpu data array with a list
Ionela Voinescu
3
-167
/
+154
2020-12-15
cppc_cpufreq: expose information on frequency domains
Ionela Voinescu
2
-1
/
+16
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
267
-3255
/
+4322
2020-12-15
KVM: SVM: Add AP_JUMP_TABLE support in prep for AP booting
Tom Lendacky
2
-0
/
+29
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
[prev]
[next]