summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* kbuild: add a phony target to run a command with Kbuild env varsMasahiro Yamada2023-07-243-5/+6
* kbuild: rpm-pkg: replace $KERNELRELEASE in spec file with %{KERNELRELEASE}Masahiro Yamada2023-07-241-29/+30
* kbuild: rpm-pkg: replace $__KERNELRELEASE in spec file with %{version}Masahiro Yamada2023-07-241-2/+2
* kbuild: rpm-pkg: record ARCH option in spec fileMasahiro Yamada2023-07-241-1/+3
* kbuild: rpm-pkg: use %{makeflags} to pass common Make optionsMasahiro Yamada2023-07-241-5/+6
* kbuild: rpm-pkg: do not hard-code $MAKE in spec fileMasahiro Yamada2023-07-242-7/+10
* kbuild: rpm-pkg: remove unneeded '-f $srctree/Makefile' in spec fileMasahiro Yamada2023-07-241-1/+0
* kbuild: rpm-pkg: define _arch conditionallyMasahiro Yamada2023-07-241-1/+1
* Revert "kbuild: Hack for depmod not handling X.Y versions"Michal Suchanek2023-07-241-26/+1
* kconfig: menuconfig: remove jump_key::indexMasahiro Yamada2023-07-243-12/+4
* kconfig: menuconfig: simplify global jump key assignmentMasahiro Yamada2023-07-245-90/+97
* linux/export.h: make <linux/export.h> independent of CONFIG_MODULESMasahiro Yamada2023-07-243-4/+9
* kbuild: Enable -Wenum-conversion by defaultBorislav Petkov (AMD)2023-07-241-0/+3
* Linux 6.5-rc3v6.5-rc3Linus Torvalds2023-07-241-1/+1
* Merge tag 'trace-v6.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2023-07-244-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-232-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-151-20/+21
| | * | KVM: arm64: Correctly handle RES0 bits PMEVTYPER<n>_EL0.evtCountOliver Upton2023-07-151-1/+0
| | * | KVM: arm64: vgic-v4: Make the doorbell request robust w.r.t preemptionMarc Zyngier2023-07-145-6/+13
| | * | KVM: arm64: Add missing BTI instructionsMostafa Saleh2023-07-133-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-111-24/+7
| * | | jbd2: fix a race when checking checkpoint buffer busyZhang Yi2023-07-113-15/+41
| * | | jbd2: Fix wrongly judgement for buffer head removing while doing checkpointZhihao Cheng2023-07-111-15/+17
| * | | jbd2: remove journal_clean_one_cp_list()Zhang Yi2023-07-112-66/+21
| * | | jbd2: remove t_checkpoint_io_listZhang Yi2023-07-113-48/+3
| * | | jbd2: recheck chechpointing non-dirty bufferZhang Yi2023-07-111-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
| | |/ | |/|