Age | Commit message (Expand) | Author | Files | Lines |
2022-08-19 | KVM: MIPS: remove unnecessary definition of KVM_PRIVATE_MEM_SLOTS | Paolo Bonzini | 1 | -2/+0 |
2022-08-07 | Merge tag 'mips_6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux | Linus Torvalds | 21 | -606/+11 |
2022-08-06 | Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 4 | -69/+41 |
2022-08-05 | Merge tag 'asm-generic-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -9/+0 |
2022-08-05 | Merge tag 'pci-v5.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2 | -14/+0 |
2022-08-03 | Merge tag 'flexible-array-transformations-UAPI-6.0-rc1' of git://git.kernel.o... | Linus Torvalds | 1 | -1/+1 |
2022-08-01 | Merge tag 'irq-core-2022-08-01' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -1/+2 |
2022-07-23 | PCI: Move isa_dma_bridge_buggy out of asm/dma.h | Stafford Horne | 1 | -8/+0 |
2022-07-23 | PCI: Remove pci_get_legacy_ide_irq() and asm-generic/pci.h | Stafford Horne | 1 | -6/+0 |
2022-07-20 | irqchip/loongson-liointc: Add ACPI init support | Huacai Chen | 1 | -0/+1 |
2022-07-20 | irqchip/loongson-pch-pic: Add ACPI init support | Huacai Chen | 1 | -1/+1 |
2022-07-18 | mips: rename PGD_ORDER to PGD_TABLE_ORDER | Mike Rapoport | 3 | -12/+12 |
2022-07-18 | mips: drop definitions of PTE_ORDER | Mike Rapoport | 2 | -15/+9 |
2022-07-18 | mips: rename PUD_ORDER to PUD_TABLE_ORDER | Mike Rapoport | 3 | -10/+10 |
2022-07-18 | mips: rename PMD_ORDER to PMD_TABLE_ORDER | Matthew Wilcox (Oracle) | 3 | -12/+12 |
2022-07-18 | mips/mm: enable ARCH_HAS_VM_GET_PAGE_PROT | Anshuman Khandual | 1 | -22/+0 |
2022-07-17 | MIPS: CFE: Add cfe_die() | Florian Fainelli | 1 | -0/+2 |
2022-07-15 | MIPS: BCM47XX: Add support for Netgear WNR3500L v2 | Florian Fainelli | 1 | -0/+1 |
2022-07-14 | MIPS: Remove VR41xx support | Thomas Bogendoerfer | 17 | -599/+1 |
2022-07-11 | MIPS: Make phys_to_virt utilize __va() | Florian Fainelli | 1 | -1/+1 |
2022-07-05 | MIPS: Fix some typos | Zhang Jiaming | 1 | -6/+6 |
2022-06-28 | treewide: uapi: Replace zero-length arrays with flexible-array members | Gustavo A. R. Silva | 1 | -1/+1 |
2022-06-28 | arch/*/: remove CONFIG_VIRT_TO_BUS | Arnd Bergmann | 1 | -9/+0 |
2022-06-24 | jump_label: make initial NOP patching the special case | Ard Biesheuvel | 1 | -0/+2 |
2022-06-03 | Merge tag 'tty-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 1 | -150/+99 |
2022-06-03 | Merge tag 'asm-generic-fixes-5.19' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -6/+6 |
2022-06-02 | mips: use __kernel_{uid,gid}32_t in uapi/asm/stat.h | Masahiro Yamada | 1 | -6/+6 |
2022-06-01 | Merge tag 'riscv-for-linus-5.19-mw0' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 3 | -57/+16 |
2022-05-30 | Merge tag 'mips_5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l... | Linus Torvalds | 6 | -43/+45 |
2022-05-26 | Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -3/+6 |
2022-05-26 | Merge tag 'asm-generic-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -10/+10 |
2022-05-26 | MIPS: RALINK: Define pci_remap_iospace under CONFIG_PCI_DRIVERS_GENERIC | Tiezhu Yang | 1 | -0/+2 |
2022-05-25 | Merge tag 'net-next-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne... | Linus Torvalds | 1 | -0/+2 |
2022-05-23 | MIPS: Rewrite `csum_tcpudp_nofold' in plain C | Maciej W. Rozycki | 1 | -41/+38 |
2022-05-23 | MIPS: Octeon: add SNIC10E board | Stijn Tintel | 1 | -0/+2 |
2022-05-19 | termbits.h: Remove posix_types.h include | Ilpo Järvinen | 1 | -2/+0 |
2022-05-19 | termbits.h: Align lines & format | Ilpo Järvinen | 1 | -78/+78 |
2022-05-19 | termbits.h: create termbits-common.h for identical bits | Ilpo Järvinen | 1 | -51/+2 |
2022-05-16 | Merge 5.18-rc7 into usb-next | Greg Kroah-Hartman | 1 | -4/+4 |
2022-05-14 | mm: change huge_ptep_clear_flush() to return the original pte | Baolin Wang | 1 | -3/+6 |
2022-05-14 | mips: use fallback for random_get_entropy() instead of just c0 random | Jason A. Donenfeld | 1 | -9/+8 |
2022-05-13 | mips: add asm/stat.h to UAPI compile-test coverage | Masahiro Yamada | 1 | -10/+10 |
2022-05-13 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -4/+4 |
2022-05-05 | termbits: Convert octal defines to hex | Ilpo Järvinen | 1 | -111/+111 |
2022-05-04 | MIPS: adding a safety check for cpu_has_fpu | Shida Zhang | 1 | -0/+3 |
2022-05-04 | MIPS: IP30: Remove incorrect `cpu_has_fpu' override | Maciej W. Rozycki | 1 | -1/+0 |
2022-05-04 | MIPS: IP27: Remove incorrect `cpu_has_fpu' override | Maciej W. Rozycki | 1 | -1/+0 |
2022-04-29 | MIPS: Fix CP0 counter erratum detection for R4k CPUs | Maciej W. Rozycki | 1 | -4/+4 |
2022-04-28 | net: SO_RCVMARK socket option for SO_MARK with recvmsg() | Erin MacNeil | 1 | -0/+2 |
2022-04-26 | asm-generic: compat: Cleanup duplicate definitions | Guo Ren | 1 | -11/+7 |