| Age | Commit message (Expand) | Author | Lines |
| 2017-11-07 | PCI: Remove redundant pcibios_set_master() declarations | Bjorn Helgaas | -2/+0 |
| 2017-11-07 | MIPS: Octeon: Remove usage of cvmx_wait() everywhere. | Steven J. Hill | -14/+5 |
| 2017-11-07 | MIPS: Allow __cpu_number_map to be larger than NR_CPUS | David Daney | -1/+1 |
| 2017-11-07 | Merge branch 'linus' into locking/core, to resolve conflicts | Ingo Molnar | -19/+190 |
| 2017-11-04 | Merge tag 'mips_fixes_4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | -6/+6 |
| 2017-11-03 | Update MIPS email addresses | Paul Burton | -13/+13 |
| 2017-11-03 | mm: introduce MAP_SHARED_VALIDATE, a mechanism to safely define new mmap flags | Dan Williams | -0/+1 |
| 2017-11-02 | License cleanup: add SPDX license identifier to uapi header files with a license | Greg Kroah-Hartman | -0/+31 |
| 2017-11-02 | License cleanup: add SPDX license identifier to uapi header files with no lic... | Greg Kroah-Hartman | -0/+8 |
| 2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | -0/+132 |
| 2017-10-31 | MIPS: Fix CM region target definitions | Paul Burton | -2/+2 |
| 2017-10-31 | MIPS: Fix exception entry when CONFIG_EVA enabled | Matt Redfearn | -4/+4 |
| 2017-10-31 | Update MIPS email addresses | Paul Burton | -13/+13 |
| 2017-10-25 | locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ... | Mark Rutland | -1/+1 |
| 2017-10-24 | Merge tag 'v4.14-rc6' into locking/core, to pick up fixes | Ingo Molnar | -2/+4 |
| 2017-10-19 | dma-mapping: turn dma_cache_sync into a dma_map_ops method | Christoph Hellwig | -3/+0 |
| 2017-10-10 | locking/arch: Remove dummy arch_{read,spin,write}_lock_flags() implementations | Will Deacon | -3/+0 |
| 2017-10-10 | locking/arch: Remove dummy arch_{read,spin,write}_relax() implementations | Will Deacon | -4/+0 |
| 2017-10-09 | MIPS: Fix cmpxchg on 32b signed ints for 64b kernel with !kernel_uses_llsc | Paul Burton | -2/+4 |
| 2017-10-09 | MIPS: Add nudges to writes for bit unlocks. | Chad Reese | -0/+1 |
| 2017-10-09 | MIPS: make thread_saved_pc static | Tobias Klauser | -2/+0 |
| 2017-09-21 | MIPS: Fix input modify in __write_64bit_c0_split() | James Hogan | -6/+9 |
| 2017-09-19 | mips: switch to {get,put}_compat_sigset() | Al Viro | -33/+4 |
| 2017-09-15 | Merge branch '4.14-features' of git://git.linux-mips.org/pub/scm/ralf/upstrea... | Linus Torvalds | -591/+1500 |
| 2017-09-11 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | -2/+2 |
| 2017-09-09 | Merge tag 'for-linus-20170904' of git://git.infradead.org/linux-mtd | Linus Torvalds | -1/+1 |
| 2017-09-08 | vga: optimise console scrolling | Matthew Wilcox | -0/+7 |
| 2017-09-06 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | -11/+3 |
| 2017-09-06 | mm,fork: introduce MADV_WIPEONFORK | Rik van Riel | -0/+3 |
| 2017-09-06 | mm: arch: consolidate mmap hugetlb size encodings | Mike Kravetz | -11/+0 |
| 2017-09-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | -0/+2 |
| 2017-09-06 | MIPS: microMIPS: Fix decoding of swsp16 instruction | Matt Redfearn | -1/+1 |
| 2017-09-06 | MIPS: BCM63XX: fix ENETDMA_6345_MAXBURST_REG offset | Jonas Gorski | -1/+1 |
| 2017-09-06 | mips: Save all registers when saving the frame | Corey Minyard | -14/+50 |
| 2017-09-06 | MIPS: Add DWARF unwinding to assembly | Corey Minyard | -99/+135 |
| 2017-09-06 | MIPS: Make SAVE_SOME more standard | Corey Minyard | -14/+37 |
| 2017-09-04 | MIPS: Octeon: Allow access to CIU3 IRQ domains. | Steven J. Hill | -0/+2 |
| 2017-09-04 | MIPS: Octeon: Make CSR functions node aware. | Steven J. Hill | -0/+28 |
| 2017-09-04 | MIPS: Octeon: Watchdog registers for 70xx, 73xx, 78xx, F75xx. | Steven J. Hill | -0/+10 |
| 2017-09-04 | MIPS: Octeon: Add support for accessing the boot vector. | Steven J. Hill | -0/+81 |
| 2017-09-04 | MIPS: lantiq: remove ltq_reset_cause() and ltq_boot_select() | Hauke Mehrtens | -2/+0 |
| 2017-09-04 | irqchip: mips-gic: Move gic_get_c0_*_int() to asm/mips-gic.h | Paul Burton | -0/+30 |
| 2017-09-04 | irqchip: mips-gic: Move various definitions to the driver | Paul Burton | -5/+0 |
| 2017-09-04 | MIPS: GIC: Move GIC_LOCAL_INT_* to asm/mips-gic.h | Paul Burton | -0/+24 |
| 2017-09-04 | MIPS: Add __ioread64_copy | Paul Burton | -0/+2 |
| 2017-09-04 | Merge branch 'linus' into locking/core, to fix up conflicts | Ingo Molnar | -5/+0 |
| 2017-09-01 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | -5/+0 |
| 2017-09-01 | Merge tag 'nand/for-4.14' of git://git.infradead.org/l2-mtd into mtd/next | Boris Brezillon | -1/+1 |
| 2017-08-31 | KVM: update to new mmu_notifier semantic v2 | Jérôme Glisse | -5/+0 |
| 2017-08-30 | MIPS: GIC: Introduce asm/mips-gic.h with accessor functions | Paul Burton | -0/+294 |