linux-sh.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-01-29 12:43:12 to 2023-02-13 16:31:03 UTC [more...]

remove arch/sh
 2023-02-13 16:30 UTC  (33+ messages)
` [PATCH 01/22] gpu/drm: remove the shmobile drm driver
` [PATCH 02/22] usb: remove the dead USB_OHCI_SH option

[PATCH v2 0/4] mm, arch: add generic implementation of pfn_valid() for FLATMEM
 2023-02-13  7:54 UTC  (22+ messages)
` [PATCH v2 1/4] arm: include asm-generic/memory_model.h from page.h rather than memory.h
` [PATCH v2 2/4] m68k: use asm-generic/memory_model.h for both MMU and !MMU
` [PATCH v2 3/4] mips: drop definition of pfn_valid() for DISCONTIGMEM
` [PATCH v2 4/4] mm, arch: add generic implementation of pfn_valid() for FLATMEM

[PATCH] MAINTAINERS: Add myself as maintainer for arch/sh (SUPERH)
 2023-02-12 12:32 UTC  (3+ messages)

[PATCH 5.4 v2 0/6] Fix Build ID on arm64 if CONFIG_MODVERSIONS=y
 2023-02-10 20:39 UTC  (10+ messages)
` [PATCH 5.4 v2 1/6] x86, vmlinux.lds: Add RUNTIME_DISCARD_EXIT to generic DISCARDS
` [PATCH 5.4 v2 2/6] arch: fix broken BuildID for arm64 and riscv
` [PATCH 5.4 v2 3/6] powerpc/vmlinux.lds: Define RUNTIME_DISCARD_EXIT
` [PATCH 5.4 v2 4/6] powerpc/vmlinux.lds: Don't discard .rela* for relocatable builds
` [PATCH 5.4 v2 5/6] s390: define RUNTIME_DISCARD_EXIT to fix link error with GNU ld < 2.36
` [PATCH 5.4 v2 6/6] sh: define RUNTIME_DISCARD_EXIT

[PATCH 5.10 v2 0/5] Fix Build ID on arm64 if CONFIG_MODVERSIONS=y
 2023-02-10 20:19 UTC  (6+ messages)
` [PATCH 5.10 v2 1/5] arch: fix broken BuildID for arm64 and riscv
` [PATCH 5.10 v2 2/5] powerpc/vmlinux.lds: Define RUNTIME_DISCARD_EXIT
` [PATCH 5.10 v2 3/5] powerpc/vmlinux.lds: Don't discard .rela* for relocatable builds
` [PATCH 5.10 v2 4/5] s390: define RUNTIME_DISCARD_EXIT to fix link error with GNU ld < 2.36
` [PATCH 5.10 v2 5/5] sh: define RUNTIME_DISCARD_EXIT

[PATCH 5.15 v2 0/5] Fix Build ID on arm64 if CONFIG_MODVERSIONS=y
 2023-02-10 20:18 UTC  (6+ messages)
` [PATCH 5.15 v2 1/5] arch: fix broken BuildID for arm64 and riscv
` [PATCH 5.15 v2 2/5] powerpc/vmlinux.lds: Define RUNTIME_DISCARD_EXIT
` [PATCH 5.15 v2 3/5] powerpc/vmlinux.lds: Don't discard .rela* for relocatable builds
` [PATCH 5.15 v2 4/5] s390: define RUNTIME_DISCARD_EXIT to fix link error with GNU ld < 2.36
` [PATCH 5.15 v2 5/5] sh: define RUNTIME_DISCARD_EXIT

[PATCH 6.1 v2 0/7] Backport Build ID fixes
 2023-02-10 20:17 UTC  (8+ messages)
