index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
|
KVM: kvmclock: Fix vCPUs > 64 can't be online/hotpluged
Wanpeng Li
2021-03-12
1
-10
/
+9
|
*
|
|
|
kvm: x86: annotate RCU pointers
Muhammad Usama Anjum
2021-03-12
1
-2
/
+2
|
*
|
|
|
KVM: arm64: Fix exclusive limit for IPA size
Marc Zyngier
2021-03-12
1
-2
/
+1
|
*
|
|
|
KVM: arm64: Reject VM creation when the default IPA size is unsupported
Marc Zyngier
2021-03-12
2
-4
/
+11
|
*
|
|
|
KVM: arm64: Ensure I-cache isolation between vcpus of a same VM
Marc Zyngier
2021-03-09
5
-8
/
+15
|
*
|
|
|
KVM: arm64: Don't use cbz/adr with external symbols
Sami Tolvanen
2021-03-09
1
-2
/
+4
|
*
|
|
|
KVM: arm64: Fix range alignment when walking page tables
Jia He
2021-03-06
1
-0
/
+1
|
*
|
|
|
KVM: arm64: Workaround firmware wrongly advertising GICv2-on-v3 compatibility
Marc Zyngier
2021-03-06
2
-4
/
+39
|
*
|
|
|
KVM: arm64: Rename __vgic_v3_get_ich_vtr_el2() to __vgic_v3_get_gic_config()
Marc Zyngier
2021-03-06
4
-7
/
+14
|
*
|
|
|
KVM: arm64: Don't access PMSELR_EL0/PMUSERENR_EL0 when no PMU is available
Marc Zyngier
2021-03-06
2
-3
/
+9
|
*
|
|
|
KVM: arm64: Turn kvm_arm_support_pmu_v3() into a static key
Marc Zyngier
2021-03-06
3
-12
/
+17
|
*
|
|
|
KVM: arm64: Fix nVHE hyp panic host context restore
Andrew Scull
2021-03-06
3
-10
/
+11
|
*
|
|
|
KVM: arm64: Avoid corrupting vCPU context register in guest exit
Will Deacon
2021-03-06
1
-1
/
+1
|
*
|
|
|
KVM: arm64: nvhe: Save the SPE context early
Suzuki K Poulose
2021-03-06
3
-3
/
+25
|
*
|
|
|
kvm: x86: use NULL instead of using plain integer as pointer
Muhammad Usama Anjum
2021-03-06
1
-1
/
+1
|
*
|
|
|
KVM: SVM: Connect 'npt' module param to KVM's internal 'npt_enabled'
Sean Christopherson
2021-03-05
1
-12
/
+13
|
*
|
|
|
KVM: x86: Ensure deadline timer has truly expired before posting its IRQ
Sean Christopherson
2021-03-05
1
-1
/
+10
*
|
|
|
|
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2021-03-14
28
-214
/
+332
|
\
\
\
\
\
|
*
|
|
|
|
zram: fix broken page writeback
Minchan Kim
2021-03-13
1
-3
/
+3
|
*
|
|
|
|
zram: fix return value on writeback_store
Minchan Kim
2021-03-13
1
-3
/
+8
|
*
|
|
|
|
mm/memcg: set memcg when splitting page
Zhou Guanghui
2021-03-13
1
-0
/
+1
|
*
|
|
|
|
mm/memcg: rename mem_cgroup_split_huge_fixup to split_page_memcg and add nr_p...
Zhou Guanghui
2021-03-13
3
-14
/
+9
|
*
|
|
|
|
ia64: fix ptrace(PTRACE_SYSCALL_INFO_EXIT) sign
Sergei Trofimovich
2021-03-13
1
-1
/
+1
|
*
|
|
|
|
ia64: fix ia64_syscall_get_set_arguments() for break-based syscalls
Sergei Trofimovich
2021-03-13
1
-6
/
+18
|
*
|
|
|
|
mm/userfaultfd: fix memory corruption due to writeprotect
Nadav Amit
2021-03-13
1
-0
/
+8
|
*
|
|
|
|
kasan: fix KASAN_STACK dependency for HW_TAGS
Andrey Konovalov
2021-03-13
1
-0
/
+1
|
*
|
|
|
|
kasan, mm: fix crash with HW_TAGS and DEBUG_PAGEALLOC
Andrey Konovalov
2021-03-13
1
-2
/
+6
|
*
|
|
|
|
mm/madvise: replace ptrace attach requirement for process_madvise
Suren Baghdasaryan
2021-03-13
1
-1
/
+12
|
*
|
|
|
|
include/linux/sched/mm.h: use rcu_dereference in in_vfork()
Matthew Wilcox (Oracle)
2021-03-13
1
-1
/
+2
|
*
|
|
|
|
kfence: fix reports if constant function prefixes exist
Marco Elver
2021-03-13
1
-6
/
+12
|
*
|
|
|
|
kfence, slab: fix cache_alloc_debugcheck_after() for bulk allocations
Marco Elver
2021-03-13
1
-1
/
+1
|
*
|
|
|
|
kfence: fix printk format for ptrdiff_t
Marco Elver
2021-03-13
1
-6
/
+6
|
*
|
|
|
|
linux/compiler-clang.h: define HAVE_BUILTIN_BSWAP*
Arnd Bergmann
2021-03-13
1
-0
/
+6
|
*
|
|
|
|
MAINTAINERS: exclude uapi directories in API/ABI section
Vlastimil Babka
2021-03-13
1
-2
/
+2
|
*
|
|
|
|
binfmt_misc: fix possible deadlock in bm_register_write
Lior Ribak
2021-03-13
1
-15
/
+14
|
*
|
|
|
|
mm/highmem.c: fix zero_user_segments() with start > end
OGAWA Hirofumi
2021-03-13
1
-5
/
+12
|
*
|
|
|
|
hugetlb: do early cow when page pinned on src mm
Peter Xu
2021-03-13
1
-4
/
+62
|
*
|
|
|
|
mm: use is_cow_mapping() across tree where proper
Peter Xu
2021-03-13
4
-9
/
+3
|
*
|
|
|
|
mm: introduce page_needs_cow_for_dma() for deciding whether cow
Peter Xu
2021-03-13
4
-18
/
+24
|
*
|
|
|
|
hugetlb: break earlier in add_reservation_in_range() when we can
Peter Xu
2021-03-13
1
-1
/
+1
|
*
|
|
|
|
hugetlb: dedup the code to add a new file_region
Peter Xu
2021-03-13
1
-24
/
+27
|
*
|
|
|
|
mm/fork: clear PASID for new mm
Fenghua Yu
2021-03-13
2
-0
/
+9
|
*
|
|
|
|
mm/page_alloc.c: refactor initialization of struct page for holes in memory l...
Mike Rapoport
2021-03-13
1
-83
/
+75
|
*
|
|
|
|
init/Kconfig: make COMPILE_TEST depend on HAS_IOMEM
Masahiro Yamada
2021-03-13
1
-2
/
+1
|
*
|
|
|
|
stop_machine: mark helpers __always_inline
Arnd Bergmann
2021-03-13
1
-5
/
+6
|
*
|
|
|
|
memblock: fix section mismatch warning
Arnd Bergmann
2021-03-13
1
-2
/
+2
*
|
|
|
|
|
Merge tag 'char-misc-5.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2021-03-13
11
-28
/
+97
|
\
\
\
\
\
\
|
*
|
|
|
|
|
misc/pvpanic: Export module FDT device table
Shile Zhang
2021-03-10
1
-0
/
+1
|
*
|
|
|
|
|
misc: fastrpc: restrict user apps from sending kernel RPC messages
Dmitry Baryshkov
2021-03-10
1
-0
/
+5
|
*
|
|
|
|
|
virt: acrn: Correct type casting of argument of copy_from_user()
Shuo Liu
2021-03-10
1
-1
/
+1
[prev]
[next]