public inbox for linux-sh@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-10-19 12:14:52 to 2023-11-24 12:04:44 UTC [more...]

[PATCH 00/22] -Wmissing-prototype warning fixes
 2023-11-24 12:04 UTC  (43+ messages)
` [PATCH 01/22] [RESEND^2] ida: make 'ida_dump' static
` [PATCH 02/22] [RESEND^2] jffs2: mark __jffs2_dbg_superblock_counts() static
` [PATCH 03/22] [RESEND] kprobes: unify kprobes_exceptions_nofify() prototypes
` [PATCH 04/22] [RESEND] time: make sysfs_get_uname() function visible in header
` [PATCH 05/22] [RESEND] parport: gsc: mark init function static
` [PATCH 06/22] [RESEND] stackleak: add declarations for global functions
` [PATCH 07/22] [RESEND] sched: fair: move unused stub functions to header
` [PATCH 08/22] [v2] arch: consolidate arch_irq_work_raise prototypes
` [PATCH 09/22] [v2] arch: fix asm-offsets.c building with -Wmissing-prototypes
` [PATCH 10/22] microblaze: include linux/cpu.h for trap_init() prototype
` [PATCH 11/22] x86: sta2x11: include header for sta2x11_get_instance() prototype
` [PATCH 12/22] csky: fix arch_jump_label_transform_static override
` [PATCH 13/22] arch: add do_page_fault prototypes
` [PATCH 14/22] arch: add missing prepare_ftrace_return() prototypes
` [PATCH 15/22] arch: vdso: consolidate gettime prototypes
` [PATCH 16/22] bcachefs: mark bch2_target_to_text_sb() static
` [PATCH 17/22] powerpc: ps3: move udbg_shutdown_ps3gelic prototype
` [PATCH 18/22] powerpc: pasemi: mark pas_shutdown() static
` [PATCH 19/22] powerpc: powermac: mark smp_psurge_{give,take}_timebase static
` [PATCH 20/22] usb: fsl-mph-dr-of: mark fsl_usb2_mpc5121_init() static
` [PATCH 21/22] fbdev/fsl-diu-fb: mark wr_reg_wa() static
` [PATCH 22/22] Makefile.extrawarn: turn on missing-prototypes globally

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

[PATCH v3 0/6] Treewide: enable -Wmissing-prototypes
 2023-11-23 11:05 UTC  (7+ messages)
` [PATCH v3 1/6] ida: make 'ida_dump' static
` [PATCH v3 2/6] jffs2: mark __jffs2_dbg_superblock_counts() static
` [PATCH v3 3/6] sched: fair: move unused stub functions to header
` [PATCH v3 4/6] x86: sta2x11: include header for sta2x11_get_instance() prototype
` [PATCH v3 5/6] usb: fsl-mph-dr-of: mark fsl_usb2_mpc5121_init() static
` [PATCH v3 6/6] Makefile.extrawarn: turn on missing-prototypes globally

Potential config regression after 89cde455 ("kexec: consolidate kexec and crash options into kernel/Kconfig.kexec")
 2023-11-23  8:27 UTC  (9+ messages)

SuperH: fs/namespace.c: In function '__se_sys_listmount': syscalls.h:258:9: internal compiler error: in change_address_1, at emit-rtl.c:2275
 2023-11-21 15:09 UTC  (3+ messages)

[PATCH 00/34] biops: add atomig find_bit() operations
 2023-11-21 13:43 UTC  (8+ messages)
` [PATCH 01/34] lib/find: add atomic find_bit() primitives
` [PATCH 34/34] sh: rework ilsel_enable()

PSA: this list has moved to new vger infra (no action required)
 2023-11-21  1:09 UTC 

[PATCH] sh: remove unneeded $(foreach )
 2023-11-20 23:54 UTC 

Build regressions/improvements in v6.7-rc2
 2023-11-20 18:29 UTC 

