summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* powerpc/machdep: Define 'compatible' property in ppc_md and use itChristophe Leroy2023-03-152-6/+8
* powerpc/machdep: Make machine name constChristophe Leroy2023-03-151-1/+1
* powerpc: Allow CONFIG_PPC64_BIG_ENDIAN_ELF_ABI_V2 with ld.lld 15+Nathan Chancellor2023-03-151-2/+1
* powerpc: Fix use of '-mabi=elfv2' with clangNathan Chancellor2023-03-151-3/+1
* powerpc/boot: Only use '-mabi=elfv2' with CONFIG_PPC64_BOOT_WRAPPERNathan Chancellor2023-03-151-3/+3
* selftests/powerpc/pmu: Fix sample field check in the mmcra_thresh_marked_samp...Kajol Jain2023-03-151-2/+2
* powerpc: Fix a kernel-doc warningBo Liu2023-03-151-1/+1
* selftests/powerpc: Increase timeout for vsx_signal testMichael Neuling2023-03-151-0/+1
* powerpc: Add myself to MAINTAINERS for Power VFIO supportTimothy Pearson2023-03-151-0/+5
* powerpc/iommu: Add iommu_ops to report capabilities and allow blocking domainsAlexey Kardashevskiy2023-03-157-10/+218
* powerpc/pci_64: Init pcibios subsys a bit laterAlexey Kardashevskiy2023-03-141-1/+1
* powerpc/iommu: Add "borrowing" iommu_table_group_opsAlexey Kardashevskiy2023-03-145-86/+125
* 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