messages from 2023-03-30 22:44:36 to 2023-04-04 08:42:15 UTC [more...]
[PATCH v2 0/6] LoongArch: Add kernel address sanitizer support
2023-04-04 8:41 UTC (4+ messages)
` [PATCH v2 1/6] LoongArch: Simplified randomization layout after jump new kernel processing
` [PATCH v2 2/6] LoongArch: Fix _CONST64_(x) as unsigned
` [PATCH v2 3/6] LoongArch: Add kernel address sanitizer support
[PATCH drm-next v3 00/15] [RFC] DRM GPUVA Manager & Nouveau VM_BIND UAPI
2023-04-04 8:36 UTC (21+ messages)
` [PATCH drm-next v3 01/15] drm: execution context for GEM buffers v3
` [PATCH drm-next v3 02/15] drm_exec: fix double dma_resv unlock
` [PATCH drm-next v3 03/15] maple_tree: split up MA_STATE() macro
` [PATCH drm-next v3 04/15] drm: manager to keep track of GPUs VA mappings
` [PATCH drm-next v3 05/15] drm: debugfs: provide infrastructure to dump a DRM GPU VA space
` [PATCH drm-next v3 06/15] drm/nouveau: new VM_BIND uapi interfaces
` [PATCH drm-next v3 07/15] drm/nouveau: get vmm via nouveau_cli_vmm()
` [PATCH drm-next v3 08/15] drm/nouveau: bo: initialize GEM GPU VA interface
` [PATCH drm-next v3 09/15] drm/nouveau: move usercopy helpers to nouveau_drv.h
` [PATCH drm-next v3 10/15] drm/nouveau: fence: separate fence alloc and emit
` [PATCH drm-next v3 11/15] drm/nouveau: fence: fail to emit when fence context is killed
` [PATCH drm-next v3 12/15] drm/nouveau: chan: provide nouveau_channel_kill()
` [PATCH drm-next v3 13/15] drm/nouveau: nvkm/vmm: implement raw ops to manage uvmm
` [PATCH drm-next v3 14/15] drm/nouveau: implement new VM_BIND uAPI
` [PATCH drm-next v3 15/15] drm/nouveau: debugfs: implement DRM GPU VA debugfs
[RFC PATCH v3 0/2] Providing mount in memfd_restricted() syscall
2023-04-04 8:25 UTC (6+ messages)
` [RFC PATCH v3 1/2] mm: restrictedmem: Allow userspace to specify mount for memfd_restricted
` [RFC PATCH v3 2/2] selftests: restrictedmem: Check hugepage-ness of shmem file backing restrictedmem fd
[PATCH bpf-next v2 08/10] xsk: Support UMEM chunk_size > PAGE_SIZE
2023-04-04 8:20 UTC (3+ messages)
[PATCH v4 0/5] docs & checkpatch: allow Closes tags with links
2023-04-04 8:09 UTC (8+ messages)
` [PATCH v4 1/5] docs: process: "
` [PATCH v4 2/5] checkpatch: don't print the next line if not defined
` [PATCH v4 3/5] checkpatch: use a list of "link" tags
` [PATCH v4 4/5] checkpatch: allow Closes tags with links
` [PATCH v4 5/5] checkpatch: check for misuse of the link tags
[PATCH v2 0/4] Improve PTT filter interface
2023-04-04 6:55 UTC (6+ messages)
` [PATCH v2 1/4] hwtracing: hisi_ptt: Factor out filter allocation and release operation
` [PATCH v2 2/4] hwtracing: hisi_ptt: Add support for dynamically updating the filter list
` [PATCH v2 3/4] hwtracing: hisi_ptt: Export available filters through sysfs
` [PATCH v2 4/4] hwtracing: hisi_ptt: Advertise PERF_PMU_CAP_NO_EXCLUDE for PTT PMU
[PATCH V3 00/20] Add basic ACPI support for RISC-V
2023-04-04 6:54 UTC (8+ messages)
[PATCH V4 00/10] Add Tegra234 HTE support
2023-04-04 5:33 UTC (10+ messages)
` [PATCH V4 03/10] dt-bindings: timestamp: Deprecate nvidia,slices property
` [PATCH V4 04/10] dt-bindings: timestamp: Add nvidia,gpio-controller
[PATCH v3] Documentation: Add document for false sharing
2023-04-04 5:22 UTC
[PATCH bpf-next v4 1/2] docs/bpf: Add table to describe LRU properties
2023-04-04 2:37 UTC (10+ messages)
` [PATCH bpf-next v4 2/2] docs/bpf: Add LRU internals description and graph
[PATCH v7] Introduction-of-HP-BIOSCFG-driver-documentation
2023-04-04 2:33 UTC
[PATCH] Documentation: update kernel stack for x86_64
2023-04-04 2:25 UTC (2+ messages)
[PATCH v11 00/26] Drivers for gunyah hypervisor
2023-04-03 21:09 UTC (48+ messages)
` [PATCH v11 03/26] gunyah: Common types and error codes for Gunyah hypercalls
` [PATCH v11 04/26] virt: gunyah: Add hypercalls to identify Gunyah
` [PATCH v11 05/26] virt: gunyah: Identify hypervisor version
` [PATCH v11 06/26] virt: gunyah: msgq: Add hypercalls to send and receive messages
` [PATCH v11 07/26] mailbox: Add Gunyah message queue mailbox
` [PATCH v11 08/26] gunyah: rsc_mgr: Add resource manager RPC core
` [PATCH v11 09/26] gunyah: rsc_mgr: Add VM lifecycle RPC
` [PATCH v11 10/26] gunyah: vm_mgr: Introduce basic VM Manager
` [PATCH v11 11/26] gunyah: rsc_mgr: Add RPC for sharing memory
` [PATCH v11 12/26] gunyah: vm_mgr: Add/remove user memory regions
` [PATCH v11 13/26] gunyah: vm_mgr: Add ioctls to support basic non-proxy VM boot
` [PATCH v11 14/26] samples: Add sample userspace Gunyah VM Manager
` [PATCH v11 15/26] gunyah: rsc_mgr: Add platform ops on mem_lend/mem_reclaim
` [PATCH v11 18/26] virt: gunyah: Translate gh_rm_hyp_resource into gunyah_resource
` [PATCH v11 19/26] gunyah: vm_mgr: Add framework to add VM Functions
` [PATCH v11 20/26] virt: gunyah: Add resource tickets
` [PATCH v11 21/26] virt: gunyah: Add IO handlers
` [PATCH v11 22/26] virt: gunyah: Add proxy-scheduled vCPUs
` [PATCH v11 23/26] virt: gunyah: Add hypercalls for sending doorbell
` [PATCH v11 24/26] virt: gunyah: Add irqfd interface
` [PATCH v11 25/26] virt: gunyah: Add ioeventfd
[PATCH v3 11/11] Documentation: iio: Document high-speed DMABUF based API
2023-04-03 18:37 UTC (3+ messages)
sphinx - proper method for linking
2023-04-03 17:27 UTC (7+ messages)
[PATCH v5 0/8] QAIC accel driver
2023-04-03 17:22 UTC (2+ messages)
[PATCH v1 0/2] RISC-V: enable rust
2023-04-03 17:14 UTC (7+ messages)
[PATCH v4 0/3] mm: process/cgroup ksm support
2023-04-03 17:04 UTC (14+ messages)
` [PATCH v4 1/3] mm: add new api to enable ksm per process
[PATCH v13] tee: optee: Add SMC for loading OP-TEE image
2023-04-03 16:56 UTC (2+ messages)
[PATCH v2 0/6] Add basic Minidump kernel driver support
2023-04-03 16:25 UTC (2+ messages)
[RFC PATCH 2/7] x86/entry: Add IST main stack
2023-04-03 16:21 UTC (2+ messages)
[PATCH v2] docs: kvm: x86: Fix broken field list
2023-04-03 15:12 UTC (2+ messages)
[PATCH v2] Documentation: Add document for false sharing
2023-04-03 14:07 UTC (5+ messages)
[RFC PATCH 0/6] Improve VM DVFS and task placement behavior
2023-04-03 10:18 UTC (10+ messages)
` [RFC PATCH 2/6] kvm: arm64: Add support for get_cur_cpufreq service
` [RFC PATCH 3/6] kvm: arm64: Add support for util_hint service
` [RFC PATCH 4/6] kvm: arm64: Add support for get_freqtbl service
[PATCH v3 0/5] net: Make MAC/PHY time stamping selectable
2023-04-03 9:27 UTC (21+ messages)
` [PATCH v3 3/5] net: Let the active time stamping layer be selectable
[PATCH v2] fs/9p: Rework cache modes and add new options to Documentation
2023-04-03 0:22 UTC
[PATCH] Documentation: firmware: Clarify firmware path usage
2023-04-02 13:54 UTC
[PATCH] fs/9p: Rework cache modes and add new options to Documentation
2023-04-02 10:34 UTC (4+ messages)
[PATCH 0/4] docs: move yet more architecture docs
2023-04-02 6:44 UTC (9+ messages)
` [PATCH 1/4] docs: Move arc architecture docs under Documentation/arch/
` [PATCH 3/4] docs: move parisc documentation "
` [PATCH 4/4] docs: move m68k architecture "
[PATCH v2] ext4: fix performance issue of xattr when expanding inode
2023-04-02 1:30 UTC
[PATCH v2] arm64: mm: Increase MODULES_VSIZE to 2GB
2023-04-01 19:50 UTC (3+ messages)
[PATCH bpf-next v3] docs/bpf: Add LRU internals description and graph
2023-04-01 18:57 UTC (5+ messages)
[PATCH v8 0/2] arm64: support batched/deferred tlb shootdown during page reclamation
2023-04-01 12:12 UTC (5+ messages)
` [PATCH v8 2/2] "
[PATCH] docs/mm: Physical Memory: Fix grammar
2023-04-01 7:38 UTC (3+ messages)
[linux-next:master 8321/8375] htmldocs: Warning: arch/x86/Kconfig references a file that doesn't exist: Documentation/x86/shstk.rst
2023-04-01 6:58 UTC
[RFC PATCH v2 0/6] Improve VM CPUfreq and task placement behavior
2023-04-01 3:28 UTC (14+ messages)
` [RFC PATCH v2 1/6] sched/fair: Add util_guest for tasks
` [RFC PATCH v2 2/6] kvm: arm64: Add support for get_cur_cpufreq service
` [RFC PATCH v2 3/6] kvm: arm64: Add support for util_hint service
` [RFC PATCH v2 4/6] kvm: arm64: Add support for get_freqtbl service
` [RFC PATCH v2 5/6] dt-bindings: cpufreq: add bindings for virtual kvm cpufreq
` [RFC PATCH v2 6/6] cpufreq: add kvm-cpufreq driver
[PATCH] LoongArch: Add kernel address sanitizer support
2023-04-01 3:23 UTC (8+ messages)
[RFC PATCH v2 1/2] mm: restrictedmem: Allow userspace to specify mount for memfd_restricted
2023-03-31 23:56 UTC (2+ messages)
[KTAP V2 PATCH] ktap_v2: allow prefix to KTAP lines
2023-03-31 20:50 UTC (4+ messages)
[KTAP V2 PATCH] ktap_v2: add recognized test name line
2023-03-31 20:00 UTC (4+ messages)
[PATCH v2 0/3] Add support to configure Coresight Dummy subunit
2023-03-31 18:47 UTC (3+ messages)
` [PATCH v2 2/3] dt-bindings: arm: Add Coresight Dummy Trace YAML schema
[PATCH v12] tee: optee: Add SMC for loading OP-TEE image
2023-03-31 18:35 UTC (3+ messages)
[PATCH v3 0/7] RISC-V Hardware Probing User Interface
2023-03-31 17:51 UTC (6+ messages)
` [PATCH v3 2/7] RISC-V: Add a syscall for HW probing
[PATCH 0/6] Documentation: arch reorg (continued)
2023-03-31 17:31 UTC (3+ messages)
` [PATCH 5/6] docs: move openrisc documentation under Documentation/arch/
[PATCH v3 55/55] sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)
2023-03-31 16:09 UTC
[PATCH] docs/sp_SP: Add translation of process/adding-syscalls
2023-03-31 14:27 UTC (3+ messages)
[RFC v1 0/4] Allow dynamic allocation of software IO TLB bounce buffers
2023-03-31 13:06 UTC (3+ messages)
` [RFC v1 1/4] dma-mapping: introduce the DMA_ATTR_MAY_SLEEP attribute
[PATCH -next v2 0/2] support allocating crashkernel above 4G explicitly on riscv
2023-03-31 11:36 UTC (6+ messages)
` [PATCH -next v2 1/2] riscv: kdump: Implement crashkernel=X,[high,low]
[PATCH v3 0/4] docs & checkpatch: allow Closes tags with links
2023-03-31 10:34 UTC (13+ messages)
` [PATCH v3 3/4] "
` [PATCH v3 4/4] checkpatch: check for misuse of the link tags
[RFC v1 3/4] swiotlb: Allow dynamic allocation of bounce buffers
2023-03-31 9:00 UTC (3+ messages)
[PATCH] docs: kvm: x86: Fix a broken field list
2023-03-31 9:00 UTC (3+ messages)
[PATCH v2] list: test: Test the klist structure
2023-03-31 8:08 UTC (2+ messages)
[PATCH v8 0/7] Remove VT-d virtual command interface and IOASID
2023-03-31 8:04 UTC (2+ messages)
[PATCH RFC 0/2] Begin reorganizing the arch documentation
2023-03-31 3:20 UTC (7+ messages)
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).