[PATCH] asm/io: remove unnecessary xlate_dev_mem_ptr() and unxlate_dev_mem_ptr()
 2023-11-20  7:04 UTC  (7+ messages)

[PATCH v2] asm/io: remove unnecessary xlate_dev_mem_ptr() and unxlate_dev_mem_ptr()
 2023-11-20  3:36 UTC 

We Can Finance Your Business / Projects
 2023-11-18 22:37 UTC 

Build regressions/improvements in v6.7-rc1
 2023-11-13 10:02 UTC 

[RFC PATCH v3 00/35] Device Tree support for SH7751 based board
 2023-11-08  7:57 UTC  (29+ messages)
` [RFC PATCH v3 06/35] arch/sh/boards/of-generic.c: some cleanup
` [RFC PATCH v3 22/35] drivers/clocksource/sh_tmu: Add support CLOCKSOURCE
` [RFC PATCH v3 25/35] Documentation/devicetree/bindings/sh/cpus.yaml: Add SH CPU
` [RFC PATCH v3 26/35] arch/sh/boot/dts: SH7751R SoC Internal peripheral definition dtsi
` [RFC PATCH v3 29/35] Documentation/devicetree/bindings/soc/renesas/sh.yaml: Add SH7751 based target
` [RFC PATCH v3 31/35] arch/sh/boot/dts: LANDISK DeviceTree

[GIT PULL] sh updates for v6.7
 2023-11-03  2:20 UTC  (2+ messages)

arch/sh/boot/compressed/misc.c:118:6: warning: no previous prototype for 'arch_ftrace_ops_list_func'
 2023-11-02 20:32 UTC  (5+ messages)

[PATCH v2] locking/atomic: sh: Use generic_cmpxchg_local for arch_cmpxchg_local()
 2023-11-02  8:58 UTC  (3+ messages)

arch/sh/boards/mach-hp6xx/hp6xx_apm.c:32:22: warning: variable 'backup' set but not used
 2023-11-02  8:50 UTC 

[linux-next:master] BUILD REGRESSION c503e3eec382ac708ee7adf874add37b77c5d312
 2023-10-30 20:35 UTC 

W sprawie samochodu
 2023-10-30  8:55 UTC 

W sprawie samochodu
 2023-10-25  8:15 UTC 

[PATCH v4 00/41] drm: renesas: shmobile: Atomic conversion + DT support
 2023-10-27  8:09 UTC  (5+ messages)
` [GIT PULL] drm: renesas: shmobile: Atomic conversion + DT support (was: Re: [PATCH v4 00/41] drm: renesas: shmobile: Atomic conversion + DT support)
  ` [GIT PULL v2] "

Order#57425
 2023-10-26 13:50 UTC 

Bezplatná 60denní zkušební verze: Vylepšete své výrobní procesy
 2023-10-26  7:55 UTC 

[PATCH] locking/atomic: sh: Use generic_cmpxchg_local for arch_cmpxchg_local()
 2023-10-25 15:12 UTC  (12+ messages)
` [External] "

[PATCH 0/2] sh: Revive BIOS earlyprintk support
 2023-10-25 14:54 UTC  (10+ messages)
` [PATCH 1/2] sh: bios: Revive "
` [PATCH 2/2] Documentation: kernel-parameters: Add earlyprintk=bios on SH

[PATCH 1/4] [v2] sh: remove stale microdev board
 2023-10-25 14:53 UTC  (9+ messages)
` [PATCH 2/4] [v2] sh: remove unused sh4-202 support
` [PATCH 3/4] [v2] sh: remove superhyway bus support
` [PATCH 4/4] [v2] sh: machvec: remove custom ioport_{un,}map()

[PATCH 0/7] arch/*: config: Remove ReiserFS from defconfig
 2023-10-24 17:45 UTC  (4+ messages)
` [PATCH 3/7] arch: sh: remove "

Wycena paneli fotowoltaicznych
 2023-10-24  8:10 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox