summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | powerpc/rtas: ensure 8-byte alignment for struct rtas_argsNathan Lynch2023-03-301-2/+2
* | macintosh: via-pmu-led: requires ATA to be setRandy Dunlap2023-03-301-0/+1
* | powerpc/sysdev/tsi108: fix resource printk format warningsRandy Dunlap2023-03-301-3/+2
* | powerpc/wii: fix resource printk format warningsRandy Dunlap2023-03-303-4/+4
* | powerpc/mpc512x: fix resource printk format warningRandy Dunlap2023-03-301-1/+1
* | powerpc/perf: Properly detect mpc7450 familyChristophe Leroy2023-03-302-3/+8
* | selftests/powerpc: Make dd output quietBenjamin Gray2023-03-301-1/+1
* | selftests/powerpc: Pass make context to childrenBenjamin Gray2023-03-302-16/+16
* | selftests/powerpc: Use CLEAN macro to fix make warningBenjamin Gray2023-03-301-2/+5
* | powerpc/pseries: Add spaces around / operatorPetr Vaněk2023-03-301-1/+1
* | macintosh/windfarm_smu_sat: Add missing of_node_put()Liang He2023-03-301-0/+1
* | powerpc: Remove memcpy_page_flushcache()Ira Weiny2023-03-292-9/+0
* | powerpc: Simplify sysctl registration for nmi_wd_lpm_factor_ctl_tableLuis Chamberlain2023-03-221-9/+1
* | powerpc: Simplify sysctl registration for powersave_nap_ctl_tableLuis Chamberlain2023-03-161-9/+1
* | powerpc: Make generic_calibrate_decr() the defaultChristophe Leroy2023-03-1679-95/+5
* | powerpc/85xx: Fix function naming for p1023_rdb platformChristophe Leroy2023-03-161-4/+4
* | powerpc/gamecube|wii : Use machine_device_initcall()Christophe Leroy2023-03-162-8/+2
* | powerpc/47x: Split ppc47x machine in twoChristophe Leroy2023-03-161-20/+17
* | powerpc/platforms: Use 'compatible' property for simple casesChristophe Leroy2023-03-1562-631/+88
* | 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
| |/