summaryrefslogtreecommitdiffstats
path: root/arch/mips
AgeCommit message (Expand)Author
2014-07-30MIPS: BCM63xx: Remove !RUNTIME_DETECT from reset codeJonas Gorski
2014-07-30MIPS: BCM63xx: Remove !RUNTIME_DETECT from irq setup codeJonas Gorski
2014-07-30MIPS: BCM63xx: Remove !RUNTIME_DETECT code from register setsJonas Gorski
2014-07-30MIPS: BCM63xx: Sync MIPS counters during CPU bringupJonas Gorski
2014-07-30MIPS: ralink: Use strlcpy to ensure string is always NUL-terminated.Rickard Strandqvist
2014-07-30MIPS: tlbex: Fix a missing statement for HUGETLBHuacai Chen
2014-07-30MIPS: Alchemy: remove old clock supportManuel Lauss
2014-07-30MIPS: Alchemy: au1100fb: use clk frameworkManuel Lauss
2014-07-30MIPS: Alchemy: db1x00: use clk frameworkManuel Lauss
2014-07-30MIPS: Alchemy: pci: use clk framework to enable PCI clockManuel Lauss
2014-07-30MIPS: Alchemy: usb: use clk frameworkManuel Lauss
2014-07-30MIPS: Alchemy: platform: use clk framework for uartsManuel Lauss
2014-07-30MIPS: Alchemy: clock framework integration of onchip clocksManuel Lauss
2014-07-30MIPS: Alchemy: remove au_read/write/syncManuel Lauss
2014-07-30MIPS: Alchemy: add helpers to access static memory ctrl registers.Manuel Lauss
2014-07-30MIPS: Alchemy: introduce helpers to access SYS register block.Manuel Lauss
2014-07-30MIPS: Alchemy: au1000.h move C-code after register definitions.Manuel Lauss
2014-07-30MIPS: Alchemy: move ethernet registers to ethernet driverManuel Lauss
2014-07-30MIPS: Alchemy: au1000.h: remove unused register definitionsManuel Lauss
2014-07-30MIPS: RB532: Replace parse_mac_addr() with mac_pton().Daniel Walter
2014-07-30MIPS: RB532: Fix reregistering of serial consoleWaldemar Brodkorb
2014-07-30MIPS: IP22: Add missing put_device callLevente Kurusa
2014-07-30MIPS: TXx9: 7segled: add missing put_device callLevente Kurusa
2014-07-30MIPS: TXx9: Add missing put_device callLevente Kurusa
2014-07-28KVM: Rename and add argument to check_extensionAlexander Graf
2014-07-28gpio: split gpiod board registration into machine headerLinus Walleij
2014-07-27staging: silicom: remove driverKristina Martšenko
2014-07-18MIPS: add seccomp syscallKees Cook
2014-07-18MIPS: ftrace: Remove check of obsolete variable function_trace_stopSteven Rostedt (Red Hat)
2014-07-18MIPS: ftrace: Add call to ftrace_graph_is_dead() in function graph codeSteven Rostedt (Red Hat)
2014-07-17tgt: defconfig cleanupBart Van Assche
2014-07-17arch, locking: Ciao arch_mutex_cpu_relax()Davidlohr Bueso
2014-07-07Merge 3.16-rc4 into staging-nextGreg Kroah-Hartman
2014-07-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2014-06-30MIPS: KVM: Remove dead code of TLB index error in kvm_mips_emul_tlbwr()Deng-Cheng Zhu
2014-06-30MIPS: KVM: Skip memory cleaning in kvm_mips_commpage_init()Deng-Cheng Zhu
2014-06-30MIPS: KVM: Rename files to remove the prefix "kvm_" and "kvm_mips_"Deng-Cheng Zhu
2014-06-30MIPS: KVM: Remove unneeded volatileDeng-Cheng Zhu
2014-06-30MIPS: KVM: Simplify functions by removing redundancyDeng-Cheng Zhu
2014-06-30MIPS: KVM: Use KVM internal loggerDeng-Cheng Zhu
2014-06-30MIPS: KVM: Reformat code and commentsDeng-Cheng Zhu
2014-06-26MIPS: Lasat: Fix build error if CRC32 is not enabled.Ralf Baechle
2014-06-26MIPS: MSC: Prevent out-of-bounds writes to MIPS SC ioremap'd regionMarkos Chandras
2014-06-26MIPS: bpf: Fix stack space allocation for BPF memwords on MIPS64Markos Chandras
2014-06-26MIPS: BPF: Use 32 or 64-bit load instruction to load an address to registerMarkos Chandras
2014-06-26MIPS: bpf: Fix PKT_TYPE case for big-endian coresMarkos Chandras
2014-06-26MIPS: BPF: Prevent kernel fall over for >=32bit shiftsMarkos Chandras
2014-06-26MIPS: bpf: Drop update_on_xread and always initialize the X registerMarkos Chandras
2014-06-26MIPS: bpf: Fix is_range() semanticsMarkos Chandras
2014-06-26MIPS: bpf: Use pr_debug instead of pr_warn for unhandled opcodesMarkos Chandras