summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | KVM: kvmclock: Fix vCPUs > 64 can't be online/hotplugedWanpeng Li2021-03-121-10/+9
| * | | | kvm: x86: annotate RCU pointersMuhammad Usama Anjum2021-03-121-2/+2
| * | | | KVM: arm64: Fix exclusive limit for IPA sizeMarc Zyngier2021-03-121-2/+1
| * | | | KVM: arm64: Reject VM creation when the default IPA size is unsupportedMarc Zyngier2021-03-122-4/+11
| * | | | KVM: arm64: Ensure I-cache isolation between vcpus of a same VMMarc Zyngier2021-03-095-8/+15
| * | | | KVM: arm64: Don't use cbz/adr with external symbolsSami Tolvanen2021-03-091-2/+4
| * | | | KVM: arm64: Fix range alignment when walking page tablesJia He2021-03-061-0/+1
| * | | | KVM: arm64: Workaround firmware wrongly advertising GICv2-on-v3 compatibilityMarc Zyngier2021-03-062-4/+39
| * | | | KVM: arm64: Rename __vgic_v3_get_ich_vtr_el2() to __vgic_v3_get_gic_config()Marc Zyngier2021-03-064-7/+14
| * | | | KVM: arm64: Don't access PMSELR_EL0/PMUSERENR_EL0 when no PMU is availableMarc Zyngier2021-03-062-3/+9
| * | | | KVM: arm64: Turn kvm_arm_support_pmu_v3() into a static keyMarc Zyngier2021-03-063-12/+17
| * | | | KVM: arm64: Fix nVHE hyp panic host context restoreAndrew Scull2021-03-063-10/+11
| * | | | KVM: arm64: Avoid corrupting vCPU context register in guest exitWill Deacon2021-03-061-1/+1
| * | | | KVM: arm64: nvhe: Save the SPE context earlySuzuki K Poulose2021-03-063-3/+25
| * | | | kvm: x86: use NULL instead of using plain integer as pointerMuhammad Usama Anjum2021-03-061-1/+1
| * | | | KVM: SVM: Connect 'npt' module param to KVM's internal 'npt_enabled'Sean Christopherson2021-03-051-12/+13
| * | | | KVM: x86: Ensure deadline timer has truly expired before posting its IRQSean Christopherson2021-03-051-1/+10
* | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-03-1428-214/+332
|\ \ \ \ \
| * | | | | zram: fix broken page writebackMinchan Kim2021-03-131-3/+3
| * | | | | zram: fix return value on writeback_storeMinchan Kim2021-03-131-3/+8
| * | | | | mm/memcg: set memcg when splitting pageZhou Guanghui2021-03-131-0/+1
| * | | | | mm/memcg: rename mem_cgroup_split_huge_fixup to split_page_memcg and add nr_p...Zhou Guanghui2021-03-133-14/+9
| * | | | | ia64: fix ptrace(PTRACE_SYSCALL_INFO_EXIT) signSergei Trofimovich2021-03-131-1/+1
| * | | | | ia64: fix ia64_syscall_get_set_arguments() for break-based syscallsSergei Trofimovich2021-03-131-6/+18
| * | | | | mm/userfaultfd: fix memory corruption due to writeprotectNadav Amit2021-03-131-0/+8
| * | | | | kasan: fix KASAN_STACK dependency for HW_TAGSAndrey Konovalov2021-03-131-0/+1
| * | | | | kasan, mm: fix crash with HW_TAGS and DEBUG_PAGEALLOCAndrey Konovalov2021-03-131-2/+6
| * | | | | mm/madvise: replace ptrace attach requirement for process_madviseSuren Baghdasaryan2021-03-131-1/+12
| * | | | | include/linux/sched/mm.h: use rcu_dereference in in_vfork()Matthew Wilcox (Oracle)2021-03-131-1/+2
| * | | | | kfence: fix reports if constant function prefixes existMarco Elver2021-03-131-6/+12
| * | | | | kfence, slab: fix cache_alloc_debugcheck_after() for bulk allocationsMarco Elver2021-03-131-1/+1
| * | | | | kfence: fix printk format for ptrdiff_tMarco Elver2021-03-131-6/+6
| * | | | | linux/compiler-clang.h: define HAVE_BUILTIN_BSWAP*Arnd Bergmann2021-03-131-0/+6
| * | | | | MAINTAINERS: exclude uapi directories in API/ABI sectionVlastimil Babka2021-03-131-2/+2
| * | | | | binfmt_misc: fix possible deadlock in bm_register_writeLior Ribak2021-03-131-15/+14
| * | | | | mm/highmem.c: fix zero_user_segments() with start > endOGAWA Hirofumi2021-03-131-5/+12
| * | | | | hugetlb: do early cow when page pinned on src mmPeter Xu2021-03-131-4/+62
| * | | | | mm: use is_cow_mapping() across tree where properPeter Xu2021-03-134-9/+3
| * | | | | mm: introduce page_needs_cow_for_dma() for deciding whether cowPeter Xu2021-03-134-18/+24
| * | | | | hugetlb: break earlier in add_reservation_in_range() when we canPeter Xu2021-03-131-1/+1
| * | | | | hugetlb: dedup the code to add a new file_regionPeter Xu2021-03-131-24/+27
| * | | | | mm/fork: clear PASID for new mmFenghua Yu2021-03-132-0/+9
| * | | | | mm/page_alloc.c: refactor initialization of struct page for holes in memory l...Mike Rapoport2021-03-131-83/+75
| * | | | | init/Kconfig: make COMPILE_TEST depend on HAS_IOMEMMasahiro Yamada2021-03-131-2/+1
| * | | | | stop_machine: mark helpers __always_inlineArnd Bergmann2021-03-131-5/+6
| * | | | | memblock: fix section mismatch warningArnd Bergmann2021-03-131-2/+2
* | | | | | Merge tag 'char-misc-5.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-03-1311-28/+97
|\ \ \ \ \ \
| * | | | | | misc/pvpanic: Export module FDT device tableShile Zhang2021-03-101-0/+1
| * | | | | | misc: fastrpc: restrict user apps from sending kernel RPC messagesDmitry Baryshkov2021-03-101-0/+5
| * | | | | | virt: acrn: Correct type casting of argument of copy_from_user()Shuo Liu2021-03-101-1/+1