Age | Commit message (Expand) | Author | Files | Lines |
2012-06-13 | sh: use the new generic strnlen_user() function | Paul Mundt | 1 | -0/+1 |
2012-06-13 | sh: switch to generic strncpy_from_user(). | Paul Mundt | 1 | -0/+1 |
2012-05-25 | Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6 | Linus Torvalds | 1 | -0/+1 |
2012-05-25 | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -12/+2 |
2012-05-23 | Merge tag 'sh-for-linus' of git://github.com/pmundt/linux-sh | Linus Torvalds | 1 | -2/+43 |
2012-05-22 | timers: Fixup the Kconfig consolidation fallout | Thomas Gleixner | 1 | -3/+0 |
2012-05-21 | sh: Enable PIO API for hp6xx and se770x. | Paul Mundt | 1 | -1/+2 |
2012-05-21 | sh: Use generic time config | Anna-Maria Gleixner | 1 | -10/+2 |
2012-05-12 | gpiolib/arches: Centralise bolierplate asm/gpio.h | Mark Brown | 1 | -0/+1 |
2012-05-10 | Merge branches 'sh/wdt' and 'sh/rsk-updates' into sh-latest | Paul Mundt | 1 | -1/+9 |
2012-05-10 | sh: Add sh7269 device | Phil Edworthy | 1 | -1/+8 |
2012-05-10 | Merge branch 'sh/rsk-updates' into sh-latest | Paul Mundt | 1 | -1/+9 |
2012-05-10 | sh: Add sh7264 device | Phil Edworthy | 1 | -1/+9 |
2012-05-08 | sh: Remove cpu_idle_wait() | Thomas Gleixner | 1 | -3/+0 |
2012-05-05 | init_task: Replace CONFIG_HAVE_GENERIC_INIT_TASK | Thomas Gleixner | 1 | -1/+0 |
2012-05-05 | sh: Use generic init_task | Thomas Gleixner | 1 | -0/+1 |
2012-04-26 | sh: Use generic idle thread allocation | Thomas Gleixner | 1 | -0/+1 |
2012-04-19 | Merge branches 'sh/st-integration' and 'sh/stackprotector' into sh-latest | Paul Mundt | 1 | -0/+14 |
2012-04-19 | sh: initial stack protector support. | Filippo Arcidiacono | 1 | -0/+14 |
2012-04-17 | sh: Add initial support for SH7734 CPU subtype | Nobuhiro Iwamatsu | 1 | -1/+11 |
2012-03-30 | Merge tag 'sh-for-linus' of git://github.com/pmundt/linux-sh | Linus Torvalds | 1 | -0/+4 |
2012-03-30 | Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-arm | Linus Torvalds | 1 | -1/+1 |
2012-03-29 | sh: Support I/O space swapping where needed. | Paul Mundt | 1 | -0/+3 |
2012-03-28 | sh: select ARCH_DISCARD_MEMBLOCK. | Paul Mundt | 1 | -0/+1 |
2012-02-01 | sh: use the the PCI channels's io_map_base | Michael S. Tsirkin | 1 | -0/+1 |
2012-01-26 | irq: make SPARSE_IRQ an optionally hidden option | Rob Herring | 1 | -1/+1 |
2012-01-11 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds | 1 | -3/+1 |
2011-12-08 | SuperH: Use HAVE_MEMBLOCK_NODE_MAP | Tejun Heo | 1 | -0/+1 |
2011-11-28 | sh: switch to GENERIC_PCI_IOMAP | Michael S. Tsirkin | 1 | -0/+1 |
2011-11-25 | lib: move GENERIC_IOMAP to lib/Kconfig | Michael S. Tsirkin | 1 | -3/+0 |
2011-10-28 | sh: kexec: Add PHYSICAL_START | Simon Horman | 1 | -1/+12 |
2011-10-28 | sh: drop unused Kconfig symbol | Paul Bolle | 1 | -4/+0 |
2011-08-03 | Merge branch 'apei' into apei-release | Len Brown | 1 | -0/+1 |
2011-08-03 | Add Kconfig option ARCH_HAVE_NMI_SAFE_CMPXCHG | Huang Ying | 1 | -0/+1 |
2011-07-23 | virtio: expose for non-virtualization users too | Ohad Ben-Cohen | 1 | -16/+0 |
2011-06-30 | sh: Fix up unmet dependency warnings with USB EHCI/OHCI selects. | Paul Mundt | 1 | -5/+5 |
2011-06-24 | sh: add to select the new configuration for USB EHCI/OHCI | Yoshihiro Shimoda | 1 | -0/+5 |
2011-05-31 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | Paul Mundt | 1 | -6/+0 |
2011-05-27 | arch: remove CONFIG_GENERIC_FIND_{NEXT_BIT,BIT_LE,LAST_BIT} | Akinobu Mita | 1 | -6/+0 |
2011-05-24 | sh: Update shmin to reflect PIO dependency. | Paul Mundt | 1 | -1/+1 |
2011-05-23 | Merge branch 'sh/genirq-threading' into sh-latest | Paul Mundt | 1 | -0/+1 |
2011-05-11 | PM: Remove sysdev suspend, resume and shutdown operations | Rafael J. Wysocki | 1 | -1/+0 |
2011-04-27 | sh: select IRQ_FORCED_THREADING. | Paul Mundt | 1 | -0/+1 |
2011-04-06 | sh: select ARCH_NO_SYSDEV_OPS. | Paul Mundt | 1 | -0/+1 |
2011-03-30 | genirq: Remove the now obsolete config options and select statements | Thomas Gleixner | 1 | -1/+0 |
2011-03-24 | Merge branch 'sh-latest' of git://git.kernel.org/pub/scm/linux/kernel/git/let... | Linus Torvalds | 1 | -2/+1 |
2011-03-24 | bitops: introduce CONFIG_GENERIC_FIND_BIT_LE | Akinobu Mita | 1 | -0/+3 |
2011-03-23 | sh: Re-enable GENERIC_HARDIRQS_NO_DEPRECATED. | Paul Mundt | 1 | -2/+1 |
2011-03-17 | sh: Convert to generic show_interrupts. | Paul Mundt | 1 | -0/+1 |
2011-03-11 | sh: add USB_ARCH_HAS_EHCI and OHCI for SH7757 | Yoshihiro Shimoda | 1 | -0/+2 |