summaryrefslogtreecommitdiff
path: root/arch/mips/Kconfig
AgeCommit message (Expand)AuthorFilesLines
2013-02-01MIPS: PNX8550: Remove support for SOC and JBS and STB810 boards.Ralf Baechle1-23/+0
2013-02-01MIPS: SEAD3: Implement OF support.Steven J. Hill1-0/+1
2013-01-24Merge branch 'core/irq_work' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar1-1/+0
2013-01-21arch/mips: remove depends on CONFIG_EXPERIMENTALKees Cook1-20/+7
2013-01-03MIPS: 64-bit: Fix build if !CONFIG_MODULESJoshua Kinard1-2/+2
2012-12-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-2/+0
2012-12-19Bury the conditionals from kernel_thread/kernel_execve seriesAl Viro1-2/+0
2012-12-14Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds1-76/+65
2012-12-13Merge branch 'mips-next' of http://dev.phrozen.org/githttp/mips-next into mip...Ralf Baechle1-5/+6
2012-12-13MIPS: PMC-Sierra Yosemite: Remove support.Ralf Baechle1-44/+0
2012-12-13MIPS: Remove usage of CEVT_R4K_LIB config option.Ralf Baechle1-5/+1
2012-12-13MIPS: Remove usage of CSRC_R4K_LIB config option.Steven J. Hill1-5/+1
2012-12-13MIPS: Kconfig: Rename several firmware related config symbols.Ralf Baechle1-17/+17
2012-12-13MIPS: kdump: Add supportRalf Baechle1-0/+23
2012-12-12MIPS: BCM47XX: remove GPIO driverHauke Mehrtens1-1/+1
2012-12-12MIPS: Kconfig: Enable drivers/firmware/KconfigRalf Baechle1-0/+2
2012-12-12MIPS: Transparent Huge Pages supportRalf Baechle1-1/+12
2012-12-12MIPS: Cavium: Add EDAC support.Ralf Baechle1-0/+1
2012-12-12MIPS: Control huge tlb support via Kconfig symbol MIPS_HUGE_TLB_SUPPORTDavid Daney1-0/+3
2012-11-17irq_work: Remove CONFIG_HAVE_IRQ_WORKFrederic Weisbecker1-1/+0
2012-11-09MIPS: Netlogic: Fix DMA zone selection for 64-bitJayachandran C1-2/+2
2012-11-09MIPS: Netlogic: select MIPSR2 for XLPJayachandran C1-1/+2
2012-11-09MIPS: perf: Add XLP support for hardware perf.Zi Shen Lim1-1/+1
2012-10-15mips: switch to saner kernel_execve() semanticsAl Viro1-0/+1
2012-10-14mips: switch to generic kernel_thread()Al Viro1-0/+1
2012-10-14Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds1-10/+4
2012-10-14Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+3
2012-10-11MIPS: MT: Remove kspd.Ralf Baechle1-10/+0
2012-10-11MIPS: perf: Split the Kconfig option CONFIG_MIPS_MT_SMPAl Cooper1-0/+4
2012-10-09Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds1-0/+1
2012-10-09Kconfig: clean up the long arch list for the DEBUG_KMEMLEAK config optionCatalin Marinas1-0/+1
2012-10-05Merge branch 'master' of git://dev.phrozen.org/mips-next into mips-for-linux-...Ralf Baechle1-0/+13
2012-10-01MIPS: Kconfig: Avoid build errors by hiding USE_OF from the user.Jonas Gorski1-3/+1
2012-09-28Merge branch 'ralf-3.7' of git://git.linux-mips.org/pub/scm/sjhill/linux-sjhi...Ralf Baechle1-2/+30
2012-09-28Make most arch asm/module.h files use asm-generic/module.hDavid Howells1-0/+3
2012-09-27Merge branch 'lantiq' of git://dev.phrozen.org/mips-next into mips-for-linux-...Ralf Baechle1-0/+2
2012-09-27Merge branch 'cn68xx-ciu2' of git://git.linux-mips.org/pub/scm/daney/upstream...Ralf Baechle1-0/+1
2012-09-25MIPS: MIPSsim: Remove the MIPSsim platform.Steven J. Hill1-19/+0
2012-09-13MIPS: Changes to configuration files for SEAD-3 platform.Steven J. Hill1-2/+30
2012-09-13OF: pinctrl: MIPS: lantiq: implement lantiq/xway pinctrl supportJohn Crispin1-0/+2
2012-08-22MIPS: introduce CPU_R4K_CACHE_TLBFlorian Fainelli1-0/+4
2012-08-22MIPS: introduce CPU_R4K_FPUFlorian Fainelli1-0/+4
2012-08-22MIPS: introduce CPU_GENERIC_DUMP_TLBFlorian Fainelli1-0/+4
2012-08-22MIPS: Netlogic: Add support for built in DTBJayachandran C1-0/+1
2012-08-17MIPS: ath79: select HAVE_CLKGabor Juhos1-0/+1
2012-08-01MIPS: BCM63xx: Fix redefinition of clk_* by adding select HAVE_CLKYoichi Yuasa1-0/+1
2012-08-01MIPS: AR7: Fix redefinition of clk_* by adding select HAVE_CLKYoichi Yuasa1-0/+1
2012-07-30Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds1-0/+2
2012-07-30ipc: use Kconfig options for __ARCH_WANT_[COMPAT_]IPC_PARSE_VERSIONWill Deacon1-0/+1
2012-07-30atomic64_test: simplify the #ifdef for atomic64_dec_if_positive() testCatalin Marinas1-0/+1