aboutsummaryrefslogtreecommitdiffstats
path: root/security (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-10KVM: Actually create debugfs in kvm_create_vm()Oliver Upton1-17/+19
2022-08-10KVM: Pass the name of the VM fd to kvm_create_vm_debugfs()Oliver Upton1-3/+6
2022-08-10KVM: Get an fd before creating the VMOliver Upton1-13/+17
2022-08-10KVM: Shove vcpu stats_id init into kvm_vcpu_init()Oliver Upton1-4/+4
2022-08-10KVM: Shove vm stats_id init into kvm_create_vm()Oliver Upton1-3/+3
2022-08-10KVM: x86/mmu: Add sanity check that MMIO SPTE mask doesn't overlap genSean Christopherson2-0/+22
2022-08-10KVM: x86/mmu: rename trace function name for asynchronous page faultMingwei Zhang2-2/+2
2022-08-10KVM: x86/xen: Stop Xen timer before changing IRQColeman Dietsch1-18/+17
2022-08-10KVM: x86/xen: Initialize Xen timer only onceColeman Dietsch1-1/+3
2022-08-10KVM: SVM: Disable SEV-ES support if MMIO caching is disableSean Christopherson5-5/+19
2022-08-10KVM: x86/mmu: Fully re-evaluate MMIO caching when SPTE masks changeSean Christopherson3-0/+24
2022-08-10KVM: x86: Tag kvm_mmu_x86_module_init() with __initSean Christopherson2-2/+2
2022-08-10KVM: x86: emulator: Fix illegal LEA handlingMichal Luczaj1-1/+5
2022-08-10KVM: X86: avoid uninitialized 'fault.async_page_fault' from fixed-up #PFYu Zhang1-0/+1
2022-08-10KVM: x86: Bug the VM if an accelerated x2APIC trap occurs on a "bad" regSean Christopherson1-3/+5
2022-08-10KVM: x86: do not report preemption if the steal time cache is stalePaolo Bonzini1-0/+2
2022-08-10KVM: x86: revalidate steal time cache if MSR value changesPaolo Bonzini1-3/+3
2022-08-10selftests: kvm: fix compilationPaolo Bonzini1-0/+2
2022-08-04rv: Unlock on error path in rv_unregister_reactor()Dan Carpenter1-2/+4
2022-08-04s390/dasd: Establish DMA alignmentEric Farman2-0/+2
2022-08-04s390/dasd: drop unexpected word 'for' in commentsJiang Jian1-1/+1
2022-08-04drm/amd/amdgpu: fix build failure due to implicit declarationSudip Mukherjee1-0/+1
2022-08-04usb: cdns3: Don't use priv_dev uninitialized in cdns3_gadget_ep_enable()Nathan Chancellor1-4/+8
2022-08-04drm/amd/display: restore code for plane with no modifiersDave Airlie1-0/+3
2022-08-03tools/testing/selftests/vm/hmm-tests.c: fix buildAndrew Morton1-1/+1
2022-08-03video:backlight: remove reference to AVR32 architecture in ltv350qvHans-Christian Noren Egtvedt1-2/+1
2022-08-03video: remove support for non-existing atmel,at32ap-lcdc in atmel_lcdfbHans-Christian Noren Egtvedt1-1/+0
2022-08-03usb:udc: remove reference to AVR32 architecture in Atmel USBA KconfigHans-Christian Noren Egtvedt1-2/+2
2022-08-03sound:spi: remove reference to AVR32 in Atmel AT73C213 DAC driverHans-Christian Noren Egtvedt1-1/+1
2022-08-03net: remove cdns,at32ap7000-macb device tree entryHans-Christian Noren Egtvedt2-3/+1
2022-08-03misc: update maintainer email address and description for atmel-sscHans-Christian Noren Egtvedt1-2/+2
2022-08-03mfd: remove reference to AVR32 architecture in atmel-smc.cHans-Christian Noren Egtvedt1-2/+2
2022-08-03dma:dw: remove reference to AVR32 architecture in core.cHans-Christian Noren Egtvedt1-3/+0
2022-08-02doc: sfp-phylink: Fix a broken referenceChristophe JAILLET1-3/+3
2022-08-02ext4: add ioctls to get/set the ext4 superblock uuidJeremy Bongio2-0/+94
2022-08-02ext4: avoid resizing to a partial cluster sizeKiselev, Oleg1-0/+10
2022-08-02ext4: reduce computation of overhead during resizeKiselev, Oleg1-2/+21
2022-08-02jbd2: fix assertion 'jh->b_frozen_data == NULL' failure when journal abortedZhihao Cheng1-2/+12
2022-08-02ext4: block range must be validated before use in ext4_mb_clear_bb()Lukas Czerner1-1/+20
2022-08-02mbcache: automatically delete entries from cache on freeingJan Kara2-77/+55
2022-08-02mbcache: Remove mb_cache_entry_delete()Jan Kara2-38/+0
2022-08-02ext2: avoid deleting xattr block that is being reusedJan Kara1-29/+29
2022-08-02ext2: unindent codeblock in ext2_xattr_set()Jan Kara1-16/+16
2022-08-02ext2: factor our freeing of xattr block referenceJan Kara1-52/+38
2022-08-02ext4: fix race when reusing xattr blocksJan Kara1-22/+45
2022-08-02ext4: unindent codeblock in ext4_xattr_block_set()Jan Kara1-39/+38
2022-08-02ext4: remove EA inode entry from mbcache on inode evictionJan Kara3-16/+11
2022-08-02mbcache: add functions to delete entry if unusedJan Kara2-3/+73
2022-08-02mbcache: don't reclaim used entriesJan Kara1-1/+9
2022-08-02ext4: make sure ext4_append() always allocates new blockLukas Czerner1-0/+16