aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2024-03-11Merge tag 'kvmarm-6.9' into kvm-arm64/kvmarm-6.9-asahikvm-arm64/kvmarm-6.9-asahiOliver Upton58-387/+1409
2024-03-07Merge branch kvm-arm64/kerneldoc into kvmarm/nextkvmarm/nextOliver Upton10-15/+24
2024-03-07Merge branch kvm-arm64/vfio-normal-nc into kvmarm/nextOliver Upton6-10/+65
2024-03-07Merge branch kvm-arm64/lpi-xarray into kvmarm/nextOliver Upton7-69/+79
2024-03-07Merge branch kvm-arm64/vm-configuration into kvmarm/nextOliver Upton15-181/+997
2024-03-07Merge branch kvm-arm64/misc into kvmarm/nextOliver Upton21-89/+66
2024-03-07Merge branch kvm-arm64/feat_e2h0 into kvmarm/nextOliver Upton11-23/+178
2024-03-01KVM: arm64: Fix TRFCR_EL1/PMSCR_EL1 access in hVHE modekvm-arm64/miscMarc Zyngier1-6/+6
2024-02-29KVM: selftests: aarch64: Remove unused functions from vpmu testRaghavendra Rao Ananta1-16/+0
2024-02-27KVM: arm64: Don't initialize idreg debugfs w/ preemption disabledkvm-arm64/vm-configurationOliver Upton3-5/+14
2024-02-27KVM: arm64: Fail the idreg iterator if idregs aren't initializedOliver Upton1-1/+2
2024-02-24vfio: Convey kvm that the vfio-pci device is wc safekvm-arm64/vfio-normal-ncAnkit Agrawal1-1/+18
2024-02-24KVM: arm64: Set io memory s2 pte as normalnc for vfio pci deviceAnkit Agrawal1-4/+10
2024-02-24mm: Introduce new flag to indicate wc safeAnkit Agrawal1-0/+14
2024-02-24KVM: arm64: Introduce new flag for non-cacheable IO memoryAnkit Agrawal3-5/+23
2024-02-24KVM: arm64: Fix typosBjorn Helgaas8-10/+10
2024-02-23KVM: arm64: vgic: Don't acquire the lpi_list_lock in vgic_put_irq()kvm-arm64/lpi-xarrayOliver Upton3-22/+11
2024-02-23KVM: arm64: vgic: Ensure the irq refcount is nonzero when taking a refOliver Upton2-11/+10
2024-02-23KVM: arm64: vgic: Rely on RCU protection in vgic_get_lpi()Oliver Upton2-8/+15
2024-02-23KVM: arm64: vgic: Free LPI vgic_irq structs in an RCU-safe mannerOliver Upton2-1/+2
2024-02-23KVM: arm64: vgic: Use atomics to count LPIsOliver Upton4-6/+6
2024-02-23KVM: arm64: vgic: Get rid of the LPI linked-listOliver Upton4-10/+2
2024-02-23KVM: arm64: vgic-its: Walk the LPI xarray in vgic_copy_lpi_list()Oliver Upton1-1/+8
2024-02-23KVM: arm64: vgic-v3: Iterate the xarray to find pending LPIsOliver Upton1-1/+2
2024-02-23KVM: arm64: vgic: Use xarray to find LPI in vgic_get_lpi()Oliver Upton1-14/+5
2024-02-23KVM: arm64: vgic: Store LPIs in an xarrayOliver Upton4-1/+24
2024-02-23KVM: Get rid of return value from kvm_arch_create_vm_debugfs()Oliver Upton4-11/+5
2024-02-22KVM: arm64: Make build-time check of RES0/RES1 bits optionalMarc Zyngier2-0/+15
2024-02-19KVM: arm64: Add debugfs file for guest's ID registersMarc Zyngier2-0/+84
2024-02-19KVM: arm64: Snapshot all non-zero RES0/RES1 sysreg fields for later checkingMarc Zyngier2-0/+124
2024-02-19KVM: arm64: Make FEAT_MOPS UNDEF if not advertised to the guestMarc Zyngier4-4/+10
2024-02-19KVM: arm64: Make AMU sysreg UNDEF if FEAT_AMU is not advertised to the guestMarc Zyngier1-0/+4
2024-02-19KVM: arm64: Make PIR{,E0}_EL1 UNDEF if S1PIE is not advertised to the guestMarc Zyngier2-3/+25
2024-02-19KVM: arm64: Make TLBI OS/Range UNDEF if not advertised to the guestMarc Zyngier1-0/+34
2024-02-19KVM: arm64: Streamline save/restore of HFG[RW]TR_EL2Marc Zyngier1-33/+9
2024-02-19KVM: arm64: Move existing feature disabling over to FGU infrastructureMarc Zyngier4-14/+36
2024-02-19KVM: arm64: Propagate and handle Fine-Grained UNDEF bitsMarc Zyngier2-20/+72
2024-02-19KVM: arm64: Add Fine-Grained UNDEF tracking informationMarc Zyngier2-12/+21
2024-02-19KVM: arm64: Rename __check_nv_sr_forward() to triage_sysreg_trap()Marc Zyngier4-3/+4
2024-02-19KVM: arm64: Use the xarray as the primary sysreg/sysinsn walkerMarc Zyngier3-55/+50
2024-02-19KVM: arm64: Register AArch64 system register entries with the sysreg xarrayMarc Zyngier3-3/+50
2024-02-19KVM: arm64: Always populate the trap configuration xarrayMarc Zyngier1-4/+1
2024-02-19KVM: arm64: nv: Move system instructions to their own sys_reg_desc arrayMarc Zyngier1-15/+44
2024-02-19KVM: arm64: Drop the requirement for XARRAY_MULTIMarc Zyngier1-1/+0
2024-02-19KVM: arm64: nv: Turn encoding ranges into discrete XArray storesMarc Zyngier1-13/+36
2024-02-19KVM: arm64: nv: Correctly handle negative polarity FGTsMarc Zyngier1-3/+56
2024-02-19KVM: arm64: Unify HDFG[WR]TR_GROUP FGT identifiersMarc Zyngier1-2/+1
2024-02-19KVM: arm64: nv: Drop sanitised_sys_reg() helperMarc Zyngier1-15/+7
2024-02-19KVM: arm64: nv: Add sanitising to VNCR-backed HCRX_EL2Marc Zyngier1-0/+42
2024-02-19KVM: arm64: nv: Add sanitising to VNCR-backed FGT sysregsMarc Zyngier1-0/+128
2024-02-19KVM: arm64: nv: Add sanitising to EL2 configuration registersMarc Zyngier1-1/+57
2024-02-19KVM: arm64: nv: Add sanitising to VNCR-backed sysregsMarc Zyngier3-2/+62
2024-02-19KVM: arm64: Add feature checking helpersMarc Zyngier4-20/+52
2024-02-19arm64: sysreg: Add missing ID_AA64ISAR[13]_EL1 fields and variantsMarc Zyngier1-1/+7
2024-02-15arm64: cpufeatures: Fix FEAT_NV check when checking for FEAT_NV1kvm-arm64/feat_e2h0Marc Zyngier1-1/+1
2024-02-13KVM: selftests: Print timer ctl register in ISTATUS assertionOliver Upton1-1/+1
2024-02-12KVM: selftests: Fix GUEST_PRINTF() format warnings in ARM codeSean Christopherson5-12/+12
2024-02-12KVM: arm64: removed unused kern_hyp_va asm macroJoey Gouly1-16/+0
2024-02-12KVM: arm64: add comments to __kern_hyp_vaJoey Gouly1-10/+20
2024-02-12KVM: arm64: print Hyp modeJoey Gouly1-1/+2
2024-02-12arm64: cpufeatures: Only check for NV1 if NV is presentMarc Zyngier1-2/+3
2024-02-12arm64: cpufeatures: Add missing ID_AA64MMFR4_EL1 to __read_sysreg_by_encoding()Marc Zyngier1-0/+1
2024-02-08KVM: arm64: Handle Apple M2 as not having HCR_EL2.NV1 implementedMarc Zyngier1-1/+17
2024-02-08KVM: arm64: Force guest's HCR_EL2.E2H RES1 when NV1 is not implementedMarc Zyngier2-2/+13
2024-02-08KVM: arm64: Expose ID_AA64MMFR4_EL1 to guestsMarc Zyngier2-1/+8
2024-02-08arm64: Treat HCR_EL2.E2H as RES1 when ID_AA64MMFR4_EL1.E2H0 is negativeMarc Zyngier1-8/+15
2024-02-08arm64: cpufeature: Detect HCR_EL2.NV1 being RES0Marc Zyngier2-0/+13
2024-02-08arm64: cpufeature: Add ID_AA64MMFR4_EL1 handlingMarc Zyngier3-0/+9
2024-02-08arm64: sysreg: Add layout for ID_AA64MMFR4_EL1Marc Zyngier1-0/+37
2024-02-08arm64: cpufeature: Correctly display signed override valuesMarc Zyngier1-1/+2
2024-02-08arm64: cpufeatures: Correctly handle signed valuesMarc Zyngier2-9/+57
2024-02-08arm64: Add macro to compose a sysreg field valueMarc Zyngier2-2/+6
2024-02-01KVM: arm64: vgic: fix a kernel-doc warningkvm-arm64/kerneldocRandy Dunlap1-1/+1
2024-02-01KVM: arm64: vgic-its: fix kernel-doc warningsRandy Dunlap1-2/+2
2024-02-01KVM: arm64: vgic-init: fix a kernel-doc warningRandy Dunlap1-1/+3
2024-02-01KVM: arm64: sys_regs: fix kernel-doc warningsRandy Dunlap1-2/+5
2024-02-01KVM: arm64: PMU: fix kernel-doc warningsRandy Dunlap1-2/+2
2024-02-01KVM: arm64: mmu: fix a kernel-doc warningRandy Dunlap1-1/+1
2024-02-01KVM: arm64: vhe: fix a kernel-doc warningRandy Dunlap1-1/+1
2024-02-01KVM: arm64: hyp/aarch32: fix kernel-doc warningsRandy Dunlap1-2/+2
2024-02-01KVM: arm64: guest: fix kernel-doc warningsRandy Dunlap1-2/+5
2024-02-01KVM: arm64: debug: fix kernel-doc warningsRandy Dunlap1-1/+2
2024-01-24KVM: arm64: selftests: Handle feature fields with nonzero minimum value corre...Jing Zhang1-7/+11
2024-01-22Merge branch 'kvm-arm64/asahi-base-6.7' into kvm-arm64/asahi-base-6.8Marc Zyngier142-584/+16022
2024-01-21Linux 6.8-rc1Linus Torvalds1-2/+2
2024-01-21Merge tag 'bcachefs-2024-01-21' of https://evilpiepirate.org/git/bcachefsLinus Torvalds78-1426/+1629
2024-01-21Merge tag 'timers-core-2024-01-21' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds7-12/+41
2024-01-21Merge tag 'powerpc-6.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds1-0/+1
2024-01-21bcachefs: Improve inode_to_text()Kent Overstreet1-7/+18
2024-01-21bcachefs: logged_ops_format.hKent Overstreet2-27/+31
2024-01-21bcachefs: reflink_format.hKent Overstreet3-47/+48
2024-01-21bcachefs; extents_format.hKent Overstreet2-279/+284
2024-01-21bcachefs: ec_format.hKent Overstreet2-16/+20
2024-01-21bcachefs: subvolume_format.hKent Overstreet2-32/+36
2024-01-21bcachefs: snapshot_format.hKent Overstreet2-33/+37
2024-01-21bcachefs: alloc_background_format.hKent Overstreet2-93/+94
2024-01-21bcachefs: xattr_format.hKent Overstreet2-15/+20
2024-01-21bcachefs: dirent_format.hKent Overstreet2-39/+43
2024-01-21bcachefs: inode_format.hKent Overstreet2-164/+167
2024-01-21bcachefs; quota_format.hKent Overstreet2-42/+48
2024-01-21bcachefs: sb-counters_format.hKent Overstreet2-95/+100
2024-01-21bcachefs: counters.c -> sb-counters.cKent Overstreet5-8/+7
2024-01-21bcachefs: comment bch_subvolumeKent Overstreet1-0/+3
2024-01-21bcachefs: bch_snapshot::btimeKent Overstreet2-0/+3
2024-01-21bcachefs: add missing __GFP_NOWARNKent Overstreet1-1/+1
2024-01-21bcachefs: opts->compression can now also be applied in the backgroundKent Overstreet11-23/+24
2024-01-21bcachefs: Prep work for variable size btree node buffersKent Overstreet18-97/+87
2024-01-21bcachefs: grab s_umount only if snapshottingSu Yue1-6/+5
2024-01-21bcachefs: kvfree bch_fs::snapshots in bch2_fs_snapshots_exitSu Yue1-1/+1
2024-01-21bcachefs: bios must be 512 byte alginedKent Overstreet1-0/+4
2024-01-21bcachefs: remove redundant variable tmpColin Ian King1-3/+1
2024-01-21bcachefs: Improve trace_trans_restart_relockKent Overstreet5-24/+44
2024-01-21bcachefs: Fix excess transaction restarts in __bchfs_fallocate()Kent Overstreet4-16/+35
2024-01-21bcachefs: extents_to_bp_stateKent Overstreet1-48/+41
2024-01-21bcachefs: bkey_and_val_eq()Kent Overstreet1-3/+8
2024-01-21bcachefs: Better journal tracepointsKent Overstreet2-60/+79
2024-01-21bcachefs: Print size of superblock with space allocatedKent Overstreet1-1/+3
2024-01-21bcachefs: Avoid flushing the journal in the discard pathKent Overstreet1-19/+41
2024-01-21bcachefs: Improve move_extent tracepointKent Overstreet5-7/+48
2024-01-21bcachefs: Add missing bch2_moving_ctxt_flush_all()Kent Overstreet1-0/+1
2024-01-21bcachefs: Re-add move_extent_write tracepointKent Overstreet2-23/+20
2024-01-21bcachefs: bch2_kthread_io_clock_wait() no longer sleeps until full amountKent Overstreet1-2/+2
2024-01-21bcachefs: Add .val_to_text() for KEY_TYPE_cookieKent Overstreet1-0/+9
2024-01-21bcachefs: Don't pass memcmp() as a pointerKent Overstreet1-2/+8
2024-01-21Merge tag 'header_cleanup-2024-01-20' of https://evilpiepirate.org/git/bcachefsLinus Torvalds1-6/+6
2024-01-21bcachefs: Reduce would_deadlock restartsKent Overstreet1-0/+7
2024-01-21bcachefs: bch2_trans_account_disk_usage_change()Kent Overstreet3-29/+48
2024-01-21bcachefs: bch_fs_usage_baseKent Overstreet7-47/+45
2024-01-21bcachefs: bch2_prt_compression_type()Kent Overstreet5-6/+15
2024-01-21bcachefs: helpers for printing data typesKent Overstreet14-64/+64
2024-01-21bcachefs: BTREE_TRIGGER_ATOMICKent Overstreet8-30/+27
2024-01-21bcachefs: drop to_text code for obsolete bps in alloc keysKent Overstreet1-18/+0
2024-01-21bcachefs: eytzinger_for_each() declares loop iterKent Overstreet2-3/+3
2024-01-21bcachefs: Don't log errors if BCH_WRITE_ALLOC_NOWAITKent Overstreet1-4/+5
2024-01-21bcachefs: fix memleak in bch2_split_devsSu Yue1-3/+5
2024-01-20Merge tag 'v6.8-rc-part2-smb-client' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds19-257/+244
2024-01-20Merge tag 'dmaengine-fix-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds46-300/+1882
2024-01-20Merge tag 'coccinelle-for-6.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-9/+8
2024-01-20media: solo6x10: replace max(a, min(b, c)) by clamp(b, a, c)Aurelien Jarno1-5/+5
2024-01-20coccinelle: device_attr_show: simplify patch caseJulia Lawall1-8/+3
2024-01-20execve: open the executable file before doing anything elseLinus Torvalds1-34/+35
2024-01-20Merge tag 'riscv-for-linus-6.8-mw4' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds71-213/+2676
2024-01-20Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds10-39/+103
2024-01-20Merge tag 'sh-for-v6.8-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-4/+3
2024-01-20Merge tag 'fbdev-for-6.8-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-13/+1
2024-01-19Merge tag 'perf-tools-for-v6.8-1-2024-01-09' of git://git.kernel.org/pub/scm/...Linus Torvalds249-2141/+7843
2024-01-19Merge tag 'strlcpy-removal-v6.8-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds7-82/+3
2024-01-19Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds11-49/+83
2024-01-19Merge tag 'loongarch-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...Linus Torvalds34-102/+1735
2024-01-19Revert "firmware/sysfb: Clear screen_info state after consuming it"Helge Deller1-13/+1
2024-01-19Merge tag 'devicetree-for-6.8-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds10-49/+30
2024-01-19coccinelle: device_attr_show: Adapt to the latest Documentation/filesystems/s...Li Zhijian1-9/+13
2024-01-19Merge tag 'spi-fix-v6.8-merge-window' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+0
2024-01-19Merge tag 'sound-fix-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds22-149/+209
2024-01-19string: Remove strlcpy()Kees Cook6-80/+1
2024-01-19Merge tag 'drm-next-2024-01-19' of git://anongit.freedesktop.org/drm/drmLinus Torvalds85-463/+692
2024-01-19Merge tag 'for-v6.8-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/...Linus Torvalds29-342/+614
2024-01-19Merge tag 'apparmor-pr-2024-01-18' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds9-74/+54
2024-01-19Merge tag 'ceph-for-6.8-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds11-63/+98
2024-01-19Merge tag 'xfs-6.8-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-1/+1
2024-01-19Merge tag '6.8-rc-smb-server-fixes-part2' of git://git.samba.org/ksmbdLinus Torvalds8-26/+48
2024-01-19Merge tag 'vfs-6.8.netfs' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds74-2180/+4158
2024-01-19cifs: update iface_last_update on each query-and-updateShyam Prasad N1-1/+3
2024-01-19cifs: handle servers that still advertise multichannel after disablingShyam Prasad N2-46/+69
2024-01-19cifs: new mount option called retransShyam Prasad N5-0/+15
2024-01-19cifs: reschedule periodic query for server interfacesShyam Prasad N1-0/+2
2024-01-19smb: client: don't clobber ->i_rdev from cached reparse pointsPaulo Alcantara1-3/+3
2024-01-19smb: client: get rid of smb311_posix_query_path_info()Paulo Alcantara2-83/+36
2024-01-19smb: client: parse owner/group when creating reparse pointsPaulo Alcantara4-89/+71
2024-01-19smb: client: fix parsing of SMB3.1.1 POSIX create contextPaulo Alcantara1-1/+1
2024-01-19cifs: update known bugs mentioned in kernel docs for cifsSteve French1-7/+1
2024-01-19lib: checksum: Fix build with CONFIG_NET=nPalmer Dabbelt1-0/+2
2024-01-19tick-sched: Fix idle and iowait sleeptime accounting vs CPU hotplugHeiko Carstens1-0/+5
2024-01-19of: Stop circularly including of_device.h and of_platform.hRob Herring2-6/+3
2024-01-19clk: qcom: gcc-x1e80100: Replace of_device.h with explicit includesStephen Rothwell1-1/+2
2024-01-19thermal: loongson2: Replace of_device.h with explicit includesRob Herring1-1/+2
2024-01-19net: can: Use device_get_match_data()Rob Herring4-31/+11
2024-01-19sparc: Use device_get_match_data()Rob Herring2-10/+12
2024-01-19dmaengine: dw-edma: increase size of 'name' in debugfs codeVinod Koul2-4/+4
2024-01-19dmaengine: fsl-qdma: increase size of 'irq_name'Vinod Koul1-1/+1
2024-01-19dmaengine: shdma: increase size of 'dev_id'Vinod Koul1-1/+1
2024-01-19dmaengine: xilinx: xdma: Fix kernel-doc warningsJan Kuliga1-5/+5
2024-01-19dmaengine: usb-dmac: Avoid format-overflow warningLad Prabhakar1-5/+5
2024-01-19dmaengine: sh: rz-dmac: Avoid format-overflow warningLad Prabhakar1-4/+4
2024-01-19dmaengine: imx-sdma: fix Excess kernel-doc warningsRandy Dunlap1-4/+0
2024-01-19dmaengine: xilinx: xdma: Fix initialization location of desc in xdma_channel_...Nathan Chancellor1-1/+2
2024-01-19dmaengine: xilinx: xdma: Fix operator precedence in xdma_prep_interleaved_dma()Nathan Chancellor1-4/+4
2024-01-19Merge tag 'dmaengine-6.8-rc1' into fixesVinod Koul39-282/+1867
2024-01-19sh: vsyscall: Remove unnecessary $(foreach ...)Masahiro Yamada1-3/+2
2024-01-19sh: ecovec24: Rename missed backlight field from fbdev to devGeert Uytterhoeven1-1/+1
2024-01-19Merge tag 'drm-xe-next-fixes-2024-01-16' of https://gitlab.freedesktop.org/dr...Dave Airlie18-91/+136
2024-01-19nouveau/vmm: don't set addr on the fail path to avoid warningDave Airlie1-0/+3
2024-01-18cifs: new nt status codes from MS-SMB2Shyam Prasad N2-0/+4
2024-01-18cifs: pick channel for tcon and tdisShyam Prasad N1-6/+4
2024-01-18cifs: open_cached_dir should not rely on primary channelShyam Prasad N1-1/+1
2024-01-18smb3: minor documentation updatesSteve French2-17/+27
2024-01-18Merge tag 'for-6.8/block-2024-01-18' of git://git.kernel.dk/linuxLinus Torvalds34-224/+287
2024-01-18Merge tag 'for-6.8/io_uring-2024-01-18' of git://git.kernel.dk/linuxLinus Torvalds4-47/+86
2024-01-18Merge tag 'erofs-for-6.8-rc1-fixes' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-14/+17
2024-01-18Merge tag 'kbuild-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds46-506/+1487