summaryrefslogtreecommitdiffstats
path: root/arch/mips (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | arch: add do_page_fault prototypesArnd Bergmann2023-11-231-0/+3
| | * | | | | arch: add missing prepare_ftrace_return() prototypesArnd Bergmann2023-11-231-0/+4
| | * | | | | arch: vdso: consolidate gettime prototypesArnd Bergmann2023-11-231-0/+1
| | | |_|/ / | | |/| | |
| * | | | | asm/io: remove unnecessary xlate_dev_mem_ptr() and unxlate_dev_mem_ptr()Kefeng Wang2023-11-231-9/+0
| * | | | | mips: io: remove duplicated codesBaoquan He2023-11-231-23/+5
| * | | | | arch/*/io.h: remove ioremap_uc in some architecturesBaoquan He2023-11-231-1/+0
| * | | | | mips: add <asm-generic/io.h> includingJiaxun Yang2023-11-236-35/+75
| |/ / / /
* | | | | Merge tag 'lsm-pr-20240105' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-01-093-0/+9
|\ \ \ \ \
| * | | | | LSM: wireup Linux Security Module syscallsCasey Schaufler2023-11-133-0/+9
| |/ / / /
* | | | | Merge tag 'mm-nonmm-stable-2024-01-09-10-33' of git://git.kernel.org/pub/scm/...Linus Torvalds2024-01-0947-55/+145
|\ \ \ \ \
| * | | | | mips: fix r3k_cache_init build regressionArnd Bergmann2023-12-211-6/+3
| * | | | | merge mm-hotfixes-stable into mm-nonmm-stable to pick up depended-upon changesAndrew Morton2023-12-139-16/+16
| |\ \ \ \ \
| * | | | | | mips: kexec: include linux/reboot.hArnd Bergmann2023-12-111-0/+1
| * | | | | | mips: smp: fix setup_profiling_timer() prototypeArnd Bergmann2023-12-111-0/+3
| * | | | | | mips: hide conditionally unused functionsArnd Bergmann2023-12-112-0/+4
| * | | | | | mips: suspend: include linux/suspend.h as neededArnd Bergmann2023-12-112-0/+2
| * | | | | | mips: mt: include asm/mips_mt.hArnd Bergmann2023-12-111-0/+1
| * | | | | | mips: spram: fix missing prototype warning for spram_configArnd Bergmann2023-12-112-1/+2
| * | | | | | mips: add missing declarationsArnd Bergmann2023-12-113-0/+5
| * | | | | | mips: move cache declarations into headerArnd Bergmann2023-12-116-12/+10
| * | | | | | mips: fix tlb_init() prototypeArnd Bergmann2023-12-114-2/+3
| * | | | | | mips: fix setup_zero_pages() prototypeArnd Bergmann2023-12-113-1/+3
| * | | | | | mips: unhide uasm_in_compat_space_p() declarationArnd Bergmann2023-12-111-2/+0
| * | | | | | mips: move jump_label_apply_nops() declaration to headerArnd Bergmann2023-12-112-2/+4
| * | | | | | mips: move build_tlb_refill_handler() prototypeArnd Bergmann2023-12-113-4/+3
| * | | | | | mips: mark local function static if possibleArnd Bergmann2023-12-112-2/+2
| * | | | | | mips: signal: move sigcontext declarations to headerArnd Bergmann2023-12-112-3/+3
| * | | | | | mips: add missing declarations for trap handlersArnd Bergmann2023-12-114-0/+27
| * | | | | | mips: add asm/syscalls.h headerArnd Bergmann2023-12-118-0/+40
| * | | | | | mips: decompress: fix add missing prototypesArnd Bergmann2023-12-114-14/+29
| * | | | | | arch: turn off -Werror for architectures with known warningsArnd Bergmann2023-12-111-6/+0
| | |/ / / / | |/| | | |
* | | | | | Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-01-091-0/+1
|\ \ \ \ \ \
| * | | | | | mm/mglru: add dummy pmd_dirty()Kinsey Ho2024-01-051-0/+1
| | |/ / / / | |/| | | |
* | | | | | Merge tag 'vfs-6.8.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds2024-01-083-0/+6
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | wire up syscalls for statmount/listmountMiklos Szeredi2023-12-143-0/+6
| | |/ / / | |/| | |
* | | | | Merge tag 'mm-hotfixes-stable-2023-12-15-07-11' of git://git.kernel.org/pub/s...Linus Torvalds2023-12-159-16/+16
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | mips, kexec: fix the incorrect ifdeffery and dependency of CONFIG_KEXECBaoquan He2023-12-139-16/+16
| |/ / /
* | | | Merge tag 'net-6.7-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-12-142-4/+2
|\ \ \ \ | |_|/ / |/| | |
| * | | MIPS: dts: loongson: drop incorrect dwmac fallback compatibleKrzysztof Kozlowski2023-12-132-4/+2
| |/ /
* | | MIPS: kernel: Clear FPU states when setting up kernel threadsThomas Bogendoerfer2023-12-051-12/+13
* | | MIPS: Loongson64: Handle more memory types passed from firmwareJiaxun Yang2023-12-052-17/+31
* | | MIPS: Loongson64: Enable DMA noncoherent supportJiaxun Yang2023-12-053-2/+13
* | | MIPS: Loongson64: Reserve vgabios memory on bootJiaxun Yang2023-12-051-0/+5
* | | mips/smp: Call rcutree_report_cpu_starting() earlierStefan Wiehler2023-12-051-2/+2
|/ /
* | Merge tag 'probes-fixes-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-11-111-2/+0
|\ \
| * | kprobes: unify kprobes_exceptions_nofify() prototypesArnd Bergmann2023-11-101-2/+0
* | | Merge tag 'mips_6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds2023-11-1037-2583/+5
|\ \ \ | |/ / |/| |
| * | MIPS: AR7: remove platformWolfram Sang2023-10-1918-2493/+0
| * | arch: mips: remove ReiserFS from defconfigPeter Lafreniere2023-10-197-27/+0
| * | MIPS: lantiq: Remove unnecessary include of <linux/of_irq.h>Bjorn Helgaas2023-10-191-1/+0