messages from 2023-06-12 14:27:53 to 2023-06-14 07:05:53 UTC [more...]
[PATCH v2] ALSA: compress: allow setting codec params after next track
2023-06-14 7:04 UTC (2+ messages)
[PATCH v5 00/11] blksnap - block devices snapshots module
2023-06-14 6:26 UTC (8+ messages)
` [PATCH v5 04/11] blksnap: header file of the module interface
[PATCH net-next v4 5/5] page_pool: update document about frag API
2023-06-14 4:40 UTC (2+ messages)
[PATCH 0/5] arm64: docs: Move the arm64 docs under Documentation/arch/
2023-06-14 1:29 UTC (11+ messages)
` [PATCH 1/5] docs: arm64: Move arm64 documentation "
` [PATCH 2/5] dt-bindings: fix dangling Documentation/arm64 reference
` [PATCH 3/5] arm64: Fix dangling references to Documentation/arm64
` [PATCH 4/5] mm: Fix a dangling Documentation/arm64 reference
` [PATCH 5/5] perf arm-spe: "
[PATCH drm-next v4 00/14] [RFC] DRM GPUVA Manager & Nouveau VM_BIND UAPI
2023-06-14 1:20 UTC (9+ messages)
` [PATCH drm-next v4 02/14] maple_tree: split up MA_STATE() macro
` [PATCH drm-next v4 03/14] drm: manager to keep track of GPUs VA mappings
` [PATCH drm-next v4 14/14] drm/nouveau: debugfs: implement DRM GPU VA debugfs
[PATCH v13 00/24] Drivers for Gunyah hypervisor
2023-06-13 23:02 UTC (8+ messages)
` [PATCH v13 10/24] gunyah: vm_mgr: Add/remove user memory regions
[linux-next:master 8191/9385] htmldocs: Documentation/networking/device_drivers/ethernet/mellanox/mlx5/switchdev.rst:57: WARNING: Unexpected indentation
2023-06-13 21:47 UTC
[PATCH V3 00/11] rtla improvements
2023-06-13 20:27 UTC (5+ messages)
` [PATCH V3 02/11] rtla: Add --house-keeping option
[PATCH v3 0/2] memcontrol: support cgroup level OOM protection
2023-06-13 20:24 UTC (9+ messages)
[PATCH v23 0/8] crash: Kernel handling of CPU and memory hot un/plug
2023-06-13 20:19 UTC (13+ messages)
` [PATCH v23 1/8] crash: move a few code bits to setup support of crash hotplug
` [PATCH v23 2/8] crash: add generic infrastructure for crash hotplug support
` [PATCH v23 3/8] kexec: exclude elfcorehdr from the segment digest
` [PATCH v23 4/8] crash: memory and CPU hotplug sysfs attributes
` [PATCH v23 5/8] x86/crash: add x86 crash hotplug support
` [PATCH v23 6/8] crash: hotplug support for kexec_load()
` [PATCH v23 7/8] crash: change crash_prepare_elf64_headers() to for_each_possible_cpu()
` [PATCH v23 8/8] x86/crash: optimize CPU changes
[PATCH v9 00/42] Shadow stacks for userspace
2023-06-13 19:57 UTC (73+ messages)
` [PATCH v9 01/42] mm: Rename arch pte_mkwrite()'s to pte_mkwrite_novma()
` [PATCH v9 02/42] mm: Move pte/pmd_mkwrite() callers with no VMA to _novma()
` [PATCH v9 03/42] mm: Make pte_mkwrite() take a VMA
` [PATCH v9 04/42] mm: Re-introduce vm_flags to do_mmap()
` [PATCH v9 05/42] mm: Move VM_UFFD_MINOR_BIT from 37 to 38
` [PATCH v9 06/42] x86/shstk: Add Kconfig option for shadow stack
` [PATCH v9 07/42] x86/traps: Move control protection handler to separate file
` [PATCH v9 08/42] x86/cpufeatures: Add CPU feature flags for shadow stacks
` [PATCH v9 09/42] x86/mm: Move pmd_write(), pud_write() up in the file
` [PATCH v9 10/42] x86/mm: Introduce _PAGE_SAVED_DIRTY
` [PATCH v9 11/42] x86/mm: Update ptep/pmdp_set_wrprotect() for _PAGE_SAVED_DIRTY
` [PATCH v9 12/42] x86/mm: Start actually marking _PAGE_SAVED_DIRTY
` [PATCH v9 13/42] x86/mm: Remove _PAGE_DIRTY from kernel RO pages
` [PATCH v9 14/42] mm: Introduce VM_SHADOW_STACK for shadow stack memory
` [PATCH v9 15/42] x86/mm: Check shadow stack page fault errors
` [PATCH v9 16/42] mm: Add guard pages around a shadow stack
` [PATCH v9 17/42] mm: Warn on shadow stack memory in wrong vma
` [PATCH v9 18/42] x86/mm: Warn if create Write=0,Dirty=1 with raw prot
` [PATCH v9 19/42] mm/mmap: Add shadow stack pages to memory accounting
` [PATCH v9 20/42] x86/mm: Introduce MAP_ABOVE4G
` [PATCH v9 21/42] x86/mm: Teach pte_mkwrite() about stack memory
` [PATCH v9 22/42] mm: Don't allow write GUPs to shadow "
` [PATCH v9 23/42] Documentation/x86: Add CET shadow stack description
` [PATCH v9 24/42] x86/fpu/xstate: Introduce CET MSR and XSAVES supervisor states
` [PATCH v9 25/42] x86/fpu: Add helper for modifying xstate
` [PATCH v9 26/42] x86: Introduce userspace API for shadow stack
` [PATCH v9 27/42] x86/shstk: Add user control-protection fault handler
` [PATCH v9 28/42] x86/shstk: Add user-mode shadow stack support
` [PATCH v9 29/42] x86/shstk: Handle thread shadow stack
` [PATCH v9 30/42] x86/shstk: Introduce routines modifying shstk
` [PATCH v9 31/42] x86/shstk: Handle signals for shadow stack
` [PATCH v9 32/42] x86/shstk: Check that SSP is aligned on sigreturn
` [PATCH v9 33/42] x86/shstk: Check that signal frame is shadow stack mem
` [PATCH v9 34/42] x86/shstk: Introduce map_shadow_stack syscall
` [PATCH v9 35/42] x86/shstk: Support WRSS for userspace
` [PATCH v9 36/42] x86: Expose thread features in /proc/$PID/status
` [PATCH v9 37/42] x86/shstk: Wire in shadow stack interface
` [PATCH v9 38/42] x86/cpufeatures: Enable CET CR4 bit for shadow stack
` [PATCH v9 39/42] selftests/x86: Add shadow stack test
` [PATCH v9 40/42] x86: Add PTRACE interface for shadow stack
` [PATCH v9 41/42] x86/shstk: Add ARCH_SHSTK_UNLOCK
` [PATCH v9 42/42] x86/shstk: Add ARCH_SHSTK_STATUS
[PATCH] Documentation/mm: Add kmap_local_folio() to Temporary Virt. Mappings
2023-06-13 19:37 UTC (2+ messages)
[PATCH v1 0/2] Report on physically contiguous memory in smaps
2023-06-13 18:44 UTC (4+ messages)
` [PATCH v1 1/2] mm: /proc/pid/smaps: Report large folio mappings
` [PATCH v1 2/2] mm: /proc/pid/smaps: Report contpte mappings
[PATCH v2 0/4] Docs/RCU/rculist_nulls: Minor fixups
2023-06-13 18:24 UTC (5+ messages)
` [PATCH v2 1/4] Docs/RCU/rculist_nulls: Fix trivial coding style
` [PATCH v2 2/4] Docs/RCU/rculist_nulls: Assign 'obj' before use from the examples
` [PATCH v2 3/4] Docs/RCU/rculist_nulls: Fix hlist_head field name of 'obj'
` [PATCH v2 4/4] Docs/RCU/rculist_nulls: Fix wrong text about atomic_set_release()
[PATCH v14 00/25] Drivers for Gunyah hypervisor
2023-06-13 17:20 UTC (26+ messages)
` [PATCH v14 01/25] docs: gunyah: Introduce Gunyah Hypervisor
` [PATCH v14 02/25] dt-bindings: Add binding for gunyah hypervisor
` [PATCH v14 03/25] gunyah: Common types and error codes for Gunyah hypercalls
` [PATCH v14 04/25] virt: gunyah: Add hypercalls to identify Gunyah
` [PATCH v14 05/25] virt: gunyah: msgq: Add hypercalls to send and receive messages
` [PATCH v14 06/25] mailbox: Add Gunyah message queue mailbox
` [PATCH v14 07/25] gunyah: rsc_mgr: Add resource manager RPC core
` [PATCH v14 08/25] gunyah: rsc_mgr: Add VM lifecycle RPC
` [PATCH v14 09/25] gunyah: vm_mgr: Introduce basic VM Manager
` [PATCH v14 10/25] gunyah: rsc_mgr: Add RPC for sharing memory
` [PATCH v14 11/25] gunyah: vm_mgr: Add/remove user memory regions
` [PATCH v14 12/25] gunyah: vm_mgr: Add ioctls to support basic non-proxy VM boot
` [PATCH v14 13/25] samples: Add sample userspace Gunyah VM Manager
` [PATCH v14 14/25] gunyah: rsc_mgr: Add platform ops on mem_lend/mem_reclaim
` [PATCH v14 15/25] virt: gunyah: Add Qualcomm Gunyah platform ops
` [PATCH v14 16/25] docs: gunyah: Document Gunyah VM Manager
` [PATCH v14 17/25] virt: gunyah: Translate gh_rm_hyp_resource into gunyah_resource
` [PATCH v14 18/25] gunyah: vm_mgr: Add framework for VM Functions
` [PATCH v14 19/25] virt: gunyah: Add resource tickets
` [PATCH v14 20/25] virt: gunyah: Add IO handlers
` [PATCH v14 21/25] virt: gunyah: Add proxy-scheduled vCPUs
` [PATCH v14 22/25] virt: gunyah: Add hypercalls for sending doorbell
` [PATCH v14 23/25] virt: gunyah: Add irqfd interface
` [PATCH v14 24/25] virt: gunyah: Add ioeventfd
` [PATCH v14 25/25] MAINTAINERS: Add Gunyah hypervisor drivers section
[PATCH] arm64: add kdump.rst into index.rst
2023-06-13 17:13 UTC (2+ messages)
[PATCH v2] docs: security: Confidential computing intro and threat model for x86 virtualization
2023-06-13 17:03 UTC (3+ messages)
[RFC PATCH v8 00/10] Create common DPLL configuration API
2023-06-13 16:38 UTC (21+ messages)
` [RFC PATCH v8 01/10] dpll: documentation on DPLL subsystem interface
` [RFC PATCH v8 03/10] dpll: core: Add DPLL framework base functions
` [RFC PATCH v8 05/10] dpll: api header: "
` [RFC PATCH v8 06/10] netdev: expose DPLL pin handle for netdevice
[PATCH v4 01/11] documentation: Block Device Filtering Mechanism
2023-06-13 15:23 UTC (10+ messages)
` [PATCH v4 02/11] block: "
` [PATCH v4 11/11] blksnap: Kconfig and Makefile
[PATCH v2 1/1] gpiolib: Remove unused gpio_cansleep()
2023-06-13 14:53 UTC (2+ messages)
[PATCH v4] Documentation/mm: Initial page table documentation
2023-06-13 14:45 UTC (3+ messages)
[PATCH v14 00/15] phy: Add support for Lynx 10G SerDes
2023-06-13 14:27 UTC (14+ messages)
[PATCH v2] New module to add NCT6692D watchdog funtionality
2023-06-13 13:33 UTC
[PATCH v2] Documentation: RISC-V: patch-acceptance: mention patchwork's role
2023-06-13 13:00 UTC (2+ messages)
[PATCH 1/4] Rip out simple_strtoll()
2023-06-13 10:14 UTC (2+ messages)
[PATCH v3 0/2] memcontrol: support cgroup level OOM protection
2023-06-13 8:16 UTC (3+ messages)
[PATCH v6] f2fs: support FAULT_LOCK type fault injection
2023-06-13 8:01 UTC (2+ messages)
[PATCH v2] docs/RCU: Add the missing rcu_read_unlock()
2023-06-13 3:16 UTC (2+ messages)
[PATCH] docs/RCU: Add the missing rcu_read_unlock()
2023-06-13 0:59 UTC (3+ messages)
[PATCH 0/7] docs: Move Documentation/arm under Documentation/arch
2023-06-12 23:40 UTC (3+ messages)
` [PATCH 4/7] mips: update a reference to a moved Arm Document
[PATCH net-next] tcp: Make pingpong threshold tunable
2023-06-12 22:05 UTC (3+ messages)
[PATCH] rust: bindgen: upgrade to 0.65.1
2023-06-12 19:43 UTC
[PATCH v3 0/3] TDX Guest Quote generation support
2023-06-12 19:03 UTC (3+ messages)
` [PATCH v3 3/3] selftests/tdx: Test GetQuote TDX attestation feature
[PATCH] Documentation: virt: correct location of haltpoll module params
2023-06-12 14:24 UTC (2+ messages)
[PATCH RFC 00/17] arm64 kernel text replication
2023-06-12 15:04 UTC (4+ messages)
` [PATCH RFC 02/17] arm64: place kernel in its own L0 page table entry
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).