Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | powerpc/sstep: Fix VSX instruction emulation | Jordan Niethe | 2021-03-02 | 1 | -2/+2 | |
| * | | | | | | | | | | powerpc/perf: Fix handling of privilege level checks in perf interrupt context | Athira Rajeev | 2021-03-02 | 1 | -2/+2 | |
| * | | | | | | | | | | powerpc: Force inlining of mmu_has_feature to fix build failure | Christophe Leroy | 2021-03-02 | 1 | -2/+2 | |
| * | | | | | | | | | | vio: make remove callback return void | Uwe Kleine-König | 2021-03-02 | 2 | -5/+4 | |
| * | | | | | | | | | | powerpc/syscall: Force inlining of __prep_irq_for_enabled_exit() | Christophe Leroy | 2021-03-01 | 1 | -1/+1 | |
| * | | | | | | | | | | powerpc/603: Fix protection of user pages mapped with PROT_NONE | Christophe Leroy | 2021-03-01 | 1 | -3/+6 | |
| * | | | | | | | | | | powerpc/pseries: Don't enforce MSI affinity with kdump | Greg Kurz | 2021-03-01 | 1 | -2/+23 | |
| * | | | | | | | | | | powerpc/4xx: Fix build errors from mfdcr() | Michael Ellerman | 2021-03-01 | 1 | -4/+4 | |
| |/ / / / / / / / / | ||||||
* | | | | / / / / / | m68k: Fix virt_addr_valid() W=1 compiler warnings | Geert Uytterhoeven | 2021-03-06 | 2 | -3/+3 | |
| |_|_|_|/ / / / / |/| | | | | | | | | ||||||
* | | | | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2021-03-04 | 9 | -16/+400 | |
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ | |/| | | | | | | | ||||||
| * | | | | | | | | KVM: SVM: Clear the CR4 register on reset | Babu Moger | 2021-03-02 | 1 | -0/+1 | |
| * | | | | | | | | KVM: x86/xen: Add support for vCPU runstate information | David Woodhouse | 2021-03-02 | 4 | -2/+343 | |
| * | | | | | | | | KVM: x86/xen: Fix return code when clearing vcpu_info and vcpu_time_info | David Woodhouse | 2021-03-02 | 1 | -0/+4 | |
| * | | | | | | | | KVM: x86: allow compiling out the Xen hypercall interface | Paolo Bonzini | 2021-03-02 | 4 | -2/+42 | |
| * | | | | | | | | KVM: xen: flush deferred static key before checking it | Paolo Bonzini | 2021-02-26 | 1 | -0/+1 | |
| * | | | | | | | | KVM: x86/mmu: Set SPTE_AD_WRPROT_ONLY_MASK if and only if PML is enabled | Sean Christopherson | 2021-02-26 | 1 | -8/+8 | |
| * | | | | | | | | KVM: x86: hyper-v: Fix Hyper-V context null-ptr-deref | Wanpeng Li | 2021-02-26 | 1 | -1/+1 | |
| * | | | | | | | | KVM: x86: remove misplaced comment on active_mmu_pages | Dongli Zhang | 2021-02-26 | 1 | -3/+0 | |
* | | | | | | | | | Merge tag 'for-linus-5.12b-rc2-tag' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2021-03-04 | 4 | -33/+93 | |
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ | |/| | | | | | | | ||||||
| * | | | | | | | | xen: fix p2m size in dom0 for disabled memory hotplug case | Juergen Gross | 2021-03-03 | 3 | -26/+21 | |
| * | | | | | | | | Xen/gnttab: handle p2m update errors on a per-slot basis | Jan Beulich | 2021-03-03 | 2 | -7/+72 | |
* | | | | | | | | | ia64: don't call handle_signal() unless there's actually a signal queued | Jens Axboe | 2021-03-03 | 1 | -1/+2 | |
| |_|/ / / / / / |/| | | | | | | | ||||||
* | | | | | | | | Merge tag 'kbuild-fixes-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2021-02-28 | 1 | -1/+0 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | ia64: remove redundant READELF from arch/ia64/Makefile | Masahiro Yamada | 2021-02-28 | 1 | -1/+0 | |
* | | | | | | | | | Merge tag 'csky-for-linus-5.12-rc1' of git://github.com/c-sky/csky-linux | Linus Torvalds | 2021-02-28 | 93 | -992/+1346 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | csky: Fixup compile error | Guo Ren | 2021-02-27 | 52 | -52/+0 | |
| * | | | | | | | | | csky: use free_initmem_default() in free_initmem() | David Hildenbrand | 2021-02-27 | 1 | -16/+1 | |
| * | | | | | | | | | csky: Fixup pfn_valid error with wrong max_mapnr | Guo Ren | 2021-02-27 | 1 | -2/+2 | |
| * | | | | | | | | | csky: Add VDSO with GENERIC_GETTIMEOFDAY, GENERIC_TIME_VSYSCALL, HAVE_GENERIC... | Guo Ren | 2021-02-27 | 14 | -3/+225 | |
| * | | | | | | | | | csky: kprobe: Fixup code in simulate without 'long' | Guo Ren | 2021-02-27 | 1 | -15/+7 | |
| * | | | | | | | | | csky: Fixup swapon | Guo Ren | 2021-02-27 | 3 | -9/+52 | |
| * | | | | | | | | | csky: pgtable.h: Coding convention | Guo Ren | 2021-02-27 | 3 | -55/+36 | |
| * | | | | | | | | | csky: Fixup _PAGE_ACCESSED for default pgprot | Guo Ren | 2021-01-12 | 1 | -7/+9 | |
| * | | | | | | | | | csky: remove unused including <linux/version.h> | Tian Tao | 2021-01-12 | 1 | -1/+0 | |
| * | | | | | | | | | csky: Fix a size determination in gpr_get() | Zhenzhong Duan | 2021-01-12 | 1 | -1/+1 | |
| * | | | | | | | | | csky: Reconstruct VDSO framework | Guo Ren | 2021-01-12 | 13 | -89/+269 | |
| * | | | | | | | | | csky: mm: abort uaccess retries upon fatal signal | Guo Ren | 2021-01-12 | 1 | -1/+4 | |
| * | | | | | | | | | csky: Sync riscv mm/fault.c for easy maintenance | Guo Ren | 2021-01-12 | 2 | -155/+189 | |
| * | | | | | | | | | csky: Fixup do_page_fault parent irq status | Guo Ren | 2021-01-12 | 2 | -1/+5 | |
| * | | | | | | | | | csky: Add faulthandler_disabled() check | Guo Ren | 2021-01-12 | 1 | -2/+2 | |
| * | | | | | | | | | csky: Fixup update_mmu_cache called with user io mapping | Guo Ren | 2021-01-12 | 1 | -0/+3 | |
| * | | | | | | | | | csky: Fixup FAULT_FLAG_XXX param for handle_mm_fault | Guo Ren | 2021-01-12 | 1 | -2/+21 | |
| * | | | | | | | | | csky: Add show_tlb for CPU_CK860 debug | Guo Ren | 2021-01-12 | 1 | -0/+121 | |
| * | | | | | | | | | csky: Fix TLB maintenance synchronization problem | Guo Ren | 2021-01-12 | 5 | -16/+69 | |
| * | | | | | | | | | csky: Add kmemleak support | Guo Ren | 2021-01-12 | 1 | -0/+1 | |
| * | | | | | | | | | csky: Remove prologue of page fault handler in entry.S | Guo Ren | 2021-01-12 | 4 | -131/+48 | |
| * | | | | | | | | | csky: Fixup PTE global for 2.5:1.5 virtual memory | Guo Ren | 2021-01-12 | 2 | -2/+8 | |
| * | | | | | | | | | csky: Cleanup asm/spinlock.h | Guo Ren | 2021-01-12 | 3 | -178/+1 | |
| * | | | | | | | | | csky: Fixup asm/cmpxchg.h with correct ordering barrier | Guo Ren | 2021-01-12 | 1 | -10/+17 | |
| * | | | | | | | | | csky: Fixup futex SMP implementation | Guo Ren | 2021-01-12 | 2 | -0/+122 |