summaryrefslogtreecommitdiffstats
path: root/arch/sparc/Kconfig
Commit message (Expand)AuthorAgeFilesLines
* Finally eradicate CONFIG_HOTPLUGStephen Rothwell2013-06-031-1/+0
* Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds2013-05-091-5/+0
|\
| * Remove GENERIC_GPIO config optionAlexandre Courbot2013-04-161-5/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcDavid S. Miller2013-05-041-24/+2
|\ \
| * \ Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-011-1/+0
| |\ \
| | * | make HAVE_SYSCALL_WRAPPERS unconditionalAl Viro2013-03-031-1/+0
| * | | Merge tag 'pm+acpi-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-04-301-23/+0
| |\ \ \
| | * | | cpufreq: sparc: move cpufreq driver to drivers/cpufreqViresh Kumar2013-04-101-23/+0
| | | |/ | | |/|
| * | | USB: remove USB_EHCI_BIG_ENDIAN_{DESC,MMIO} depends on architecture symbolFlorian Fainelli2013-04-091-0/+2
| |/ /
* | | sparc64: Hibernation supportTkhai Kirill2013-03-201-0/+7
* | | sparc,leon: updated GRPCI2 config nameDaniel Hellstrom2013-03-201-1/+1
* | | sparc,leon: support for GRPCI1 PCI host bridge controllerDaniel Hellstrom2013-03-201-0/+11
|/ /
* | sparc: remove unused "config BITS"Paul Bolle2013-03-191-6/+0
* | sparc: delete "if !ULTRA_HAS_POPULATION_COUNT"Paul Bolle2013-03-191-1/+1
|/
* arch Kconfig: centralise CONFIG_ARCH_NO_VIRT_TO_BUSStephen Rothwell2013-02-271-3/+0
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-231-0/+4
|\
| * burying unused conditionalsAl Viro2013-02-141-5/+0
| * sparc: switch to generic old sigsuspendAl Viro2013-02-031-0/+1
| * sparc: switch to use of generic old sigactionAl Viro2013-02-031-0/+2
| * sparc: switch sys_compat_rt_sigaction() to COMPAT_SYSCALL_DEFINEAl Viro2013-02-031-0/+1
| * sparc: switch to generic compat rt_sigqueueinfo()Al Viro2013-02-031-0/+1
| * sparc: switch to generic compat rt_sigpending()Al Viro2013-02-031-0/+1
| * sparc: switch to generic compat rt_sigprocmask(2)Al Viro2013-02-031-0/+1
| * sparc: switch to generic sigaltstackAl Viro2013-02-031-0/+1
| * sanitize rt_sigaction() situation a bitAl Viro2013-02-031-0/+1
* | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2013-02-191-1/+0
|\ \
| * \ Merge branch 'core/irq_work' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2013-01-241-1/+0
| |\ \ | | |/ | |/|
| | * irq_work: Remove CONFIG_HAVE_IRQ_WORKFrederic Weisbecker2012-11-171-1/+0
* | | sparc64: Add missing HAVE_ARCH_TRANSPARENT_HUGEPAGE.David S. Miller2013-02-131-0/+1
|/ /
* | Bury the conditionals from kernel_thread/kernel_execve seriesAl Viro2012-12-191-2/+0
* | Merge branch 'arch-microblaze' into no-rebasesAl Viro2012-11-161-0/+1
|\ \
| * | sparc: Support atomic64_dec_if_positive properly.David S. Miller2012-11-091-0/+1
| |/
* | sparc32: switch to generic kernel_execve()Al Viro2012-10-161-1/+1
* | sparc32: switch to generic kernel_thread()Al Viro2012-10-161-1/+1
* | sparc64: switch to generic kernel_execve()Al Viro2012-10-141-0/+1
* | sparc64: switch to generic kernel_thread()Al Viro2012-10-141-0/+1
|/
* Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-10-141-0/+1
|\
| * Make most arch asm/module.h files use asm-generic/module.hDavid Howells2012-09-281-0/+1
* | sparc64: Only support 4MB huge pages and 8KB base pages.David Miller2012-10-091-36/+0
* | Kconfig: clean up the "#if defined(arch)" list for exception-trace sysctl entryCatalin Marinas2012-10-091-0/+1
* | Kconfig: clean up the long arch list for the DEBUG_BUGVERBOSE config optionCatalin Marinas2012-10-091-0/+1
* | Kconfig: clean up the long arch list for the DEBUG_KMEMLEAK config optionCatalin Marinas2012-10-091-0/+1
* | Kconfig: clean up the long arch list for the UID16 config optionCatalin Marinas2012-10-091-0/+2
|/
* ipc: use Kconfig options for __ARCH_WANT_[COMPAT_]IPC_PARSE_VERSIONWill Deacon2012-07-301-0/+1
* sparc: fix bad merge of sparc KconfigStephen Rothwell2012-05-271-1/+0
* sparc: use the new generic strnlen_user() functionDavid Miller2012-05-261-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2012-05-241-1/+1
|\
| * lib: Sparc's strncpy_from_user is generic enough, move under lib/David S. Miller2012-05-241-0/+1
| * sparc32: use the common implementation of alloc_thread_info_node()Sam Ravnborg2012-05-221-1/+0
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-05-241-9/+3
|\ \ | |/ |/|
OpenPOWER on IntegriCloud