summaryrefslogtreecommitdiff
path: root/arch/mips
AgeCommit message (Expand)AuthorFilesLines
2024-01-11Merge tag 'asm-generic-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds9-66/+83
2024-01-09Merge tag 'lsm-pr-20240105' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-0/+9
2024-01-09Merge tag 'mm-nonmm-stable-2024-01-09-10-33' of git://git.kernel.org/pub/scm/...Linus Torvalds47-55/+145
2024-01-09Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+1
2024-01-08Merge tag 'vfs-6.8.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds3-0/+6
2024-01-05mm/mglru: add dummy pmd_dirty()Kinsey Ho1-0/+1
2023-12-21mips: fix r3k_cache_init build regressionArnd Bergmann1-6/+3
2023-12-15Merge tag 'mm-hotfixes-stable-2023-12-15-07-11' of git://git.kernel.org/pub/s...Linus Torvalds9-16/+16
2023-12-15Merge tag 'net-6.7-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2-4/+2
2023-12-14wire up syscalls for statmount/listmountMiklos Szeredi3-0/+6
2023-12-13MIPS: dts: loongson: drop incorrect dwmac fallback compatibleKrzysztof Kozlowski2-4/+2
2023-12-13merge mm-hotfixes-stable into mm-nonmm-stable to pick up depended-upon changesAndrew Morton9-16/+16
2023-12-13mips, kexec: fix the incorrect ifdeffery and dependency of CONFIG_KEXECBaoquan He9-16/+16
2023-12-11mips: kexec: include linux/reboot.hArnd Bergmann1-0/+1
2023-12-11mips: smp: fix setup_profiling_timer() prototypeArnd Bergmann1-0/+3
2023-12-11mips: hide conditionally unused functionsArnd Bergmann2-0/+4
2023-12-11mips: suspend: include linux/suspend.h as neededArnd Bergmann2-0/+2
2023-12-11mips: mt: include asm/mips_mt.hArnd Bergmann1-0/+1
2023-12-11mips: spram: fix missing prototype warning for spram_configArnd Bergmann2-1/+2
2023-12-11mips: add missing declarationsArnd Bergmann3-0/+5
2023-12-11mips: move cache declarations into headerArnd Bergmann6-12/+10
2023-12-11mips: fix tlb_init() prototypeArnd Bergmann4-2/+3
2023-12-11mips: fix setup_zero_pages() prototypeArnd Bergmann3-1/+3
2023-12-11mips: unhide uasm_in_compat_space_p() declarationArnd Bergmann1-2/+0
2023-12-11mips: move jump_label_apply_nops() declaration to headerArnd Bergmann2-2/+4
2023-12-11mips: move build_tlb_refill_handler() prototypeArnd Bergmann3-4/+3
2023-12-11mips: mark local function static if possibleArnd Bergmann2-2/+2
2023-12-11mips: signal: move sigcontext declarations to headerArnd Bergmann2-3/+3
2023-12-11mips: add missing declarations for trap handlersArnd Bergmann4-0/+27
2023-12-11mips: add asm/syscalls.h headerArnd Bergmann8-0/+40
2023-12-11mips: decompress: fix add missing prototypesArnd Bergmann4-14/+29
2023-12-11arch: turn off -Werror for architectures with known warningsArnd Bergmann1-6/+0
2023-12-05MIPS: kernel: Clear FPU states when setting up kernel threadsThomas Bogendoerfer1-12/+13
2023-12-05MIPS: Loongson64: Handle more memory types passed from firmwareJiaxun Yang2-17/+31
2023-12-05MIPS: Loongson64: Enable DMA noncoherent supportJiaxun Yang3-2/+13
2023-12-05MIPS: Loongson64: Reserve vgabios memory on bootJiaxun Yang1-0/+5
2023-12-05mips/smp: Call rcutree_report_cpu_starting() earlierStefan Wiehler1-2/+2
2023-12-05mips: remove extraneous asm-generic/iomap.h includeArnd Bergmann1-2/+0
2023-11-28Merge branch 'asm-generic-prototypes' into asm-genericArnd Bergmann3-0/+8
2023-11-23arch: add do_page_fault prototypesArnd Bergmann1-0/+3
2023-11-23arch: add missing prepare_ftrace_return() prototypesArnd Bergmann1-0/+4
2023-11-23arch: vdso: consolidate gettime prototypesArnd Bergmann1-0/+1
2023-11-23asm/io: remove unnecessary xlate_dev_mem_ptr() and unxlate_dev_mem_ptr()Kefeng Wang1-9/+0
2023-11-23mips: io: remove duplicated codesBaoquan He1-23/+5
2023-11-23arch/*/io.h: remove ioremap_uc in some architecturesBaoquan He1-1/+0
2023-11-23mips: add <asm-generic/io.h> includingJiaxun Yang6-35/+75
2023-11-13LSM: wireup Linux Security Module syscallsCasey Schaufler3-0/+9
2023-11-11Merge tag 'probes-fixes-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+0
2023-11-10Merge tag 'mips_6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds37-2583/+5
2023-11-10kprobes: unify kprobes_exceptions_nofify() prototypesArnd Bergmann1-2/+0