linux-sh.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-01-06 10:36:15 to 2017-03-16 19:51:43 UTC [more...]

58070 linux-sh
 2017-03-16 19:51 UTC 

12685 linux-sh
 2017-03-15 18:41 UTC 

[RFC PATCH 10/13] mm: Introduce first class virtual address spaces
 2017-03-14  2:34 UTC  (2+ messages)

Bug#576242: gdb: Please support Renesas SH(sh4)
 2017-03-11  8:34 UTC  (7+ messages)

[PATCH 1/3] futex: remove duplicated code
 2017-03-09  4:36 UTC  (12+ messages)

[PATCH] sh: cayman: IDE support fix
 2017-03-08 16:46 UTC 

[PATCH 2/2] Documentation: Add arch-guide documentation
 2017-02-24  7:38 UTC 

[PATCH 1/2] Documentation: convert sh interfaces to RST
 2017-02-24  7:38 UTC 

[PATCH 0/2] convert sh interfaces to RST
 2017-02-24  7:38 UTC 

[PATCH 00/35] treewide trivial patches converting pr_warning to pr_warn
 2017-02-23 17:53 UTC  (7+ messages)
` [PATCH 07/35] sh: Convert remaining uses of "

RE:
 2017-02-23 15:09 UTC 

[PATCH 0/1] Documentation: convert sh interfaces to RST
 2017-02-18  7:13 UTC  (3+ messages)

[PATCH 30/35] drivers/sh: Convert remaining use of pr_warning to pr_warn
 2017-02-17  7:11 UTC 

[PATCH] add a const to ioread* routines to fix compile testing
 2017-02-13  8:43 UTC 

RFC: Add native support for Linux SH
 2017-02-10 21:06 UTC 

[PATCH] sh: make use of for_each_node_by_type()
 2017-02-01 23:09 UTC 

[PATCH v4 00/16] linux: generalize sections, ranges and linker tables
 2017-02-01 20:02 UTC  (6+ messages)
` [PATCH v4 14/16] kprobes: move kprobe declarations to asm-generic/kprobes.h

Bitte kontaktieren Sie mich für weitere Details!
 2017-02-01  8:23 UTC 

[J-core] Bug#576242: gdb: Please support Renesas SH(sh4)
 2017-01-31 20:48 UTC 

[PATCH v2 00/10] Finalize separation of extable.h from module.h
 2017-01-24  0:28 UTC  (3+ messages)
` [PATCH 08/10] sh: migrate exception table users off module.h and onto extable.h

[PATCH 1/1] Documentation: convert sh interfaces to RST
 2017-01-23 22:28 UTC  (2+ messages)

Urgent Please,,
 2017-01-23 14:07 UTC 

(no subject)
 2017-01-23  0:11 UTC 

[PATCH v3 00/20] Finalize separation of extable.h from module.h
 2017-01-22 16:32 UTC  (2+ messages)
` [PATCH 08/20] sh: migrate exception table users off module.h and onto extable.h

.gitignore
 2017-01-20  0:47 UTC 

[PATCH v5 00/14] linux: generalize sections, ranges and linker tables
 2017-01-19 11:24 UTC  (43+ messages)
` [PATCH v6 "
  ` [PATCH v6 01/14] generic-sections: add section core helpers
  ` [PATCH v6 02/14] xtensa: skip adding literal when SORT() is used
  ` [PATCH v6 03/14] ranges.h: add helpers to build and identify Linux section ranges
  ` [PATCH v6 04/14] tables.h: add linker table support
  ` [PATCH v6 05/14] kbuild: enable option to force compile force-obj-y and force-lib-y
  ` [PATCH v6 06/14] firmware/Makefile: force recompilation if makefile changes
  ` [PATCH v6 07/14] firmware: port built-in section to linker table
  ` [PATCH v6 08/14] jump_label: move guard #endif down where it belongs
  ` [PATCH v6 09/14] jump_label: port __jump_table to linker tables
  ` [PATCH v6 10/14] dynamic_debug: port to use "
  ` [PATCH v6 11/14] kprobes: move kprobe declarations to asm-generic/kprobes.h
  ` [PATCH v6 12/14] kprobes: port .kprobes.text to section range
  ` [PATCH v6 13/14] kprobes: port blacklist kprobes to linker table
  ` [PATCH v6 14/14] lib: add linker tables test driver
  ` [PATCH v7 00/14] linux: generalize sections, ranges and linker tables
    ` [PATCH v7 01/14] generic-sections: add section core helpers
    ` [PATCH v7 02/14] xtensa: skip adding literal when SORT() is used
    ` [PATCH v7 03/14] ranges.h: add helpers to build and identify Linux section ranges
    ` [PATCH v7 04/14] tables.h: add linker table support
    ` [PATCH v7 05/14] kbuild: enable option to force compile force-obj-y and force-lib-y
    ` [PATCH v7 06/14] firmware/Makefile: force recompilation if makefile changes
    ` [PATCH v7 07/14] firmware: port built-in section to linker table
    ` [PATCH v7 08/14] jump_label: move guard #endif down where it belongs
    ` [PATCH v7 09/14] jump_label: port __jump_table to linker tables
    ` [PATCH v7 10/14] dynamic_debug: port to use "
    ` [PATCH v7 11/14] kprobes: move kprobe declarations to asm-generic/kprobes.h
    ` [PATCH v7 12/14] kprobes: port .kprobes.text to section range
    ` [PATCH v7 13/14] kprobes: port blacklist kprobes to linker table
    ` [PATCH v7 14/14] lib: add linker tables test driver

