summaryrefslogtreecommitdiff
path: root/arch/mips
AgeCommit message (Expand)AuthorFilesLines
2013-03-12MIPS: VR4133: Fix probe for LL/SC.Yoichi Yuasa1-3/+4
2013-03-12MIPS: Fix logic errors in bitops.cDavid Daney1-8/+8
2013-03-12MIPS: Use CONFIG_CPU_MIPSR2 in csum_partial.SGabor Juhos1-2/+2
2013-03-11MIPS: compat: Return same error ENOSYS as native for invalid operation.Ralf Baechle1-1/+1
2013-03-04get rid of compat_sys_semctl() and friends in case of ARCH_WANT_OLD_COMPAT_IPCAl Viro2-27/+3
2013-03-04merge compat sys_ipc instancesAl Viro2-70/+1
2013-03-04consolidate compat lookup_dcookie()Al Viro2-7/+1
2013-03-04convert sendfile{,64} to COMPAT_SYSCALL_DEFINEAl Viro3-22/+2
2013-03-04make HAVE_SYSCALL_WRAPPERS unconditionalAl Viro1-1/+0
2013-03-04consolidate cond_syscall and SYSCALL_ALIAS declarationsAl Viro2-8/+3
2013-03-03Merge git://www.linux-watchdog.org/linux-watchdogLinus Torvalds1-6/+9
2013-03-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-2/+2
2013-03-02Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds877-15913/+16059
2013-03-01watchdog: ath79_wdt: get register base from platform device's resourcesGabor Juhos1-1/+9
2013-03-01MIPS: ath79: use dynamically allocated watchdog deviceGabor Juhos1-6/+1
2013-02-28hlist: drop the node parameter from iteratorsSasha Levin1-3/+3
2013-02-28arch Kconfig: centralise CONFIG_ARCH_NO_VIRT_TO_BUSStephen Rothwell1-0/+1
2013-02-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds3-11/+6
2013-02-26Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2013-02-25fix compat truncate/ftruncateAl Viro1-2/+2
2013-02-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds16-477/+81
2013-02-23new helper: file_inode(file)Al Viro3-11/+6
2013-02-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Ralf Baechle3-6/+3
2013-02-22Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+2
2013-02-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2-4/+4
2013-02-22Merge tag 'tty-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-1/+1
2013-02-22Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds6-37/+22
2013-02-21Merge branch 'mips-next-3.9' of git://git.linux-mips.org/pub/scm/john/linux-j...Ralf Baechle96-861/+3661
2013-02-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2-4/+3
2013-02-20MIPS: Quit exporting kernel internel break codes to uapi/asm/break.hDavid Daney2-3/+29
2013-02-20Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+0
2013-02-19MIPS: remove broken conditional inside vpe loader codeJohn Crispin1-12/+3
2013-02-19MIPS: SMTC: fix implicit declaration of set_vi_handlerFlorian Fainelli1-0/+1
2013-02-19MIPS: early_printk: drop __init annotationsAaro Koskinen5-11/+10
2013-02-19MIPS: Probe for and report hardware virtualization support.David Daney5-1/+9
2013-02-19MIPS: ath79: add support for the Qualcomm Atheros AP136-010 boardGabor Juhos5-0/+171
2013-02-19MIPS: ath79: add USB controller registration code for the QCA955X SoCsGabor Juhos2-0/+18
2013-02-19MIPS: ath79: add PCI controller registration code for the QCA955X SoCsGabor Juhos3-0/+51
2013-02-19MIPS: ath79: add WMAC registration code for the QCA955X SoCsGabor Juhos3-1/+24
2013-02-19MIPS: ath79: register UART for the QCA955X SoCsGabor Juhos1-1/+2
2013-02-19MIPS: ath79: add QCA955X specific glue to ath79_device_reset_{set, clear}Gabor Juhos2-0/+5
2013-02-19MIPS: ath79: add GPIO setup code for the QCA955X SoCsGabor Juhos2-1/+4
2013-02-19MIPS: ath79: add IRQ handling code for the QCA955X SoCsGabor Juhos3-8/+140
2013-02-19MIPS: ath79: add clock setup code for the QCA955X SoCsGabor Juhos2-0/+117
2013-02-19MIPS: ath79: add SoC detection code for the QCA955X SoCsGabor Juhos4-1/+40
2013-02-19MIPS: ath79: add early printk support for the QCA955X SoCsGabor Juhos2-0/+4
2013-02-19MIPS: ath79: fix WMAC IRQ resource assignmentGabor Juhos1-1/+1
2013-02-19mips: reserve elfcorehdrCorey Minyard1-0/+39
2013-02-19mips: Make sure kernel memory is in iomemCorey Minyard1-21/+31
2013-02-17MIPS: ath79: use dynamically allocated USB platform devicesGabor Juhos1-60/+51