index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
virt
/
lib
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-05-16
mce: fix set_mce_nospec to always unmap the whole page
Jane Chu
4
-40
/
+23
2022-05-16
x86/mce: relocate set{clear}_mce_nospec() functions
Jane Chu
3
-58
/
+52
2022-05-16
acpi/nfit: rely on mce->misc to determine poison granularity
Jane Chu
1
-2
/
+2
2022-04-29
testing: nvdimm: asm/mce.h is not needed in nfit.c
Michal Suchanek
1
-2
/
+0
2022-04-29
testing: nvdimm: iomap: make __nfit_test_ioremap a macro
Michal Suchanek
1
-10
/
+8
2022-04-29
nvdimm: Allow overwrite in the presence of disabled dimms
Dan Williams
1
-5
/
+0
2022-04-26
tools/testing/nvdimm: remove unneeded flush_workqueue
ran jianping
1
-1
/
+0
2022-04-24
Linux 5.18-rc4
v5.18-rc4
Linus Torvalds
1
-1
/
+1
2022-04-24
kvmalloc: use vmalloc_huge for vmalloc allocations
Linus Torvalds
1
-2
/
+9
2022-04-24
page_alloc: use vmalloc_huge for large system hash
Song Liu
1
-1
/
+1
2022-04-23
sparc: cacheflush_32.h needs struct page
Randy Dunlap
1
-0
/
+1
2022-04-22
perf test: Fix error message for test case 71 on s390, where it is not supported
Thomas Richter
1
-0
/
+4
2022-04-22
perf report: Set PERF_SAMPLE_DATA_SRC bit for Arm SPE event
Leo Yan
1
-0
/
+14
2022-04-22
perf script: Always allow field 'data_src' for auxtrace
Leo Yan
1
-1
/
+1
2022-04-22
perf clang: Fix header include for LLVM >= 14
Guilherme Amadio
1
-0
/
+4
2022-04-22
gpio: Request interrupts after IRQ is initialized
Mario Limonciello
1
-2
/
+2
2022-04-22
arm/xen: Fix some refcount leaks
Miaoqian Lin
1
-2
/
+7
2022-04-22
XArray: Disallow sibling entries of nodes
Matthew Wilcox (Oracle)
1
-0
/
+2
2022-04-22
tools: Add kmem_cache_alloc_lru()
Matthew Wilcox (Oracle)
2
-2
/
+9
2022-04-22
mm/vmalloc: huge vmalloc backing pages should be split rather than compound
Nicholas Piggin
1
-15
/
+21
2022-04-22
arm64: mm: fix p?d_leaf()
Muchun Song
1
-2
/
+2
2022-04-22
mm/mmu_notifier.c: fix race in mmu_interval_notifier_remove()
Alistair Popple
1
-1
/
+13
2022-04-22
kcov: don't generate a warning on vm_insert_page()'s failure
Aleksandr Nogikh
1
-2
/
+5
2022-04-22
MAINTAINERS: add Vincenzo Frascino to KASAN reviewers
Vincenzo Frascino
1
-0
/
+1
2022-04-22
oom_kill.c: futex: delay the OOM reaper to allow time for proper futex cleanup
Nico Pache
2
-14
/
+41
2022-04-22
selftest/vm: add skip support to mremap_test
Sidhartha Kumar
1
-3
/
+8
2022-04-22
selftest/vm: support xfail in mremap_test
Sidhartha Kumar
1
-1
/
+1
2022-04-22
selftest/vm: verify remap destination address in mremap_test
Sidhartha Kumar
1
-3
/
+39
2022-04-22
selftest/vm: verify mmap addr in mremap_test
Sidhartha Kumar
1
-1
/
+40
2022-04-22
mm, hugetlb: allow for "high" userspace addresses
Christophe Leroy
3
-12
/
+13
2022-04-22
userfaultfd: mark uffd_wp regardless of VM_WRITE flag
Nadav Amit
1
-6
/
+9
2022-04-22
memcg: sync flush only if periodic flush is delayed
Shakeel Butt
3
-2
/
+17
2022-04-22
mm/memory-failure.c: skip huge_zero_page in memory_failure()
Xu Yu
1
-0
/
+13
2022-04-22
mm/hwpoison: fix race between hugetlb free/demotion and memory_failure_hugetlb()
Naoya Horiguchi
4
-42
/
+127
2022-04-22
ata: pata_marvell: Check the 'bmdma_addr' beforing reading
Zheyu Ma
1
-0
/
+2
2022-04-22
RISC-V: cpuidle: fix Kconfig select for RISCV_SBI_CPUIDLE
Randy Dunlap
1
-1
/
+1
2022-04-22
RISC-V: mm: Fix set_satp_mode() for platform not having Sv57
Anup Patel
1
-0
/
+1
2022-04-21
kvm: selftests: introduce and use more page size-related constants
Paolo Bonzini
8
-13
/
+8
2022-04-21
kvm: selftests: do not use bitfields larger than 32-bits for PTEs
Paolo Bonzini
2
-115
/
+92
2022-04-21
KVM: SEV: add cache flush to solve SEV cache incoherency issues
Mingwei Zhang
8
-3
/
+44
2022-04-21
ALSA: hda/realtek: Add quirk for Clevo NP70PNP
Tim Crawford
1
-0
/
+1
2022-04-21
ALSA: hda: intel-dsp-config: Add RaptorLake PCI IDs
Gongjun Song
1
-0
/
+9
2022-04-21
jbd2: fix a potential race while discarding reserved buffers after an abort
Ye Bin
1
-1
/
+3
2022-04-21
KVM: SVM: Flush when freeing encrypted pages even on SME_COHERENT CPUs
Mingwei Zhang
1
-3
/
+6
2022-04-21
KVM: SVM: Simplify and harden helper to flush SEV guest page(s)
Sean Christopherson
1
-34
/
+20
2022-04-21
KVM: selftests: Silence compiler warning in the kvm_page_table_test
Thomas Huth
1
-1
/
+1
2022-04-21
KVM: x86/pmu: Update AMD PMC sample period to fix guest NMI-watchdog
Like Xu
3
-6
/
+12
2022-04-21
x86/kvm: Preserve BSP MSR_KVM_POLL_CONTROL across suspend/resume
Wanpeng Li
1
-0
/
+13
2022-04-21
KVM: SPDX style and spelling fixes
Tom Rix
3
-4
/
+4
2022-04-21
KVM: x86: Skip KVM_GUESTDBG_BLOCKIRQ APICv update if APICv is disabled
Sean Christopherson
1
-0
/
+3
[next]