linux-sh.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
[PATCH v3 00/15] Add support for suppressing warning backtraces
 2024-04-22 17:40 UTC  (20+ messages)
` [PATCH v3 01/15] bug/kunit: Core "
` [PATCH v3 02/15] kunit: bug: Count suppressed "
` [PATCH v3 03/15] kunit: Add test cases for backtrace warning suppression
` [PATCH v3 04/15] kunit: Add documentation for warning backtrace suppression API
` [PATCH v3 06/15] net: kunit: Suppress lock warning noise at end of dev_addr_lists tests
` [PATCH v3 13/15] sh: Move defines needed for suppressing warning backtraces
` [PATCH v3 14/15] riscv: Add support "
` [PATCH v3 15/15] powerpc: "

[PATCH v2 0/2] kconfig: remove unneeded 'optional' property support
 2024-04-22 16:41 UTC  (3+ messages)
` [PATCH v2 1/2] sh: Convert the last use of 'optional' property in Kconfig
` [PATCH v2 2/2] kconfig: remove 'optional' property support

Build regressions/improvements in v6.9-rc4
 2024-04-22 12:39 UTC 

[PATCH 0/2] kconfig: remove unneeded 'optional' property support
 2024-04-22  2:27 UTC  (5+ messages)
` [PATCH 1/2] sh: convert the last use of 'optional' property in Kconfig
` [PATCH 2/2] kconfig: remove 'optional' property support

Unmerged DreamCast Drivers
 2024-04-20 22:01 UTC 

[PATCH v1 00/18] mm: mapcount for large folios + page_mapcount() cleanups
 2024-04-19 14:03 UTC  (41+ messages)
` [PATCH v1 01/18] mm: allow for detecting underflows with page_mapcount() again
` [PATCH v1 02/18] mm/rmap: always inline anon/file rmap duplication of a single PTE
` [PATCH v1 03/18] mm/rmap: add fast-path for small folios when adding/removing/duplicating
` [PATCH v1 04/18] mm: track mapcount of large folios in single value
` [PATCH v1 05/18] mm: improve folio_likely_mapped_shared() using the mapcount of large folios
` [PATCH v1 06/18] mm: make folio_mapcount() return 0 for small typed folios
` [PATCH v1 07/18] mm/memory: use folio_mapcount() in zap_present_folio_ptes()
` [PATCH v1 08/18] mm/huge_memory: use folio_mapcount() in zap_huge_pmd() sanity check
` [PATCH v1 09/18] mm/memory-failure: use folio_mapcount() in hwpoison_user_mappings()
` [PATCH v1 10/18] mm/page_alloc: use folio_mapped() in __alloc_contig_migrate_range()
` [PATCH v1 11/18] mm/migrate: use folio_likely_mapped_shared() in add_page_for_migration()
` [PATCH v1 12/18] sh/mm/cache: use folio_mapped() in copy_from_user_page()
` [PATCH v1 13/18] mm/filemap: use folio_mapcount() in filemap_unaccount_folio()
` [PATCH v1 14/18] mm/migrate_device: use folio_mapcount() in migrate_vma_check_page()
` [PATCH v1 15/18] trace/events/page_ref: trace the raw page mapcount value
` [PATCH v1 16/18] xtensa/mm: convert check_tlb_entry() to sanity check folios
` [PATCH v1 17/18] mm/debug: print only page mapcount (excluding folio entire mapcount) in __dump_folio()
` [PATCH v1 18/18] Documentation/admin-guide/cgroup-v1/memory.rst: don't reference page_mapcount()

[PATCH -next] dma: Add dev_id parameter description in request_dma_bycap
 2024-04-19  9:21 UTC  (3+ messages)

[PATCH cmpxchg 12/14] sh: Emulate one-byte cmpxchg
 2024-04-18  8:04 UTC  (2+ messages)

[PATCH] usb: renesas_usbhs: Remove renesas_usbhs_get_info() wrapper
 2024-04-17  7:36 UTC  (3+ messages)

sh: arc: cmpxchg.h:50:12: error: implicit declaration of function 'cmpxchg_emu_u8' [-Werror=implicit-function-declaration]
 2024-04-17  2:19 UTC  (2+ messages)

