index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
Age
Commit message (
Expand
)
Author
Files
Lines
2021-01-10
Merge tag 'arc-5.11-rc3-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
3
-1
/
+3
2021-01-10
Merge tag 'powerpc-5.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
2
-1
/
+10
2021-01-10
Merge tag 'x86_urgent_for_v5.11_rc3' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
6
-73
/
+63
2021-01-08
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
30
-212
/
+292
2021-01-08
Merge tag 'arm-fixes-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
7
-8
/
+23
2021-01-08
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
10
-18
/
+27
2021-01-08
ARC: [hsdk]: Enable FPU_SAVE_RESTORE
Vineet Gupta
1
-0
/
+1
2021-01-08
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
1
-0
/
+1
2021-01-08
ARM: picoxcell: fix missing interrupt-parent properties
Arnd Bergmann
1
-0
/
+4
2021-01-08
KVM: x86: __kvm_vcpu_halt can be static
Paolo Bonzini
1
-1
/
+1
2021-01-08
Merge tag 'kvmarm-fixes-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/...
Paolo Bonzini
17
-115
/
+114
2021-01-08
x86/resctrl: Don't move a task to the same resource group
Fenghua Yu
1
-0
/
+7
2021-01-08
x86/resctrl: Use an IPI instead of task_work_add() to update PQR_ASSOC MSR
Fenghua Yu
1
-69
/
+43
2021-01-07
KVM: SVM: Add support for booting APs in an SEV-ES guest
Tom Lendacky
7
-6
/
+61
2021-01-07
KVM: nSVM: cancel KVM_REQ_GET_NESTED_STATE_PAGES on nested vmexit
Maxim Levitsky
3
-1
/
+8
2021-01-07
KVM: nSVM: mark vmcb as dirty when forcingly leaving the guest mode
Maxim Levitsky
1
-0
/
+1
2021-01-07
KVM: nSVM: correctly restore nested_run_pending on migration
Maxim Levitsky
1
-0
/
+4
2021-01-07
KVM: x86/mmu: Clarify TDP MMU page list invariants
Ben Gardon
1
-2
/
+14
2021-01-07
KVM: x86/mmu: Ensure TDP MMU roots are freed after yield
Ben Gardon
1
-56
/
+48
2021-01-07
KVM: x86: change in pv_eoi_get_pending() to make code more readable
Stephen Zhang
1
-1
/
+1
2021-01-07
KVM: x86: fix shift out of bounds reported by UBSAN
Paolo Bonzini
1
-1
/
+1
2021-01-07
KVM/SVM: Remove leftover __svm_vcpu_run prototype from svm.c
Uros Bizjak
1
-2
/
+0
2021-01-07
KVM: SVM: Add register operand to vmsave call in sev_es_vcpu_load
Nathan Chancellor
1
-1
/
+1
2021-01-07
Merge branch 'kvm-master' into kvm-next
Paolo Bonzini
231
-924
/
+1522
2021-01-07
KVM: x86/mmu: Optimize not-present/MMIO SPTE check in get_mmio_spte()
Sean Christopherson
1
-7
/
+13
2021-01-07
KVM: x86/mmu: Use raw level to index into MMIO walks' sptes array
Sean Christopherson
2
-9
/
+8
2021-01-07
KVM: x86/mmu: Get root level from walkers when retrieving MMIO SPTE
Sean Christopherson
3
-11
/
+13
2021-01-07
KVM: x86/mmu: Use -1 to flag an undefined spte in get_mmio_spte()
Sean Christopherson
2
-2
/
+7
2021-01-07
ARC: unbork 5.11 bootup: fix snafu in _TIF_NOTIFY_SIGNAL handling
Vineet Gupta
1
-1
/
+1
2021-01-07
arm64: Move PSTATE.TCO setting to separate functions
Catalin Marinas
1
-3
/
+13
2021-01-06
x86/mtrr: Correct the range check before performing MTRR type lookups
Ying-Tsun Huang
1
-3
/
+3
2021-01-06
powerpc: Handle .text.{hot,unlikely}.* in linker script
Nathan Chancellor
1
-1
/
+1
2021-01-05
arch/arc: add copy_user_page() to <asm/page.h> to fix build error on ARC
Randy Dunlap
1
-0
/
+1
2021-01-05
Merge tag 'arc-5.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/vgu...
Linus Torvalds
2
-21
/
+17
2021-01-05
x86/sev-es: Fix SEV-ES OUT/IN immediate opcode vc handling
Peter Gonda
1
-2
/
+2
2021-01-05
arm64: kasan: Set TCR_EL1.TBID1 when KASAN_HW_TAGS is enabled
Catalin Marinas
1
-1
/
+1
2021-01-05
arm64: vdso: disable .eh_frame_hdr via /DISCARD/ instead of --no-eh-frame-hdr
Peter Collingbourne
2
-6
/
+2
2021-01-05
arm64: traps: remove duplicate include statement
Tian Tao
1
-1
/
+0
2021-01-05
arm64: cpufeature: remove non-exist CONFIG_KVM_ARM_HOST
Shannon Zhao
1
-1
/
+1
2021-01-05
arm64: link with -z norelro for LLD or aarch64-elf
Nick Desaulniers
1
-3
/
+7
2021-01-05
x86/mm: Fix leak of pmd ptlock
Dan Williams
1
-0
/
+2
2021-01-04
KVM: arm64: Replace KVM_ARM_PMU with HW_PERF_EVENTS
Marc Zyngier
2
-9
/
+1
2021-01-04
powerpc/32s: Fix RTAS machine check with VMAP stack
Christophe Leroy
1
-0
/
+9
2021-01-04
arm64: mm: Fix ARCH_LOW_ADDRESS_LIMIT when !CONFIG_ZONE_DMA
Nicolas Saenz Julienne
2
-2
/
+3
2021-01-04
arm64: mte: remove an ISB on kernel exit
Peter Collingbourne
1
-1
/
+1
2021-01-04
arm64/smp: Remove unused irq variable in arch_show_interrupts()
Geert Uytterhoeven
1
-1
/
+0
2021-01-03
crypto: arm/chacha-neon - add missing counter increment
Ard Biesheuvel
1
-0
/
+1
2021-01-02
Merge tag 's390-5.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...
Linus Torvalds
4
-21
/
+35
2020-12-31
KVM: arm64: Remove spurious semicolon in reg_to_encoding()
Marc Zyngier
1
-1
/
+1
2020-12-30
s390/Kconfig: sort config S390 select list once again
Heiko Carstens
1
-14
/
+17
[next]