aboutsummaryrefslogtreecommitdiff
path: root/arch/sparc/Kconfig
AgeCommit message (Expand)AuthorFilesLines
2012-05-27sparc: fix bad merge of sparc KconfigGravatar Stephen Rothwell 1-1/+0
2012-05-26sparc: use the new generic strnlen_user() functionGravatar David Miller 1-0/+1
2012-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcGravatar Linus Torvalds 1-1/+1
2012-05-24Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-9/+3
2012-05-24lib: Sparc's strncpy_from_user is generic enough, move under lib/Gravatar David S. Miller 1-0/+1
2012-05-22sparc32: use the common implementation of alloc_thread_info_node()Gravatar Sam Ravnborg 1-1/+0
2012-05-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Gravatar Linus Torvalds 1-0/+3
2012-05-21Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-0/+2
2012-05-21timers: Fixup the Kconfig consolidation falloutGravatar Thomas Gleixner 1-2/+0
2012-05-21net: drop NET dependency from HAVE_BPF_JITGravatar Sam Ravnborg 1-1/+1
2012-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-nextGravatar Linus Torvalds 1-8/+4
2012-05-21sparc: Use: generic time configGravatar Anna-Maria Gleixner 1-12/+3
2012-05-11sparc32: Stop warning about sun4/sun4c in SMP Kconfig option.Gravatar David S. Miller 1-1/+1
2012-05-11KEYS: Use the compat keyctl() syscall wrapper on Sparc64 for Sparc32 compatGravatar David Howells 1-0/+3
2012-05-08task_allocator: Use config switches instead of magic definesGravatar Thomas Gleixner 1-0/+1
2012-05-05init_task: Replace CONFIG_HAVE_GENERIC_INIT_TASKGravatar Thomas Gleixner 1-1/+0
2012-05-05sparc: Use generic init_taskGravatar Thomas Gleixner 1-0/+1
2012-04-26sparc64: Convert over to NO_BOOTMEM.Gravatar David S. Miller 1-0/+1
2012-04-26sparc: Use generic idle thread allocationGravatar Thomas Gleixner 1-0/+1
2012-04-16net: filter: Just In Time compiler for sparcGravatar David S. Miller 1-0/+1
2012-04-15sparc32: generic clockevent supportGravatar Tkhai Kirill 1-6/+1
2012-03-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileGravatar Linus Torvalds 1-0/+1
2012-03-23nmi watchdog: do not use cpp symbol in KconfigGravatar Cong Wang 1-0/+1
2012-03-15[PATCH v3] ipc: provide generic compat versions of IPC syscallsGravatar Chris Metcalf 1-0/+1
2012-02-02lib: Fix multiple definitions of clz_tabGravatar David Miller 1-0/+1
2012-01-10Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostGravatar Linus Torvalds 1-0/+1
2012-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-nextGravatar Linus Torvalds 1-2/+1
2011-12-29sparc32: enable different preemptions modelsGravatar Sam Ravnborg 1-2/+0
2011-12-27sparc32: support atomic64_tGravatar Sam Ravnborg 1-0/+1
2011-12-08memblock: Kill early_node_map[]Gravatar Tejun Heo 1-3/+0
2011-12-08sparc: Use HAVE_MEMBLOCK_NODE_MAPGravatar Tejun Heo 1-0/+1
2011-12-04sparc: switch to GENERIC_PCI_IOMAPGravatar Michael S. Tsirkin 1-0/+1
2011-11-06Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Gravatar Linus Torvalds 1-6/+1
2011-10-31sparc: drop unused Kconfig symbolGravatar Paul Bolle 1-6/+1
2011-08-15sparc64: Set HAVE_C_RECORDMCOUNTGravatar David S. Miller 1-0/+1
2011-08-03Merge branch 'apei' into apei-releaseGravatar Len Brown 1-0/+1
2011-08-03Add Kconfig option ARCH_HAVE_NMI_SAFE_CMPXCHGGravatar Huang Ying 1-0/+1
2011-07-25sparc64: use RCU page table freeingGravatar David S. Miller 1-0/+1
2011-07-25sparc64: kill page table quicklistsGravatar David S. Miller 1-4/+0
2011-06-02sparc: PCIC_PCI needs SPARC32 dependencyGravatar David S. Miller 1-1/+1
2011-06-02sparc: Do not select GENERIC_HARDIRQS_NO_DEPRECATEDGravatar Geert Uytterhoeven 1-1/+0
2011-06-02sparc32,leon: add GRPCI2 PCI Host driverGravatar Daniel Hellstrom 1-0/+7
2011-06-02sparc32,leon: added LEON-common low-level PCI routinesGravatar Daniel Hellstrom 1-0/+5
2011-06-02sparc32: added CONFIG_PCIC_PCI Kconfig settingGravatar Daniel Hellstrom 1-0/+5
2011-05-26arch: remove CONFIG_GENERIC_FIND_{NEXT_BIT,BIT_LE,LAST_BIT}Gravatar Akinobu Mita 1-8/+0
2011-05-16sparc32: implement SMP IPIs using the generic functionsGravatar Daniel Hellstrom 1-2/+1
2011-04-19sparc32: genirq supportGravatar Sam Ravnborg 1-2/+4
2011-03-30genirq: Remove the now obsolete config options and select statementsGravatar Thomas Gleixner 1-1/+0
2011-03-29sparc: Use generic show_interrupts()Gravatar Thomas Gleixner 1-0/+1
2011-03-29sparc: Use the new genirq functionalityGravatar Thomas Gleixner 1-0/+1