index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
Age
Commit message (
Expand
)
Author
Files
Lines
2022-03-08
KVM: x86/mmu: WARN on any attempt to atomically update REMOVED SPTE
Sean Christopherson
1
-8
/
+7
2022-03-08
KVM: x86/mmu: Check for a REMOVED leaf SPTE before making the SPTE
Sean Christopherson
1
-1
/
+5
2022-03-08
KVM: x86/mmu: Zap defunct roots via asynchronous worker
Paolo Bonzini
1
-9
/
+11
2022-03-08
KVM: x86/mmu: Zap roots in two passes to avoid inducing RCU stalls
Sean Christopherson
1
-17
/
+34
2022-03-08
KVM: x86/mmu: Allow yielding when zapping GFNs for defunct TDP MMU root
Paolo Bonzini
1
-41
/
+62
2022-03-08
KVM: x86/mmu: Zap invalidated roots via asynchronous worker
Paolo Bonzini
4
-87
/
+76
2022-03-08
Merge tag 'at91-soc-5.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/at91/linux into arm/drivers
Arnd Bergmann
3
-3
/
+29
2022-03-08
arm: multi_v5: enable configs for versatile
Anders Roxell
1
-0
/
+7
2022-03-08
Merge tag 'arm-soc/for-5.18/defconfig-arm64' of https://github.com/Broadcom/stblinux into arm/defconfig
Arnd Bergmann
1
-0
/
+7
2022-03-08
arm64: defconfig: enable Layerscape SFP driver
Michael Walle
1
-0
/
+1
2022-03-08
Merge tag 'at91-defconfig-5.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/at91/linux into arm/defconfig
Arnd Bergmann
1
-1
/
+1
2022-03-08
Merge tag 'arm-soc/for-5.18/devicetree-arm64' of https://github.com/Broadcom/stblinux into arm/dt
Arnd Bergmann
4
-15
/
+168
2022-03-08
Merge tag 'arm-soc/for-5.18/devicetree' of https://github.com/Broadcom/stblinux into arm/dt
Arnd Bergmann
13
-6
/
+402
2022-03-08
Merge tag 'dt64-cleanup-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux into arm/dt
Arnd Bergmann
3
-3
/
+5
2022-03-08
Merge tag 'at91-dt-5.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/at91/linux into arm/dt
Arnd Bergmann
2
-10
/
+72
2022-03-08
Merge tag 'zynqmp-dt-for-v5.18' of https://github.com/Xilinx/linux-xlnx into arm/dt
Arnd Bergmann
1
-44
/
+32
2022-03-08
ARM: include unprivileged BPF status in Spectre V2 reporting
Russell King (Oracle)
1
-0
/
+13
2022-03-08
KVM: x86/mmu: Defer TLB flush to caller when freeing TDP MMU shadow pages
Sean Christopherson
3
-14
/
+26
2022-03-08
KVM: x86/mmu: Do remote TLB flush before dropping RCU in TDP MMU resched
Sean Christopherson
1
-2
/
+2
2022-03-08
KVM: x86/mmu: Zap only TDP MMU leafs in kvm_zap_gfn_range()
Sean Christopherson
3
-39
/
+14
2022-03-08
KVM: x86/mmu: Require mmu_lock be held for write to zap TDP MMU range
Sean Christopherson
1
-18
/
+6
2022-03-08
KVM: x86/mmu: Add dedicated helper to zap TDP MMU root shadow page
Sean Christopherson
1
-16
/
+82
2022-03-08
KVM: x86/mmu: Skip remote TLB flush when zapping all of TDP MMU
Sean Christopherson
1
-5
/
+6
2022-03-08
KVM: x86/mmu: Zap only the target TDP MMU shadow page in NX recovery
Sean Christopherson
4
-24
/
+39
2022-03-08
KVM: x86/mmu: Refactor low-level TDP MMU set SPTE helper to take raw values
Sean Christopherson
1
-20
/
+31
2022-03-08
KVM: x86/mmu: WARN if old _or_ new SPTE is REMOVED in non-atomic path
Sean Christopherson
1
-2
/
+2
2022-03-08
KVM: x86/mmu: Add helpers to read/write TDP MMU SPTEs and document RCU
Sean Christopherson
3
-6
/
+22
2022-03-08
KVM: x86/mmu: Drop RCU after processing each root in MMU notifier hooks
Sean Christopherson
1
-4
/
+4
2022-03-08
KVM: x86/mmu: Batch TLB flushes from TDP MMU for MMU notifier change_spte
Sean Christopherson
1
-7
/
+6
2022-03-08
KVM: x86/mmu: Check for !leaf=>leaf, not PFN change, in TDP MMU SP removal
Sean Christopherson
1
-2
/
+5
2022-03-08
KVM: x86/mmu: do not allow readers to acquire references to invalid roots
Paolo Bonzini
1
-4
/
+5
2022-03-08
KVM: x86/mmu: only perform eager page splitting on valid roots
Paolo Bonzini
1
-1
/
+1
2022-03-08
KVM: x86/mmu: Require mmu_lock be held for write in unyielding root iter
Sean Christopherson
1
-6
/
+15
2022-03-08
KVM: x86/mmu: Document that zapping invalidated roots doesn't need to flush
Sean Christopherson
2
-8
/
+17
2022-03-08
KVM: x86/mmu: Formalize TDP MMU's (unintended?) deferred TLB flush logic
Sean Christopherson
2
-1
/
+17
2022-03-08
KVM: x86/mmu: Fix wrong/misleading comments in TDP MMU fast zap
Sean Christopherson
2
-21
/
+33
2022-03-08
KVM: x86/mmu: Check for present SPTE when clearing dirty bit in TDP MMU
Sean Christopherson
1
-0
/
+3
2022-03-08
KVM: use __vcalloc for very large allocations
Paolo Bonzini
3
-6
/
+7
2022-03-08
Revert "arm64: dts: mt8183: jacuzzi: Fix bus properties in anx's DSI endpoint"
Robert Foss
1
-2
/
+0
2022-03-08
Merge branch 'for-next/perf-m1' into for-next/perf
Will Deacon
2
-0
/
+88
2022-03-08
drivers/perf: Add Apple icestorm/firestorm CPU PMU driver
Marc Zyngier
1
-0
/
+45
2022-03-08
x86/module: Fix the paravirt vs alternative order
Peter Zijlstra
1
-5
/
+8
2022-03-08
ARM: dts: aspeed: Fix AST2600 quad spi group
Joel Stanley
1
-1
/
+1
2022-03-08
Merge tag 'tegra-for-5.17-arm-dt-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux into arm/fixes
Arnd Bergmann
4
-21
/
+33
2022-03-08
arm64: perf: Consistently make all event numbers as 16-bits
Shaokun Zhang
1
-139
/
+139
2022-03-08
arm64: perf: Expose some Armv9 common events under sysfs
Shaokun Zhang
2
-0
/
+24
2022-03-08
powerpc/64: Force inlining of prevent_user_access() and set_kuap()
Christophe Leroy
1
-2
/
+2
2022-03-08
powerpc/bitops: Force inlining of fls()
Christophe Leroy
1
-2
/
+2
2022-03-08
arm64: clean up tools Makefile
Masahiro Yamada
1
-7
/
+3
2022-03-08
powerpc: declare unmodified attribute_group usages const
Rohan McLure
17
-33
/
+33
[prev]
[next]