index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
mips
Age
Commit message (
Expand
)
Author
Files
Lines
2015-08-26
MIPS: Drop CONFIG_RUNTIME_DEBUG & debug.h
Paul Burton
2
-57
/
+0
2015-08-26
MIPS: ops-emma2rh: Drop nonsensical db_assert
Paul Burton
1
-4
/
+2
2015-08-26
MIPS: rt3883: Prepare rt3883_pci_irq_handler for irq argument removal
Thomas Gleixner
1
-2
/
+2
2015-08-26
MIPS: netlogic: Prepare ipi handlers for irq argument removal
Thomas Gleixner
1
-2
/
+4
2015-08-26
MIPS: octeon: Replace the homebrewn flow handler
Thomas Gleixner
1
-11
/
+11
2015-08-26
MIPS: ath91: Remove pointless irqdisable/enable
Thomas Gleixner
1
-16
/
+2
2015-08-26
MIPS: alchemy: Remove pointless irqdisable/enable
Thomas Gleixner
1
-2
/
+4
2015-08-26
MIPS: bcm63xx: Use irq_set_handler_locked()
Thomas Gleixner
1
-2
/
+2
2015-08-26
MIPS: alchemy: Use irq_set_chip_handler_name_locked()
Thomas Gleixner
1
-2
/
+2
2015-08-26
MIPS: irq: Use access helper irq_data_get_affinity_mask()
Jiang Liu
3
-8
/
+11
2015-08-26
MIPS: pci-rt3883: Consolidate chained IRQ handler install/remove
Thomas Gleixner
1
-2
/
+1
2015-08-26
MIPS: pci-ar724x: Consolidate chained IRQ handler install/remove
Thomas Gleixner
1
-2
/
+2
2015-08-26
MIPS: pci-ar71xx: Consolidate chained IRQ handler install/remove
Thomas Gleixner
1
-2
/
+2
2015-08-26
MIPS: jz4740: Consolidate chained IRQ handler install/remove
Thomas Gleixner
1
-2
/
+2
2015-08-26
MIPS: Set up FTLB probability for I6400
Markos Chandras
2
-5
/
+15
2015-08-26
MIPS: cpu-probe: Fix VTLB/FTLB configuration for R6
Markos Chandras
1
-1
/
+10
2015-08-26
MIPS: Add default case for the FTLB enable/disable code
Markos Chandras
1
-3
/
+10
2015-08-26
MIPS: cpu-probe: Remove cp0 hazard barrier when enabling the FTLB
Markos Chandras
1
-1
/
+0
2015-08-26
MIPS: CM: Add support for reporting CM cache errors
Markos Chandras
3
-111
/
+254
2015-08-26
MIPS: CPC: Fix type for GCR CPC base reg for 64-bit
Markos Chandras
1
-1
/
+1
2015-08-26
MIPS: CM: The CMGCRBase register is 64-bit on 64 bit kernels.
Markos Chandras
1
-1
/
+1
2015-08-26
MIPS: mips-cm: Extend CM accessors for 64-bit CPUs
Markos Chandras
2
-4
/
+48
2015-08-26
MIPS: Add platform callback before initializing the L2 cache
Markos Chandras
3
-0
/
+24
2015-08-26
MIPS: CM3: Add support for CM3 L2 cache.
Paul Burton
1
-0
/
+32
2015-08-26
MIPS: CM: Add GCR_L2_CONFIG register accessors
Paul Burton
1
-0
/
+11
2015-08-26
MIPS: mips-cm: Implement mips_cm_revision
Paul Burton
1
-0
/
+21
2015-08-26
MIPS: Kconfig: Disable MIPS MT and SMP implementations for R6
Markos Chandras
1
-3
/
+3
2015-08-26
MIPS: Add MIPS I6400 probe support
Markos Chandras
1
-0
/
+4
2015-08-26
MIPS: Add cases for CPU_I6400
Markos Chandras
9
-0
/
+21
2015-08-26
MIPS: Add MIPS I6400 PRid and cputype identifiers
Markos Chandras
1
-0
/
+2
2015-08-26
MIPS: ath79: irq: IRQCHIP_DECLARE moved to linux/irqchip.h
Alban Bedel
1
-1
/
+0
2015-08-18
MIPS: Fix LLVM build issue.
Ralf Baechle
1
-1
/
+1
2015-08-16
MIPS: Fix seccomp syscall argument for MIPS64
Markos Chandras
2
-2
/
+2
2015-08-09
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
Linus Torvalds
29
-60
/
+128
2015-08-07
signal: fix information leak in copy_siginfo_from_user32
Amanieu d'Antras
1
-2
/
+0
2015-08-05
MIPS: Make set_pte() SMP safe.
David Daney
1
-0
/
+31
2015-08-03
MIPS: Replace add and sub instructions in relocate_kernel.S with addiu
James Cowgill
1
-4
/
+4
2015-08-03
MIPS: Flush RPS on kernel entry with EVA
James Hogan
1
-0
/
+25
2015-08-03
Revert "MIPS: BCM63xx: Provide a plat_post_dma_flush hook"
Florian Fainelli
1
-10
/
+0
2015-08-03
MIPS: BMIPS: Delete unused Kconfig symbol
Kevin Cernekee
1
-1
/
+0
2015-08-03
MIPS: Export get_c0_perfcount_int()
Felix Fietkau
6
-0
/
+6
2015-08-03
MIPS: show_stack: Fix stack trace with EVA
James Hogan
1
-0
/
+7
2015-08-03
MIPS: do_mcheck: Fix kernel code dump with EVA
James Hogan
1
-0
/
+6
2015-08-03
MIPS: SMP: Don't increment irq_count multiple times for call function IPIs
Alex Smith
13
-30
/
+29
2015-08-03
MIPS: Partially disable RIXI support.
Ralf Baechle
1
-4
/
+4
2015-08-03
MIPS: Handle page faults of executable but unreadable pages correctly.
Ralf Baechle
1
-1
/
+2
2015-08-03
MIPS: Malta: Don't reinitialise RTC
James Hogan
1
-6
/
+9
2015-08-03
MIPS: unaligned: Fix build error on big endian R6 kernels
James Cowgill
1
-1
/
+1
2015-08-03
MIPS: Fix sched_getaffinity with MT FPAFF enabled
Felix Fietkau
1
-2
/
+3
2015-08-03
MIPS: Fix build with CONFIG_OF=y for non OF-enabled targets
Jonas Gorski
1
-1
/
+1
[prev]
[next]