summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ASoC: SOF: stream-ipc: remove unnecessary MODULE_LICENSEPierre-Louis Bossart2024-05-271-2/+0
* Linux 6.10-rc1v6.10-rc1Linus Torvalds2024-05-261-3/+3
* mm: percpu: Include smp.h in alloc_tag.hKent Overstreet2024-05-261-0/+1
* Merge tag 'perf-tools-fixes-for-v6.10-1-2024-05-26' of git://git.kernel.org/p...Linus Torvalds2024-05-264-103/+68
|\
| * Revert "perf parse-events: Prefer sysfs/JSON hardware events over legacy"Arnaldo Carvalho de Melo2024-05-264-103/+68
* | Merge tag '6.10-rc-smb3-fixes-part2' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2024-05-256-6/+34
|\ \
| * | cifs: Fix missing set of remote_i_sizeDavid Howells2024-05-242-3/+4
| * | cifs: Fix smb3_insert_range() to move the zero_pointDavid Howells2024-05-241-0/+1
| * | cifs: update internal version numberSteve French2024-05-211-2/+2
| * | smb3: reenable swapfiles over SMB3 mountsSteve French2024-05-213-1/+27
* | | Merge tag 'mm-hotfixes-stable-2024-05-25-09-13' of git://git.kernel.org/pub/s...Linus Torvalds2024-05-2513-69/+187
|\ \ \
| * | | mm/ksm: fix possible UAF of stable_nodeChengming Zhou2024-05-241-1/+2
| * | | mm/memory-failure: fix handling of dissolved but not taken off from buddy pagesMiaohe Lin2024-05-241-2/+2
| * | | mm: /proc/pid/smaps_rollup: avoid skipping vma after getting mmap_lock againYuanyuan Zhong2024-05-241-2/+7
| * | | nilfs2: fix potential hang in nilfs_detach_log_writer()Ryusuke Konishi2024-05-241-3/+18
| * | | nilfs2: fix unexpected freezing of nilfs_segctor_sync()Ryusuke Konishi2024-05-241-4/+13
| * | | nilfs2: fix use-after-free of timer for log writer threadRyusuke Konishi2024-05-241-6/+19
| * | | selftests/mm: fix build warnings on ppc64Michael Ellerman2024-05-242-0/+2
| * | | arm64: patching: fix handling of execmem addressesWill Deacon2024-05-241-1/+1
| * | | selftests/mm: compaction_test: fix bogus test success and reduce probability ...Dev Jain2024-05-241-22/+49
| * | | selftests/mm: compaction_test: fix incorrect write of zero to nr_hugepagesDev Jain2024-05-241-0/+2
| * | | selftests/mm: compaction_test: fix bogus test success on Aarch64Dev Jain2024-05-241-7/+13
| * | | mailmap: update email address for Satya PriyaSatya Priya Kakitapalli2024-05-241-1/+1
| * | | mm/huge_memory: don't unpoison huge_zero_folioMiaohe Lin2024-05-241-0/+7
| * | | kasan, fortify: properly rename memintrinsicsAndrey Konovalov2024-05-241-4/+18
| * | | lib: add version into /proc/allocinfo outputSuren Baghdasaryan2024-05-242-17/+35
| * | | mm/vmalloc: fix vmalloc which may return null if called with __GFP_NOFAILHailong.Liu2024-05-241-3/+2
* | | | Merge tag 'irq-urgent-2024-05-25' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-05-253-12/+18
|\ \ \ \
| * | | | genirq/irqdesc: Prevent use-after-free in irq_find_at_or_after()dicken.ding2024-05-241-1/+4
| * | | | genirq/cpuhotplug, x86/vector: Prevent vector leak during CPU offlineDongli Zhang2024-05-232-11/+14
| * | | | irqchip/riscv-imsic: Fixup riscv_ipi_set_virq_range() conflictPalmer Dabbelt2024-05-231-1/+1
| |/ / /
* | | | Merge tag 'x86-urgent-2024-05-25' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-05-256-18/+67
|\ \ \ \
| * | | | x86/cpu: Fix x86_match_cpu() to match just X86_VENDOR_INTELTony Luck2024-05-223-3/+8
| * | | | crypto: x86/aes-xts - switch to new Intel CPU model definesTony Luck2024-05-221-8/+8
| * | | | x86/topology: Handle bogus ACPI tables correctlyThomas Gleixner2024-05-211-3/+50
| * | | | x86/kconfig: Select ARCH_WANT_FRAME_POINTERS again when UNWINDER_FRAME_POINTER=yMasahiro Yamada2024-05-201-4/+1
* | | | | Merge tag 'for-linus-6.10-1' of https://github.com/cminyard/linux-ipmiLinus Torvalds2024-05-2510-45/+35
|\ \ \ \ \
| * | | | | ipmi: kcs_bmc_npcm7xx: Convert to platform remove callback returning voidUwe Kleine-König2024-04-171-4/+2
| * | | | | ipmi: kcs_bmc_aspeed: Convert to platform remove callback returning voidUwe Kleine-König2024-04-171-4/+2
| * | | | | ipmi: ipmi_ssif: Convert to platform remove callback returning voidUwe Kleine-König2024-04-171-3/+2
| * | | | | ipmi: ipmi_si_platform: Convert to platform remove callback returning voidUwe Kleine-König2024-04-171-4/+2
| * | | | | ipmi: ipmi_powernv: Convert to platform remove callback returning voidUwe Kleine-König2024-04-171-4/+2
| * | | | | ipmi: bt-bmc: Convert to platform remove callback returning voidUwe Kleine-König2024-04-171-3/+2
| * | | | | char: ipmi: handle HAS_IOPORT dependenciesNiklas Schnelle2024-04-173-8/+9
| * | | | | ipmi: Convert from tasklet to BH workqueueAllen Pais2024-04-171-15/+14
* | | | | | Merge tag 'ceph-for-6.10-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds2024-05-256-19/+434
|\ \ \ \ \ \
| * | | | | | doc: ceph: update userspace command to get CephFS metadataArtem Ikonnikov2024-05-231-6/+9
| * | | | | | ceph: add CEPHFS_FEATURE_MDS_AUTH_CAPS_CHECK feature bitXiubo Li2024-05-231-1/+3
| * | | | | | ceph: check the cephx mds auth access for async diropXiubo Li2024-05-232-0/+59
| * | | | | | ceph: check the cephx mds auth access for openXiubo Li2024-05-231-2/+33