summaryrefslogtreecommitdiff
path: root/arch/mips/kernel
AgeCommit message (Expand)Author
2023-05-23mips: Move initrd_start check after initrd address sanitisation.Liviu Dudau
2023-05-23MIPS: Restore Au1300 supportManuel Lauss
2023-04-28Merge tag 'objtool-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-04-27Merge tag 'mips_6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds
2023-04-27Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-04-24MIPS: uprobes: Restore thread.trap_nrTiezhu Yang
2023-04-22MIPS: Sink body of check_bugs_early() into its only call siteNathan Chancellor
2023-04-21MIPS: Define RUNTIME_DISCARD_EXIT in LD scriptJiaxun Yang
2023-04-12MIPS: octeon_switch: Remove duplicated labelsJiaxun Yang
2023-04-12MIPS: Remove set_swbp() in uprobes.cTiezhu Yang
2023-04-12MIPS: Remove deprecated CONFIG_MIPS_CMPThomas Bogendoerfer
2023-04-05MIPS: Octeon: Allow CVMSEG to be disabledJiaxun Yang
2023-04-05MIPS: Octeon: Opt-out 4k_cache featureJiaxun Yang
2023-04-05MIPS: mips-cm: Check availability of config registersJiaxun Yang
2023-04-05MIPS: smp-cps: Disable coherence setup for unsupported ISAJiaxun Yang
2023-04-03MIPS: vpe-cmp: remove module owner pointer from struct class usage.Greg Kroah-Hartman
2023-03-17driver core: class: remove module * from class_create()Greg Kroah-Hartman
2023-03-17drivers: remove struct module * setting from struct classGreg Kroah-Hartman
2023-03-09module: fix MIPS module_layout -> module_memoryRandy Dunlap
2023-03-09module: replace module_layout with module_memorySong Liu
2023-03-08sched/idle: Mark arch_cpu_idle_dead() __noreturnJosh Poimboeuf
2023-03-08mips/cpu: Make sure play_dead() doesn't returnJosh Poimboeuf
2023-03-08mips/cpu: Expose play_dead()'s prototype definitionJosh Poimboeuf
2023-03-02Merge tag 'mips_6.3_1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/...Linus Torvalds
2023-02-27MIPS: cevt-r4k: Offset the value used to clear compare interruptJiaxun Yang
2023-02-27MIPS: smp-cps: Don't rely on CP0_CMGCRBASEJiaxun Yang
2023-02-26Merge tag 'kbuild-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds
2023-02-25Merge tag 'mips_6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds
2023-02-20MIPS: vpe-mt: drop physical_memsizeRandy Dunlap
2023-02-19MIPS: SMP-CPS: fix build error when HOTPLUG_CPU not setRandy Dunlap
2023-01-26MIPS: Always use -Wa,-msoft-float and eliminate GAS_HAS_SET_HARDFLOATNathan Chancellor
2023-01-13cpuidle,arch: Mark all regular cpuidle_state:: Enter methods __cpuidlePeter Zijlstra
2023-01-13arch/idle: Change arch_cpu_idle() behavior: always exit with IRQs disabledPeter Zijlstra
2023-01-13objtool/idle: Validate __cpuidle code as noinstrPeter Zijlstra
2022-12-12Merge tag 'mm-nonmm-stable-2022-12-12' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2022-12-12Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-11-22MIPS: vpe-cmp: fix possible memory leak while module exitingYang Yingliang
2022-11-22MIPS: vpe-mt: fix possible memory leak while module exitingYang Yingliang
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld
2022-11-15mips: ptrace: user_regset_copyin_ignore() always returns 0Sergey Shtylyov
2022-11-11MIPS: jump_label: Fix compat branch range checkJiaxun Yang
2022-11-11MIPS: fix duplicate definitions for exported symbolsRongwei Zhang
2022-10-11treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld
2022-10-10Merge tag 'bitmap-6.1-rc1' of https://github.com/norov/linuxLinus Torvalds
2022-10-10Merge tag 'kbuild-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds
2022-10-02kbuild: use obj-y instead extra-y for objects placed at the headMasahiro Yamada
2022-10-01mips: allow firmware to pass RNG seed to kernelJason A. Donenfeld
2022-09-19smp: add set_nr_cpu_ids()Yury Norov
2022-09-19mips: kernel: convert to DEFINE_SHOW_ATTRIBUTELiu Shixin