linux-sh.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-03-30 13:32:17 to 2016-04-27 09:29:12 UTC [more...]

[PATCH v5 0/2] J-Core SPI controller support
 2016-08-03  1:26 UTC  (2+ messages)
  ` [PATCH v5 2/2] spi: add driver for J-Core SPI controller

[PATCH v4 0/2] J-Core SPI controller support
 2016-07-28  6:11 UTC  (2+ messages)
` [PATCH v4 2/2] spi: add driver for J-Core SPI controller

char: legacy RTC cleanups
 2016-04-27  9:29 UTC  (17+ messages)
` [PATCH 1/8] char/rtc: replace blacklist with whitelist
` [PATCH 2/8] char/rtc: legacy RTC is no longer supported on x86
` [PATCH 3/8] char/rtc: remove empty asm/mc146818rtc.h files
` [PATCH 4/8] char/rtc: move mc146818rtc code out of asm-generic/rtc.h
` [PATCH 5/8] char/genrtc: powerpc: use asm-generic/rtc.h
` [PATCH 6/8] char/genrtc: parisc: "
` [PATCH 7/8] char/genrtc: disallow building on Alpha
` [PATCH 8/8] char/genrtc: disallow building on mn10300

[PATCH v2 0/6] simplify rtc-generic driver
 2016-04-27  7:50 UTC  (10+ messages)
` [PATCH v2 1/6] rtc: m68k: provide rtc_class_ops directly
` [PATCH v2 2/6] rtc: m68k: provide ioctl for q40
` [PATCH v2 3/6] rtc: powerpc: provide rtc_class_ops directly
` [PATCH v2 4/6] rtc: parisc: "
` [PATCH v2 5/6] rtc: sh: "
` [PATCH v2 6/6] rtc: generic: remove get_rtc_time/set_rtc_time wrappers

[PATCH v5 0/4] Cleaning printk stuff in NMI context
 2016-04-27  0:36 UTC  (9+ messages)
` [PATCH v5 1/4] printk/nmi: generic solution for safe printk in NMI
` [PATCH v5 2/4] printk/nmi: warn when some message has been lost in NMI context
` [PATCH v5 3/4] printk/nmi: increase the size of NMI buffer and make it configurable
` [PATCH v5 4/4] printk/nmi: flush NMI messages on the system panic

[PATCH 6/7] sh: add defconfig for J-Core J2
 2016-04-27  0:11 UTC 

更多关于我的信息在
 2016-04-26 18:16 UTC 

[PATCH 0/6] mmc: tmio/sdhi: clean up cruft
 2016-04-26 15:47 UTC  (13+ messages)
