summaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel
AgeCommit message (Expand)AuthorLines
2019-07-23MIPS: Remove unused R5432_CP0_INTERRUPT_WARPaul Burton-3/+0
2019-07-23MIPS: Remove unused R5432 CPU supportPaul Burton-8/+0
2019-07-23MIPS: Remove unused R4300 CPU supportPaul Burton-10/+0
2019-07-21MIPS: Decode config3 register on Ingenic SoCsPaul Cercueil-0/+8
2019-07-21MIPS: Rename JZRISC to XBURSTPaul Cercueil-4/+4
2019-07-18mips: fix cacheinfoVladimir Kondratiev-0/+2
2019-07-18MIPS: kernel: only use i8253 clocksource with periodic clockeventThomas Bogendoerfer-1/+2
2019-07-17Merge tag 'mips_5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds-26/+27
2019-07-17Merge branch 'akpm' (patches from Andrew)Linus Torvalds-1/+1
2019-07-16mm, kprobes: generalize and rename notify_page_fault() as kprobe_page_fault()Anshuman Khandual-1/+1
2019-07-15MIPS: perf events: handle switch statement falling through warningsStephen Rothwell-15/+15
2019-07-15arch: mark syscall number 435 reserved for clone3Christian Brauner-0/+3
2019-07-10Merge tag 'pidfd-updates-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-0/+3
2019-07-08Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-55/+55
2019-07-03mips/kprobes: Export kprobe_fault_handler()Anshuman Khandual-1/+1
2019-06-28arch: wire-up pidfd_open()Christian Brauner-0/+3
2019-06-24Merge tag 'v5.2-rc6' into sched/core, to refresh the branchIngo Molnar-27/+7
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner-21/+5
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 230Thomas Gleixner-6/+2
2019-06-17Merge tag 'v5.2-rc5' into sched/core, to pick up fixesIngo Molnar-15/+1
2019-06-11MIPS: ftrace: Reword prepare_ftrace_return() comment blockGeert Uytterhoeven-11/+12
2019-06-08Merge tag 'mips_fixes_5.2_1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-3/+0
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 252Thomas Gleixner-12/+1
2019-06-03sched/core: Provide a pointer to the valid CPU maskSebastian Andrzej Siewior-4/+4
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 182Thomas Gleixner-24/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 167Thomas Gleixner-13/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner-30/+3
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner-68/+5
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner-89/+18
2019-05-29MIPS: uprobes: remove set but not used variable 'epc'YueHaibing-3/+0
2019-05-29signal: Remove the task parameter from force_sig_faultEric W. Biederman-6/+6
2019-05-29signal: Use force_sig_fault_to_task for the two calls that don't deliver to c...Eric W. Biederman-1/+1
2019-05-27signal: Remove task parameter from force_sigEric W. Biederman-48/+48
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 1Thomas Gleixner-56/+4
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner-0/+1
2019-05-19Merge tag 'mips_5.2_2' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/...Linus Torvalds-18/+11
2019-05-17Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds-0/+18
2019-05-16uapi: Wire up the mount API syscalls on non-x86 arches [ver #2]David Howells-0/+18
2019-05-14MIPS: mark mult_sh_align_mod() as __always_inlineMasahiro Yamada-2/+2
2019-05-09MIPS: Fix Ingenic SoCs sometimes reporting wrong ISAPaul Cercueil-0/+8
2019-05-09MIPS: perf: Fix build with CONFIG_CPU_BMIPS5000 enabledFlorian Fainelli-18/+3
2019-05-08Merge tag 'mips_5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds-145/+100
2019-05-07Merge tag 'audit-pr-20190507' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1/+1
2019-05-05mips: Manually call fdt_init_reserved_mem() methodSerge Semin-0/+3
2019-05-05mips: Make sure dt memory regions are validSerge Semin-1/+13
2019-05-03mips: Perform early low memory testSerge Semin-0/+2
2019-05-03mips: Dump memblock regions for debuggingSerge Semin-0/+2
2019-05-02mips: Add reserve-nomap memory type supportSerge Semin-1/+11
2019-05-02mips: Use memblock to reserve the __nosave memory rangeSerge Semin-2/+3
2019-05-02mips: Discard post-CMA-init foreach loopSerge Semin-5/+0