summaryrefslogtreecommitdiffstats
path: root/arch/sh/Kconfig
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-10-141-0/+2
|\
| * Make most arch asm/module.h files use asm-generic/module.hDavid Howells2012-09-281-0/+2
* | 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/+1
|/
* ipc: use Kconfig options for __ARCH_WANT_[COMPAT_]IPC_PARSE_VERSIONWill Deacon2012-07-301-0/+2
* Merge branch 'sh/multi-unwinders' into sh-latestPaul Mundt2012-06-131-0/+1
|\
| * sh64: Ensure KALLSYMS is enabled for unwinder use.Paul Mundt2012-05-241-0/+1
* | sh: use the new generic strnlen_user() functionPaul Mundt2012-06-131-0/+1
* | sh: switch to generic strncpy_from_user().Paul Mundt2012-06-131-0/+1
* | Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2012-05-241-0/+1
|\ \
| * | gpiolib/arches: Centralise bolierplate asm/gpio.hMark Brown2012-05-111-0/+1
* | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-05-241-12/+2
|\ \ \ | |_|/ |/| |
| * | timers: Fixup the Kconfig consolidation falloutThomas Gleixner2012-05-211-3/+0
| * | sh: Use generic time configAnna-Maria Gleixner2012-05-211-10/+2
| |/
* | Merge tag 'sh-for-linus' of git://github.com/pmundt/linux-shLinus Torvalds2012-05-231-2/+43
|\ \
| * | sh: Enable PIO API for hp6xx and se770x.Paul Mundt2012-05-211-1/+2
| | |
| | \
| *-. \ Merge branches 'sh/wdt' and 'sh/rsk-updates' into sh-latestPaul Mundt2012-05-101-1/+9
| |\ \ \ | | | |/ | | |/|
| | | * sh: Add sh7269 devicePhil Edworthy2012-05-101-1/+8
| * | | Merge branch 'sh/rsk-updates' into sh-latestPaul Mundt2012-05-101-1/+9
| |\ \ \ | | | |/ | | |/|
| | * | sh: Add sh7264 devicePhil Edworthy2012-05-101-1/+9
| | |/
| | |
| | \
| *-. \ Merge branches 'sh/st-integration' and 'sh/stackprotector' into sh-latestPaul Mundt2012-04-191-0/+14
| |\ \ \ | | | |/ | | |/|
| | | * sh: initial stack protector support.Filippo Arcidiacono2012-04-191-0/+14
| | |/
| * / sh: Add initial support for SH7734 CPU subtypeNobuhiro Iwamatsu2012-04-171-1/+11
| |/
* | sh: Remove cpu_idle_wait()Thomas Gleixner2012-05-081-3/+0
* | init_task: Replace CONFIG_HAVE_GENERIC_INIT_TASKThomas Gleixner2012-05-051-1/+0
* | sh: Use generic init_taskThomas Gleixner2012-05-051-0/+1
* | sh: Use generic idle thread allocationThomas Gleixner2012-04-261-0/+1
|/
* Merge tag 'sh-for-linus' of git://github.com/pmundt/linux-shLinus Torvalds2012-03-301-0/+4
|\
| * sh: Support I/O space swapping where needed.Paul Mundt2012-03-291-0/+3
| * sh: select ARCH_DISCARD_MEMBLOCK.Paul Mundt2012-03-281-0/+1
* | Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2012-03-291-1/+1
|\ \ | |/ |/|
| * irq: make SPARSE_IRQ an optionally hidden optionRob Herring2012-01-251-1/+1
* | sh: use the the PCI channels's io_map_baseMichael S. Tsirkin2012-01-311-0/+1
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2012-01-101-3/+1
|\
| * sh: switch to GENERIC_PCI_IOMAPMichael S. Tsirkin2011-11-281-0/+1
| * lib: move GENERIC_IOMAP to lib/KconfigMichael S. Tsirkin2011-11-241-3/+0
* | SuperH: Use HAVE_MEMBLOCK_NODE_MAPTejun Heo2011-12-081-0/+1
|/
* sh: kexec: Add PHYSICAL_STARTSimon Horman2011-10-281-1/+12
* sh: drop unused Kconfig symbolPaul Bolle2011-10-281-4/+0
* Merge branch 'apei' into apei-releaseLen Brown2011-08-031-0/+1
|\
| * Add Kconfig option ARCH_HAVE_NMI_SAFE_CMPXCHGHuang Ying2011-08-031-0/+1
* | virtio: expose for non-virtualization users tooOhad Ben-Cohen2011-07-231-16/+0
|/
* sh: Fix up unmet dependency warnings with USB EHCI/OHCI selects.Paul Mundt2011-06-301-5/+5
* sh: add to select the new configuration for USB EHCI/OHCIYoshihiro Shimoda2011-06-241-0/+5
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Paul Mundt2011-05-311-6/+0
|\
| * arch: remove CONFIG_GENERIC_FIND_{NEXT_BIT,BIT_LE,LAST_BIT}Akinobu Mita2011-05-261-6/+0
* | sh: Update shmin to reflect PIO dependency.Paul Mundt2011-05-241-1/+1
|/
* Merge branch 'sh/genirq-threading' into sh-latestPaul Mundt2011-05-231-0/+1
|\
| * sh: select IRQ_FORCED_THREADING.Paul Mundt2011-04-271-0/+1