messages from 2026-07-01 17:19:13 to 2026-07-11 12:29:25 UTC [more...]
[patch 00/18] entry: Consolidate and rework syscall entry handling
2026-07-11 12:29 UTC (95+ messages)
` [patch 01/18] powerpc: Move stack randomization after syscall_enter_from_user_mode()
` [patch 02/18] randomize_kstack: Provide add_random_kstack_offset_irqsoff()
` [patch 03/18] entry: Provide [syscall_]enter_from_user_mode_randomize_stack()
` [patch 04/18] loongarch/syscall: Use syscall_enter_from_user_mode_randomize_stack()
` [patch 05/18] powerpc/syscall: "
` [patch 06/18] riscv/syscall: "
` [patch 07/18] s390/syscall: Use enter_from_user_mode_randomize_stack()
` [patch 08/18] x86/syscall: Use [syscall_]enter_from_user_mode_randomize_stack()
` [patch 09/18] entry: Remove syscall_enter_from_user_mode()
` [patch 10/18] entry: Use syscall number instead of rereading it
` [patch 11/18] seccomp, treewide: Rename and convert __secure_computing() to return boolean
` [patch 12/18] ptrace, treewide: Rename ptrace_report_syscall_entry() to ptrace_report_syscall_permit_entry()
` [patch 13/18] entry: Make trace_syscall_enter() return type bool
` [patch 14/18] entry: Make return type of syscall_trace_enter() bool
` [patch 15/18] x86/entry: Make syscall functions static
` [patch 16/18] x86/entry: Get rid of the sys_ni_syscall() indirection
` [patch 17/18] x86/entry: Simplify the syscall number logic
` [patch 18/18] entry, treewide: Make syscall_enter_from_user_mode[_work]() indicate syscall execution
[PATCH v2 0/5] rsk7203: switch to using static device property, drop legacy gpio API
2026-07-11 8:44 UTC (5+ messages)
[PATCH v2 00/10] treewide: replace linux/gpio.h
2026-07-11 7:34 UTC (12+ messages)
` [PATCH v2 01/10] ARM: replace linux/gpio.h inclusions
` [PATCH v2 02/10] m68k/coldfire: "
` [PATCH v2 03/10] mips: "
` [PATCH v2 04/10] sh: "
` [PATCH v2 05/10] mfd: "
` [PATCH v2 06/10] ASoC: "
` [PATCH v2 07/10] pcmcia: "
` [PATCH v2 08/10] phy: "
` [PATCH v2 09/10] Input: matrix_keyboard - replace linux/gpio.h inclusion
[PATCH] sh: Fix built-in DTB build with generic rule
2026-07-11 0:01 UTC
[PATCH v6 0/6] gpiolib: fence off legacy interfaces
2026-07-10 21:18 UTC (7+ messages)
` [PATCH 1/6] [v6] Input: soc_button_array - select CONFIG_GPIOLIB_LEGACY
` [PATCH 2/6] [v6] Input: gpio-keys: make legacy gpiolib optional
` [PATCH 3/6] [v6] leds: gpio: make legacy gpiolib interface optional
` [PATCH 4/6] [v6] sh: select legacy gpiolib interface
` [PATCH 5/6] [v6] x86/olpc: select GPIOLIB_LEGACY
` [PATCH 6/6] [v6] gpiolib: turn off legacy interface by default
[PATCH 0/2] sh: mach-x3proto: convert gpio-keys to software nodes
2026-07-10 18:50 UTC (5+ messages)
` [PATCH 1/2] sh: mach-x3proto: add software node for GPIO controller
` [PATCH 2/2] sh: mach-x3proto: convert gpio-keys to software nodes
Toybox make root no longer works as expected
2026-07-10 13:32 UTC (9+ messages)
[PATCH v16 00/18] arm64: entry: Convert to Generic Entry
2026-07-09 8:27 UTC (22+ messages)
` [PATCH v16 01/18] seccomp: Convert __secure_computing() to return boolean
` [PATCH v16 02/18] syscall_user_dispatch: Introduce a weak fallback for arch_syscall_is_vdso_sigreturn()
` [PATCH v16 18/18] arm64: vdso: Expose sigreturn address on vdso to the kernel
[PATCH v5 0/6] gpiolib: fence off legacy interfaces
2026-07-07 14:55 UTC (3+ messages)
[PATCH v2 0/5] treewide: remove unreachable memblock_reserve() return value checks in early boot
2026-07-07 13:40 UTC (5+ messages)
` [PATCH v2 2/5] sh: remove unreachable memblock_reserve() return value check
[PATCH 00/26] sh: maple: cleanup and modernize input drivers
2026-07-06 18:08 UTC (32+ messages)
` [PATCH 01/26] sh: maple: include linux/device.h in linux/maple.h
` [PATCH 02/26] Input: maple_keyb - fix key press detection
` [PATCH 03/26] Input: maplecontrol - only enable present axes
` [PATCH 04/26] Input: maplemouse - stop polling and clear callback on close
` [PATCH 05/26] Input: maplecontrol "
` [PATCH 06/26] Input: maplecontrol - simplify maple_device retrieval in open/close
` [PATCH 07/26] Input: maple_keyb - implement open and close methods
` [PATCH 08/26] Input: maplemouse - remove redundant drvdata resetting
` [PATCH 09/26] Input: maple_keyb "
` [PATCH 10/26] Input: maplecontrol "
` [PATCH 11/26] Input: maplemouse - remove unused mdev->driver assignment
` [PATCH 12/26] Input: maplecontrol "
` [PATCH 13/26] Input: maple_keyb "
` [PATCH 14/26] mtd: maps: vmu-flash: "
` [PATCH 15/26] sh: maple: remove not needed maple_unsupported_device driver
` [PATCH 16/26] sh: maple: remove unused driver field from struct maple_device
` [PATCH 17/26] sh: maple: implement bus-level probe/remove
` [PATCH 18/26] sh: maple: introduce callback_mutex in maple_device
` [PATCH 19/26] Input: maple_keyb - remove redundant mutex and remove method
` [PATCH 20/26] Input: maple_keyb - convert to devm
` [PATCH 21/26] Input: maplemouse "
` [PATCH 22/26] Input: maplecontrol "
` [PATCH 23/26] Input: maple_keyb - fix style issues
` [PATCH 24/26] Input: maplemouse "
` [PATCH 25/26] Input: maplecontrol "
` [PATCH 26/26] Input: maple_keyb - remove redundant 'new' buffer from struct dc_kbd
[PATCH 00/13] treewide: replace linux/gpio.h
2026-07-06 11:22 UTC (7+ messages)
` [PATCH 02/13] m68k/coldfire: replace linux/gpio.h inclusions
` [PATCH 05/13] mfd: "
` [PATCH 07/13] ASoC: "
[PATCH v3 00/10] sh: remove NUMA and SPARSEMEM support
2026-07-03 6:16 UTC (15+ messages)
` [PATCH v3 01/10] sh: remove CONFIG_NUMA and realted configuration options
` [PATCH v3 02/10] sh: mm: remove numa.c
` [PATCH v3 03/10] sh: mm: drop allocate_pgdat()
` [PATCH v3 04/10] sh: remove setup_bootmem_node() and plat_mem_setup()
` [PATCH v3 05/10] sh: drop dead code guarded by #ifdef CONFIG_NUMA
` [PATCH v3 06/10] sh: drop include/asm/mmzone.h
` [PATCH v3 07/10] init/Kconfig: drop ARCH_WANT_NUMA_VARIABLE_LOCALITY
` [PATCH v3 08/10] sh: init: remove call the memblock_set_node()
` [PATCH v3 09/10] sh: remove SPARSEMEM related entries from Kconfig
` [PATCH v3 10/10] sh: drop include/asm/sparsemem.h
[PATCH] Input: maplemouse - fix NULL pointer dereference in open()
2026-07-03 5:46 UTC (2+ messages)
[PATCH 0/4] treewide, mm: initialize node_possible_map like the other node maps
2026-07-01 17:18 UTC (2+ messages)
` [PATCH 2/4] sh: set node_possible_map in do_init_bootmem()
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox