| Commit message (Expand) | Author | Age | Files | Lines |
* | MIPS: Fix a compilation issue | xurui | 2023-03-17 | 1 | -1/+1 |
* | mips: fix syscall_get_nr | Elvira Khabirova | 2023-03-10 | 1 | -1/+1 |
* | mips: ralink: mt7621: define MT7621_SYSC_BASE with __iomem | John Thomson | 2022-12-31 | 1 | -1/+3 |
* | MIPS: pic32: treat port as signed integer | Jason A. Donenfeld | 2022-12-02 | 1 | -1/+1 |
* | MIPS: IP30: Remove incorrect `cpu_has_fpu' override | Maciej W. Rozycki | 2022-06-09 | 1 | -1/+0 |
* | MIPS: IP27: Remove incorrect `cpu_has_fpu' override | Maciej W. Rozycki | 2022-06-09 | 1 | -1/+0 |
* | mips: use fallback for random_get_entropy() instead of just c0 random | Jason A. Donenfeld | 2022-05-30 | 1 | -9/+8 |
* | MIPS: Fix CP0 counter erratum detection for R4k CPUs | Maciej W. Rozycki | 2022-05-12 | 1 | -4/+4 |
* | MIPS: fix fortify panic when copying asm exception handlers | Alexander Lobakin | 2022-04-13 | 1 | -1/+1 |
* | MIPS: pgalloc: fix memory leak caused by pgd_free() | Yaliang Wang | 2022-04-08 | 1 | -0/+6 |
* | DEC: Limit PMAX memory probing to R3k systems | Maciej W. Rozycki | 2022-04-08 | 1 | -10/+5 |
* | MIPS: fix local_{add,sub}_return on MIPS64 | Huang Pei | 2022-03-08 | 1 | -4/+5 |
* | MIPS: Fix build error due to PTR used in more places | Thomas Bogendoerfer | 2022-02-16 | 4 | -94/+94 |
* | MIPS: Octeon: Fix build errors using clang | Tianjia Zhang | 2022-01-27 | 1 | -2/+2 |
* | MIPS: Loongson64: Use three arguments for slti | Nathan Chancellor | 2022-01-27 | 1 | -2/+2 |
* | MIPS: Fix assembly error from MIPSr2 code used within MIPS_ISA_ARCH_LEVEL | Maciej W. Rozycki | 2021-11-18 | 1 | -1/+4 |
* | mips: cm: Convert to bitfield API to fix out-of-bounds access | Geert Uytterhoeven | 2021-11-18 | 1 | -6/+6 |
* | MIPS: Revert "add support for buggy MT7621S core detection" | Ilya Lipnitskiy | 2021-10-02 | 1 | -22/+1 |
* | arch: remove compat_alloc_user_space | Arnd Bergmann | 2021-09-08 | 2 | -34/+0 |
* | Merge tag 'mips_5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l... | Linus Torvalds | 2021-09-03 | 3 | -3/+6 |
|\ |
|
| * | MIPS: locking/atomic: Fix atomic{_64,}_sub_if_positive | Rui Wang | 2021-08-05 | 1 | -1/+1 |
| * | MIPS: Ingenic: Add system type for new Ingenic SoCs. | 周琰杰 (Zhou Yanjie) | 2021-07-19 | 2 | -2/+5 |
* | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2021-09-03 | 1 | -7/+1 |
|\ \ |
|
| * | | mm: remove flush_kernel_dcache_page | Christoph Hellwig | 2021-09-03 | 1 | -7/+1 |
* | | | Merge tag 'printk-for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2021-09-01 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | MIPS/asm/printk: Fix build failure caused by printk | Petr Mladek | 2021-07-23 | 1 | -1/+1 |
| | |/
| |/| |
|
* | | | Merge branch 'siginfo-si_trapno-for-v5.15' of git://git.kernel.org/pub/scm/li... | Linus Torvalds | 2021-09-01 | 1 | -2/+0 |
|\ \ \ |
|
| * | | | signal: Remove the generic __ARCH_SI_TRAPNO support | Eric W. Biederman | 2021-07-23 | 1 | -2/+0 |
| |/ / |
|
* | | | Merge tag 'net-next-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ne... | Linus Torvalds | 2021-08-31 | 2 | -13/+13 |
|\ \ \ |
|
| * \ \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2021-08-13 | 1 | -6/+11 |
| |\ \ \
| | | |/
| | |/| |
|
| * | | | sock: allow reading and changing sk_userlocks with setsockopt | Pavel Tikhomirov | 2021-08-04 | 1 | -0/+2 |
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 2021-07-23 | 1 | -1/+1 |
| |\ \ \ |
|
| * | | | | compat: make linux/compat.h available everywhere | Arnd Bergmann | 2021-07-23 | 1 | -13/+11 |
| | |_|/
| |/| | |
|
* | | | | Merge tag 'for-5.15/block-2021-08-30' of git://git.kernel.dk/linux-block | Linus Torvalds | 2021-08-30 | 1 | -2/+0 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | MIPS: don't include <linux/genhd.h> in <asm/mach-rc32434/rb.h> | Christoph Hellwig | 2021-08-02 | 1 | -2/+0 |
| | |/
| |/| |
|
* | | | Merge tag 'mips-fixes_5.14_1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2021-08-06 | 1 | -6/+11 |
|\ \ \
| |/ /
|/| | |
|
| * | | MIPS: check return value of pgtable_pmd_page_ctor | Huang Pei | 2021-08-05 | 1 | -6/+11 |
| |/ |
|
* / | MIPS: Fix unreachable code issue | Gustavo A. R. Silva | 2021-07-13 | 1 | -1/+1 |
|/ |
|
* | Merge tag 'irq-urgent-2021-07-11' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2021-07-11 | 1 | -0/+3 |
|\ |
|
| * | Merge tag 'irqchip-fixes-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel... | Thomas Gleixner | 2021-07-09 | 1 | -0/+3 |
| |\ |
|
| | * | irqchip/mips: Fix RCU violation when using irqdomain lookup on interrupt entry | Marc Zyngier | 2021-07-09 | 1 | -0/+3 |
* | | | Merge tag 'mips_5.14_1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips... | Linus Torvalds | 2021-07-10 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | MIPS: vdso: Invalid GIC access through VDSO | Martin Fäcknitz | 2021-07-09 | 1 | -1/+1 |
* | | | | mm: rename p4d_page_vaddr to p4d_pgtable and make it return pud_t * | Aneesh Kumar K.V | 2021-07-08 | 1 | -2/+2 |
* | | | | mm: rename pud_page_vaddr to pud_pgtable and make it return pmd_t * | Aneesh Kumar K.V | 2021-07-08 | 1 | -2/+2 |
| |/ /
|/| | |
|
* | | | Merge tag 'staging-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2021-07-05 | 1 | -0/+10 |
|\ \ \ |
|
| * | | | MIPS: ralink: Define PCI_IOBASE | Sergio Paracuellos | 2021-06-15 | 1 | -0/+10 |
* | | | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2021-07-02 | 4 | -3/+3 |
|\ \ \ \ |
|
| * | | | | mm/thp: define default pmd_pgtable() | Anshuman Khandual | 2021-07-01 | 1 | -1/+0 |
| * | | | | mm: define default value for FIRST_USER_ADDRESS | Anshuman Khandual | 2021-07-01 | 2 | -2/+0 |