summaryrefslogtreecommitdiffstats
path: root/arch/mips
Commit message (Expand)AuthorAgeFilesLines
...
| * | | MIPS: initial stack protector supportGregory Fong2013-07-014-0/+63
| * | | MIPS: Boot: Compressed: Remove -fstack-protector from CFLAGSMarkos Chandras2013-07-011-0/+2
| * | | mips: lasat: sysctl: Convert use of typedef ctl_table to struct ctl_tableJoe Perches2013-06-181-7/+7
| * | | MIPS: MSP71xx: Remove gpio driversPaul Bolle2013-06-184-409/+0
| * | | MIPS: DEC: remove unbuildable promcon.cPaul Bolle2013-06-182-55/+0
| * | | MIPS: Fixup check for invalid scratch registerJayachandran C2013-06-131-5/+5
| * | | MIPS: Allow platform specific scratch registersJayachandran C2013-06-132-15/+27
| * | | MIPS: Netlogic: Fix plat_irq_dispatchJayachandran C2013-06-131-4/+3
| * | | MIPS: Netlogic: Remove workarounds for early SoCsJayachandran C2013-06-131-22/+1
| * | | MIPS: Netlogic: Fixup memory regions for prefetchJayachandran C2013-06-131-0/+13
| * | | MIPS: Netlogic: wait for all hardware threadsJayachandran C2013-06-131-7/+20
| * | | MIPS: Netlogic: Fix sign extension in PIC writeJayachandran C2013-06-131-1/+1
| * | | MIPS: Netlogic: use branch instead of jumpJayachandran C2013-06-132-2/+2
| * | | MIPS: Netlogic: move cpu_ready array to boot areaJayachandran C2013-06-138-9/+22
| * | | MIPS: Netlogic: Add nlm_get_boot_data() helperJayachandran C2013-06-132-6/+11
| * | | MIPS: Netlogic: Initialization when !CONFIG_SMPJayachandran C2013-06-135-8/+16
| * | | MIPS: Netlogic: Split reset code out of smpboot.SJayachandran C2013-06-135-187/+253
| * | | MIPS: Netlogic: Split XLP device tree code to dt.cJayachandran C2013-06-134-70/+105
| * | | MIPS: Netlogic: Support compressed kernelJayachandran C2013-06-132-0/+16
| * | | MIPS: boot: Fixes for compressed/uart-16550.cJayachandran C2013-06-131-3/+7
| * | | MIPS: Netlogic: COP2 save/restore codeJayachandran C2013-06-134-1/+142
| * | | MIPS: Netlogic: rename nlm_cop2_save/restoreJayachandran C2013-06-132-10/+10
| * | | MIPS: Netlogic: Fix nlm_read_c2_status() definitionJayachandran C2013-06-132-3/+7
| * | | MIPS: Allow kernel to use coprocessor 2Jayachandran C2013-06-131-10/+5
| * | | MIPS: Move cop2 save/restore to switch_to()Jayachandran C2013-06-134-39/+44
| * | | MIPS: Netlogic: SWIOTLB dma ops for 32-bit DMAGanesan Ramalingam2013-06-134-0/+122
| * | | MIPS: Support SWIOTLB in default dma operationsJayachandran C2013-06-132-0/+15
| * | | MIPS: Kconfig: Remove extranous help keyword.Ralf Baechle2013-06-131-1/+0
| * | | MIPS: Kconfig: Move ZONE_DMA to a more appropriate place.Ralf Baechle2013-06-131-3/+3
| * | | MIPS: kernel: mcount.S: Drop FRAME_POINTER codepathMarkos Chandras2013-06-111-4/+0
| * | | MIPS: Implement HAVE_CONTEXT_TRACKING.Ralf Baechle2013-06-108-19/+108
| * | | MIPS: Cleanup flags in syscall flags handlers.Ralf Baechle2013-06-105-4/+6
| * | | MIPS: using strlcpy() instead of strncpy()Chen Gang2013-06-101-1/+1
| * | | MIPS: Ralink: Use strlcpy() instead of strncpy().Chen Gang2013-06-101-1/+1
| * | | MIPS: Lantiq: Use strlcpy() instead of strncpy().Chen Gang2013-06-101-1/+1
| * | | MIPS: OCTEON: Get rid of CONFIG_CAVIUM_OCTEON_HW_FIX_UNALIGNEDDavid Daney2013-06-102-17/+1
| * | | MIPS: Octeon: Remove vestiges of CONFIG_CAVIUM_DECODE_RSLDavid Daney2013-06-101-27/+0
| * | | MIPS: OCTEON: Rename Kconfig CAVIUM_OCTEON_REFERENCE_BOARD to CAVIUM_OCTEON_SOCDavid Daney2013-06-105-25/+14
| * | | MIPS: PowerTV: use free_reserved_area() to simplify codeJiang Liu2013-06-101-11/+2
* | | | mm: remove free_area_cacheMichel Lespinasse2013-07-101-2/+0
| |_|/ |/| |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-07-098-25/+389
|\ \ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-06-1914-117/+187
| |\ \ \
| * | | | net: add socket option for low latency pollingEliezer Tamir2013-06-171-0/+2
| * | | | bcm63xx_enet: add support Broadcom BCM6345 EthernetFlorian Fainelli2013-06-134-11/+194
| * | | | bcm63xx_enet: add support for Broadcom BCM63xx integrated gigabit switchMaxime Bizon2013-06-105-18/+179
| * | | | bcm63xx_enet: split DMA channel register accessesMaxime Bizon2013-06-102-5/+22
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-06-054-102/+369
| |\ \ \ \
| * | | | | net: pass info struct via netdevice notifierJiri Pirko2013-05-281-1/+2
* | | | | | Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2013-07-077-345/+25
|\ \ \ \ \ \
| * | | | | | MIPS: jz4740: Correct clock gate bit for DMA controllerMaarten ter Huurne2013-07-051-1/+1
OpenPOWER on IntegriCloud