summaryrefslogtreecommitdiffstats
path: root/arch/mips
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | MIPS: smp-cps: Disable coherence setup for unsupported ISAJiaxun Yang2023-04-052-0/+10
| * | | | MIPS: Move declaration of bcache ops to cache.cJiaxun Yang2023-04-053-14/+21
| * | | | MIPS: octeon: Fix compile errorThomas Bogendoerfer2023-03-271-1/+1
| * | | | MIPS: c-r4k: Always install dma flush functionsJiaxun Yang2023-03-241-9/+3
| * | | | MIPS: Always select ARCH_HAS_SYNC_DMA_FOR_CPU for noncoherent platformsJiaxun Yang2023-03-241-8/+1
| * | | | MIPS: Always select ARCH_HAS_SETUP_DMA_OPSJiaxun Yang2023-03-241-1/+1
| * | | | MIPS: octeon: Use of_address_to_resource()Rob Herring2023-03-241-20/+15
| * | | | mips: Remove obsolete configs IRQ_MSP_CIC and IRQ_MSP_SLPLukas Bulwahn2023-03-241-6/+0
| * | | | MIPS: ath79: remove obsolete ATH79_DEV_* configsLukas Bulwahn2023-03-171-16/+0
| * | | | MIPS: sibyte: Replace BCM1125H with SB1250 optionThomas Bogendoerfer2023-03-172-12/+1
| * | | | MIPS: sibyte: Remove Sibyte CARMEL and CRHINE board supportThomas Bogendoerfer2023-03-178-96/+1
| * | | | MIPS: sibyte: Remove unused config option SIBYTE_BCM1x55Thomas Bogendoerfer2023-03-178-30/+12
| * | | | MIPS: sibyte: remove no longer needed board_mem_regionThomas Bogendoerfer2023-03-171-15/+0
| * | | | mips: Use of_property_read_bool() for boolean propertiesRob Herring2023-03-142-2/+2
| * | | | mips: ralink: mt7620: introduce 'soc_device' initializationSergio Paracuellos2023-03-142-0/+45
| * | | | mips: ralink: mt7620: soc queries and tests as functionsSergio Paracuellos2023-03-141-22/+72
| * | | | mips: ralink: mt7620: define MT7620_SYSC_BASE with __iomemSergio Paracuellos2023-03-142-9/+9
| * | | | mips: ralink: rt288x: introduce 'soc_device' initializationSergio Paracuellos2023-03-142-0/+31
| * | | | mips: ralink: rt288x: soc queries and tests as functionsSergio Paracuellos2023-03-141-16/+47
| * | | | mips: ralink: rt288x: define RT2880_SYSC_BASE with __iomemSergio Paracuellos2023-03-142-5/+5
| * | | | mips: ralink: rt3883: introduce 'soc_device' initializationSergio Paracuellos2023-03-142-0/+30
| * | | | mips: ralink: rt3883: soc queries and tests as functionsSergio Paracuellos2023-03-141-16/+48
| * | | | mips: ralink: rt3883: define RT3883_SYSC_BASE with __iomemSergio Paracuellos2023-03-142-5/+6
| * | | | mips: ralink: rt305x: introduce 'soc_device' initializationSergio Paracuellos2023-03-142-0/+47
| * | | | mips: ralink: rt305x: soc queries and tests as functionsSergio Paracuellos2023-03-141-20/+77
| * | | | mips: ralink: rt305x: define RT305X_SYSC_BASE with __iomemSergio Paracuellos2023-03-142-6/+5
| * | | | MIPS: Loongson64: Opt-out war_io_reorder_wmbJiaxun Yang2023-03-141-1/+1
| * | | | MIPS: Loongson64: Remove CPU_HAS_WBJiaxun Yang2023-03-142-16/+0
| * | | | MIPS: Loongson64: smp: Correct nudge_writes usageJiaxun Yang2023-03-141-26/+12
| * | | | MIPS: Loongson64: smp: Use nudge_writes instead of wbflushJiaxun Yang2023-03-141-3/+3
| * | | | MIPS: Loongson64: Prefix ipi register address pointers with __iomemJiaxun Yang2023-03-141-5/+5
| * | | | MIPS: BCM47XX: Add support for Huawei B593u-12Rafał Miłecki2023-03-143-0/+10
| |/ / /
* | | | Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-04-272-7/+6
|\ \ \ \
| * | | | Change DEFINE_SEMAPHORE() to take a number argumentPeter Zijlstra2023-04-181-1/+1
| * | | | module: fix MIPS module_layout -> module_memoryRandy Dunlap2023-03-091-1/+1
| * | | | module: replace module_layout with module_memorySong Liu2023-03-091-6/+5
| | |_|/ | |/| |
* | | | Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-04-274-4/+2
|\ \ \ \
| * | | | MIPS: vpe-cmp: remove module owner pointer from struct class usage.Greg Kroah-Hartman2023-04-031-1/+0
| * | | | Merge 6.3-rc5 into driver-core-nextGreg Kroah-Hartman2023-04-033-0/+14
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | driver core: class: remove module * from class_create()Greg Kroah-Hartman2023-03-172-2/+2
| * | | | drivers: remove struct module * setting from struct classGreg Kroah-Hartman2023-03-171-1/+0
| | |/ / | |/| |
* | | | Merge tag 'usb-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2023-04-271-2/+0
|\ \ \ \
| * \ \ \ Merge 6.3-rc6 into usb-nextGreg Kroah-Hartman2023-04-102-0/+13
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | Merge 6.3-rc4 into usb-nextGreg Kroah-Hartman2023-03-271-0/+1
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | usb: ftdi-elan: Delete driverUwe Kleine-König2023-03-211-1/+0
| * | | | usb: host: u132-hcd: Delete driverUwe Kleine-König2023-03-211-1/+0
| | |_|/ | |/| |
* | | | Merge tag 'pci-v6.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-04-272-6/+5
|\ \ \ \
| * | | | PCI: Introduce pci_dev_for_each_resource()Mika Westerberg2023-04-042-6/+5
| |/ / /
* | | | Merge tag 'net-next-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2023-04-266-7/+8
|\ \ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-04-062-0/+13
| |\ \ \ \ | | | |_|/ | | |/| |