` [PATCH 1/6] mmc: sh_mobile_sdhi: don't use array for DT configs
` [PATCH 2/6] mmc: sh_mobile_sdhi: remove obsolete irq_by_name registration
` [PATCH 3/6] mmc: tmio: remove now unneeded seperate irq handlers
` [PATCH 4/6] mmc: tmio: simplify irq handler
` [PATCH 5/6] mmc: tmio: merge distributed include files
  ` [PATCH v2 "
` [PATCH 6/6] mmc: sh_mobile_sdhi: simplify code for voltage switching

[PATCH] sh: cmpxchg: fix a bit shift bug in big_endian os
 2016-04-26 10:07 UTC  (5+ messages)
` [PATCH V2]sh: "

[PATCH] sh: fix futex/robust_list on nommu models
 2016-04-26  1:24 UTC 

[PATCH] sh: disable aliased page logic on NOMMU models
 2016-04-26  1:22 UTC 

[PATCH] sh: make sigcontext definition consistent across fpu/nofpu models
 2016-04-26  1:14 UTC 

[PATCH 2/7] sh: add AT_HWCAP flag for J-Core cas.l instruction
 2016-04-22 23:29 UTC 

[PATCH 0/4] sh: fix up modular use in non-modular code
 2016-04-22 18:07 UTC  (5+ messages)
` [PATCH 1/4] sh: make time.c explicitly non-modular
` [PATCH 2/4] sh: make mm/asids-debugfs "
` [PATCH 3/4] sh: make board-secureedge5410 "
` [PATCH 4/4] sh: make heartbeat driver "

[PATCH 0/11] introduce down_write_killable for rw_semaphore
 2016-04-22  6:53 UTC  (77+ messages)
` [PATCH 03/11] locking, rwsem: introduce basis for down_write_killable
  ` [PATCH] "
` [PATCH 0/11] introduce down_write_killable for rw_semaphore v2
  ` [PATCH 01/11] locking, rwsem: get rid of __down_write_nested
  ` [PATCH 02/11] locking, rwsem: drop explicit memory barriers
        ` [PATCH 1/2] xtensa, rwsem: drop superfluous arch specific implementation
          ` [PATCH 2/2] sh, "
  ` [PATCH 04/11] alpha, rwsem: provide __down_write_killable
  ` [PATCH 05/11] ia64, "
  ` [PATCH 06/11] s390, "
  ` [PATCH 07/11] sh, "
  ` [PATCH 08/11] sparc, "
  ` [PATCH 09/11] xtensa, "
  ` [PATCH 10/11] x86, "
  ` [PATCH 11/11] locking, rwsem: provide down_write_killable
` [PATCH 0/11] introduce down_write_killable for rw_semaphore v3
  ` [PATCH 03/11] xtensa, rwsem: drop superfluous arch specific implementation
  ` [PATCH 04/11] sh, "
  ` [PATCH 05/11] sparc, "
  ` [PATCH 06/11] locking, rwsem: introduce basis for down_write_killable
  ` [PATCH 07/11] alpha, rwsem: provide __down_write_killable
  ` [PATCH 08/11] ia64, "
  ` [PATCH 09/11] s390, "

[PATCH v4 0/5] Cleaning printk stuff in NMI context
 2016-04-20 13:49 UTC  (13+ messages)
` [PATCH v4 1/5] printk/nmi: generic solution for safe printk in NMI
` [PATCH v4 2/5] printk/nmi: use IRQ work only when ready
` [PATCH v4 3/5] printk/nmi: warn when some message has been lost in NMI context
` [PATCH v4 4/5] printk/nmi: increase the size of NMI buffer and make it configurable
` [PATCH v4 5/5] printk/nmi: flush NMI messages on the system panic

[PATCH 13/23] sh: do away with ARCH_[WANT_OPTIONAL|REQUIRE]_GPIOLIB
 2016-04-20  8:58 UTC 

[PATCH] kbuild: delete unnecessary "@:"
 2016-04-20  8:38 UTC  (2+ messages)

[PATCH] arch/defconfig: remove CONFIG_RESOURCE_COUNTERS
 2016-04-19 11:32 UTC  (3+ messages)

Greetings!!!
 2016-04-18 20:12 UTC  (2+ messages)

(.init.text+0x270): multiple definition of `plat_irq_setup'
 2016-04-18 14:15 UTC 

[PATCH v2] clk: let clk_disable() return immediately if clk is NULL or error
 2016-04-16  0:04 UTC  (9+ messages)

[v3,11/41] mips: reuse asm-generic/barrier.h
 2016-04-14 21:40 UTC  (13+ messages)
                ` [PATCH] documentation: Add disclaimer

[PATCH V3 02/29] Include generic parity.h in some architectures' bitops.h
 2016-04-14  4:18 UTC  (2+ messages)
` [PATCH V3 00/29] bitops: add parity functions

[GIT PULL] arch/sh fixes for regressions in 4.6-rc1
 2016-04-14  3:36 UTC  (3+ messages)

[PATCH v11 58/60] PCI: Introduce resource_disabled()
 2016-04-08  0:16 UTC 

[PATCH 7/7] sh: add device tree source for J2 FPGA on Mimas v2 board
 2016-04-07 15:01 UTC 

how are you doing
 2016-04-06 17:26 UTC 

[PATCH V2 02/30] Include generic parity.h in some architectures' bitops.h
 2016-04-06  8:41 UTC  (2+ messages)
  ` [PATCH v2 "

[PATCH] drivers: sh: Use ARCH_RENESAS
 2016-04-04 13:55 UTC  (2+ messages)

[PATCH v2] fbdev: sh_mipi_dsi: remove driver
 2016-04-04  1:48 UTC 

[PATCH v3 00/11] i2c: rcar: tackle race conditions in the driver
 2016-04-03 13:47 UTC  (12+ messages)
` [PATCH v3 09/11] i2c: rcar: revoke START request early

[PATCH 5/7] spi: add driver for J-Core SPI controller
 2016-04-03  5:12 UTC 

[PATCH] fbdev: sh_mipi_dsi: remove driver
 2016-03-31  8:33 UTC  (2+ messages)

[PATCH v2 3/4] exit_thread: accept a task parameter to be exited
 2016-03-31  7:55 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).