Linux-sh Archive mirror
 help / color / mirror / Atom feed
 messages from 2021-12-29 01:21:14 to 2022-02-16 19:38:39 UTC [more...]

[PATCH][next] treewide: Replace zero-length arrays with flexible-array members
 2022-02-16 19:46 UTC  (7+ messages)

[PATCH v2 00/18] clean up asm/uaccess.h, kill set_fs for good
 2022-02-16 18:44 UTC  (23+ messages)
` [PATCH v2 01/18] uaccess: fix integer overflow on access_ok()
` [PATCH v2 02/18] uaccess: fix nios2 and microblaze get_user_8()
` [PATCH v2 03/18] nds32: fix access_ok() checks in get/put_user
` [PATCH v2 04/18] sparc64: add __{get,put}_kernel_nocheck()
` [PATCH v2 05/18] x86: remove __range_not_ok()
` [PATCH v2 06/18] x86: use more conventional access_ok() definition
` [PATCH v2 07/18] nios2: drop access_ok() check from __put_user()
` [PATCH v2 08/18] uaccess: add generic __{get,put}_kernel_nofault
` [PATCH v2 09/18] mips: use simpler access_ok()
` [PATCH v2 10/18] m68k: fix access_ok for coldfire
` [PATCH v2 11/18] arm64: simplify access_ok()
` [PATCH v2 12/18] uaccess: fix type mismatch warnings from access_ok()
` [PATCH v2 13/18] uaccess: generalize access_ok()
` [PATCH v2 14/18] lib/test_lockup: fix kernel pointer check for separate address spaces
` [PATCH v2 15/18] sparc64: remove CONFIG_SET_FS support
` [PATCH v2 16/18] sh: "
` [PATCH v2 17/18] ia64: "
` [PATCH v2 18/18] uaccess: drop maining CONFIG_SET_FS users

[PATCH 00/14] clean up asm/uaccess.h, kill set_fs for good
 2022-02-16 13:07 UTC  (60+ messages)
` [PATCH 01/14] uaccess: fix integer overflow on access_ok()
` [PATCH 02/14] sparc64: add __{get,put}_kernel_nocheck()
` [PATCH 03/14] nds32: fix access_ok() checks in get/put_user
` [PATCH 04/14] x86: use more conventional access_ok() definition
` [PATCH 05/14] uaccess: add generic __{get,put}_kernel_nofault
` [PATCH 06/14] mips: use simpler access_ok()
` [PATCH 07/14] uaccess: generalize access_ok()
` [PATCH 08/14] arm64: simplify access_ok()
` [PATCH 09/14] m68k: drop custom __access_ok()
` [PATCH 10/14] uaccess: remove most CONFIG_SET_FS users
` [PATCH 11/14] sparc64: remove CONFIG_SET_FS support
` [PATCH 12/14] sh: "
` [PATCH 13/14] ia64: "
` [PATCH 14/14] uaccess: drop set_fs leftovers

[PATCH v6 00/21] Introduce power-off+restart call chain API
 2022-02-16 12:25 UTC  (25+ messages)
` [PATCH v6 01/21] notifier: Add blocking_notifier_call_chain_is_empty()
` [PATCH v6 02/21] notifier: Add atomic/blocking_notifier_chain_register_unique_prio()
` [PATCH v6 03/21] reboot: Print error message if restart handler has duplicated priority
` [PATCH v6 04/21] kernel: Add combined power-off+restart handler call chain API
` [PATCH v6 05/21] ARM: Use do_kernel_power_off()
` [PATCH v6 06/21] csky: "
` [PATCH v6 07/21] riscv: "
` [PATCH v6 08/21] arm64: "
` [PATCH v6 09/21] parisc: "
` [PATCH v6 10/21] xen/x86: "
` [PATCH v6 11/21] powerpc: "
` [PATCH v6 12/21] m68k: Switch to new sys-off handler API
` [PATCH v6 13/21] sh: Use do_kernel_power_off()
` [PATCH v6 14/21] x86: "
` [PATCH v6 15/21] ia64: "
` [PATCH v6 16/21] mips: "
` [PATCH v6 17/21] nds32: "
` [PATCH v6 18/21] memory: emif: Use kernel_can_power_off()
` [PATCH v6 19/21] ACPI: power: Switch to sys-off handler API
` [PATCH v6 20/21] regulator: pfuze100: Use devm_register_sys_off_handler()
` [PATCH v6 21/21] reboot: Remove pm_power_off_prepare()

[PATCH] sh: cleanup comments
 2022-02-16  1:34 UTC 

[PATCH] sh: Convert nommu io{re,un}map() to static inline functions
 2022-02-15 19:16 UTC  (3+ messages)

drivers/iio/adc/xilinx-ams.c:1195:21: error: unused variable 'ams'
 2022-02-15  8:53 UTC  (3+ messages)

[PATCH v2] sh: avoid using IRQ0 on SH3/4
 2022-02-14 11:03 UTC  (2+ messages)

[PATCH 17/30] sh/mm: Enable ARCH_HAS_VM_GET_PAGE_PROT
 2022-02-14  2:30 UTC 

[PATCH] sh: avoid using IRQ0 on SH3/4
 2022-02-11 21:14 UTC  (5+ messages)

[PATCH 2/3] i2c: sh_mobile: Use platform_get_irq_optional() to get the interrupt
 2022-02-10  9:46 UTC  (12+ messages)

[PATCH] sh: mach-x3proto: Constify static irq_domain_ops
 2022-02-07 22:13 UTC 

[PATCH v2 0/3] vstatus: TTY status message request
 2022-02-07  5:38 UTC  (9+ messages)
` [PATCH v2 1/3] vstatus: Allow the n_tty line dicipline to write to a user tty
` [PATCH v2 2/3] status: Add user space API definitions for VSTATUS, NOKERNINFO and TIOCSTAT
` [PATCH v2 3/3] vstatus: Display an informational message when the VSTATUS character is pressed or TIOCSTAT ioctl is called

[PATCH v1] drivers/base/node: consolidate node device subsystem initialization in node_dev_init()
 2022-02-03 10:52 UTC 

[PATCH RFC v1] drivers/base/node: consolidate node device subsystem initialization in node_dev_init()
 2022-02-02 13:45 UTC  (8+ messages)

[PATCH 0/3] status: TTY status message request
 2022-01-29 15:23 UTC  (3+ messages)

[PATCH v5 00/21] Introduce power-off+restart call chain API
 2022-01-27 14:39 UTC  (5+ messages)
` [PATCH v5 04/21] kernel: Add combined power-off+restart handler "

[RFC V1 17/31] sh/mm: Enable ARCH_HAS_VM_GET_PAGE_PROT
 2022-01-24 12:56 UTC 

Fwd: Debian on Linux-SH4
 2022-01-19  6:45 UTC  (16+ messages)

architectures that still need to remove set_fs()
 2022-01-18 11:48 UTC  (2+ messages)

[PATCH 2/3] vstatus: Add user space API definitions for VSTATUS, NOKERNINFO and TIOCSTAT
 2022-01-18  8:08 UTC  (2+ messages)

[PATCH] sh: sq: use default_groups in kobj_type
 2022-01-05 18:13 UTC  (5+ messages)

[PATCH] sh: make iounmap() a static inline again
 2022-01-05  8:57 UTC 

[RFC 02/32] Kconfig: introduce HAS_IOPORT option and select it as necessary
 2021-12-31 21:55 UTC  (10+ 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 read-only IMAP folder(s) and NNTP newsgroup(s).