summaryrefslogtreecommitdiffstats
path: root/arch/mips
AgeCommit message (Expand)AuthorFilesLines
2012-10-06sections: fix section conflicts in arch/mipsAndi Kleen2-2/+2
2012-10-05Merge branch 'master' of git://dev.phrozen.org/mips-next into mips-for-linux-...Ralf Baechle20-251/+642
2012-10-03Merge tag 'uapi-prep-20121002' of git://git.infradead.org/users/dhowells/linu...Linus Torvalds35-69/+72
2012-10-03kbuild: Fix gcc -x syntaxJean Delvare2-2/+2
2012-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds9-9/+0
2012-10-02UAPI: (Scripted) Set up UAPI Kbuild filesDavid Howells1-0/+3
2012-10-02UAPI: (Scripted) Convert #include "..." to #include <path/...> in kernel syst...David Howells34-69/+69
2012-10-01Merge tag 'tty-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds2-15/+47
2012-10-01Merge tag 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds2-16/+5
2012-10-01sanitize tsk_is_polling()Al Viro1-2/+0
2012-10-01bury _TIF_RESTORE_SIGMASKAl Viro1-1/+0
2012-10-01mips: NOTIFY_RESUME is not needed in TIF masksAl Viro1-2/+1
2012-10-01mips: merge the identical "return from syscall" per-ABI codeAl Viro5-51/+13
2012-10-01mips: unobfuscate _TIF..._MASKAl Viro1-3/+4
2012-10-01mips: prevent hitting do_notify_resume() with !user_mode(regs)Al Viro2-8/+3
2012-10-01MIPS: ath79: Fix CPU/DDR frequency calculation for SRIF PLLsGabor Juhos2-28/+104
2012-10-01MIPS: ath79: use correct fractional dividers for {CPU,DDR}_PLL on AR934xGabor Juhos1-2/+2
2012-10-01MIPS: BCM63XX: Properly handle mac address octet overflowJonas Gorski1-7/+9
2012-10-01MIPS: Kconfig: Avoid build errors by hiding USE_OF from the user.Jonas Gorski1-3/+1
2012-09-29defconfigs: remove CONFIG_MTD_NAND_VERIFY_WRITEHuang Shijie1-1/+0
2012-09-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-9/+9
2012-09-28Merge branch 'ralf-3.7' of git://git.linux-mips.org/pub/scm/sjhill/linux-sjhi...Ralf Baechle44-116/+2874
2012-09-28Merge branch 'rixi-3.7' of git://git.linux-mips.org/pub/scm/sjhill/linux-sjhi...Ralf Baechle11-29/+35
2012-09-28Make most arch asm/module.h files use asm-generic/module.hDavid Howells3-3/+12
2012-09-28MIPS: Fix module.c build for 32 bitRalf Baechle3-120/+147
2012-09-27Merge branch 'broadcom' of git://dev.phrozen.org/mips-next into mips-for-linu...Ralf Baechle9-10/+400
2012-09-27Merge branch 'ath79' of git://dev.phrozen.org/mips-next into mips-for-linux-nextRalf Baechle3-36/+65
2012-09-27Merge branch 'lantiq' of git://dev.phrozen.org/mips-next into mips-for-linux-...Ralf Baechle13-220/+287
2012-09-27Merge branch 'cn6xxx-mgmt' of git://git.linux-mips.org/pub/scm/daney/upstream...Ralf Baechle3-31/+66
2012-09-27Merge branch 'cn68xx-ciu2' of git://git.linux-mips.org/pub/scm/daney/upstream...Ralf Baechle58-1416/+43816
2012-09-26MIPS: Replace `-' in defconfig filename wth `_' for consistency.Ralf Baechle5-0/+0
2012-09-26MIPS: Wire kcmp syscall.Ralf Baechle5-6/+13
2012-09-25MIPS: MIPSsim: Remove the MIPSsim platform.Steven J. Hill15-845/+0
2012-09-22Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds4-9/+9
2012-09-22MIPS: NOTIFY_RESUME is not needed in TIF masksAl Viro1-2/+1
2012-09-22MIPS: Merge the identical "return from syscall" per-ABI codeAl Viro5-51/+13
2012-09-22MIPS: Unobfuscate _TIF..._MASKAl Viro1-3/+4
2012-09-22MIPS: Prevent hitting do_notify_resume() with !user_mode(regs).Al Viro2-8/+3
2012-09-19Merge branch 'pci/thierry-fixup-irqs' into nextBjorn Helgaas1-6/+0
2012-09-18PCI: Provide a default pcibios_update_irq()Thierry Reding1-6/+0
2012-09-18PCI: Discard __init annotations for pci_fixup_irqs() and related functionsThierry Reding1-1/+1
2012-09-16Merge 3.6-rc6 into tty-nextGreg Kroah-Hartman18-105/+145
2012-09-17MIPS: Malta: Don't crash on spurious interrupt.Ralf Baechle1-3/+6
2012-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller18-105/+145
2012-09-14MIPS: Malta: Remove RTC Data Mode bootstrap breakageMaciej W. Rozycki1-5/+0
2012-09-13MIPS: Replace 'kernel_uses_smartmips_rixi' with 'cpu_has_rixi'.Steven J. Hill8-29/+26
2012-09-13MIPS: Add base architecture support for RI and XI.Steven J. Hill4-1/+10
2012-09-13MIPS: Optimise TLB handlers for MIPS32/64 R2 cores.Steven J. Hill1-0/+16
2012-09-13MIPS: uasm: Add INS and EXT instructions.Steven J. Hill2-5/+20
2012-09-13MIPS: Avoid pipeline stalls on some MIPS32R2 cores.Steven J. Hill1-1/+13