messages from 2021-10-14 12:03:15 to 2021-10-21 17:05:18 UTC [more...]
[PATCH 00/20] exit cleanups
2021-10-21 17:05 UTC (63+ messages)
` [PATCH 01/20] exit/doublefault: Remove apparently bogus comment about rewind_stack_do_exit
` [PATCH 02/20] exit: Remove calls of do_exit after noreturn versions of die
` [PATCH 03/20] reboot: Remove the unreachable panic after do_exit in reboot(2)
` [PATCH 04/20] signal/sparc32: Remove unreachable do_exit in do_sparc_fault
` [PATCH 05/20] signal/mips: Update (_save|_restore)_fp_context to fail with -EFAULT
` [PATCH 06/20] signal/sh: Use force_sig(SIGKILL) instead of do_group_exit(SIGKILL)
` [PATCH 07/20] signal/powerpc: On swapcontext failure force SIGSEGV
` [PATCH 08/20] signal/sparc: In setup_tsb_params convert open coded BUG into BUG
` [PATCH 09/20] signal/vm86_32: Replace open coded BUG_ON with an actual BUG_ON
` [PATCH 10/20] signal/vm86_32: Properly send SIGSEGV when the vm86 state cannot be saved
` [PATCH 11/20] signal/s390: Use force_sigsegv in default_trap_handler
` [PATCH 12/20] exit/kthread: Have kernel threads return instead of calling do_exit
` [PATCH 13/20] signal: Implement force_fatal_sig
` [PATCH 14/20] exit/syscall_user_dispatch: Send ordinary signals on failure
` [PATCH 15/20] signal/sparc32: Exit with a fatal signal when try_to_clear_window_buffer fails
` [PATCH 16/20] signal/sparc32: In setup_rt_frame and setup_fram use force_fatal_sig
` [PATCH 17/20] signal/x86: In emulate_vsyscall force a signal instead of calling do_exit
` [PATCH 18/20] exit/rtl8723bs: Replace the macro thread_exit with a simple return 0
` [PATCH 19/20] exit/rtl8712: "
` [PATCH 20/20] exit/r8188eu: "
` [PATCH 21/20] signal: Replace force_sigsegv(SIGSEGV) with force_fatal_sig(SIGSEGV)
[PATCH] locking: Generic ticket lock
2021-10-21 16:28 UTC (7+ messages)
[PATCH V8 0/9] x86/Hyper-V: Add Hyper-V Isolation VM support(First part)
2021-10-21 16:22 UTC (11+ messages)
` [PATCH V8 1/9] x86/hyperv: Initialize GHCB page in Isolation VM
` [PATCH V8 2/9] x86/hyperv: Initialize shared memory boundary in the "
` [PATCH V8 3/9] x86/hyperv: Add new hvcall guest address host visibility support
` [PATCH V8 4/9] Drivers: hv: vmbus: Mark vmbus ring buffer visible to host in Isolation VM
` [PATCH V8 5/9] x86/sev-es: Expose sev_es_ghcb_hv_call() to call ghcb hv call out of sev code
` [PATCH V8 6/9] x86/hyperv: Add Write/Read MSR registers via ghcb page
` [PATCH V8 7/9] x86/hyperv: Add ghcb hvcall support for SNP VM
` [PATCH V8 8/9] Drivers: hv: vmbus: Add SNP support for VMbus channel initiate message
` [PATCH V8 9/9] Drivers: hv : vmbus: Initialize VMbus ring buffer for Isolation VM
[PATCH V7 0/9] x86/Hyper-V: Add Hyper-V Isolation VM support(First part)
2021-10-21 15:42 UTC (17+ messages)
` [PATCH V7 5/9] x86/sev-es: Expose __sev_es_ghcb_hv_call() to call ghcb hv call out of sev code
` [PATCH] "
[PATCH v3 0/2] PCI: hv: Hyper-V vPCI for ARM64
2021-10-20 18:57 UTC (8+ messages)
` [PATCH v3 1/2] PCI: hv: Make the code arch neutral by adding arch specific interfaces
` [PATCH v3 2/2] arm64: PCI: hv: Add support for Hyper-V vPCI
[PATCH v5 00/16] Add TDX Guest Support (shared-mm support)
2021-10-20 17:26 UTC (52+ messages)
` [PATCH v5 01/16] x86/mm: Move force_dma_unencrypted() to common code
` [PATCH v5 04/16] x86/tdx: Make pages shared in ioremap()
` [PATCH v5 06/16] x86/tdx: Make DMA pages shared
` [PATCH v5 07/16] x86/kvm: Use bounce buffers for TD guest
` [PATCH v5 12/16] PCI: Add pci_iomap_host_shared(), pci_iomap_host_shared_range()
` [PATCH v5 16/16] x86/tdx: Add cmdline option to force use of ioremap_host_shared
[RFC PATCH v2 00/11] riscv: Add DMA_COHERENT support for Allwinner D1
2021-10-20 8:11 UTC (4+ messages)
` [RFC PATCH v2 07/11] riscv: cmo: Add dma-noncoherency support
[PATCH v2 0/2] MIPS: convert to generic entry
2021-10-19 8:33 UTC (9+ messages)
Another possible use for LKMM, or a subset (strengthening) thereof
2021-10-19 3:50 UTC (6+ messages)
[PATCH v3 00/12] Fix LKDTM for PPC64/IA64/PARISC
2021-10-18 9:16 UTC (19+ messages)
` [PATCH v3 01/12] powerpc: Move and rename func_descr_t
` [PATCH v3 02/12] powerpc: Use 'struct func_desc' instead of 'struct ppc64_opd_entry'
` [PATCH v3 03/12] powerpc: Remove "
` [PATCH v3 04/12] powerpc: Prepare func_desc_t for refactorisation
` [PATCH v3 05/12] ia64: Rename 'ip' to 'addr' in 'struct fdesc'
` [PATCH v3 06/12] asm-generic: Define CONFIG_HAVE_FUNCTION_DESCRIPTORS
` [PATCH v3 07/12] asm-generic: Define 'func_desc_t' to commonly describe function descriptors
` [PATCH v3 08/12] asm-generic: Refactor dereference_[kernel]_function_descriptor()
` [PATCH v3 09/12] lkdtm: Force do_nothing() out of line
` [PATCH v3 10/12] lkdtm: Really write into kernel text in WRITE_KERN
` [PATCH v3 11/12] lkdtm: Fix execute_[user]_location()
` [PATCH v3 12/12] lkdtm: Add a test for function descriptors protection
[PATCH] asm-generic: bug.h: add unreachable() in BUG() for CONFIG_BUG not set
2021-10-17 20:16 UTC (7+ messages)
[RFC PATCH] lkdtm: Replace lkdtm_rodata_do_nothing() by do_nothing()
2021-10-17 17:19 UTC
[PATCH v2 00/13] Fix LKDTM for PPC64/IA64/PARISC
2021-10-17 7:50 UTC (30+ messages)
` [PATCH v2 01/13] powerpc: Move 'struct ppc64_opd_entry' back into asm/elf.h
` [PATCH v2 02/13] powerpc: Rename 'funcaddr' to 'addr' in 'struct ppc64_opd_entry'
` [PATCH v2 03/13] powerpc: Remove func_descr_t
` [PATCH v2 06/13] asm-generic: Use HAVE_FUNCTION_DESCRIPTORS to define associated stubs
` [PATCH v2 08/13] asm-generic: Refactor dereference_[kernel]_function_descriptor()
` [PATCH v2 11/13] lkdtm: Fix lkdtm_EXEC_RODATA()
` [PATCH v2 12/13] lkdtm: Fix execute_[user]_location()
` [PATCH v2 13/13] lkdtm: Add a test for function descriptors protection
[GIT PULL] csky fixes for v5.15-rc6
2021-10-16 16:23 UTC (2+ messages)
[GIT PULL] csky fixes for v5.15-rc6
2021-10-16 1:21 UTC
[PATCH 0/4] x86: Various clean-ups in support of FGKASLR
2021-10-15 18:27 UTC (2+ messages)
[RFC PATCH] LKMM: Add ctrl_dep() macro for control dependency
2021-10-14 22:36 UTC (15+ messages)
[PATCH 0/7] wchan: Fix wchan support
2021-10-14 19:51 UTC (12+ messages)
` [PATCH 6/7] arch: __get_wchan || STACKTRACE_SUPPORT
[PATCH v22 00/28] Control-flow Enforcement: Shadow Stack
2021-10-14 16:15 UTC (3+ messages)
` [PATCH v22 21/28] mm: Re-introduce vm_flags to do_mmap()
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;
as well as URLs for NNTP newsgroup(s).