aboutsummaryrefslogtreecommitdiff
path: root/arch/mips/sibyte
AgeCommit message (Expand)AuthorFilesLines
2024-03-07mips: sibyte: make tb_class constantGravatar Ricardo B. Marliere 1-12/+9
2023-10-24vgacon: fix mips/sibyte build regressionGravatar Arnd Bergmann 1-0/+1
2023-10-17vgacon: clean up global screen_info instancesGravatar Arnd Bergmann 1-10/+14
2023-10-17vgacon: rework screen_info #ifdef checksGravatar Arnd Bergmann 1-1/+1
2023-06-09mips: Fix spacing issueGravatar Franziska Naepelt 1-7/+7
2023-04-27Merge tag 'mips_6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxGravatar Linus Torvalds 7-78/+12
2023-03-17driver core: class: remove module * from class_create()Gravatar Greg Kroah-Hartman 1-1/+1
2023-03-17MIPS: sibyte: Replace BCM1125H with SB1250 optionGravatar Thomas Bogendoerfer 1-11/+0
2023-03-17MIPS: sibyte: Remove Sibyte CARMEL and CRHINE board supportGravatar Thomas Bogendoerfer 4-23/+0
2023-03-17MIPS: sibyte: Remove unused config option SIBYTE_BCM1x55Gravatar Thomas Bogendoerfer 7-29/+12
2023-03-17MIPS: sibyte: remove no longer needed board_mem_regionGravatar Thomas Bogendoerfer 1-15/+0
2022-09-24MIPS: remove orphan sb1250_time_init() declarationGravatar Gaosheng Cui 1-6/+0
2022-05-30Merge tag 'mips_5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Gravatar Linus Torvalds 1-3/+1
2022-05-12MIPS: Sibyte: remove unnecessary return variableGravatar Guo Zhengkui 1-3/+1
2022-04-18swiotlb: make the swiotlb_init interface more usefulGravatar Christoph Hellwig 1-1/+1
2022-02-22MIPS: sibyte: Add missing __user annotations in sb_tbprof.cGravatar Thomas Bogendoerfer 1-3/+3
2021-11-13Merge tag 'mips_5.16_1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips...Gravatar Linus Torvalds 1-1/+1
2021-11-09MIPS: Allow modules to set board_be_handlerGravatar Florian Fainelli 1-1/+1
2021-10-18arch: remove spurious blkdev.h includesGravatar Christoph Hellwig 2-2/+0
2021-01-07MIPS: Remove empty prom_free_prom_memory functionsGravatar Thomas Bogendoerfer 1-5/+0
2020-10-12MIPS: replace add_memory_region with memblockGravatar Thomas Bogendoerfer 1-9/+7
2020-05-13MIPS: Only include the platform file neededGravatar Thomas Bogendoerfer 1-4/+0
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Gravatar Thomas Gleixner 12-167/+12
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Gravatar Thomas Gleixner 3-16/+3
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigGravatar Thomas Gleixner 4-0/+4
2019-01-03Remove 'type' argument from access_ok() functionGravatar Linus Torvalds 1-1/+1
2018-12-29Merge tag 'kconfig-v4.21-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-5/+5
2018-11-23PCI: consolidate PCI config entry in drivers/pciGravatar Christoph Hellwig 1-5/+5
2018-11-15MIPS: SiByte: Enable swiotlb for SWARM, LittleSur and BigSurGravatar Maciej W. Rozycki 2-0/+15
2018-10-31mm: remove include/linux/bootmem.hGravatar Mike Rapoport 2-2/+2
2018-07-17mips: unify prom_putchar() declarationsGravatar Alexander Sverdlin 1-0/+1
2018-06-24MIPS: remove CONFIG_DMA_COHERENTGravatar Christoph Hellwig 1-1/+0
2018-06-12Merge tag 'mips_4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Gravatar Linus Torvalds 3-16/+18
2018-05-16proc: introduce proc_create_single{,_data}Gravatar Christoph Hellwig 1-14/+2
2018-05-14MIPS: Convert update_persistent_clock() to update_persistent_clock64()Gravatar Baolin Wang 3-7/+9
2018-05-14MIPS: Convert read_persistent_clock() to read_persistent_clock64()Gravatar Baolin Wang 3-9/+9
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 4-0/+4
2017-08-30MIPS: SMP: Allow boot_secondary SMP op to return errorsGravatar Paul Burton 2-2/+4
2017-08-29MIPS: SMP: Constify smp opsGravatar Matt Redfearn 3-4/+4
2017-04-21MIPS: Sibyte: Export symbol periph_rev to sb1250-mac network driver.Gravatar Ralf Baechle 2-0/+2
2017-03-03sched/headers: Move task-stack related APIs from <linux/sched.h> to <linux/sc...Gravatar Ingo Molnar 1-1/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 1-0/+1
2017-02-14MIPS: Audit and remove any unnecessary uses of module.hGravatar Paul Gortmaker 2-2/+2
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 1-1/+1
2016-05-09MIPS: Sibyte: Fix Kconfig dependencies of SIBYTE_BUS_WATCHERGravatar Andreas Ruprecht 1-1/+2
2015-09-03MIPS: Sibyte: Move bus watcher from deprecated __initcall to device_initcallGravatar Ralf Baechle 1-1/+1
2015-08-03MIPS: SMP: Don't increment irq_count multiple times for call function IPIsGravatar Alex Smith 2-6/+10
2015-07-14MIPS: SB1: Remove support for Pass 1 parts.Gravatar Ralf Baechle 3-11/+1
2015-06-21MIPS/IRQCHIP: Move irq_chip from arch/mips to drivers/irqchip.Gravatar Ralf Baechle 1-8/+8
2014-11-24MIPS: Replace use of phys_t with phys_addr_t.Gravatar Ralf Baechle 2-3/+3