summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | 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
| * | | | | | ceph: check the cephx mds auth access for setattrXiubo Li2024-05-231-9/+37
| * | | | | | ceph: add ceph_mds_check_access() helperXiubo Li2024-05-232-0/+167
| * | | | | | ceph: save cap_auths in MDS client when session is openedXiubo Li2024-05-232-1/+126
* | | | | | | Merge tag 'ntfs3_for_6.10' of https://github.com/Paragon-Software-Group/linux...Linus Torvalds2024-05-2513-154/+98
|\ \ \ \ \ \ \
| * | | | | | | fs/ntfs3: Break dir enumeration if directory contents errorKonstantin Komarov2024-05-241-0/+1
| * | | | | | | fs/ntfs3: Fix case when index is reused during tree transformationKonstantin Komarov2024-05-241-0/+6
| * | | | | | | fs/ntfs3: Mark volume as dirty if xattr is brokenKonstantin Komarov2024-04-231-1/+4
| * | | | | | | fs/ntfs3: Always make file nonresident on fallocate callKonstantin Komarov2024-04-233-0/+42
| * | | | | | | fs/ntfs3: Redesign ntfs_create_inode to return error code instead of inodeKonstantin Komarov2024-04-233-39/+23
| * | | | | | | fs/ntfs3: Use variable length array instead of fixed sizeKonstantin Komarov2024-04-231-1/+1
| * | | | | | | fs/ntfs3: Use 64 bit variable to avoid 32 bit overflowKonstantin Komarov2024-04-231-1/+2
| * | | | | | | fs/ntfs3: Check 'folio' pointer for NULLKonstantin Komarov2024-04-231-6/+11
| * | | | | | | fs/ntfs3: Missed le32_to_cpu conversionKonstantin Komarov2024-04-231-1/+1
| * | | | | | | fs/ntfs3: Remove max link count info display during driver initKonstantin Komarov2024-04-231-2/+0
| * | | | | | | fs/ntfs3: Taking DOS names into account during link countingKonstantin Komarov2024-04-232-12/+6
| * | | | | | | fs/ntfs3: remove atomic_openJeff Layton2024-04-171-90/+0
| * | | | | | | fs/ntfs3: use kcalloc() instead of kzalloc()Lenko Donchev2024-04-171-1/+1
* | | | | | | | Merge tag '6.10-rc-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds2024-05-252-9/+18
|\ \ \ \ \ \ \ \
| * | | | | | | | ksmbd: ignore trailing slashes in share pathsNandor Kracser2024-05-231-1/+5
| * | | | | | | | ksmbd: avoid to send duplicate oplock break notificationsNamjae Jeon2024-05-121-8/+13
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge tag 'rtc-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Linus Torvalds2024-05-2529-250/+702
|\ \ \ \ \ \ \ \
| * | | | | | | | pcf8563: add wakeup-source supportAlexandre Belloni2024-05-071-2/+7
| * | | | | | | | rtc: rx8111: handle VLOW flagAlexandre Belloni2024-05-071-0/+12