[PATCH v2 0/6] tools: add linker table userspace sandbox
 2017-01-19 11:04 UTC  (19+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/6] tools: add a userspace tools bug.h
  ` [PATCH v3 2/6] tools: add init.h for tools
  ` [PATCH v3 3/6] tools: add __used and enable to override
  ` [PATCH v3 4/6] tools: expand export.h with VMLINUX_SYMBOL()
  ` [PATCH v3 5/6] tools: add __section() to compiler.h
  ` [PATCH v4 0/6] tools: add linker table userspace sandbox
    ` [PATCH v4 1/6] tools: add a userspace tools bug.h
    ` [PATCH v4 2/6] tools: add init.h for tools
    ` [PATCH v4 3/6] tools: add __used and enable to override
    ` [PATCH v4 4/6] tools: expand export.h with VMLINUX_SYMBOL()
    ` [PATCH v4 5/6] tools: add __section() to compiler.h

Resolving glibc namespace conflicts with R0..Rn
 2017-01-16 14:40 UTC  (4+ messages)

SH builds broken due to kisskb toolchain upgrade
 2017-01-16 10:20 UTC  (3+ messages)

[PATCH v2 0/7] uapi: export all headers under uapi directories
 2017-01-13 17:06 UTC  (35+ messages)
  ` [PATCH v2 1/7] arm: put types.h in uapi
  ` [PATCH v2 3/7] nios2: put setup.h "
  ` [PATCH v2 4/7] x86: put msr-index.h "
  ` [PATCH v2 7/7] uapi: export all headers under uapi directories
    ` [Linux-c6x-dev] "
    ` [PATCH v3 0/8] "
      ` [PATCH v3 1/8] arm: put types.h in uapi
      ` [PATCH v3 2/8] h8300: put bitsperlong.h "
      ` [PATCH v3 3/8] nios2: put setup.h "
      ` [PATCH v3 4/8] x86: stop exporting msr-index.h to userland
      ` [PATCH v3 5/8] Makefile.headersinst: cleanup input files
      ` [PATCH v3 6/8] Makefile.headersinst: remove destination-y option
      ` [PATCH v3 7/8] uapi: export all headers under uapi directories
      ` [PATCH v3 8/8] uapi: export all arch specifics directories

[PATCH 0/3] sh/intc: Fine-tuning for register_intc_controller()
 2017-01-13 10:24 UTC  (5+ messages)
` [PATCH 1/3] sh/intc: Use kcalloc() in register_intc_controller()
` [PATCH 2/3] sh/intc: Combine substrings for a message "
` [PATCH 3/3] sh/intc: Add a space character for better code readability "

[PATCH 00/19] sh-sci: Platform data simplification
 2017-01-11 20:31 UTC  (23+ messages)
` [PATCH 13/19] serial: sh-sci: Replace regmap array with port parameters
` [PATCH 15/19] serial: sh-sci: Extend sci_port_params with more "
` [PATCH 16/19] serial: sh-sci: Remove the platform data dma slave rx/tx channel IDs
` [PATCH 17/19] serial: sh-sci: Remove manual break debouncing
` [PATCH 18/19] serial: sh-sci: Remove unused platform data capabilities field
` [PATCH 19/19] serial: sh-sci: Compute the regshift value for SCI ports
    ` [PATCH v1.1 "

[PATCH v2 00/18] sh-sci: Platform data simplification
 2017-01-11 14:43 UTC  (19+ messages)
` [PATCH v2 01/18] serial: sh-sci: Set the SCSCR TE and RE bits in the driver
` [PATCH v2 02/18] serial: sh-sci: Don't rely on platform data flags when not needed
` [PATCH v2 03/18] sh: Don't set sh-sci pdata scscr TE and RE bits
` [PATCH v2 04/18] sh: Don't set sh-sci pdata scscr TIE and RIE bits
` [PATCH v2 05/18] sh: sh726[49]: Don't set sh-sci pdata scscr TOIE bit
` [PATCH v2 06/18] sh: Don't set the sh-sci pdata UPF_BOOT_AUTOCONF flags
` [PATCH v2 07/18] sh: Don't set sh-sci port_reg
` [PATCH v2 08/18] sh: Don't set the sh-sci platform data scscr CKE0 bit
` [PATCH v2 09/18] sh: Don't set the sh-sci platform data REIE bit when not implemented
` [PATCH v2 10/18] serial: sh-sci: Fix register offsets for the IRDA serial port
` [PATCH v2 11/18] serial: sh-sci: Remove initialization of zero fields in sci_port_params
` [PATCH v2 12/18] serial: sh-sci: Replace regmap array with port parameters
` [PATCH v2 13/18] serial: sh-sci: Constify platform data
` [PATCH v2 14/18] serial: sh-sci: Extend sci_port_params with more port parameters
` [PATCH v2 15/18] serial: sh-sci: Remove the platform data dma slave rx/tx channel IDs
` [PATCH v2 16/18] serial: sh-sci: Remove manual break debouncing
` [PATCH v2 17/18] serial: sh-sci: Remove unused platform data capabilities field
` [PATCH v2 18/18] serial: sh-sci: Compute the regshift value for SCI ports

[PATCH 08/19] sh: sh3: sh770x: Fix platform data for the IRDA serial port
 2017-01-11 12:31 UTC  (3+ messages)
` [PATCH v1.1 08/19] serial: sh-sci: Fix register offsets "

[PATCH 01/21] sh: sh7724: Don't use a public mmc header for MMC_PROGRESS*
 2017-01-10 15:28 UTC  (3+ messages)

linux-next: error fetching the sh tree
 2017-01-09 20:20 UTC  (4+ messages)


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).