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
Age
Commit message (
Expand
)
Author
Files
Lines
2021-06-24
mm: page_vma_mapped_walk(): add a level of indentation
Hugh Dickins
1
-50
/
+55
2021-06-24
mm: page_vma_mapped_walk(): crossing page table boundary
Hugh Dickins
1
-4
/
+4
2021-06-24
mm: page_vma_mapped_walk(): prettify PVMW_MIGRATION block
Hugh Dickins
1
-16
/
+14
2021-06-24
mm: page_vma_mapped_walk(): use pmde for *pvmw->pmd
Hugh Dickins
1
-5
/
+6
2021-06-24
mm: page_vma_mapped_walk(): settle PageHuge on entry
Hugh Dickins
1
-4
/
+8
2021-06-24
mm: page_vma_mapped_walk(): use page for pvmw->page
Hugh Dickins
1
-5
/
+4
2021-06-24
ata: rb532_cf: remove redundant codes
gushengxian
1
-3
/
+1
2021-06-24
blk: Fix lock inversion between ioc lock and bfqd lock
Jan Kara
9
-22
/
+43
2021-06-24
bfq: Remove merged request already in bfq_requests_merged()
Jan Kara
1
-28
/
+13
2021-06-24
net: bcmgenet: Add mdio-bcm-unimac soft dependency
Jian-Hong Pan
1
-0
/
+1
2021-06-24
ipv6: delete useless dst check in ip6_dst_lookup_tail
zhang kai
1
-5
/
+3
2021-06-24
net: dsa: sja1105: fix NULL pointer dereference in sja1105_reload_cbs()
Vladimir Oltean
1
-0
/
+6
2021-06-24
PCI: tegra194: Fix host initialization during resume
Vidya Sagar
1
-0
/
+2
2021-06-24
PCI: tegra: Add missing MODULE_DEVICE_TABLE
Zou Wei
1
-0
/
+1
2021-06-24
mlxsw: core_env: Avoid unnecessary memcpy()s
Ido Schimmel
1
-8
/
+8
2021-06-24
Merge tag 'ieee802154-for-davem-2021-06-24' of git://git.kernel.org/pub/scm/linux/kernel/git/sschmidt/wpan
David S. Miller
1
-3
/
+8
2021-06-24
gve: Fix warnings reported for DQO patchset
Bailey Forrest
2
-6
/
+5
2021-06-24
e1000e: Check the PCIm state
Sasha Neftin
1
-10
/
+12
2021-06-24
KVM: x86: rename apic_access_page_done to apic_access_memslot_enabled
Maxim Levitsky
3
-5
/
+5
2021-06-24
kvm: x86: disable the narrow guest module parameter on unload
Aaron Lewis
1
-0
/
+2
2021-06-24
selftests: kvm: Allows userspace to handle emulation errors.
Aaron Lewis
5
-0
/
+317
2021-06-24
kvm: x86: Allow userspace to handle emulation errors
Aaron Lewis
4
-4
/
+85
2021-06-24
KVM: x86/mmu: Let guest use GBPAGES if supported in hardware and TDP is on
Sean Christopherson
1
-3
/
+17
2021-06-24
KVM: x86/mmu: Get CR4.SMEP from MMU, not vCPU, in shadow page fault
Sean Christopherson
1
-1
/
+1
2021-06-24
KVM: x86/mmu: Get CR0.WP from MMU, not vCPU, in shadow page fault
Sean Christopherson
2
-8
/
+2
2021-06-24
KVM: x86/mmu: Drop redundant rsvd bits reset for nested NPT
Sean Christopherson
1
-6
/
+0
2021-06-24
KVM: x86/mmu: Optimize and clean up so called "last nonleaf level" logic
Sean Christopherson
3
-35
/
+30
2021-06-24
KVM: x86: Enhance comments for MMU roles and nested transition trickiness
Sean Christopherson
3
-10
/
+49
2021-06-24
KVM: x86/mmu: WARN on any reserved SPTE value when making a valid SPTE
Sean Christopherson
1
-1
/
+4
2021-06-24
KVM: x86/mmu: Add helpers to do full reserved SPTE checks w/ generic MMU
Sean Christopherson
2
-21
/
+34
2021-06-24
KVM: x86/mmu: Use MMU's role to determine PTTYPE
Sean Christopherson
1
-4
/
+4
2021-06-24
KVM: x86/mmu: Collapse 32-bit PAE and 64-bit statements for helpers
Sean Christopherson
1
-17
/
+2
2021-06-24
KVM: x86/mmu: Add a helper to calculate root from role_regs
Sean Christopherson
1
-35
/
+25
2021-06-24
KVM: x86/mmu: Add helper to update paging metadata
Sean Christopherson
1
-18
/
+15
2021-06-24
KVM: x86/mmu: Don't update nested guest's paging bitmasks if CR0.PG=0
Sean Christopherson
1
-10
/
+10
2021-06-24
KVM: x86/mmu: Consolidate reset_rsvds_bits_mask() calls
Sean Christopherson
1
-11
/
+10
2021-06-24
KVM: x86/mmu: Use MMU role_regs to get LA57, and drop vCPU LA57 helper
Sean Christopherson
2
-11
/
+1
2021-06-24
KVM: x86/mmu: Get nested MMU's root level from the MMU's role
Sean Christopherson
1
-5
/
+1
2021-06-24
KVM: x86/mmu: Drop "nx" from MMU context now that there are no readers
Sean Christopherson
2
-19
/
+0
2021-06-24
KVM: x86/mmu: Use MMU's role to get EFER.NX during MMU configuration
Sean Christopherson
1
-3
/
+4
2021-06-24
KVM: x86/mmu: Use MMU's role/role_regs to compute context's metadata
Sean Christopherson
1
-20
/
+16
2021-06-24
KVM: x86/mmu: Use MMU's role to detect EFER.NX in guest page walk
Sean Christopherson
1
-1
/
+1
2021-06-24
KVM: x86/mmu: Use MMU's roles to compute last non-leaf level
Sean Christopherson
1
-6
/
+6
2021-06-24
KVM: x86/mmu: Use MMU's role to compute PKRU bitmask
Sean Christopherson
1
-14
/
+7
2021-06-24
KVM: x86/mmu: Use MMU's role to compute permission bitmask
Sean Christopherson
1
-9
/
+8
2021-06-24
KVM: x86/mmu: Drop vCPU param from reserved bits calculator
Sean Christopherson
1
-7
/
+4
2021-06-24
KVM: x86/mmu: Use MMU's role to get CR4.PSE for computing rsvd bits
Sean Christopherson
1
-1
/
+1
2021-06-24
KVM: x86/mmu: Don't grab CR4.PSE for calculating shadow reserved bits
Sean Christopherson
1
-6
/
+9
2021-06-24
KVM: x86/mmu: Always set new mmu_role immediately after checking old role
Sean Christopherson
1
-6
/
+9
2021-06-24
KVM: x86/mmu: Set CR4.PKE/LA57 in MMU role iff long mode is active
Sean Christopherson
1
-2
/
+4
[prev]
[next]