aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-01-07Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds3-15/+18
2013-01-03MIPS: drivers: remove __dev* attributes.Greg Kroah-Hartman1-2/+2
2012-12-28MIPS: Wire up finit_module syscall.Ralf Baechle1-6/+9
2012-12-28MIPS: Fix modpost error in modules attepting to use virt_addr_valid().Ralf Baechle1-1/+4
2012-12-28MIPS: page.h: Remove now unnecessary #ifndef __ASSEMBLY__ wrapper.Ralf Baechle1-4/+0
2012-12-27MIPS: Fix comment.Ralf Baechle1-4/+5
2012-12-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds3-7/+1
2012-12-20Merge tag 'iommu-updates-v3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds1-0/+2
2012-12-19unify SS_ONSTACK/SS_DISABLE definitionsAl Viro1-6/+0
2012-12-19missing user_stack_pointer() instancesAl Viro1-0/+1
2012-12-19Bury the conditionals from kernel_thread/kernel_execve seriesAl Viro1-1/+0
2012-12-16Merge branches 'iommu/fixes', 'dma-debug', 'x86/amd', 'x86/vt-d', 'arm/tegra' and 'arm/omap' into nextJoerg Roedel1-0/+2
2012-12-14Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds79-728/+4474
2012-12-13Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds1-10/+1
2012-12-13Merge branch 'mips-next' of http://dev.phrozen.org/githttp/mips-next into mips-for-linux-nextRalf Baechle19-228/+714
2012-12-13MIPS: PMC-Sierra Yosemite: Remove support.Ralf Baechle43-406/+0
2012-12-13MIPS: Remove unused smvp.hPaul Bolle1-19/+0
2012-12-13MIPS: OCTEON: Add definitions for OCTEON memory contoller registers.David Daney1-0/+3457
2012-12-13MIPS: OCTEON: Add OCTEON family definitions to octeon-model.hDavid Daney1-0/+6
2012-12-13MIPS/OCTEON/ata: Convert pata_octeon_cf.c to use device tree.David Daney2-8/+0
2012-12-13MIPS: Remove usage of CEVT_R4K_LIB config option.Ralf Baechle1-2/+0
2012-12-13MIPS: Remove usage of CSRC_R4K_LIB config option.Steven J. Hill1-1/+1
2012-12-13MIPS: Kconfig: Rename several firmware related config symbols.Ralf Baechle2-8/+8
2012-12-13MIPS: Octeon: Add kexec and kdump supportRalf Baechle1-0/+2
2012-12-13MIPS: kdump: Add supportRalf Baechle2-3/+30
2012-12-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+1
2012-12-12asm-generic, mm: pgtable: consolidate zero page helpersKirill A. Shutemov1-10/+1
2012-12-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds4-4/+7
2012-12-12MIPS: BCM47XX: remove GPIO driverHauke Mehrtens1-146/+8
2012-12-12MIPS: Remove leftovers from the IRIX binary compat code.Ralf Baechle1-4/+0
2012-12-12MIPS: Transparent Huge Pages supportRalf Baechle3-3/+177
2012-12-12MIPS: Control huge tlb support via Kconfig symbol MIPS_HUGE_TLB_SUPPORTDavid Daney4-6/+6
2012-12-12MIPS: page.h: Provide more readable definition for PAGE_MASK.Ralf Baechle1-1/+1
2012-12-11Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2012-12-11Merge branch 'akpm' (Andrew's patchbomb)Linus Torvalds1-0/+11
2012-12-11mm: support more pagesizes for MAP_HUGETLB/SHM_HUGETLBAndi Kleen1-0/+11
2012-12-11Merge tag 'tty-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-0/+3
2012-12-08Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace into perf/coreIngo Molnar1-0/+1
2012-12-04MIPS: Avoid mcheck by flushing page range in huge_ptep_set_access_flags()David Daney1-1/+11
2012-11-29unify default ptrace_signal_deliverAl Viro1-2/+0
2012-11-28Merge branches 'no-rebases', 'arch-avr32', 'arch-blackfin', 'arch-cris', 'arch-h8300', 'arch-m32r', 'arch-mn10300', 'arch-score', 'arch-sh' and 'arch-powerpc' into for-nextAl Viro3-2/+7
2012-11-28mips: dma_debug: add debug_dma_mapping_error supportShuah Khan1-0/+2
2012-11-26MIPS: tlbex: Better debug output.Ralf Baechle1-35/+69
2012-11-26MIPS: pgtable.h: Remove commented out debugging printk.Ralf Baechle1-1/+0
2012-11-26MIPS: Remove R5000A.Ralf Baechle1-3/+3
2012-11-20MIPS: BCM63XX: fix BCM6345 clocks bitsFlorian Fainelli1-7/+12
2012-11-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-228/+116
2012-11-16Merge branch 'arch-frv' into no-rebasesAl Viro3-4/+18
2012-11-16Merge 3.7-rc6 into tty-nextGreg Kroah-Hartman5-228/+116
2012-11-13tracing,x86: Add a TSC trace_clockDavid Sharp1-0/+1