aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/mips (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-04-28net: SO_RCVMARK socket option for SO_MARK with recvmsg()Erin MacNeil1-0/+2
2022-04-27net: atm: remove support for ZeitNet ZN122x ATM devicesJakub Kicinski2-2/+0
2022-04-27net: atm: remove support for Madge Horizon ATM devicesJakub Kicinski2-2/+0
2022-04-27net: atm: remove support for Fujitsu FireStream ATM devicesJakub Kicinski2-2/+0
2022-04-08net: atm: remove the ambassador driverJakub Kicinski2-2/+0
2022-04-06net: wan: remove the lanmedia (lmc) driverJakub Kicinski2-2/+0
2022-04-02Merge tag 'mips_5.18_1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds7-45/+72
2022-04-01MIPS: crypto: Fix CRC32 codePaul Cercueil1-20/+26
2022-03-31Merge tag 'kbuild-v5.18-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-2/+1
2022-03-31arch: syscalls: simplify uapi/kapi directory creationMasahiro Yamada1-2/+1
2022-03-30MIPS: rb532: move GPIOD definition into C-filesJackie Liu2-9/+10
2022-03-30MIPS: lantiq: check the return value of kzalloc()Xiaoke Wang3-16/+34
2022-03-30mips: sgi-ip22: add a check for the return of kzalloc()Xiaoke Wang1-0/+2
2022-03-28Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds2-5/+4
2022-03-28Merge tag 'staging-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds5-0/+756
2022-03-25Merge tag 'pci-v5.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds3-4/+2
2022-03-25Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+2
2022-03-25Merge tag 'mips_5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds116-2453/+191
2022-03-24mm: madvise: MADV_DONTNEED_LOCKEDJohannes Weiner1-0/+2
2022-03-24Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-0/+2
2022-03-24MIPS: Fix build error for loongson64 and sgi-ip27Feiyang Chen3-0/+25
2022-03-23Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds4-49/+26
2022-03-22Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-5/+5
2022-03-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-5/+0
2022-03-22drivers/base/node: consolidate node device subsystem initialization in node_dev_init()David Hildenbrand1-5/+0
2022-03-22Merge tag 'nfsd-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds15-15/+0
2022-03-21mips: Make pmd_pfn() available in all configurationsMatthew Wilcox (Oracle)1-5/+5
2022-03-18MIPS: ingenic: correct unit node addressKrzysztof Kozlowski1-1/+1
2022-03-16mips: dts: ralink: add MT7621 SoCArınç ÜNAL5-0/+756
2022-03-14MIPS: Fix wrong comments in asm/prom.hTiezhu Yang1-2/+2
2022-03-14MIPS: Remove redundant definitions of device_tree_init()Tiezhu Yang8-41/+5
2022-03-14MIPS: Remove redundant check in device_tree_init()Tiezhu Yang2-6/+0
2022-03-14MIPS: pgalloc: fix memory leak caused by pgd_free()Yaliang Wang1-0/+6
2022-03-14MIPS: RB532: fix return value of __setup handlerRandy Dunlap1-4/+2
2022-03-14MIPS: Only use current_stack_pointer on GCCKees Cook4-3/+8
2022-03-14MIPS: boot/compressed: Use array reference for image boundsKees Cook1-5/+5
2022-03-11arch: Remove references to CONFIG_NFSD_V3 in the default configsChuck Lever15-15/+0
2022-03-10resume_user_mode: Move to resume_user_mode.hEric W. Biederman1-2/+2
2022-03-10ptrace: Create ptrace_report_syscall_{entry,exit} in ptrace.hEric W. Biederman1-3/+2
2022-03-07mips: remove reference to "newer Loongson-3"Xi Ruoyao1-7/+2
2022-03-07mips: Always permit to build u-boot imagesPaul Cercueil1-4/+0
2022-03-07MIPS: Sanitise Cavium switch cases in TLB handler synthesizersMaciej W. Rozycki1-13/+10
2022-03-07DEC: Limit PMAX memory probing to R3k systemsMaciej W. Rozycki2-11/+6
2022-03-07mips: DEC: honor CONFIG_MIPS_FP_SUPPORT=nRandy Dunlap2-4/+5
2022-03-07MIPS: fix fortify panic when copying asm exception handlersAlexander Lobakin2-12/+12
2022-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-17/+27
2022-03-01mips: ralink: fix a refcount leak in ill_acc_of_setup()Hangyu Hua1-0/+1
2022-03-01mips: Implement "current_stack_pointer"Kees Cook4-5/+5
2022-03-01MIPS: ralink: mt7621: use bitwise NOT instead of logicalIlya Lipnitskiy1-1/+1
2022-03-01MIPS: Remove TX39XX supportThomas Bogendoerfer66-2210/+16