- 0e25498 exit: Add and use make_task_dead. by Eric W. Biederman · 3 years, 7 months ago
- 1f761b3 MIPS: Allow modules to set board_be_handler by Florian Fainelli · 3 years, 2 months ago
- 7f7020a arch/mips/kernel/traps: use vma_lookup() instead of find_vma() by Liam Howlett · 3 years, 7 months ago
- 45deb5fa MIPS: uaccess: Remove get_fs/set_fs call sites by Thomas Bogendoerfer · 3 years, 10 months ago
- bd67b71 MIPS: kernel: Reserve exception base early to prevent corruption by Thomas Bogendoerfer · 3 years, 10 months ago
- 09a31a7 Merge tag 'mips_5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux by Linus Torvalds · 4 years, 3 months ago
- 195615e MIPS: Loongson-3: Enable COP2 usage in kernel by Huacai Chen · 4 years, 4 months ago
- bb06748 MIPS: add missing MSACSR and upper MSA initialization by Huang Pei · 4 years, 5 months ago
- b62e419 Merge tag 'mips_5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux by Linus Torvalds · 4 years, 5 months ago
- bc6e8dc MIPS: handle Loongson-specific GSExc exception by WANG Xuerui · 4 years, 6 months ago
- efd1b4a MIPS: only register FTLBPar exception handler for supported models by WANG Xuerui · 4 years, 6 months ago
- a2eec10 mips: traps, add __init to parity_protection_init by Jiri Slaby · 4 years, 6 months ago
- 5868347 MIPS: Do not use smp_processor_id() in preemptible code by Xingxing Su · 4 years, 7 months ago
- fcec538 MIPS: Add missing EHB in mtc0 -> mfc0 sequence for DSPen by Hauke Mehrtens · 4 years, 7 months ago
- d8ed45c mmap locking API: use coccinelle to convert mmap_sem rwsem call sites by Michel Lespinasse · 4 years, 7 months ago
- e31cf2f mm: don't include asm/pgtable.h if linux/mm.h is already included by Mike Rapoport · 4 years, 7 months ago
- 9cb8f06 kernel: rename show_stack_loglvl() => show_stack() by Dmitry Safonov · 4 years, 7 months ago
- 96f0458 mips: add show_stack_loglvl() by Dmitry Safonov · 4 years, 7 months ago
- 2062a4e kallsyms/printk: add loglvl to print_ip_sym() by Dmitry Safonov · 4 years, 7 months ago
- 70768eb MIPS: Loongson64: Guard against future cores without CPUCFG by WANG Xuerui · 4 years, 8 months ago
- ec7a931 MIPS: emulate CPUCFG instruction on older Loongson64 cores by WANG Xuerui · 4 years, 8 months ago
- c9b0299 MIPS: Use fallthrough for arch/mips by Liangliang Huang · 4 years, 9 months ago
- b356e89b MIPS: kdb: Remove old workaround for backtracing on other CPUs by Douglas Anderson · 5 years ago
- b2afb64 MIPS: Loongson: Rename LOONGSON1 to LOONGSON32 by Huacai Chen · 5 years ago
- 268a2d6 MIPS: Loongson64: Rename CPU TYPES by Jiaxun Yang · 5 years ago
- 5ad18b2 Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 6 years ago
- 3bd3706 sched/core: Provide a pointer to the valid CPU mask by Sebastian Andrzej Siewior · 6 years ago
- 2e1661d2 signal: Remove the task parameter from force_sig_fault by Eric W. Biederman · 6 years ago
- 91ca180 signal: Use force_sig_fault_to_task for the two calls that don't deliver to current by Eric W. Biederman · 6 years ago
- 3cf5d07 signal: Remove task parameter from force_sig by Eric W. Biederman · 6 years ago
- de56d4c MIPS: Remove duplicate EBase configuration by Paul Burton · 6 years ago
- 783454e MIPS: Sync icache for whole exception vector by Paul Burton · 6 years ago
- 172dcd9 MIPS: Always allocate exception vector for MIPSr2+ by Paul Burton · 6 years ago
- f995adb MIPS: Use memblock_phys_alloc() for exception vector by Paul Burton · 6 years ago
- 8a7f97b treewide: add checks for the return value of memblock_alloc*() by Mike Rapoport · 6 years ago
- 9415673 arch: use memblock_alloc() instead of memblock_alloc_from(size, align, 0) by Mike Rapoport · 6 years ago
- d9862cf Merge tag 'mips_5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux by Linus Torvalds · 6 years ago
- 736706b get rid of legacy 'get_ds()' function by Linus Torvalds · 6 years ago
- c8790d6 MIPS: MemoryMapID (MMID) Support by Paul Burton · 6 years ago
- 89261c5 Merge tag 'mips_4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux by Linus Torvalds · 6 years ago
- 25517ed MIPS: Let early memblock_alloc*() allocate memories bottom-up by Huacai Chen · 6 years ago
- b6d18e7 MIPS: Don't dump Hi & Lo regs on >= MIPSr6 by Paul Burton · 6 years ago
- 5328f74 MIPS: traps: Never enable FPU when CONFIG_MIPS_FP_SUPPORT=n by Paul Burton · 6 years ago
- 1975ed4 MIPS: Ensure emulated FP sets PF_USED_MATH by Paul Burton · 6 years ago
- cc97ab2 MIPS: Simplify FP context initialization by Paul Burton · 6 years ago
- 57c8a66 mm: remove include/linux/bootmem.h by Mike Rapoport · 6 years ago
- 4fc4a09 memblock: replace __alloc_bootmem with memblock_alloc_from by Mike Rapoport · 6 years ago
- bcec54b mips: switch to NO_BOOTMEM by Mike Rapoport · 6 years ago
- 4988154 MIPS: Remove no-op/identity casts by Paul Burton · 6 years ago
- 0c4b0f8 Merge tag 'mips_4.19_2' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux by Linus Torvalds · 6 years ago
- e5a32b5 Merge tag 'mips_4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux by Linus Torvalds · 6 years ago
- 4bcb4ad MIPS: Consistently declare TLB functions by Paul Burton · 6 years ago
- 5a26783 MIPS: Call dump_stack() from show_regs() by Paul Burton · 7 years ago
- 8c8d953 MIPS: Schedule on CPUs we need to lose FPU for a mode switch by Paul Burton · 7 years ago
- 0bb0a11 signal/mips: Report FPE_FLTUNK for undiagnosed floating point exceptions by Guenter Roeck · 7 years ago
- f43a54a signal/mips: Use force_sig_fault where appropriate by Eric W. Biederman · 7 years ago
- 6887a56 sched/wait, arch/mips: Fix and convert wait_on_atomic_t() usage to the new wait_var_event() API by Peter Zijlstra · 7 years ago
- 5f74972 signal: Don't use structure initializers for struct siginfo by Eric W. Biederman · 7 years ago
- 5e4def2 Pass mode to wait_on_atomic_t() action funcs and provide default actions by David Howells · 7 years ago
- e83f7e0 MIPS: CPS: Have asm/mips-cps.h include CM & CPC headers by Paul Burton · 7 years ago
- 93c5bba5 MIPS: CM: Use BIT/GENMASK for register fields, order & drop shifts by Paul Burton · 7 years ago
- b123718 MIPS: signal: Remove unreachable code from force_fcr31_sig(). by Ralf Baechle · 7 years ago
- 3b2db17 MIPS: Remove unused R6000 support by Paul Burton · 8 years ago
- a94c33d lib/extable.c: use bsearch() library function in search_extable() by Thomas Meyer · 8 years ago
- 8542363 MIPS: Avoid accidental raw backtrace by James Hogan · 8 years ago
- 0632466 format-security: move static strings to const by Kees Cook · 8 years ago
- 5a34133 MIPS: Check TLB before handle_ri_rdhwr() for Loongson-3 by Huacai Chen · 8 years ago
- 68e21be sched/headers: Move task->mm handling methods to <linux/sched/mm.h> by Ingo Molnar · 8 years ago
- b17b015 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/debug.h> by Ingo Molnar · 8 years ago
- f1f1007 mm: add new mmgrab() helper by Vegard Nossum · 8 years ago
- e11124d MIPS: Remove r2_emul_return from struct thread_info by Paul Burton · 8 years ago
- 35e6de3 MIPS: traps: Ensure L1 & L2 ECC checking match for CM3 systems by Paul Burton · 8 years ago
- 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
- 5a1aca4 MIPS: Fix FCSR Cause bit handling for correct SIGFPE issue by Maciej W. Rozycki · 8 years ago
- 752f549 MIPS: Fix __show_regs() output by Paul Burton · 8 years ago
- 41000c5 MIPS: traps: Fix output of show_code by Matt Redfearn · 8 years ago
- fe4e09e MIPS: traps: Fix output of show_stacktrace by Matt Redfearn · 8 years ago
- bcf084d MIPS: traps: Fix output of show_backtrace by Matt Redfearn · 8 years ago
- dabdc18 MIPS: Print CM error reports upon bus errors by Paul Burton · 8 years ago
- 4b22c69 MIPS: traps: Ensure full EBase is written by Matt Redfearn · 8 years ago
- c195e07 MIPS: traps: Convert ebase to KSEG0 by James Hogan · 8 years ago
- 1802289 MIPS: traps: 64bit kernels should read CP0_EBase 64bit by James Hogan · 8 years ago
- 9f3b808 MIPS: Migrate exception table users off module.h and onto extable.h by Paul Gortmaker · 8 years ago
- 4305f42 Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 8 years ago
- bcfc8f0 MIPS: traps: return correct si code for accessing nonmapped addresses by Petar Jovanovic · 9 years ago
- b937ff6 MIPS: KVM: Don't hardcode restored HWREna by James Hogan · 9 years ago
- aff565a MIPS: Clean up RDHWR handling by James Hogan · 9 years ago
- 878edf0 MIPS: KVM: Restore host EBase from ebase variable by James Hogan · 9 years ago
- e49d384 MIPS: MSA: Fix a link error on `_init_msa_upper' with older GCC by Maciej W. Rozycki · 9 years ago
- 4edf00a MIPS: Retrieve ASID masks using function accepting struct cpuinfo_mips by Paul Burton · 9 years ago
- 201233e MIPS: traps: remove unused variable by Tony Wu · 9 years ago
- b2edcfc MIPS: Loongson: Add Loongson-3A R2 basic support by Huacai Chen · 9 years ago
- e233c73 MIPS: Add and use CAUSEF_WP definition by James Hogan · 9 years ago
- 1091bfa MIPS: Add P6600 cases to CPU switch statements by Paul Burton · 9 years ago
- 04d83f9 MIPS: traps: Make sure secondary cores have a sane ebase register by Markos Chandras · 9 years ago
- 99a7a23 MIPS: panic immediately when panic_on_oops by Aaro Koskinen · 9 years ago
- 81a76d7 MIPS: Avoid using unwind_stack() with usermode by James Hogan · 9 years ago
- 3d50a7f MIPS: traps.c: Verify the ISA for microMIPS RDHWR emulation by Maciej W. Rozycki · 9 years ago
- 3b143cc MIPS: traps: Correct the SIGTRAP debug ABI in `do_watch' and `do_trap_or_bp' by Maciej W. Rozycki · 9 years ago
- 92a76f6 MIPS: Fix misspellings in comments. by Adam Buchbinder · 9 years ago