` [PATCH 6.1 v2 1/7] riscv: remove special treatment for the link order of head.o
` [PATCH 6.1 v2 2/7] arm64: "
` [PATCH 6.1 v2 3/7] arch: fix broken BuildID for arm64 and riscv
` [PATCH 6.1 v2 4/7] powerpc/vmlinux.lds: Define RUNTIME_DISCARD_EXIT
` [PATCH 6.1 v2 5/7] powerpc/vmlinux.lds: Don't discard .rela* for relocatable builds
` [PATCH 6.1 v2 6/7] s390: define RUNTIME_DISCARD_EXIT to fix link error with GNU ld < 2.36
` [PATCH 6.1 v2 7/7] sh: define RUNTIME_DISCARD_EXIT

[PATCH mm-unstable v1 00/26] mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE on all architectures with swap PTEs
 2023-02-10  5:08 UTC  (7+ messages)
` [PATCH mm-unstable v1 04/26] arm/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE
` [PATCH mm-unstable v1 17/26] powerpc/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE on 32bit book3s

[PATCH v4 00/18] gpiolib cleanups
 2023-02-10  0:30 UTC  (31+ messages)
` [PATCH v4 01/18] ARM: orion/gpio: Use the right include
` [PATCH v4 02/18] ARM: s3c24xx: "
` [PATCH v4 03/18] hte: tegra-194: Use proper includes
` [PATCH v4 04/18] gpiolib: Make the legacy <linux/gpio.h> consumer-only
` [PATCH v4 05/18] gpiolib: remove empty asm/gpio.h files
` [PATCH v4 06/18] gpiolib: coldfire: remove custom asm/gpio.h
` [PATCH v4 07/18] gpiolib: remove asm-generic/gpio.h
` [PATCH v4 08/18] gpiolib: remove gpio_set_debounce()
` [PATCH v4 09/18] gpiolib: remove legacy gpio_export()
` [PATCH v4 10/18] gpiolib: split linux/gpio/driver.h out of linux/gpio.h
` [PATCH v4 11/18] gpiolib: split of_mm_gpio_chip out of linux/of_gpio.h
` [PATCH v4 12/18] gpio: aggregator: Add missing header(s)
` [PATCH v4 13/18] gpio: reg: "
` [PATCH v4 14/18] gpio: regmap: "
` [PATCH v4 15/18] gpiolib: Drop unused forward declaration from driver.h
` [PATCH v4 16/18] gpiolib: Deduplicate forward declarations in consumer.h
` [PATCH v4 17/18] gpiolib: Group "
` [PATCH v4 18/18] gpiolib: Clean up headers

[PATCH v3 00/12] gpiolib cleanups
 2023-02-08 14:55 UTC  (22+ messages)
` [PATCH v3 01/12] gpiolib: remove empty asm/gpio.h files
` [PATCH v3 02/12] gpiolib: coldfire: remove custom asm/gpio.h
` [PATCH v3 03/12] gpiolib: remove asm-generic/gpio.h
` [PATCH v3 04/12] gpiolib: remove gpio_set_debounce
` [PATCH v3 05/12] gpiolib: remove legacy gpio_export
` [PATCH v3 06/12] gpiolib: split linux/gpio/driver.h out of linux/gpio.h
` [PATCH v3 07/12] gpiolib: split of_mm_gpio_chip out of linux/of_gpio.h
` [PATCH v3 08/12] gpio: aggregator: Add missing header(s)
` [PATCH v3 09/12] gpiolib: Drop unused forward declaration from driver.h
` [PATCH v3 10/12] gpiolib: Deduplicate forward declarations in consumer.h
` [PATCH v3 11/12] gpiolib: Group "
` [PATCH v3 12/12] gpiolib: Clean up headers

API for setting multiple PTEs at once
 2023-02-08 13:35 UTC  (4+ messages)

[PATCH V2 1/3] MIPS: cpuinfo: Fix a warning for CONFIG_CPUMASK_OFFSTACK
 2023-02-08 12:58 UTC  (3+ messages)
` [PATCH V2 3/3] SH: "

Fotowoltaika - nowe warunki
 2023-02-07  9:15 UTC 

[PATCH 00/22] cpu,sched: Mark arch_cpu_idle_dead() __noreturn
 2023-02-07 17:33 UTC  (32+ messages)
` [PATCH 01/22] alpha/cpu: Expose arch_cpu_idle_dead()'s prototype declaration
` [PATCH 02/22] alpha/cpu: Make sure arch_cpu_idle_dead() doesn't return
` [PATCH 03/22] arm/cpu: "
` [PATCH 04/22] arm64/cpu: Mark cpu_die() __noreturn
` [PATCH 05/22] csky/cpu: Make sure arch_cpu_idle_dead() doesn't return
` [PATCH 06/22] ia64/cpu: Mark play_dead() __noreturn
` [PATCH 07/22] loongarch/cpu: Make sure play_dead() doesn't return
` [PATCH 08/22] loongarch/cpu: Mark play_dead() __noreturn
` [PATCH 09/22] mips/cpu: Expose play_dead()'s prototype definition
` [PATCH 10/22] mips/cpu: Make sure play_dead() doesn't return
` [PATCH 11/22] mips/cpu: Mark play_dead() __noreturn
` [PATCH 12/22] powerpc/cpu: Mark start_secondary_resume() __noreturn
` [PATCH 13/22] sh/cpu: Make sure play_dead() doesn't return
` [PATCH 14/22] sh/cpu: Mark play_dead() __noreturn
` [PATCH 15/22] sh/cpu: Expose arch_cpu_idle_dead()'s prototype definition
` [PATCH 16/22] sparc/cpu: Mark cpu_play_dead() __noreturn
` [PATCH 17/22] x86/cpu: Make sure play_dead() doesn't return
` [PATCH 18/22] x86/cpu: Mark play_dead() __noreturn
` [PATCH 19/22] xtensa/cpu: Make sure cpu_die() doesn't return
` [PATCH 20/22] xtensa/cpu: Mark cpu_die() __noreturn
` [PATCH 21/22] sched/idle: Make sure weak version of arch_cpu_idle_dead() doesn't return
` [PATCH 22/22] sched/idle: Mark arch_cpu_idle_dead() __noreturn
  ` [PATCH v1.1 "

[PATCH 6.1 fix build id for arm64 0/5]
 2023-02-07  9:38 UTC  (5+ messages)
` [PATCH 6.1 fix build id for arm64 5/5] sh: define RUNTIME_DISCARD_EXIT

[PATCH] sh: remove sh5/sh64 last fragments
 2023-02-04  9:59 UTC  (2+ messages)

[PATCH v2] sh: init: use OF_EARLY_FLATTREE for early init
 2023-02-04  7:13 UTC  (3+ messages)

[PATCH] sh: clk: Fix clk_enable() to return 0 on NULL clk
 2023-02-02 23:17 UTC  (3+ messages)

[PATCH net-next] r8169: use devm_clk_get_optional_enabled() to simplify the code
 2023-02-02 16:22 UTC  (4+ messages)

[PATCH v2] sh: implicit access_ok() needs an #include
 2023-02-02 15:22 UTC  (4+ messages)

[PATCH] >>>>>>>>>>>>>>>>>>>>>>>>> BLURB <<<<<<<<<<<<<<<<<<<
 2023-02-02  5:28 UTC  (2+ messages)

[PATCH] maple: remove unneeded maple_bus_uevent() callback
 2023-02-01 19:47 UTC  (4+ messages)

[PATCH net-next] sh: checksum: add missing linux/uaccess.h include
 2023-01-31  5:10 UTC  (2+ 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).