summaryrefslogtreecommitdiffstats
path: root/arch/mips/include
Commit message (Expand)AuthorAgeFilesLines
...
| | * | MIPS: Add support for the M14KEc core.Steven J. Hill2013-02-173-0/+7
| | * | MIPS: Clean-ups for MIPS Technologies Inc. generic header file.Steven J. Hill2013-02-171-21/+7
| | * | MIPS: Netlogic: No hazards needed for XLR/XLSJayachandran C2013-02-171-1/+1
| | * | MIPS: Netlogic: Use PIC timer as a clocksourceJayachandran C2013-02-172-5/+55
| | * | MIPS: Netlogic: Split XLP L1 i-cache among threadsJayachandran C2013-02-171-0/+2
| | * | MIPS: Netlogic: Optimize EIMR/EIRR accesses in 32-bitJayachandran C2013-02-171-0/+79
| | * | MIPS: lantiq: rework external irq codeJohn Crispin2013-02-171-0/+1
| | * | MIPS: lantiq: adds static clock for PP32John Crispin2013-02-171-0/+1
| | * | MIPS: BCM47XX: add bcm47xx prefix in front of nvram function namesHauke Mehrtens2013-02-151-5/+5
| | * | MIPS: BCM47XX: use common error codes in nvram readsHauke Mehrtens2013-02-151-3/+0
| * | | MIPS: Quit exporting kernel internel break codes to uapi/asm/break.hDavid Daney2013-02-202-3/+29
| * | | MIPS: Cleanup break and trap codes.Ralf Baechle2013-02-151-8/+0
| * | | MIPS: Redefine value of BRK_BUG.Steven J. Hill2013-02-151-1/+1
| * | | MIPS: Add printing of ISA version in cpuinfo.Steven J. Hill2013-02-151-0/+13
| * | | MIPS: MSP71xx: Move code.Ralf Baechle2013-02-0112-0/+0
| * | | MIPS: Whitespace cleanup.Ralf Baechle2013-02-01329-8616/+8616
| * | | MIPS: Nuke trailing whitespace.Ralf Baechle2013-02-011-1/+1
| * | | MIPS: PNX8550: Remove support for SOC and JBS and STB810 boards.Ralf Baechle2013-02-019-923/+0
| * | | MIPS: SEAD3: Implement OF support.Steven J. Hill2013-02-011-0/+4
| * | | MIPS: inst.h: Add MDMX and paired single instruction aka MIPS-3D formats.Ralf Baechle2013-02-011-0/+23
| * | | MIPS: inst.h: Eleminate per endianess structure definitions.Ralf Baechle2013-02-011-140/+86
| * | | MIPS: UAPI: Split inst.h into exported and kernel-only part.Ralf Baechle2013-02-013-347/+364
| * | | MIPS: Whitespace cleanups and reformatting.Steven J. Hill2013-02-011-11/+15
| |/ /
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-235-17/+26
|\ \ \
| * | | burying unused conditionalsAl Viro2013-02-141-1/+0
| * | | mips: switch to generic sys_fork() and sys_clone()Al Viro2013-02-032-12/+14
| * | | mips: switch to generic sigaltstackAl Viro2013-02-031-0/+8
| * | | consolidate kernel-side struct sigaction declarationsAl Viro2013-02-032-0/+4
| * | | consolidate declarations of k_sigactionAl Viro2013-02-031-4/+0
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-02-211-2/+2
|\ \ \ \ | |_|_|/ |/| | |
| * | | Merge branch 'master' into for-nextJiri Kosina2013-01-2995-994/+4647
| |\ \ \ | | |/ /
| * | | treewide: Replace incomming with incoming in all comments and stringsJorrit Schippers2013-01-031-2/+2
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-02-086-2/+5
|\ \ \ \ | | |_|/ | |/| |
| * | | MIPS: DSP: Fix DSP mask for registers.Steven J. Hill2013-01-241-1/+1
| * | | MIPS: Fix build failure by adding definition of pfn_pmd().David Daney2013-01-231-0/+1
| * | | MIPS: PNX833x: Fix comment.Ralf Baechle2013-01-221-1/+1
| * | | MIPS: Add struct p_format to union mips_instruction.Ralf Baechle2013-01-171-0/+1
| * | | MIPS: Export <asm/break.h>.Ralf Baechle2013-01-162-0/+1
| | |/ | |/|
* | | Remove leftover #endif after introducing SO_REUSEPORTThomas Graf2013-01-271-1/+0
* | | soreuseport: infrastructureTom Herbert2013-01-231-2/+1
* | | sk-filter: Add ability to lock a socket filter programVincent Bernat2013-01-171-0/+1
|/ /
* | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2013-01-073-15/+18
|\ \
| * | MIPS: Wire up finit_module syscall.Ralf Baechle2012-12-281-6/+9
| * | MIPS: Fix modpost error in modules attepting to use virt_addr_valid().Ralf Baechle2012-12-281-1/+4
| * | MIPS: page.h: Remove now unnecessary #ifndef __ASSEMBLY__ wrapper.Ralf Baechle2012-12-281-4/+0
| * | MIPS: Fix comment.Ralf Baechle2012-12-271-4/+5
* | | MIPS: drivers: remove __dev* attributes.Greg Kroah-Hartman2013-01-031-2/+2
|/ /
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-12-203-7/+1
|\ \
| * | unify SS_ONSTACK/SS_DISABLE definitionsAl Viro2012-12-191-6/+0
| * | missing user_stack_pointer() instancesAl Viro2012-12-191-0/+1
OpenPOWER on IntegriCloud