[PATCH 3/5 RESEND] mm: add vaddr param to pmd_populate_kernel
 2024-04-16 19:18 UTC  (2+ messages)
  ` [PATCH 3/5] "

[PATCH v1 0/3] mm/gup: consistently call it GUP-fast
 2024-04-13 20:12 UTC  (7+ messages)
` [PATCH v1 1/3] mm/gup: consistently name GUP-fast functions
` [PATCH v1 2/3] mm/treewide: rename CONFIG_HAVE_FAST_GUP to CONFIG_HAVE_GUP_FAST
` [PATCH v1 3/3] mm: use "GUP-fast" instead "fast GUP" in remaining comments

[PATCH] sh: push-switch: Convert to platform remove callback returning void
 2024-04-11  7:49 UTC  (4+ messages)

[RESEND v7 01/37] sh: passing FDT address to kernel startup
 2024-04-10 16:38 UTC  (59+ messages)
` [RESEND v7 02/37] sh: Kconfig unified OF supported targets
` [RESEND v7 03/37] sh: Enable OF support for build and configuration
` [RESEND v7 04/37] dt-bindings: interrupt-controller: Add header for Renesas SH3/4 INTC
` [RESEND v7 05/37] sh: GENERIC_IRQ_CHIP support for CONFIG_OF=y
` [RESEND v7 06/37] sh: kernel/setup Update DT support
` [RESEND v7 07/37] sh: Fix COMMON_CLK support in CONFIG_OF=y
` [RESEND v7 08/37] clocksource: sh_tmu: CLOCKSOURCE support
` [RESEND v7 09/37] dt-binding: Add compatible SH7750 SoC
` [RESEND v7 10/37] sh: Common PCI Framework driver support
` [RESEND v7 11/37] pci: pci-sh7751: Add SH7751 PCI driver
` [RESEND v7 12/37] dt-bindings: pci: pci-sh7751: Add SH7751 PCI
` [RESEND v7 13/37] dt-bindings: clock: sh7750-cpg: Add renesas,sh7750-cpg header
` [RESEND v7 14/37] clk: Compatible with narrow registers
` [RESEND v7 15/37] clk: renesas: Add SH7750/7751 CPG Driver
` [RESEND v7 16/37] irqchip: Add SH7751 INTC driver
` [RESEND v7 17/37] dt-bindings: interrupt-controller: renesas,sh7751-intc: Add json-schema
` [RESEND v7 18/37] irqchip: SH7751 external interrupt encoder with enable gate
` [RESEND v7 19/37] dt-bindings: interrupt-controller: renesas,sh7751-irl-ext: Add json-schema
` [RESEND v7 20/37] serial: sh-sci: fix SH4 OF support
` [RESEND v7 21/37] dt-bindings: serial: renesas,scif: Add scif-sh7751
` [RESEND v7 22/37] dt-bindings: display: smi,sm501: SMI SM501 binding json-schema
` [RESEND v7 23/37] dt-bindings: display: sm501 register definition helper
` [RESEND v7 24/37] mfd: sm501: Convert platform_data to OF property
` [RESEND v7 25/37] dt-binding: sh: cpus: Add SH CPUs json-schema
` [RESEND v7 26/37] dt-bindings: vendor-prefixes: Add iodata
` [RESEND v7 27/37] dt-bindings: ata: ata-generic: Add new targets
` [RESEND v7 28/37] dt-bindings: soc: renesas: sh: Add SH7751 based target
` [RESEND v7 29/37] sh: SH7751R SoC Internal peripheral definition dtsi
` [RESEND v7 30/37] sh: add RTS7751R2D Plus DTS
` [RESEND v7 31/37] sh: Add IO DATA LANDISK dts
` [RESEND v7 32/37] sh: Add IO DATA USL-5P dts
` [RESEND v7 33/37] sh: j2_mimas_v2.dts update
` [RESEND v7 34/37] sh: Add dtbs target support
` [RESEND v7 35/37] sh: RTS7751R2D Plus OF defconfig
` [RESEND v7 36/37] sh: LANDISK "
` [RESEND v7 37/37] sh: j2_defconfig: update

[PATCH v7 00/37] Device Tree support for SH7751 based board
 2024-04-08 21:32 UTC  (36+ messages)
