summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* powerpc: Remove duplicate/unnecessary ifdefsShrikanth Hegde2024-02-214-10/+0
* powerpc: remove unused KCSAN_SANITIZE_early_64.o in MakefileMasahiro Yamada2024-02-191-1/+0
* uapi/auxvec: Define AT_HWCAP3 and AT_HWCAP4 aux vector, entriesPeter Bergner2024-02-161-0/+2
* macintosh: windfarm_rm31: Convert to platform remove callback returning voidUwe Kleine-König2024-02-161-5/+2
* macintosh: windfarm_pm91: Convert to platform remove callback returning voidUwe Kleine-König2024-02-161-5/+3
* macintosh: windfarm_pm81: Convert to platform remove callback returning voidUwe Kleine-König2024-02-161-5/+3
* macintosh: windfarm_pm72: Convert to platform remove callback returning voidUwe Kleine-König2024-02-161-5/+2
* macintosh: windfarm_pm121: Convert to platform remove callback returning voidUwe Kleine-König2024-02-161-3/+2
* macintosh: windfarm_pm112: Convert to platform remove callback returning voidUwe Kleine-König2024-02-161-4/+2
* macintosh: therm_windtunnel: Convert to platform remove callback returning voidUwe Kleine-König2024-02-161-4/+2
* powerpc: ibmebus: make ibmebus_bus_type constRicardo B. Marliere2024-02-142-3/+3
* powerpc: pmac: make macio_bus_type constRicardo B. Marliere2024-02-142-2/+2
* powerpc: mpic: make mpic_subsys constRicardo B. Marliere2024-02-142-2/+2
* powerpc: vio: make vio_bus_type constRicardo B. Marliere2024-02-142-3/+3
* powerpc: vio: move device attributes into a new ifdefRicardo B. Marliere2024-02-141-25/+34
* powerpc: Force inlining of arch_vmap_p{u/m}d_supported()Christophe Leroy2024-02-141-2/+2
* powerpc/smp: Remap boot CPU onto core 0 if >= nr_cpu_idsMichael Ellerman2024-02-143-7/+29
* powerpc/smp: Factor out assign_threads()Michael Ellerman2024-02-141-11/+21
* powerpc/smp: Lookup avail once per device tree nodeMichael Ellerman2024-02-141-6/+5
* powerpc/smp: Increase nr_cpu_ids to include the boot CPUMichael Ellerman2024-02-141-0/+6
* powerpc/smp: Adjust nr_cpu_ids to cover all threads of a coreMichael Ellerman2024-02-141-0/+6
* Linux 6.8-rc2v6.8-rc2Linus Torvalds2024-01-291-1/+1
* Merge tag 'cxl-fixes-6.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-01-285-13/+23
|\
| * cxl/region:Fix overflow issue in alloc_hpa()Quanquan Cao2024-01-251-2/+2
| * cxl/pci: Skip irq features if MSI/MSI-X are not supportedIra Weiny2024-01-221-11/+15
| * tools/testing/nvdimm: Disable "missing prototypes / declarations" warningsDan Williams2024-01-221-0/+2
| * tools/testing/cxl: Disable "missing prototypes / declarations" warningsDan Williams2024-01-222-0/+4
* | Merge tag 'mips-fixes_6.8_1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-01-2834-230/+83
|\ \
| * | mips: Call lose_fpu(0) before initializing fcr31 in mips_set_personality_nanXi Ruoyao2024-01-271-0/+6
| * | MIPS: loongson64: set nid for reserved memblock regionHuang Pei2024-01-272-0/+5
| * | Revert "MIPS: loongson64: set nid for reserved memblock region"Thomas Bogendoerfer2024-01-272-4/+0
| * | MIPS: lantiq: register smp_ops on non-smp platformsAleksander Jan Bajkowski2024-01-261-4/+3
| * | MIPS: loongson64: set nid for reserved memblock regionHuang Pei2024-01-262-0/+4
| * | MIPS: reserve exception vector space ONLY ONCEHuang Pei2024-01-261-1/+7
| * | MIPS: BCM63XX: Fix missing prototypesFlorian Fainelli2024-01-267-6/+7
| * | MIPS: sgi-ip32: Fix missing prototypesThomas Bogendoerfer2024-01-227-8/+27
| * | MIPS: sgi-ip30: Fix missing prototypesThomas Bogendoerfer2024-01-222-0/+2
| * | MIPS: fw arc: Fix missing prototypesThomas Bogendoerfer2024-01-221-1/+1
| * | MIPS: sgi-ip27: Fix missing prototypesThomas Bogendoerfer2024-01-227-204/+17
| * | MIPS: Alchemy: Fix missing prototypesFlorian Fainelli2024-01-223-3/+5
| * | MIPS: Cobalt: Fix missing prototypesFlorian Fainelli2024-01-222-3/+3
| |/
* | Merge tag 'locking_urgent_for_v6.8_rc2' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2024-01-282-6/+20
|\ \
| * | futex: Prevent the reuse of stale pi_stateSebastian Andrzej Siewior2024-01-192-6/+20
* | | Merge tag 'irq_urgent_for_v6.8_rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-01-281-1/+1
|\ \ \
| * | | genirq: Initialize resend_node hlist for all interrupt descriptorsDawei Li2024-01-241-1/+1
| | |/ | |/|
* | | Merge tag 'timers_urgent_for_v6.8_rc2' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-01-282-1/+29
|\ \ \
| * | | tick/sched: Preserve number of idle sleeps across CPU hotplug eventsTim Chen2024-01-251-0/+5
| * | | clocksource: Skip watchdog check for large watchdog intervalsJiri Wiesner2024-01-251-1/+24
| |/ /
* | | Merge tag 'x86_urgent_for_v6.8_rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-01-286-12/+50
|\ \ \
| * | | x86/CPU/AMD: Add more models to X86_FEATURE_ZEN5Mario Limonciello2024-01-251-0/+3