public inbox for linux-um@lists.infradead.org
 help / color / mirror / Atom feed
 messages from 2022-04-18 07:10:05 to 2022-05-02 15:47:26 UTC [more...]

[PATCH 0/9] ptrace: cleaning up ptrace_stop
 2022-05-02 15:47 UTC  (74+ messages)
      ` [PATCH 1/9] signal: Rename send_signal send_signal_locked
      ` [PATCH 2/9] signal: Replace __group_send_sig_info with send_signal_locked
      ` [PATCH 3/9] ptrace/um: Replace PT_DTRACE with TIF_SINGLESTEP
      ` [PATCH 4/9] ptrace/xtensa: Replace PT_SINGLESTEP "
      ` [PATCH 5/9] signal: Protect parent child relationships by childs siglock
      ` [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 8/9] ptrace: Use siglock instead of tasklist_lock "
      ` [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 00/30] The panic notifiers refactor
 2022-05-02 15:47 UTC  (72+ messages)
` [PATCH 01/30] x86/crash, reboot: Avoid re-disabling VMX in all CPUs on crash/restart
` [PATCH 02/30] ARM: kexec: Disable IRQs/FIQs also on crash CPUs shutdown path
` [PATCH 03/30] notifier: Add panic notifiers info and purge trailing whitespaces
` [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 14/30] panic: Properly identify the panic event to the notifiers' callbacks
` [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 23/30] printk: kmsg_dump: Introduce helper to inform number of dumpers
` [PATCH 24/30] panic: Refactor the panic path
` [PATCH 25/30] panic, printk: Add console flush parameter and convert panic_print to a notifier
` [PATCH 26/30] Drivers: hv: Do not force all panic notifiers to execute before kdump
` [PATCH 27/30] powerpc: "
` [PATCH 28/30] panic: Unexport crash_kexec_post_notifiers
` [PATCH 29/30] powerpc: ps3, pseries: Avoid duplicate call to kmsg_dump() on panic
` [PATCH 30/30] um: Avoid duplicate call to kmsg_dump()

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

fix and cleanup discard_alignment handling
 2022-04-26 14:25 UTC  (21+ messages)
` [PATCH 03/11] null_blk: don't set the discard_alignment queue limit
  ` [dm-devel] "
` [PATCH 05/11] dm-zoned: "
  ` [dm-devel] "
` [PATCH 06/11] raid5: "
` [PATCH 08/11] loop: remove a spurious clear of discard_alignment
  ` [dm-devel] "
` [PATCH 09/11] nvme: "
  ` [dm-devel] "
` [PATCH 10/11] rnbd-srv: use bdev_discard_alignment
  ` [dm-devel] "
` [PATCH 11/11] xen-blkback: "
  ` [dm-devel] "

[PATCH v9 00/32] virtio pci support VIRTIO_F_RING_RESET (refactor vring)
 2022-04-26  9:59 UTC  (14+ messages)
` [PATCH v9 31/32] virtio_net: support rx/tx queue resize

[PATCH v4 00/11] archs/random: fallback to best raw ktime when no cycle counter
 2022-04-24 10:51 UTC  (12+ messages)
` [PATCH v4 04/11] mips: use fallback for random_get_entropy() instead of zero

[PATCH v6 00/17] archs/random: fallback to best raw ktime when no cycle counter
 2022-04-23 21:26 UTC 

[PATCH v5 00/11] archs/random: fallback to best raw ktime when no cycle counter
 2022-04-23 10:00 UTC  (24+ messages)
` [PATCH v5 01/11] timekeeping: add raw clock fallback for random_get_entropy()
` [PATCH v5 02/11] m68k: use fallback for random_get_entropy() instead of zero
` [PATCH v5 03/11] riscv: "
` [PATCH v5 04/11] mips: use fallback for random_get_entropy() instead of just c0 random
` [PATCH v5 05/11] arm: use fallback for random_get_entropy() instead of zero
` [PATCH v5 06/11] nios2: "
` [PATCH v5 07/11] x86: "
` [PATCH v5 08/11] um: "
` [PATCH v5 09/11] sparc: "
` [PATCH v5 10/11] xtensa: "
` [PATCH v5 11/11] random: insist on random_get_entropy() existing in order to simplify

[PATCH v2] um: x86: print RIP with symbol
 2022-04-22 12:06 UTC 

[PATCH] um: x86: print RIP with symbol
 2022-04-22 12:04 UTC 

use block_device based APIs in block layer consumers v3
 2022-04-19 12:55 UTC  (6+ messages)
` [PATCH 08/27] btrfs: use bdev_max_active_zones instead of open coding it
` [PATCH 27/27] direct-io: remove random prefetches

[RFC v1 00/10] roadtest: a driver testing framework
 2022-04-18 19:44 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