summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ASoC: Merge up fixes from mainlineMark Brown2023-07-23326-2085/+3475
|\
| * Linux 6.5-rc3v6.5-rc3Linus Torvalds2023-07-231-1/+1
| * Merge tag 'trace-v6.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2023-07-234-7/+17
| |\
| | * tracing/histograms: Return an error if we fail to add histogram to hist_vars ...Mohamed Khalfella2023-07-231-1/+2
| | * ring-buffer: Do not swap cpu_buffer during resize processChen Lin2023-07-232-2/+15
| | * tracing: Remove unused extern declaration tracing_map_set_field_descr()YueHaibing2023-07-231-4/+0
| * | Merge tag 'kbuild-fixes-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-07-235-15/+31
| |\ \
| | * | kbuild: rust: avoid creating temporary filesMiguel Ojeda2023-07-242-2/+9
| | * | kbuild: flatten KBUILD_CFLAGSAlexey Dobriyan2023-07-231-5/+17
| | * | gen_compile_commands: add assembly files to compilation databaseBenjamin Gray2023-07-231-1/+1
| | * | kconfig: gconfig: correct program name in help textRandy Dunlap2023-07-121-3/+3
| | * | kconfig: gconfig: drop the Show Debug Info help textRandy Dunlap2023-07-121-4/+1
| * | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2023-07-2317-72/+140
| |\ \ \
| | * \ \ Merge tag 'kvm-s390-master-6.5-1' of https://git.kernel.org/pub/scm/linux/ker...Paolo Bonzini2023-07-232-2/+7
| | |\ \ \
| | | * | | KVM: s390: pv: fix index value of replaced ASCEClaudio Imbrenda2023-07-181-0/+1
| | | * | | KVM: s390: pv: simplify shutdown and fix raceClaudio Imbrenda2023-07-181-2/+6
| | | | |/ | | | |/|
| | * | | Merge tag 'kvmarm-fixes-6.5-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini2023-07-2315-70/+133
| | |\ \ \ | | | |/ / | | |/| |
| | | * | KVM: arm64: Fix the name of sys_reg_desc related to PMUXiang Chen2023-07-141-20/+21
| | | * | KVM: arm64: Correctly handle RES0 bits PMEVTYPER<n>_EL0.evtCountOliver Upton2023-07-141-1/+0
| | | * | KVM: arm64: vgic-v4: Make the doorbell request robust w.r.t preemptionMarc Zyngier2023-07-135-6/+13
| | | * | KVM: arm64: Add missing BTI instructionsMostafa Saleh2023-07-123-1/+19
| | | * | KVM: arm64: Correctly handle page aging notifiers for unaligned memslotOliver Upton2023-07-123-36/+55
| | | * | KVM: arm64: Disable preemption in kvm_arch_hardware_enable()Marc Zyngier2023-07-111-1/+12
| | | * | KVM: arm64: Handle kvm_arm_init failure correctly in finalize_pkvmSudeep Holla2023-07-113-2/+10
| | | * | KVM: arm64: timers: Use CNTHCTL_EL2 when setting non-CNTKCTL_EL1 bitsMarc Zyngier2023-07-111-3/+3
| | | |/
| * | | Merge tag 'ext4_for_linus-6.5-rc3' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2023-07-237-263/+262
| |\ \ \
| | * | | ext4: fix rbtree traversal bug in ext4_mb_use_preallocatedOjaswin Mujoo2023-07-231-27/+131
| | * | | ext4: fix off by one issue in ext4_mb_choose_next_group_best_avail()Ojaswin Mujoo2023-07-231-5/+9
| | * | | ext4: correct inline offset when handling xattrs in inode bodyEric Whitney2023-07-231-0/+14
| | * | | jbd2: remove __journal_try_to_free_buffer()Zhang Yi2023-07-101-24/+7
| | * | | jbd2: fix a race when checking checkpoint buffer busyZhang Yi2023-07-103-15/+41
| | * | | jbd2: Fix wrongly judgement for buffer head removing while doing checkpointZhihao Cheng2023-07-101-15/+17
| | * | | jbd2: remove journal_clean_one_cp_list()Zhang Yi2023-07-102-66/+21
| | * | | jbd2: remove t_checkpoint_io_listZhang Yi2023-07-103-48/+3
| | * | | jbd2: recheck chechpointing non-dirty bufferZhang Yi2023-07-101-73/+29
| | | |/ | | |/|
| * | | Merge tag '6.5-rc2-smb3-client-fixes-ver2' of git://git.samba.org/sfrench/cif...Linus Torvalds2023-07-232-6/+15
| |\ \ \
| | * | | cifs: update internal module version number for cifs.koSteve French2023-07-221-2/+2
| | * | | cifs: allow dumping keys for directories tooShyam Prasad N2023-07-221-4/+13
| | | |/ | | |/|
| * | | Merge tag 'powerpc-6.5-4' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2023-07-228-80/+29
| |\ \ \
| | * | | Revert "powerpc/64s: Remove support for ELFv1 little endian userspace"Andrew Donnellan2023-07-192-11/+1
| | * | | powerpc/kasan: Disable KCOV in KASAN codeBenjamin Gray2023-07-171-0/+1
| | * | | powerpc/512x: lpbfifo: Convert to platform remove callback returning voidUwe Kleine-König2023-07-171-4/+2
| | * | | powerpc/crypto: Add gitignore for generated P10 AES/GCM .S filesRussell Currey2023-07-171-0/+3
| | * | | Revert "powerpc/bug: Provide better flexibility to WARN_ON/__WARN_FLAGS() wit...Christophe Leroy2023-07-172-63/+15
| | * | | powerpc/pseries/vas: Hold mmap_mutex after mmap lock during window closeHaren Myneni2023-07-171-2/+7
| | |/ /
| * | | Merge tag 's390-6.5-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2023-07-223-12/+27
| |\ \ \
| | * | | s390/zcrypt: fix reply buffer calculations for CCA repliesHarald Freudenberger2023-07-201-11/+24
| | * | | s390/crypto: use kfree_sensitive() instead of kfree()Wang Ming2023-07-201-1/+1
| | * | | s390/mm: fix per vma lock fault handlingSven Schnelle2023-07-181-0/+2
| | |/ /
| * | | Merge tag 'block-6.5-2023-07-21' of git://git.kernel.dk/linuxLinus Torvalds2023-07-226-15/+58
| |\ \ \