summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* parisc: Mark altinstructions read-only and 32-bit alignedHelge Deller2023-11-251-3/+6
* parisc: Mark ex_table entries 32-bit aligned in uaccess.hHelge Deller2023-11-251-0/+1
* parisc: Mark ex_table entries 32-bit aligned in assembly.hHelge Deller2023-11-251-0/+1
* Linux 6.7-rc2v6.7-rc2Linus Torvalds2023-11-191-1/+1
* Merge tag 'kbuild-fixes-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-11-194-15/+13
|\
| * kconfig: fix memory leak from range propertiesMasahiro Yamada2023-11-171-8/+6
| * kbuild: Move the single quotes for image nameSimon Glass2023-11-171-2/+2
| * linux/export: clean up the IA-64 KSYM_FUNC macroLukas Bulwahn2023-11-171-3/+1
| * modpost: fix section mismatch message for RELAMasahiro Yamada2023-11-161-2/+4
* | Merge tag 'irq_urgent_for_v6.7_rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-11-191-6/+10
|\ \
| * | irqchip/gic-v3-its: Flush ITS tables correctly in non-coherent GIC designsFang Xiang2023-11-061-6/+10
* | | Merge tag 'x86_urgent_for_v6.7_rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-11-194-23/+33
|\ \ \
| * | | x86/acpi: Ignore invalid x2APIC entriesZhang Rui2023-11-091-19/+15
| * | | x86/shstk: Delay signal entry SSP write until after user accessesRick Edgecombe2023-11-081-3/+3
| * | | x86/Documentation: Indent 'note::' directive for protocol version number noteBagas Sanjaya2023-11-061-1/+1
| * | | MAINTAINERS: Add Intel TDX entryKirill A. Shutemov2023-11-031-0/+14
* | | | Merge tag 'timers_urgent_for_v6.7_rc2' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-11-194-24/+22
|\ \ \ \
| * | | | hrtimers: Push pending hrtimers away from outgoing CPU earlierThomas Gleixner2023-11-114-24/+22
| |/ / /
* | | | Merge tag 'sched_urgent_for_v6.7_rc2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2023-11-192-38/+135
|\ \ \ \
| * | | | sched/fair: Fix the decision for load balanceKeisuke Nishimura2023-11-141-3/+7
| * | | | sched: psi: fix unprivileged polling against cgroupsJohannes Weiner2023-11-141-12/+0
| * | | | sched/eevdf: Fix vruntime adjustment on reweightAbel Wu2023-11-141-23/+128
| | |_|/ | |/| |
* | | | Merge tag 'locking_urgent_for_v6.7_rc2' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2023-11-191-3/+6
|\ \ \ \
| * | | | futex: Fix hardcoded flagsPeter Zijlstra2023-11-151-3/+6
| |/ / /
* | | | Merge tag 'perf_urgent_for_v6.7_rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2023-11-192-5/+25
|\ \ \ \
| * | | | perf/core: Fix cpuctx refcountingPeter Zijlstra2023-11-152-5/+25
| |/ / /
* | | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2023-11-185-41/+40
|\ \ \ \
| * \ \ \ Merge branch '6.7/scsi-staging' into 6.7/scsi-fixesMartin K. Petersen2023-11-145-41/+40
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | scsi: ufs: qcom-ufs: dt-bindings: Document the SM8650 UFS ControllerNeil Armstrong2023-11-081-0/+2
| | * | | scsi: sd: Fix sshdr use in sd_suspend_common()Mike Christie2023-11-081-30/+23
| | * | | scsi: scsi_debug: Delete some bogus error checkingDan Carpenter2023-11-081-7/+0
| | * | | scsi: scsi_debug: Fix some bugs in sdebug_error_write()Dan Carpenter2023-11-081-1/+1
| | * | | scsi: ufs: core: Fix racing issue between ufshcd_mcq_abort() and ISRPeter Wang2023-11-081-0/+3
| | * | | scsi: ufs: core: Expand MCQ queue slot to DeviceQueueDepth + 1Naomi Chu2023-11-081-1/+1
| | * | | scsi: qla2xxx: Fix system crash due to bad pointer accessQuinn Tran2023-11-081-2/+10
* | | | | Merge tag 'parisc-for-6.7-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-11-183-2/+6
|\ \ \ \ \
| * | | | | prctl: Disable prctl(PR_SET_MDWE) on pariscHelge Deller2023-11-181-0/+4
| * | | | | parisc/power: Fix power soft-off when running on qemuHelge Deller2023-11-181-1/+1
| * | | | | parisc: Replace strlcpy() with strscpy()Kees Cook2023-11-181-1/+1
| |/ / / /
* | | | | Merge tag 'xfs-6.7-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2023-11-1810-45/+92
|\ \ \ \ \
| * | | | | xfs: recovery should not clear di_flushiter unconditionallyDave Chinner2023-11-131-15/+17
| * | | | | xfs: inode recovery does not validate the recovered inodeDave Chinner2023-11-132-1/+16
| * | | | | xfs: fix again select in kconfig XFS_ONLINE_SCRUB_STATSAnthony Iliopoulos2023-11-131-1/+1
| * | | | | xfs: fix internal error from AGFL exhaustionOmar Sandoval2023-11-131-3/+24
| * | | | | xfs: up(ic_sema) if flushing data device failsLeah Rumancik2023-11-131-11/+12
| * | | | | xfs: only remap the written blocks in xfs_reflink_end_cow_extentChristoph Hellwig2023-11-131-0/+1
| * | | | | XFS: Update MAINTAINERS to catch all XFS documentationMatthew Wilcox (Oracle)2023-11-131-2/+1
| * | | | | xfs: abort intent items when recovery intents failLong Li2023-11-133-4/+5
| * | | | | xfs: factor out xfs_defer_pending_abortLong Li2023-11-131-8/+15
| |/ / / /
* | | | | Merge tag 'nfsd-6.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds2023-11-184-41/+66
|\ \ \ \ \