messages from 2022-04-29 20:02:14 to 2022-05-10 15:47:40 UTC [more...]
[PATCH 12/22] ia64: cleanup remove_siblinginfo()
2022-05-10 15:47 UTC
[PATCH 0/12] ptrace: cleaning up ptrace_stop
2022-05-10 15:34 UTC (79+ messages)
` [PATCH v2 01/12] signal: Rename send_signal send_signal_locked
` [PATCH v2 02/12] signal: Replace __group_send_sig_info with send_signal_locked
` [PATCH v2 03/12] ptrace/um: Replace PT_DTRACE with TIF_SINGLESTEP
` [PATCH v2 04/12] ptrace/xtensa: Replace PT_SINGLESTEP "
` [PATCH v2 05/12] signal: Use lockdep_assert_held instead of assert_spin_locked
` [PATCH v2 06/12] ptrace: Reimplement PTRACE_KILL by always sending SIGKILL
` [PATCH v2 07/12] ptrace: Don't change __state
` [PATCH v2 08/12] ptrace: Remove arch_ptrace_attach
` [PATCH v2 09/12] ptrace: Always take siglock in ptrace_resume
` [PATCH v2 10/12] ptrace: Only return signr from ptrace_stop if it was provided
` [PATCH v2 11/12] ptrace: Always call schedule in ptrace_stop
` [PATCH v2 12/12] sched,signal,ptrace: Rework TASK_TRACED, TASK_STOPPED state
` [PATCH v3 0/11] ptrace: cleaning up ptrace_stop
` [PATCH v3 01/11] signal: Rename send_signal send_signal_locked
` [PATCH v3 02/11] signal: Replace __group_send_sig_info with send_signal_locked
` [PATCH v3 03/11] ptrace/um: Replace PT_DTRACE with TIF_SINGLESTEP
` [PATCH v3 04/11] ptrace/xtensa: Replace PT_SINGLESTEP "
` [PATCH v3 05/11] ptrace: Remove arch_ptrace_attach
` [PATCH v3 06/11] signal: Use lockdep_assert_held instead of assert_spin_locked
` [PATCH v3 07/11] ptrace: Reimplement PTRACE_KILL by always sending SIGKILL
` [PATCH v3 08/11] ptrace: Admit ptrace_stop can generate spuriuos SIGTRAPs
` [PATCH v3 09/11] ptrace: Don't change __state
` [PATCH v3 10/11] ptrace: Always take siglock in ptrace_resume
` [PATCH v3 11/11] sched,signal,ptrace: Rework TASK_TRACED, TASK_STOPPED state
` [PATCH v4 0/12] ptrace: cleaning up ptrace_stop
` [PATCH v4 01/12] signal: Rename send_signal send_signal_locked
` [PATCH v4 02/12] signal: Replace __group_send_sig_info with send_signal_locked
` [PATCH v4 03/12] ptrace/um: Replace PT_DTRACE with TIF_SINGLESTEP
` [PATCH v4 04/12] ptrace/xtensa: Replace PT_SINGLESTEP "
` [PATCH v4 05/12] ptrace: Remove arch_ptrace_attach
` [PATCH v4 06/12] signal: Use lockdep_assert_held instead of assert_spin_locked
` [PATCH v4 07/12] ptrace: Reimplement PTRACE_KILL by always sending SIGKILL
` [PATCH v4 08/12] ptrace: Document that wait_task_inactive can't fail
` [PATCH v4 09/12] ptrace: Admit ptrace_stop can generate spuriuos SIGTRAPs
` [PATCH v4 10/12] ptrace: Don't change __state
` [PATCH v4 11/12] ptrace: Always take siglock in ptrace_resume
` [PATCH v4 12/12] sched,signal,ptrace: Rework TASK_TRACED, TASK_STOPPED state
[ia64] Linux 5.17 (Debian) - Hardened Usercopy: kernel BUG at mm/usercopy.c:100
2022-05-10 12:48 UTC
[PATCH] ia64: mca: Drop redundant spinlock initialization
2022-05-10 10:01 UTC (2+ messages)
[PATCH v3 0/3] Fix CONT-PTE/PMD size hugetlb issue when unmapping or migrating
2022-05-10 4:26 UTC (6+ messages)
` [PATCH v3 1/3] mm: change huge_ptep_clear_flush() to return the original pte
` [PATCH v3 2/3] mm: rmap: Fix CONT-PTE/PMD size hugetlb issue when migration
` [PATCH v3 3/3] mm: rmap: Fix CONT-PTE/PMD size hugetlb issue when unmapping
[PATCH v2 0/3] Fix CONT-PTE/PMD size hugetlb issue when unmapping or migrating
2022-05-10 1:35 UTC (18+ messages)
` [PATCH v2 1/3] mm: change huge_ptep_clear_flush() to return the original pte
` [PATCH v2 2/3] mm: rmap: Fix CONT-PTE/PMD size hugetlb issue when migration
` [PATCH v2 3/3] mm: rmap: Fix CONT-PTE/PMD size hugetlb issue when unmapping
[PATCH 0/3] Fix CONT-PTE/PMD size hugetlb issue when unmapping or migrating
2022-05-10 1:28 UTC (22+ messages)
` [PATCH 1/3] mm: change huge_ptep_clear_flush() to return the original pte
` [PATCH 2/3] mm: rmap: Fix CONT-PTE/PMD size hugetlb issue when migration
` [PATCH 3/3] mm: rmap: Fix CONT-PTE/PMD size hugetlb issue when unmapping
[PATCH v8 00/27] Introduce power-off+restart call chain API
2022-05-09 23:32 UTC (28+ messages)
` [PATCH v8 01/27] notifier: Add atomic_notifier_call_chain_is_empty()
` [PATCH v8 02/27] notifier: Add blocking/atomic_notifier_chain_register_unique_prio()
` [PATCH v8 03/27] kernel/reboot: Introduce sys-off handler API
` [PATCH v8 04/27] kernel/reboot: Wrap legacy power-off callbacks into sys-off handlers
` [PATCH v8 05/27] kernel/reboot: Add do_kernel_power_off()
` [PATCH v8 06/27] kernel/reboot: Add stub for pm_power_off
` [PATCH v8 07/27] kernel/reboot: Add kernel_can_power_off()
` [PATCH v8 08/27] kernel/reboot: Add register_platform_power_off()
` [PATCH v8 09/27] ARM: Use do_kernel_power_off()
` [PATCH v8 10/27] csky: "
` [PATCH v8 11/27] riscv: "
` [PATCH v8 12/27] arm64: "
` [PATCH v8 13/27] parisc: "
` [PATCH v8 14/27] xen/x86: "
` [PATCH v8 15/27] powerpc: "
` [PATCH v8 16/27] m68k: Switch to new sys-off handler API
` [PATCH v8 17/27] sh: Use do_kernel_power_off()
` [PATCH v8 18/27] x86: "
` [PATCH v8 19/27] ia64: "
` [PATCH v8 20/27] mips: "
` [PATCH v8 21/27] memory: emif: Use kernel_can_power_off()
` [PATCH v8 22/27] ACPI: power: Switch to sys-off handler API
` [PATCH v8 23/27] regulator: pfuze100: Use devm_register_sys_off_handler()
` [PATCH v8 24/27] reboot: Remove pm_power_off_prepare()
` [PATCH v8 25/27] soc/tegra: pmc: Use sys-off handler API to power off Nexus 7 properly
` [PATCH v8 26/27] kernel/reboot: Add devm_register_power_off_handler()
` [PATCH v8 27/27] kernel/reboot: Add devm_register_restart_handler()
[PATCHv3 0/2] cpu/hotplug: Keep cpu hotplug disabled until the rebooting cpu is stable
2022-05-09 4:13 UTC (2+ messages)
` [PATCHv3 2/2] arm/arm64/ia64: kexec: fix the primary cpu passed to smp_shutdown_nonboot_cpus()
[PATCH] arch/ia64: no need to initialise statics to 0
2022-05-08 3:35 UTC (2+ messages)
[RFC v2 01/39] Kconfig: introduce HAS_IOPORT option and select it as necessary
2022-05-08 0:15 UTC (34+ messages)
[PATCH v2 0/9] introduce mirrored memory support for arm64
2022-05-07 9:28 UTC (4+ messages)
` [PATCH 0/2] Add support to relocate kernel image to mirrored region
[PATCH 0/2] null_blk: fix wrong use of nr_online_nodes
2022-05-06 17:23 UTC (4+ messages)
` [PATCH 1/2] include/linux/nodemask.h: create node_available() helper
` [PATCH 2/2] null_blk: fix wrong use of nr_online_nodes
[PATCH v7 00/20] Introduce power-off+restart call chain API
2022-05-06 15:28 UTC (9+ messages)
` [PATCH v7 04/20] kernel: Add combined power-off+restart handler "
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