linux-um.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-04-27 22:49:24 to 2022-05-10 13:00:58 UTC [more...]

[PATCH 00/30] The panic notifiers refactor
 2022-05-10 13:00 UTC  (93+ messages)
` [PATCH 01/30] x86/crash, reboot: Avoid re-disabling VMX in all CPUs on crash/restart
  ` [PATCH 01/30] x86/crash,reboot: "
` [PATCH 02/30] ARM: kexec: Disable IRQs/FIQs also on crash CPUs shutdown path
` [PATCH 04/30] firmware: google: Convert regular spinlock into trylock on panic path
` [PATCH 05/30] misc/pvpanic: "
` [PATCH 06/30] soc: bcm: brcmstb: Document panic notifier action and remove useless header
` [PATCH 07/30] mips: ip22: Reword PANICED to PANICKED "
` [PATCH 08/30] powerpc/setup: Refactor/untangle panic notifiers
` [PATCH 09/30] coresight: cpu-debug: Replace mutex with mutex_trylock on panic notifier
` [PATCH 10/30] alpha: Clean-up the panic notifier code
` [PATCH 11/30] um: Improve panic notifiers consistency and ordering
` [PATCH 12/30] parisc: Replace regular spinlock with spin_trylock on panic path
` [PATCH 13/30] s390/consoles: Improve panic notifiers reliability
` [PATCH 15/30] bus: brcmstb_gisb: Clean-up panic/die notifiers
` [PATCH 16/30] drivers/hv/vmbus, video/hyperv_fb: Untangle and refactor Hyper-V panic notifiers
` [PATCH 17/30] tracing: Improve panic/die notifiers
` [PATCH 18/30] notifier: Show function names on notifier routines if DEBUG_NOTIFIERS is set
` [PATCH 19/30] panic: Add the panic hypervisor notifier list
` [PATCH 20/30] panic: Add the panic informational "
` [PATCH 21/30] panic: Introduce the panic pre-reboot "
` [PATCH 22/30] panic: Introduce the panic post-reboot "
` [PATCH 24/30] panic: Refactor the panic path
` [PATCH 30/30] um: Avoid duplicate call to kmsg_dump()

[PATCH v3 00/15] kbuild: yet another series of cleanups (modpost, LTO, MODULE_REL_CRCS)
 2022-05-08 18:28 UTC  (31+ messages)
` [PATCH v3 01/15] modpost: mitigate false-negatives for static EXPORT_SYMBOL checks
` [PATCH v3 02/15] modpost: change the license of EXPORT_SYMBOL to bool type
` [PATCH v3 03/15] modpost: merge add_{intree_flag, retpoline, staging_flag} to add_header
  ` [PATCH v3 03/15] modpost: merge add_{intree_flag,retpoline,staging_flag} "
` [PATCH v3 04/15] modpost: move *.mod.c generation to write_mod_c_files()
` [PATCH v3 05/15] kbuild: generate a list of objects in vmlinux
` [PATCH v3 06/15] kbuild: record symbol versions in *.cmd files
` [PATCH v3 07/15] modpost: extract symbol versions from "
` [PATCH v3 08/15] kbuild: link symbol CRCs at final link, removing CONFIG_MODULE_REL_CRCS
` [PATCH v3 09/15] kbuild: stop merging *.symversions
` [PATCH v3 10/15] genksyms: adjust the output format to modpost
` [PATCH v3 11/15] kbuild: do not create *.prelink.o for Clang LTO or IBT
` [PATCH v3 12/15] modpost: simplify the ->is_static initialization
` [PATCH v3 13/15] modpost: use hlist for hash table implementation
` [PATCH v3 14/15] kbuild: make built-in.a rule robust against too long argument error
` [PATCH v3 15/15] kbuild: make *.mod "

[PATCH 0/9] ptrace: cleaning up ptrace_stop
 2022-05-06 21:59 UTC  (99+ messages)
      ` [PATCH 1/9] signal: Rename send_signal send_signal_locked
      ` [PATCH 6/9] signal: Always call do_notify_parent_cldstop with siglock held
      ` [PATCH 7/9] ptrace: Simplify the wait_task_inactive call in ptrace_check_attach
      ` [PATCH 9/9] ptrace: Don't change __state
      ` [PATCH 0/12] ptrace: cleaning up ptrace_stop
        ` [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 v2 12/12] sched,signal,ptrace: "
        ` [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

[PATCH net-next 1/6] um: vector: switch to netif_napi_add_weight()
 2022-05-06 17:07 UTC 

[PATCH] um: line: use separate IRQs per line
 2022-05-06 14:30 UTC  (2+ messages)

fix and cleanup discard_alignment handling
 2022-05-06 12:56 UTC  (5+ messages)
` [PATCH 07/11] dasd: don't set the discard_alignment queue limit

[PATCH v5 00/11] archs/random: fallback to best raw ktime when no cycle counter
 2022-05-02 21:01 UTC  (3+ messages)
` [PATCH v5 06/11] nios2: use fallback for random_get_entropy() instead of zero

Build regressions/improvements in v5.18-rc5
 2022-05-02  7:14 UTC 


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).