messages from 2023-06-09 12:21:10 to 2023-06-13 00:12:37 UTC [more...]
[PATCH v9 00/42] Shadow stacks for userspace
2023-06-13 0:10 UTC (12+ 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 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 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
[RFC PATCH v8 00/10] Create common DPLL configuration API
2023-06-12 23:49 UTC (37+ messages)
` [RFC PATCH v8 01/10] dpll: documentation on DPLL subsystem interface
` [RFC PATCH v8 02/10] dpll: spec: Add Netlink spec in YAML
` [RFC PATCH v8 03/10] dpll: core: Add DPLL framework base functions
` [RFC PATCH v8 04/10] dpll: netlink: "
` [RFC PATCH v8 05/10] dpll: api header: "
` [RFC PATCH v8 06/10] netdev: expose DPLL pin handle for netdevice
` [RFC PATCH v8 07/10] ice: add admin commands to access cgu configuration
` [RFC PATCH v8 08/10] ice: implement dpll interface to control cgu
` [RFC PATCH v8 09/10] ptp_ocp: implement DPLL ops
` [RFC PATCH v8 10/10] mlx5: Implement SyncE support using DPLL infrastructure
[PATCH v4 01/11] documentation: Block Device Filtering Mechanism
2023-06-12 23:43 UTC (11+ messages)
` [PATCH v4 02/11] block: "
` [PATCH v4 04/11] blksnap: header file of the module interface
` [PATCH v4 05/11] blksnap: module management interface functions
` [PATCH v4 06/11] blksnap: handling and tracking I/O units
` [PATCH v4 07/11] blksnap: minimum data storage unit of the original block device
` [PATCH v4 08/11] blksnap: difference storage
` [PATCH v4 09/11] blksnap: event queue from the "
` [PATCH v4 10/11] blksnap: snapshot and snapshot image block device
` [PATCH v4 11/11] blksnap: Kconfig and Makefile
[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 v2] docs: security: Confidential computing intro and threat model for x86 virtualization
2023-06-12 22:43 UTC (2+ messages)
[PATCH net-next] tcp: Make pingpong threshold tunable
2023-06-12 22:05 UTC (4+ messages)
[PATCH] docs/RCU: Add the missing rcu_read_unlock()
2023-06-12 21:26 UTC (2+ messages)
[PATCH v23 0/8] crash: Kernel handling of CPU and memory hot un/plug
2023-06-12 21:07 UTC (9+ 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 v14 00/15] phy: Add support for Lynx 10G SerDes
2023-06-12 20:46 UTC (13+ 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 (7+ messages)
` [PATCH v3 1/3] x86/tdx: Add TDX Guest event notify interrupt support
` [PATCH v3 2/3] virt: tdx-guest: Add Quote generation support
` [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 (3+ messages)
[PATCH v5 00/11] blksnap - block devices snapshots module
2023-06-12 16:19 UTC (14+ messages)
` [PATCH v5 01/11] documentation: Block Device Filtering Mechanism
` [PATCH v5 02/11] block: "
` [PATCH v5 03/11] documentation: Block Devices Snapshots Module
` [PATCH v5 04/11] blksnap: header file of the module interface
` [PATCH v5 05/11] blksnap: module management interface functions
` [PATCH v5 06/11] blksnap: handling and tracking I/O units
` [PATCH v5 07/11] blksnap: minimum data storage unit of the original block device
` [PATCH v5 08/11] blksnap: difference storage
` [PATCH v5 09/11] blksnap: event queue from the "
` [PATCH v5 10/11] blksnap: snapshot and snapshot image block device
` [PATCH v5 11/11] blksnap: Kconfig and Makefile
[PATCH RFC 00/17] arm64 kernel text replication
2023-06-12 15:04 UTC (6+ messages)
` [PATCH RFC 01/17] arm64: consolidate rox page protection logic
` [PATCH RFC 02/17] arm64: place kernel in its own L0 page table entry
[PATCH V3 00/11] rtla improvements
2023-06-12 14:21 UTC (5+ messages)
` [PATCH V3 02/11] rtla: Add --house-keeping option
[PATCH v5 00/11] blksnap - block devices snapshots module
2023-06-12 13:21 UTC (9+ messages)
` [PATCH v5 01/11] documentation: Block Device Filtering Mechanism
` [PATCH v5 02/11] block: "
` [PATCH v5 03/11] documentation: Block Devices Snapshots Module
` [PATCH v5 04/11] blksnap: header file of the module interface
` [PATCH v5 05/11] blksnap: module management interface functions
` [PATCH v5 06/11] blksnap: handling and tracking I/O units
` [PATCH v5 07/11] blksnap: minimum data storage unit of the original block device
` [PATCH v5 08/11] blksnap: difference storage
[PATCH net-next v4 5/5] page_pool: update document about frag API
2023-06-12 13:02 UTC
[PATCH v13 00/24] Drivers for Gunyah hypervisor
2023-06-12 12:57 UTC (19+ messages)
` [PATCH v13 09/24] gunyah: rsc_mgr: Add RPC for sharing memory
` [PATCH v13 16/24] virt: gunyah: Translate gh_rm_hyp_resource into gunyah_resource
` [PATCH v13 17/24] gunyah: vm_mgr: Add framework for VM Functions
` [PATCH v13 22/24] virt: gunyah: Add irqfd interface
` [PATCH v13 23/24] virt: gunyah: Add ioeventfd
[PATCH v2 0/7] docs: Move Documentation/arm under Documentation/arch
2023-06-12 12:38 UTC (2+ messages)
[PATCH v3 00/10] RISCV: Add KVM_GET_REG_LIST API
2023-06-12 9:44 UTC (14+ messages)
` [PATCH v3 07/10] KVM: arm64: selftests: Finish generalizing get-reg-list
` [PATCH v3 09/10] KVM: riscv: selftests: Skip some registers set operation
` [PATCH v3 10/10] KVM: riscv: selftests: Add get-reg-list test
[PATCH v4 00/11] blksnap - block devices snapshots module
2023-06-12 9:23 UTC (4+ messages)
[PATCH v4 0/9] GenieZone hypervisor drivers
2023-06-12 8:02 UTC (11+ messages)
` [PATCH v4 2/9] virt: geniezone: Add GenieZone hypervisor support
` [PATCH v4 4/9] virt: geniezone: Add irqchip support for virtual interrupt injection
` [PATCH v4 5/9] virt: geniezone: Add irqfd support
` [PATCH v4 7/9] virt: geniezone: Add memory region support
` [PATCH v4 8/9] virt: geniezone: Add dtb config support
[PATCH 0/4] Documentation: KVM: multiple editing corrections
2023-06-12 3:08 UTC (5+ messages)
` [PATCH 1/4] Documentation: KVM: make corrections to halt-polling.rst
` [PATCH 2/4] Documentation: KVM: make corrections to locking.rst
` [PATCH 3/4] Documentation: KVM: make corrections to ppc-pv.rst
` [PATCH 4/4] Documentation: KVM: make corrections to vcpu-requests.rst
[PATCH v3] Documentation/hwmon: Fix description of devm_hwmon_device_unregister()
2023-06-12 1:45 UTC
[PATCH v2] Documentation/hwmon: Fix description of devm_hwmon_device_unregister()
2023-06-12 1:42 UTC (4+ messages)
[PATCH] arm64: add kdump.rst into index.rst
2023-06-12 1:14 UTC (2+ messages)
[PATCH] Documentation/mm: Add kmap_local_folio() to Temporary Virt. Mappings
2023-06-11 5:50 UTC (2+ messages)
[PATCH v3] Documentation/mm: Initial page table documentation
2023-06-11 5:24 UTC (3+ messages)
[arm64:for-next/kdump 2/2] htmldocs: Documentation/arm64/kdump.rst: WARNING: document isn't included in any toctree
2023-06-10 21:26 UTC
[dhowells-fs:crypto-krb5 1/19] htmldocs: Documentation/crypto/krb5.rst: WARNING: document isn't included in any toctree
2023-06-10 15:57 UTC
[PATCH 1/4] Rip out simple_strtoll()
2023-06-10 12:59 UTC (12+ messages)
` [PATCH 2/4] vsscanf(): Return -ERANGE on integer overflow
` [PATCH 3/4] Add strict version of vsscanf()
` [PATCH 4/4] Strict XenStore entry parsing
[PATCH 4/4] Docs/RCU/rculist_nulls: Drop unnecessary '_release' in insert function
2023-06-10 11:04 UTC (7+ messages)
[PATCH v3 1/2] kernel-doc: don't let V=1 change outcome
2023-06-10 7:40 UTC (2+ messages)
[PATCH v2 tracing 0/6] tracing: additional filter predicates
2023-06-09 21:15 UTC (4+ messages)
` [PATCH v2 tracing 3/6] tracing: support IPv6 "
[PATCH 05/12] percpu: Add {raw,this}_cpu_try_cmpxchg()
2023-06-09 16:20 UTC (4+ messages)
` [PATCH v2 5/12] "
[RFC PATCH 0/5] tracing/filters: filtering event fields with a cpumask
2023-06-09 15:03 UTC (6+ messages)
` [RFC PATCH 1/5] tracing/filters: Dynamically allocate filter_pred.regex
` [RFC PATCH 2/5] tracing/filters: Enable filtering a cpumask field by another cpumask
` [RFC PATCH 3/5] tracing/filters: Enable filtering a scalar field by a cpumask
` [RFC PATCH 4/5] tracing/filters: Enable filtering the CPU common "
` [RFC PATCH 5/5] tracing/filters: Document cpumask filtering
[PATCH v2] ALSA: compress: allow setting codec params after next track
2023-06-09 15:04 UTC
[PATCH v2 0/4] drm: Atomic modesetting doc and comment improvements
2023-06-09 13:44 UTC (5+ messages)
` [PATCH v2 1/4] drm/todo: Add atomic modesetting references
` [PATCH v2 2/4] drm/todo: Convert list of fbconv links to footnotes
` [PATCH v2 3/4] drm: Remove references to removed transitional helpers
` [PATCH v2 4/4] drm: Fix references to drm_plane_helper_check_state()
[PATCH mm-unstable v2 00/10] mm/kvm: locklessly clear the accessed bit
2023-06-09 13:04 UTC (3+ messages)
` kvm/arm64: Spark benchmark
[PATCH drm-next v4 00/14] [RFC] DRM GPUVA Manager & Nouveau VM_BIND UAPI
2023-06-09 11:56 UTC (2+ messages)
[PATCH 0/3] drm: Atomic modesetting doc and comment improvements
2023-06-09 12:47 UTC (5+ messages)
` [PATCH 2/3] drm: Remove references to removed transitional helpers
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).