summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* spi: rspi: Mark OF related data as maybe unusedKrzysztof Kozlowski2023-03-131-4/+4
* spi: sc18is602: Mark OF related data as maybe unusedKrzysztof Kozlowski2023-03-131-1/+1
* spi: sh-msiof: Mark OF related data as maybe unusedKrzysztof Kozlowski2023-03-131-1/+1
* spi: bcm-qspi: Mark OF related data as maybe unusedKrzysztof Kozlowski2023-03-131-1/+1
* spi: pxa2xx: Mark OF related data as maybe unusedKrzysztof Kozlowski2023-03-131-1/+1
* Merge tag 'v6.3-rc2' into spi-6.4 to fix clock related boot issuesMark Brown2023-03-13384-52239/+3891
|\
| * Linux 6.3-rc2v6.3-rc2Linus Torvalds2023-03-121-1/+1
| * wifi: cfg80211: Partial revert "wifi: cfg80211: Fix use after free for wext"Hector Martin2023-03-121-2/+0
| * Merge tag 'tpm-v6.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/jar...Linus Torvalds2023-03-123-2/+137
| |\
| | * tpm: disable hwrng for fTPM on some AMD designsMario Limonciello2023-03-122-1/+132
| | * tpm/eventlog: Don't abort tpm_read_log on faulty ACPI addressMorten Linderud2023-03-121-1/+5
| |/
| * Merge tag 'xfs-6.3-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2023-03-122-21/+40
| |\
| | * xfs: fix off-by-one-block in xfs_discard_folio()Dave Chinner2023-03-051-7/+14
| | * xfs: quotacheck failure can race with background inode inactivationDave Chinner2023-03-051-14/+26
| * | Merge tag 'staging-6.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-03-12106-51308/+39
| |\ \
| | * | staging: r8188eu: delete driverGreg Kroah-Hartman2023-03-09102-51239/+0
| | * | staging: rtl8723bs: Pass correct parameters to cfg80211_get_bss()Hans de Goede2023-03-081-3/+3
| | * | staging: rtl8723bs: Fix key-store index handlingHans de Goede2023-03-083-31/+36
| | * | staging: rtl8192e: Remove call_usermodehelper starting RadioPower.shPhilipp Hortmann2023-03-081-12/+0
| | * | staging: rtl8192e: Remove function ..dm_check_ac_dc_power calling a scriptPhilipp Hortmann2023-03-081-23/+0
| | |/
| * | Merge tag 'x86_urgent_for_v6.3_rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-03-121-0/+9
| |\ \
| | * | x86/CPU/AMD: Disable XSAVES on AMD family 0x17Andrew Cooper2023-03-081-0/+9
| | |/
| * | Merge tag 'kernel.fork.v6.3-rc2' of gitolite.kernel.org:pub/scm/linux/kernel/...Linus Torvalds2023-03-122-1/+4
| |\ \
| | * | selftests/clone3: test clone3 with CLONE_NEWTIMETobias Klauser2023-03-081-0/+3
| | * | fork: allow CLONE_NEWTIME in clone3 flagsTobias Klauser2023-03-081-1/+1
| | |/
| * | Merge tag 'vfs.misc.v6.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-03-124-5/+5
| |\ \
| | * | filelocks: use mount idmapping for setlease permission checkSeth Forshee2023-03-091-1/+2
| | * | fs/locks: Remove redundant assignment to cmdJiapeng Chong2023-03-091-1/+0
| | * | splice: Remove redundant assignment to retJiapeng Chong2023-03-091-1/+0
| | * | MAINTAINERS: repair a malformed T: entry in IDMAPPED MOUNTSLukas Bulwahn2023-03-081-2/+2
| | * | watch_queue: fix IOC_WATCH_QUEUE_SET_SIZE alloc error pathsDavid Disseldorp2023-03-081-0/+1
| | |/
| * | Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-03-1213-33/+98
| |\ \
| | * | ext4: zero i_disksize when initializing the bootloader inodeZhihao Cheng2023-03-111-0/+1
| | * | ext4: make sure fs error flag setted before clear journal errorYe Bin2023-03-111-2/+4
| | * | ext4: commit super block if fs record error when journal record without errorYe Bin2023-03-111-0/+9
| | * | ext4, jbd2: add an optimized bmap for the journal inodeTheodore Ts'o2023-03-113-3/+37
| | * | ext4: fix WARNING in ext4_update_inline_dataYe Bin2023-03-111-0/+3
| | * | ext4: move where set the MAY_INLINE_DATA flag is setYe Bin2023-03-112-2/+6
| | * | ext4: Fix deadlock during directory renameJan Kara2023-03-071-9/+17
| | * | ext4: Fix comment about the 64BIT featureTudor Ambarus2023-03-071-1/+1
| | * | docs: ext4: modify the group desc size to 64Wu Bo2023-03-071-3/+3
| | * | ext4: fix another off-by-one fsmap error on 1k block filesystemsDarrick J. Wong2023-03-071-0/+2
| | * | ext4: fix RENAME_WHITEOUT handling for inline directoriesEric Whitney2023-03-071-6/+7
| | * | ext4: make kobj_type structures constantThomas Weißschuh2023-03-071-2/+2
| | * | ext4: fix cgroup writeback accounting with fs-layer encryptionEric Biggers2023-03-071-5/+6
| * | | cpumask: relax sanity checking constraintsLinus Torvalds2023-03-121-1/+1
| * | | Merge tag 'i2c-for-6.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-03-1115-47/+52
| |\ \ \
| | * | | i2c: dev: Fix bus callback return valuesGeert Uytterhoeven2023-03-091-6/+18
| | * | | i2c: Convert drivers to new .probe() callbackUwe Kleine-König2023-03-094-4/+4
| | * | | i2c: mux: Convert all drivers to new .probe() callbackUwe Kleine-König2023-03-093-3/+3