` [PATCH v7 01/37] sh: passing FDT address to kernel startup
` [PATCH v7 02/37] sh: Kconfig unified OF supported targets
` [PATCH v7 03/37] sh: Enable OF support for build and configuration
` [PATCH v7 04/37] dt-bindings: interrupt-controller: Add header for Renesas SH3/4 INTC
` [PATCH v7 05/37] sh: GENERIC_IRQ_CHIP support for CONFIG_OF=y
` [PATCH v7 06/37] sh: kernel/setup Update DT support
` [PATCH v7 07/37] sh: Fix COMMON_CLK support in CONFIG_OF=y
` [PATCH v7 08/37] clocksource: sh_tmu: CLOCKSOURCE support
` [PATCH v7 09/37] dt-binding: Add compatible SH7750 SoC
` [PATCH v7 10/37] sh: Common PCI Framework driver support
` [PATCH v7 11/37] pci: pci-sh7751: Add SH7751 PCI driver
` [PATCH v7 12/37] dt-bindings: pci: pci-sh7751: Add SH7751 PCI
` [PATCH v7 13/37] dt-bindings: clock: sh7750-cpg: Add renesas,sh7750-cpg header
` [PATCH v7 14/37] clk: Compatible with narrow registers
` [PATCH v7 15/37] clk: renesas: Add SH7750/7751 CPG Driver
` [PATCH v7 16/37] irqchip: Add SH7751 INTC driver
` [PATCH v7 17/37] dt-bindings: interrupt-controller: renesas,sh7751-intc: Add json-schema
` [PATCH v7 18/37] irqchip: SH7751 external interrupt encoder with enable gate
` [PATCH v7 19/37] dt-bindings: interrupt-controller: renesas,sh7751-irl-ext: Add json-schema
` [PATCH v7 20/37] serial: sh-sci: fix SH4 OF support
` [PATCH v7 21/37] dt-bindings: serial: renesas,scif: Add scif-sh7751
` [PATCH v7 22/37] dt-bindings: display: smi,sm501: SMI SM501 binding json-schema
` [PATCH v7 23/37] dt-bindings: display: sm501 register definition helper
` [RESEND v7 00/37] Device Tree support for SH7751 based board

Build regressions/improvements in v6.9-rc3
 2024-04-08  8:54 UTC 

[PATCH v5 0/7] Introduce __xchg, non-atomic xchg
 2024-04-05 16:20 UTC  (6+ messages)
  ` [Intel-gfx] "

[DO NOT MERGE v7 09/36] sh: Common PCI Framework driver support
 2024-04-05 13:54 UTC  (17+ messages)
` [DO NOT MERGE v7 10/36] pci: pci-sh7751: Add SH7751 PCI driver
` [DO NOT MERGE v7 11/36] dt-bindings: pci: pci-sh7751: Add SH7751 PCI
` [DO NOT MERGE v7 12/36] dt-bindings: clock: sh7750-cpg: Add renesas,sh7750-cpg header
` [DO NOT MERGE v7 13/36] clk: Compatible with narrow registers
` [DO NOT MERGE v7 14/36] clk: renesas: Add SH7750/7751 CPG Driver
` [DO NOT MERGE v7 15/36] irqchip: Add SH7751 INTC driver
` [DO NOT MERGE v7 16/36] dt-bindings: interrupt-controller: renesas,sh7751-intc: Add json-schema
` [DO NOT MERGE v7 17/36] irqchip: SH7751 external interrupt encoder with enable gate
` [DO NOT MERGE v7 18/36] dt-bindings: interrupt-controller: renesas,sh7751-irl-ext: Add json-schema
` [DO NOT MERGE v7 19/36] serial: sh-sci: fix SH4 OF support
` [DO NOT MERGE v7 20/36] dt-bindings: serial: renesas,scif: Add scif-sh7751
` [DO NOT MERGE v7 21/36] dt-bindings: display: smi,sm501: SMI SM501 binding json-schema
` [DO NOT MERGE v7 22/36] dt-bindings: display: sm501 register definition helper
` [DO NOT MERGE v7 23/36] mfd: sm501: Convert platform_data to OF property
` [DO NOT MERGE v7 24/36] dt-binding: sh: cpus: Add SH CPUs json-schema

[PATCH v3 0/3] arch: Remove fbdev dependency from video helpers
 2024-04-05  9:04 UTC  (2+ messages)

sh4: parisc: asm/cmpxchg.h:60:24: error: implicit declaration of function 'cmpxchg_emu_u8' [-Werror=implicit-function-declaration]
 2024-04-03 21:02 UTC  (3+ 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).