messages from 2025-12-04 20:04:05 to 2025-12-05 18:37:25 UTC [more...]
[PATCH v25 00/28] riscv control-flow integrity for usermode
2025-12-05 18:37 UTC (18+ messages)
` [PATCH v25 01/28] mm: VM_SHADOW_STACK definition for riscv
` [PATCH v25 02/28] dt-bindings: riscv: zicfilp and zicfiss in dt-bindings (extensions.yaml)
` [PATCH v25 03/28] riscv: zicfiss / zicfilp enumeration
` [PATCH v25 04/28] riscv: zicfiss / zicfilp extension csr and bit definitions
` [PATCH v25 05/28] riscv: usercfi state for task and save/restore of CSR_SSP on trap entry/exit
` [PATCH v25 06/28] riscv/mm : ensure PROT_WRITE leads to VM_READ | VM_WRITE
` [PATCH v25 07/28] riscv/mm: manufacture shadow stack pte
` [PATCH v25 08/28] riscv/mm: teach pte_mkwrite to manufacture shadow stack PTEs
` [PATCH v25 09/28] riscv/mm: write protect and shadow stack
` [PATCH v25 10/28] riscv/mm: Implement map_shadow_stack() syscall
` [PATCH v25 11/28] riscv/shstk: If needed allocate a new shadow stack on clone
` [PATCH v25 12/28] riscv: Implements arch agnostic shadow stack prctls
` [PATCH v25 13/28] prctl: arch-agnostic prctl for indirect branch tracking
` [PATCH v25 14/28] riscv: Implements arch agnostic indirect branch tracking prctls
` [PATCH v25 15/28] riscv/traps: Introduce software check exception and uprobe handling
` [PATCH v25 16/28] riscv: signal: abstract header saving for setup_sigcontext
` [PATCH v25 17/28] riscv/signal: save and restore of shadow stack for signal
[PATCH v8 00/13] Direct Map Removal Support for guest_memfd
2025-12-05 18:35 UTC (17+ messages)
` [PATCH v8 01/13] x86: export set_direct_map_valid_noflush to KVM module
` [PATCH v8 02/13] x86/tlb: export flush_tlb_kernel_range "
` [PATCH v8 03/13] mm: introduce AS_NO_DIRECT_MAP
` [PATCH v8 04/13] KVM: guest_memfd: Add stub for kvm_arch_gmem_invalidate
` [PATCH v8 05/13] KVM: guest_memfd: Add flag to remove from direct map
` [PATCH v8 06/13] KVM: x86: define kvm_arch_gmem_supports_no_direct_map()
` [PATCH v8 07/13] KVM: arm64: "
` [PATCH v8 08/13] KVM: selftests: load elf via bounce buffer
` [PATCH v8 09/13] KVM: selftests: set KVM_MEM_GUEST_MEMFD in vm_mem_add() if guest_memfd != -1
` [PATCH v8 10/13] KVM: selftests: Add guest_memfd based vm_mem_backing_src_types
` [PATCH v8 11/13] KVM: selftests: cover GUEST_MEMFD_FLAG_NO_DIRECT_MAP in existing selftests
` [PATCH v8 12/13] KVM: selftests: stuff vm_mem_backing_src_type into vm_shape
` [PATCH v8 13/13] KVM: selftests: Test guest execution from direct map removed gmem
[PATCH v2] Support conditional deps using "depends on X if Y"
2025-12-05 18:23 UTC (6+ messages)
[PATCH v24 00/28] riscv control-flow integrity for usermode
2025-12-05 18:24 UTC (30+ messages)
` [PATCH v24 03/28] riscv: zicfiss / zicfilp enumeration
` [PATCH v24 04/28] riscv: zicfiss / zicfilp extension csr and bit definitions
` [PATCH v24 05/28] riscv: usercfi state for task and save/restore of CSR_SSP on trap entry/exit
` [PATCH v24 06/28] riscv/mm : ensure PROT_WRITE leads to VM_READ | VM_WRITE
` [PATCH v24 07/28] riscv/mm: manufacture shadow stack pte
` [PATCH v24 08/28] riscv/mm: teach pte_mkwrite to manufacture shadow stack PTEs
` [PATCH v24 09/28] riscv/mm: write protect and shadow stack
` [PATCH v24 10/28] riscv/mm: Implement map_shadow_stack() syscall
` [PATCH v24 11/28] riscv/shstk: If needed allocate a new shadow stack on clone
` [PATCH v24 12/28] riscv: Implements arch agnostic shadow stack prctls
` [PATCH v24 13/28] prctl: arch-agnostic prctl for indirect branch tracking
` [PATCH v24 14/28] riscv: Implements arch agnostic indirect branch tracking prctls
` [PATCH v24 15/28] riscv/traps: Introduce software check exception and uprobe handling
` [PATCH v24 16/28] riscv: signal: abstract header saving for setup_sigcontext
` [PATCH v24 17/28] riscv/signal: save and restore of shadow stack for signal
` [PATCH v24 18/28] riscv/kernel: update __show_regs to print shadow stack register
` [PATCH v24 19/28] riscv/ptrace: riscv cfi status and state via ptrace and in core files
` [PATCH v24 20/28] riscv/hwprobe: zicfilp / zicfiss enumeration in hwprobe
` [PATCH v24 21/28] riscv: kernel command line option to opt out of user cfi
` [PATCH v24 22/28] riscv: enable kernel access to shadow stack memory via FWFT sbi call
` [PATCH v24 23/28] arch/riscv: compile vdso with landing pad and shadow stack note
` [PATCH v24 24/28] arch/riscv: dual vdso creation logic and select vdso based on hw
` [PATCH v24 25/28] riscv: create a config for shadow stack and landing pad instr support
` [PATCH v24 26/28] riscv: Documentation for landing pad / indirect branch tracking
` [PATCH v24 27/28] riscv: Documentation for shadow stack on riscv
` [PATCH v24 28/28] kselftest/riscv: kselftest for user mode cfi
[PATCH v13 00/10] drm: Reduce page tables overhead with THP
2025-12-05 18:22 UTC (11+ messages)
` [PATCH v13 01/10] drm/shmem-helper: Simplify page offset calculation in fault handler
` [PATCH v13 02/10] drm/shmem-helper: Map huge pages "
` [PATCH v13 03/10] drm/gem: Introduce drm_gem_get_unmapped_area() fop
` [PATCH v13 04/10] drm/gem: Add huge tmpfs mountpoint helpers
` [PATCH v13 05/10] drm/i915: Use "
` [PATCH v13 06/10] drm/v3d: "
` [PATCH v13 07/10] drm/gem: Get rid of *_with_mnt helpers
` [PATCH v13 08/10] drm/panthor: Introduce huge tmpfs mountpoint option
` [PATCH v13 09/10] drm/panfrost: "
` [PATCH v13 10/10] Documentation/gpu/drm-mm: Add THP paragraph to GEM mapping section
[PATCH] docs: arm: keystone: fix link to devicetree binding document
2025-12-05 17:49 UTC
[PATCH v7 03/12] mm: introduce AS_NO_DIRECT_MAP
2025-12-05 17:24 UTC (8+ messages)
` [PATCH v7 04/12] KVM: guest_memfd: Add stub for kvm_arch_gmem_invalidate
` [PATCH v7 05/12] KVM: guest_memfd: Add flag to remove from direct map
` [PATCH v7 12/12] KVM: selftests: Test guest execution from direct map removed gmem
[PATCH] Documentation: Improve wording on requirements for a free Nitrokey
2025-12-05 15:33 UTC (4+ messages)
[PATCH v2 1/1] docs: Update documentation to avoid mentioning of kernel.h
2025-12-05 15:25 UTC (3+ messages)
` [PATCH] Doc:it_IT: Do not reference kernel.h anymore
[PATCH v3 0/9] Add support for AD4062 device family
2025-12-05 15:12 UTC (10+ messages)
` [PATCH v3 1/9] dt-bindings: iio: adc: Add adi,ad4062
` [PATCH v3 2/9] docs: iio: New docs for ad4062 driver
` [PATCH v3 3/9] iio: adc: Add support for ad4062
` [PATCH v3 4/9] docs: iio: ad4062: Add IIO Trigger support
` [PATCH v3 5/9] iio: adc: "
` [PATCH v3 6/9] docs: iio: ad4062: Add IIO Events support
` [PATCH v3 7/9] iio: adc: "
` [PATCH v3 8/9] docs: iio: ad4062: Add GPIO Controller support
` [PATCH v3 9/9] iio: adc: "
[PATCH v5 0/5] drm/amdgpu: add UMA carveout tuning interfaces
2025-12-05 14:05 UTC (9+ messages)
` [PATCH v5 1/5] drm/amdgpu: parse UMA size-getting/setting bits in ATCS mask
` [PATCH v5 2/5] drm/amdgpu: add helper to read UMA carveout info
` [PATCH v5 3/5] drm/amdgpu: add UMA allocation setting helpers
` [PATCH v5 4/5] drm/amdgpu: add UMA allocation interfaces to sysfs
` [PATCH v5 5/5] Documentation/amdgpu: Add UMA carveout details
[PATCH v3 05/13] Documentation/rv: Add documentation about hybrid automata
2025-12-05 13:16 UTC (5+ messages)
` [PATCH v3 06/13] rv: Add sample hybrid monitors stall
` [PATCH v3 07/13] rv: Convert the opid monitor to a hybrid automaton
` [PATCH v3 12/13] rv: Add deadline monitors
` [PATCH v3 13/13] rv: Add dl_server specific monitors
[PATCH v3 0/3] iio: adc: Add AD4134 minimum I/O support
2025-12-05 12:50 UTC (9+ messages)
` [PATCH v3 1/3] dt-bindings: iio: adc: Add AD4134
` [PATCH v3 3/3] Docs: iio: "
[PATCH v4 0/8] Add Chinese translation for USB subsystem
2025-12-05 12:10 UTC (7+ messages)
` [PATCH v4 1/8] docs/zh_CN: Add index.rst translation
[PATCH v2 0/9] Add support for AD4062 device family
2025-12-05 12:02 UTC (22+ messages)
` [PATCH v2 3/9] iio: adc: Add support for ad4062
` [PATCH v2 7/9] iio: adc: ad4062: Add IIO Events support
` [PATCH v2 9/9] iio: adc: ad4062: Add GPIO Controller support
[PATCH v12 00/10] drm: Reduce page tables overhead with THP
2025-12-05 11:32 UTC (13+ messages)
` [PATCH v12 01/10] drm/shmem-helper: Simplify page offset calculation in fault handler
` [PATCH v12 02/10] drm/shmem-helper: Map huge pages "
` [PATCH v12 03/10] drm/gem: Introduce drm_gem_get_unmapped_area() fop
` [PATCH v12 04/10] drm/gem: Add huge tmpfs mountpoint helpers
` [PATCH v12 05/10] drm/i915: Use "
` [PATCH v12 06/10] drm/v3d: "
` [PATCH v12 07/10] drm/gem: Get rid of *_with_mnt helpers
` [PATCH v12 08/10] drm/panthor: Introduce huge tmpfs mountpoint option
` [PATCH v12 09/10] drm/panfrost: "
` [PATCH v12 10/10] Documentation/gpu/drm-mm: Add THP paragraph to GEM mapping section
[PATCH net-next 0/4] (no cover subject)
2025-12-05 10:21 UTC (7+ messages)
[PATCH net-next V4 02/14] documentation: networking: add shared devlink documentation
2025-12-05 9:39 UTC (11+ messages)
[PATCH v18 00/42] DEPT(DEPendency Tracker)
2025-12-05 9:27 UTC (44+ messages)
` [PATCH v18 01/42] dept: implement "
` [PATCH v18 02/42] dept: add single event dependency tracker APIs
` [PATCH v18 03/42] dept: add lock "
` [PATCH v18 04/42] dept: tie to lockdep and IRQ tracing
` [PATCH v18 05/42] dept: add proc knobs to show stats and dependency graph
` [PATCH v18 06/42] dept: distinguish each kernel context from another
` [PATCH v18 07/42] dept: distinguish each work "
` [PATCH v18 08/42] dept: add a mechanism to refill the internal memory pools on running out
` [PATCH v18 09/42] dept: record the latest one out of consecutive waits of the same class
` [PATCH v18 10/42] dept: apply sdt_might_sleep_{start,end}() to wait_for_completion()/complete()
` [PATCH v18 11/42] dept: apply sdt_might_sleep_{start,end}() to swait
` [PATCH v18 12/42] dept: apply sdt_might_sleep_{start,end}() to waitqueue wait
` [PATCH v18 13/42] dept: apply sdt_might_sleep_{start,end}() to hashed-waitqueue wait
` [PATCH v18 14/42] dept: apply sdt_might_sleep_{start,end}() to dma fence
` [PATCH v18 15/42] dept: track timeout waits separately with a new Kconfig
` [PATCH v18 16/42] dept: apply timeout consideration to wait_for_completion()/complete()
` [PATCH v18 17/42] dept: apply timeout consideration to swait
` [PATCH v18 18/42] dept: apply timeout consideration to waitqueue wait
` [PATCH v18 19/42] dept: apply timeout consideration to hashed-waitqueue wait
` [PATCH v18 20/42] dept: apply timeout consideration to dma fence wait
` [PATCH v18 21/42] dept: make dept able to work with an external wgen
` [PATCH v18 22/42] dept: track PG_locked with dept
` [PATCH v18 23/42] dept: print staged wait's stacktrace on report
` [PATCH v18 24/42] locking/lockdep: prevent various lockdep assertions when lockdep_off()'ed
` [PATCH v18 25/42] dept: add documents for dept
` [PATCH v18 26/42] cpu/hotplug: use a weaker annotation in AP thread
` [PATCH v18 27/42] dept: assign dept map to mmu notifier invalidation synchronization
` [PATCH v18 28/42] dept: assign unique dept_key to each distinct dma fence caller
` [PATCH v18 29/42] dept: make dept aware of lockdep_set_lock_cmp_fn() annotation
` [PATCH v18 30/42] dept: make dept stop from working on debug_locks_off()
` [PATCH v18 31/42] dept: assign unique dept_key to each distinct wait_for_completion() caller
` [PATCH v18 32/42] completion, dept: introduce init_completion_dmap() API
` [PATCH v18 33/42] dept: introduce a new type of dependency tracking between multi event sites
` [PATCH v18 34/42] dept: add module support for struct dept_event_site and dept_event_site_dep
` [PATCH v18 35/42] dept: introduce event_site() to disable event tracking if it's recoverable
` [PATCH v18 36/42] dept: implement a basic unit test for dept
` [PATCH v18 37/42] dept: call dept_hardirqs_off() in local_irq_*() regardless of irq state
` [PATCH v18 38/42] rcu/update: fix same dept key collision between various types of RCU
` [PATCH v18 39/42] dept: introduce APIs to set page usage and use subclasses_evt for the usage
` [PATCH v18 40/42] dept: track PG_writeback with dept
` [PATCH v18 41/42] SUNRPC: relocate struct rcu_head to the first field of struct rpc_xprt
` [PATCH v18 42/42] mm: percpu: increase PERCPU_DYNAMIC_SIZE_SHIFT on DEPT and large PAGE_SIZE
[PATCH v11 00/10] drm: Reduce page tables overhead with THP
2025-12-05 9:11 UTC (2+ messages)
` [PATCH v11 01/10] drm/shmem-helper: Simplify page offset calculation in fault handler
[PATCH v9 00/11] drm: Reduce page tables overhead with THP
2025-12-05 8:37 UTC (6+ messages)
` [PATCH v9 05/11] drm/i915: Use huge tmpfs mountpoint helpers
[RFC PATCH -next 2/2] mm/mglru: remove memcg lru
2025-12-05 2:57 UTC (2+ messages)
` [RFC PATCH -next 1/2] mm/mglru: use mem_cgroup_iter for global reclaim
[PATCH v8 00/15] Consolidate iommu page table implementations (AMD)
2025-12-05 2:40 UTC (3+ messages)
` [PATCH v8 13/15] iommu/amd: Use the generic iommu page table
[PATCH] docs: make kptr_restrict and hash_pointers reference each other
2025-12-05 1:00 UTC
[RFC PATCH -next 0/2] mm/mglru: remove memcg lru
2025-12-04 22:29 UTC (3+ messages)
` [RFC PATCH -next 1/2] mm/mglru: use mem_cgroup_iter for global reclaim
[PATCH v4 0/3] Introduce support for C linked list interfacing and GPU Buddy bindings
2025-12-04 21:57 UTC (5+ messages)
` [PATCH v4 1/3] rust: clist: Add support to interface with C linked lists
` [PATCH v4 2/3] gpu: Move DRM buddy allocator one level up
` [PATCH v4 3/3] rust: gpu: Add GPU buddy allocator bindings
[joel-granados:jag/no-macro-conv 23/25] htmldocs: Documentation/filesystems/api-summary:107: ./kernel/sysctl.c:794: WARNING: Block quote ends without a blank line; unexpected unindent. [docutils]
2025-12-04 21:47 UTC
[PATCH v3] mm, hugetlb: implement movable_gigantic_pages sysctl
2025-12-04 20:58 UTC (4+ messages)
[PATCH v6 0/5] asdf
2025-12-04 20:25 UTC (4+ messages)
` [PATCH v6 3/5] compiler_types: Introduce __flex_counter() and family
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).