messages from 2023-07-18 06:03:42 to 2023-07-20 16:59:46 UTC [more...]
[PATCH v3] dma-contiguous: support numa CMA for specified node
2023-07-20 16:59 UTC (7+ messages)
[PATCH] shmem: add support for user extended attributes
2023-07-20 16:56 UTC (2+ messages)
[RFC PATCH v2 00/20] context_tracking,x86: Defer some IPIs until a user->kernel transition
2023-07-20 16:30 UTC (21+ messages)
` [RFC PATCH v2 01/20] tracing/filters: Dynamically allocate filter_pred.regex
` [RFC PATCH v2 02/20] tracing/filters: Enable filtering a cpumask field by another cpumask
` [RFC PATCH v2 03/20] tracing/filters: Enable filtering a scalar field by a cpumask
` [RFC PATCH v2 04/20] tracing/filters: Enable filtering the CPU common "
` [RFC PATCH v2 05/20] tracing/filters: Optimise cpumask vs cpumask filtering when user mask is a single CPU
` [RFC PATCH v2 06/20] tracing/filters: Optimise scalar vs cpumask filtering when the "
` [RFC PATCH v2 07/20] tracing/filters: Optimise CPU "
` [RFC PATCH v2 08/20] tracing/filters: Further optimise scalar vs cpumask comparison
` [RFC PATCH v2 09/20] tracing/filters: Document cpumask filtering
` [RFC PATCH v2 10/20] jump_label,module: Don't alloc static_key_mod for __ro_after_init keys
` [RFC PATCH v2 11/20] objtool: Flesh out warning related to pv_ops[] calls
` [RFC PATCH v2 12/20] objtool: Warn about non __ro_after_init static key usage in .noinstr
` [RFC PATCH v2 13/20] context_tracking: Make context_tracking_key __ro_after_init
` [RFC PATCH v2 14/20] x86/kvm: Make kvm_async_pf_enabled __ro_after_init
` [RFC PATCH v2 15/20] context-tracking: Introduce work deferral infrastructure
` [RFC PATCH v2 16/20] rcu: Make RCU dynticks counter size configurable
` [RFC PATCH v2 17/20] rcutorture: Add a test config to torture test low RCU_DYNTICKS width
` [RFC PATCH v2 18/20] context_tracking,x86: Defer kernel text patching IPIs
` [RFC PATCH v2 19/20] context_tracking,x86: Add infrastructure to defer kernel TLBI
` [RFC PATCH v2 20/20] x86/mm, mm/vmalloc: Defer flush_tlb_kernel_range() targeting NOHZ_FULL CPUs
[PATCH net] docs: net: clarify the NAPI rules around XDP Tx
2023-07-20 16:13 UTC
[PATCH RESEND 0/6] docs/zh_TW: update zh_TW's documentation from an ascensive aspect
2023-07-20 15:51 UTC (8+ messages)
` [PATCH RESEND 2/6] docs/zh_TW: update arch
` [PATCH RESEND 3/6] docs/zh_TW: update cpu-freq
` [PATCH RESEND 4/6] docs/zh_TW: update filesystems
` [PATCH RESEND 6/6] docs/zh_TW: turn zh_CN's folder references and headers into zh_TW's ones
[PATCH docs v3] docs: maintainer: document expectations of small time maintainers
2023-07-20 15:15 UTC (2+ messages)
[PATCH 0/2] docs: rust: update instructions on obtaining 'core' source
2023-07-20 14:52 UTC (8+ messages)
` [PATCH 1/2] docs: rust: update instructions for "
` [PATCH 2/2] docs: rust: clarify what 'rustup override' does
[PATCH] docs/zh_TW: remove the mailing list entry for zh_TW
2023-07-20 14:18 UTC
[PATCH] hwmon: (pmbus) Add driver fpr Infineon IR35201
2023-07-20 14:00 UTC (2+ messages)
[PATCH drm-misc-next v8 00/12] DRM GPUVA Manager & Nouveau VM_BIND UAPI
2023-07-20 10:51 UTC (14+ messages)
` [PATCH drm-misc-next v8 01/12] drm: manager to keep track of GPUs VA mappings
` [PATCH drm-misc-next v8 02/12] drm: debugfs: provide infrastructure to dump a DRM GPU VA space
` [PATCH drm-misc-next v8 03/12] drm/nouveau: new VM_BIND uapi interfaces
` [PATCH drm-misc-next v8 04/12] drm/nouveau: get vmm via nouveau_cli_vmm()
` [PATCH drm-misc-next v8 05/12] drm/nouveau: bo: initialize GEM GPU VA interface
` [PATCH drm-misc-next v8 06/12] drm/nouveau: move usercopy helpers to nouveau_drv.h
` [PATCH drm-misc-next v8 07/12] drm/nouveau: fence: separate fence alloc and emit
` [PATCH drm-misc-next v8 08/12] drm/nouveau: fence: fail to emit when fence context is killed
` [PATCH drm-misc-next v8 09/12] drm/nouveau: chan: provide nouveau_channel_kill()
` [PATCH drm-misc-next v8 10/12] drm/nouveau: nvkm/vmm: implement raw ops to manage uvmm
` [PATCH drm-misc-next v8 12/12] drm/nouveau: debugfs: implement DRM GPU VA debugfs
[PATCH v13 00/24] Drivers for Gunyah hypervisor
2023-07-20 10:39 UTC (11+ messages)
` [PATCH v13 10/24] gunyah: vm_mgr: Add/remove user memory regions
[PATCH] afs: Documentation: correct reference to CONFIG_AFS_FS
2023-07-20 9:43 UTC
[PATCH v4 00/10] riscv: Allow userspace to directly access perf counters
2023-07-20 8:36 UTC (4+ messages)
` [PATCH v4 07/10] drivers: perf: Implement perf event mmap support in the SBI backend
[PATCH v6 0/4] RISC-V: mm: Make SV48 the default address space
2023-07-20 8:16 UTC (9+ messages)
` [PATCH v6 1/4] RISC-V: mm: Restrict address space for sv39,sv48,sv57
` [PATCH v6 2/4] RISC-V: mm: Add tests for RISC-V mm
` [PATCH v6 3/4] RISC-V: mm: Update pgtable comment documentation
` [PATCH v6 4/4] RISC-V: mm: Document mmap changes
[PATCH v13 0/9] Implement copy offload support
2023-07-20 8:00 UTC (12+ messages)
` [PATCH v13 2/9] block: Add copy offload support infrastructure
` [PATCH v13 3/9] block: add emulation for copy
` [PATCH v13 4/9] fs, block: copy_file_range for def_blk_ops for direct block device
` [PATCH v13 1/9] block: Introduce queue limits for copy-offload support
` [PATCH v13 5/9] nvme: add copy offload support
[PATCH] dma: DMA_ATTR_SKIP_CPU_SYNC documentation tweaks
2023-07-20 7:06 UTC (8+ messages)
[PATCH v5 00/11] blksnap - block devices snapshots module
2023-07-20 6:16 UTC (15+ messages)
` [PATCH v5 02/11] block: Block Device Filtering Mechanism
` [PATCH v5 04/11] blksnap: header file of the module interface
[PATCH v3 0/8] x86/resctrl: Add support for Sub-NUMA cluster (SNC) systems
2023-07-20 0:20 UTC (19+ messages)
` [PATCH v3 1/8] x86/resctrl: Refactor in preparation for node-scoped resources
` [PATCH v3 2/8] x86/resctrl: Remove hard code of RDT_RESOURCE_L3 in monitor.c
` [PATCH v3 3/8] x86/resctrl: Add a new node-scoped resource to rdt_resources_all[]
` [PATCH v3 4/8] x86/resctrl: Add code to setup monitoring at L3 or NODE scope
` [PATCH v3 5/8] x86/resctrl: Add package scoped resource
` [PATCH v3 7/8] x86/resctrl: Determine if Sub-NUMA Cluster is enabled and initialize
[PATCH v6 0/8] x86/resctrl: Miscellaneous resctrl features
2023-07-19 23:22 UTC (9+ messages)
` [PATCH v6 1/8] x86/resctrl: Add multiple tasks to the resctrl group at once
` [PATCH v6 2/8] x86/resctrl: Simplify rftype flag definitions
` [PATCH v6 3/8] x86/resctrl: Rename rftype flags for consistency
` [PATCH v6 4/8] x86/resctrl: Add comments on RFTYPE flags hierarchy
` [PATCH v6 5/8] x86/resctrl: Unwind the errors inside rdt_enable_ctx
` [PATCH v6 6/8] x86/resctrl: Move default control group creation during mount
` [PATCH v6 7/8] x86/resctrl: Introduce "-o debug" mount option
` [PATCH v6 8/8] x86/resctrl: Display hardware ids of resource groups
[PATCH docs v2] docs: maintainer: document expectations of small time maintainers
2023-07-19 18:36 UTC (11+ messages)
[PATCH v8 0/2] docs: Integrate rustdoc into Rust documentation
2023-07-19 17:20 UTC (5+ messages)
` [PATCH v8 1/2] docs: Move rustdoc output, cross-reference it
` [PATCH v8 2/2] docs: Integrate rustdoc generation into htmldocs
[PATCH v2 1/3] MAINTAINERS: soc: reference maintainer profile
2023-07-19 17:55 UTC (4+ messages)
` [PATCH v2 2/3] Documentation/process: maintainer-soc: add clean platforms profile
` [PATCH v2 3/3] MAINTAINER: samsung: document dtbs_check requirement for Samsung
[PATCH v3 0/4] drm: Atomic modesetting doc and comment improvements
2023-07-19 15:23 UTC (5+ messages)
` [PATCH v3 1/4] drm/todo: Add atomic modesetting references
` [PATCH v3 2/4] drm/todo: Convert list of fbconv links to footnotes
` [PATCH v3 3/4] drm: Remove references to removed transitional helpers
` [PATCH v3 4/4] drm: Fix references to drm_plane_helper_check_state()
[PATCH 1/3] MAINTAINERS: soc: reference maintainer profile
2023-07-19 14:26 UTC (5+ messages)
` [PATCH 2/3] Documentation/process: maintainer-soc: add clean platforms profile
[PATCH 00/35] arm64/gcs: Provide support for GCS at EL0
2023-07-19 14:04 UTC (18+ messages)
` [PATCH 01/35] prctl: arch-agnostic prctl for shadow stack
` [PATCH 02/35] prctl: Add flag for shadow stack writeability and push/pop
` [PATCH 04/35] arm64/gcs: Document the ABI for Guarded Control Stacks
` [PATCH 21/35] arm64/gcs: Implement shadow stack prctl() interface
` [PATCH 22/35] arm64/mm: Implement map_shadow_stack()
[PATCH v11 0/6] iommu/dma: s390 DMA API conversion and optimized IOTLB flushing
2023-07-19 12:56 UTC (3+ messages)
` [PATCH v11 4/6] iommu/s390: Force ISM devices to use IOMMU_DOMAIN_DMA
[PATCH net-next v2] net: tcp: support to probe tcp receiver OOM
2023-07-19 12:35 UTC (3+ messages)
[net-next PatchV4 0/4] octeontx2-pf: support Round Robin scheduling
2023-07-19 11:04 UTC (5+ messages)
` [net-next PatchV4 1/4] octeontx2-pf: implement transmit schedular allocation algorithm
` [net-next PatchV4 2/4] sch_htb: Allow HTB quantum parameter in offload mode
` [net-next PatchV4 3/4] octeontx2-pf: htb offload support for Round Robin scheduling
` [net-next PatchV4 4/4] docs: octeontx2: extend documentation "
[PATCH 00/18] pwm: Provide devm_pwmchip_alloc() function
2023-07-19 10:31 UTC (6+ messages)
` [PATCH 01/18] "
[PATCH v4 00/21] Add Qualcomm Minidump kernel driver related support
2023-07-19 10:29 UTC (25+ messages)
` [PATCH v4 08/21] dt-bindings: reserved-memory: Add qcom,ramoops binding
[net-next Patch v3 0/4] octeontx2-pf: support Round Robin scheduling
2023-07-19 10:11 UTC (4+ messages)
` [net-next Patch v3 4/4] docs: octeontx2: extend documentation for "
` [EXT] "
[PATCH] docs: move s390 under arch
2023-07-19 8:10 UTC (6+ messages)
[PATCH v2 0/1] Add translation of researcher-guidelines
2023-07-19 6:02 UTC (5+ messages)
` [PATCH v2 1/1] docs/sp_SP: Add translation of process/researcher-guidelines
[PATCH v9 00/42] Shadow stacks for userspace
2023-07-18 19:32 UTC (3+ messages)
` [PATCH v9 23/42] Documentation/x86: Add CET shadow stack description
[PATCH] docs: remove tree links from the main index
2023-07-18 18:51 UTC
[PATCH v2] docs/RCU: Bring back smp_wmb()
2023-07-18 16:08 UTC (9+ messages)
[PATCH docs] docs: maintainer: document expectations of small time maintainers
2023-07-18 16:02 UTC (6+ messages)
confusing changes in the documentation table of contents
2023-07-18 15:36 UTC (3+ messages)
[PATCH v7 0/2] docs: Integrate rustdoc into Rust documentation
2023-07-18 15:32 UTC (9+ messages)
` [PATCH v7 1/2] docs: Move rustdoc output, cross-reference it
` [PATCH v7 2/2] docs: Integrate rustdoc generation into htmldocs
[PATCH drm-next v7 00/13] [RFC] DRM GPUVA Manager & Nouveau VM_BIND UAPI
2023-07-18 11:38 UTC (4+ messages)
` [PATCH drm-next v7 02/13] drm: manager to keep track of GPUs VA mappings
[PATCH v2] mm/slub: disable slab merging in the default configuration
2023-07-18 12:08 UTC (8+ messages)
[PATCH v1 1/2] docs: printk-formats: Fix hex printing of signed values
2023-07-18 11:46 UTC (5+ messages)
` [PATCH v1 2/2] docs: printk-formats: Treat char as always unsigned
[PATCH next-next v3] netconsole: Append kernel version to message
2023-07-18 9:10 UTC (2+ messages)
[v6 2/4] dt-bindings: hwmon: Add ASPEED TACH Control documentation
2023-07-18 7:14 UTC (15+ messages)
[v6 0/4] Support pwm/tach driver for aspeed ast26xx
2023-07-18 7:08 UTC (3+ messages)
` [v6 3/4] pwm: Add Aspeed ast2600 PWM support
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).