summaryrefslogtreecommitdiffstats
path: root/arch/mips/include/asm
Commit message (Expand)AuthorAgeFilesLines
* MIPS: PMC-Sierra Yosemite: Remove support.Ralf Baechle2012-12-1343-406/+0
* MIPS: Remove unused smvp.hPaul Bolle2012-12-131-19/+0
* MIPS: OCTEON: Add definitions for OCTEON memory contoller registers.David Daney2012-12-131-0/+3457
* MIPS: OCTEON: Add OCTEON family definitions to octeon-model.hDavid Daney2012-12-131-0/+6
* MIPS/OCTEON/ata: Convert pata_octeon_cf.c to use device tree.David Daney2012-12-132-8/+0
* MIPS: Remove usage of CEVT_R4K_LIB config option.Ralf Baechle2012-12-131-2/+0
* MIPS: Remove usage of CSRC_R4K_LIB config option.Steven J. Hill2012-12-131-1/+1
* MIPS: Kconfig: Rename several firmware related config symbols.Ralf Baechle2012-12-132-8/+8
* MIPS: Octeon: Add kexec and kdump supportRalf Baechle2012-12-131-0/+2
* MIPS: kdump: Add supportRalf Baechle2012-12-132-3/+30
* MIPS: Remove leftovers from the IRIX binary compat code.Ralf Baechle2012-12-121-4/+0
* MIPS: Transparent Huge Pages supportRalf Baechle2012-12-123-3/+177
* MIPS: Control huge tlb support via Kconfig symbol MIPS_HUGE_TLB_SUPPORTDavid Daney2012-12-124-6/+6
* MIPS: page.h: Provide more readable definition for PAGE_MASK.Ralf Baechle2012-12-121-1/+1
* MIPS: tlbex: Better debug output.Ralf Baechle2012-11-261-35/+69
* MIPS: pgtable.h: Remove commented out debugging printk.Ralf Baechle2012-11-261-1/+0
* MIPS: Remove R5000A.Ralf Baechle2012-11-261-3/+3
* MIPS: Make irqflags.h functions preempt-safe for non-mipsr2 cpusJim Quinlan2012-11-091-132/+75
* MIPS: Remove irqflags.h dependency from bitops.hJim Quinlan2012-11-092-82/+33
* MIPS: bitops.h: Change use of 'unsigned short' to 'int'Jim Quinlan2012-11-091-7/+7
* MIPS: compat: Delete now unused TIF_32BIT.Ralf Baechle2012-11-091-6/+0
* MIPS: compat: Implement is_compat_task() by testing for 32-bit address space.Ralf Baechle2012-11-091-1/+1
* MIPS: compat: Fix use of TIF_32BIT_ADDR vs _TIF_32BIT_ADDRRalf Baechle2012-11-091-1/+1
* Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2012-10-182-4/+17
|\
| * MIPS: Hugetlbfs: Handle huge pages correctly in pmd_bad()Ralf Baechle2012-10-171-1/+14
| * MIPS: Make __{,n,u}delay declarations match definitions and generic delay.hDavid Daney2012-10-161-3/+3
* | UAPI: Place comments in empty arch Kbuilds to make them non-emptyDavid Howells2012-10-171-0/+1
|/
* Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2012-10-1461-2922/+75
|\
| * Merge tag 'disintegrate-mips-20121009' of git://git.infradead.org/users/dhowe...Ralf Baechle2012-10-1135-2881/+10
| |\
| | * UAPI: (Scripted) Disintegrate arch/mips/include/asmDavid Howells2012-10-0935-2881/+10
| * | MIPS: Remove unused empty_bad_pmd_table[] declaration.Ralf Baechle2012-10-111-1/+0
| * | MIPS: MT: Remove kspd.Ralf Baechle2012-10-111-4/+0
| * | MIPS: Alchemy: Merge PB1100/1500 support into DB1000 code.Manuel Lauss2012-10-111-0/+2
| * | MIPS: Hardwire detection of DSP ASE Rev 2 for systems, as required.Ralf Baechle2012-10-1119-0/+20
| * | MIPS: Add detection of DSP ASE Revision 2.Steven J. Hill2012-10-113-0/+6
| * | MIPS: perf: Add cpu feature bit for PCI (performance counter interrupt)Al Cooper2012-10-113-1/+8
| * | Improve atomic.h robustnessJoshua Kinard2012-10-111-35/+29
* | | Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-10-141-2/+8
|\ \ \
| * | | Make most arch asm/module.h files use asm-generic/module.hDavid Howells2012-09-281-2/+8
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-121-3/+0
|\ \ \ \ | |_|/ / |/| | |
| * | | sanitize tsk_is_polling()Al Viro2012-10-011-2/+0
| * | | bury _TIF_RESTORE_SIGMASKAl Viro2012-10-011-1/+0
| * | | mips: NOTIFY_RESUME is not needed in TIF masksAl Viro2012-10-011-2/+1
| * | | mips: unobfuscate _TIF..._MASKAl Viro2012-10-011-3/+4
| |/ /
* | | Merge tag 'for-3.7-rc1' of git://gitorious.org/linux-pwm/linux-pwmLinus Torvalds2012-10-102-0/+114
|\ \ \ | |_|/ |/| |
| * | pwm: Add Ingenic JZ4740 supportThierry Reding2012-10-051-0/+1
| * | MIPS: JZ4740: Export timer APIThierry Reding2012-10-051-0/+113
* | | Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-10-091-0/+4
|\ \ \
| * | | mm: hugetlb: add arch hook for clearing page flags before entering poolWill Deacon2012-10-091-0/+4
* | | | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2012-10-0968-1305/+43862
|\ \ \ \ | |/ / / |/| | |
OpenPOWER on IntegriCloud