messages from 2023-07-03 21:19:16 to 2023-07-07 17:24:13 UTC [more...]
[PATCH v2 0/9] tracing/filters: filtering event fields with a cpumask
2023-07-07 17:21 UTC (8+ messages)
` [PATCH v2 1/9] tracing/filters: Dynamically allocate filter_pred.regex
` [PATCH v2 2/9] tracing/filters: Enable filtering a cpumask field by another cpumask
` [PATCH v2 3/9] tracing/filters: Enable filtering a scalar field by a cpumask
` [PATCH v2 4/9] tracing/filters: Enable filtering the CPU common "
` [PATCH v2 6/9] tracing/filters: Optimise scalar vs cpumask filtering when the user mask is a single CPU
` [PATCH v2 7/9] tracing/filters: Optimise CPU "
` [PATCH v2 8/9] tracing/filters: Further optimise scalar vs cpumask comparison
[PATCH v3 0/8] add UFFDIO_POISON to simulate memory poisoning with UFFD
2023-07-07 17:03 UTC (16+ messages)
` [PATCH v3 1/8] mm: make PTE_MARKER_SWAPIN_ERROR more general
` [PATCH v3 2/8] mm: userfaultfd: check for start + len overflow in validate_range
` [PATCH v3 3/8] mm: userfaultfd: extract file size check out into a helper
` [PATCH v3 4/8] mm: userfaultfd: add new UFFDIO_POISON ioctl
` [PATCH v3 5/8] mm: userfaultfd: support UFFDIO_POISON for hugetlbfs
` [PATCH v3 6/8] mm: userfaultfd: document and enable new UFFDIO_POISON feature
` [PATCH v3 7/8] selftests/mm: refactor uffd_poll_thread to allow custom fault handlers
` [PATCH v3 8/8] selftests/mm: add uffd unit test for UFFDIO_POISON
[PATCH] docs/zh_CN: change my own email address
2023-07-07 16:01 UTC
[PATCH v9 23/42] Documentation/x86: Add CET shadow stack description
2023-07-07 15:25 UTC (24+ messages)
[PATCH v9 16/42] mm: Add guard pages around a shadow stack
2023-07-07 15:08 UTC (3+ messages)
` [PATCH] x86/shstk: Move arch detail comment out of core mm
[RFC PATCH v10 00/17] Integrity Policy Enforcement LSM (IPE)
2023-07-07 14:53 UTC (3+ messages)
` [RFC PATCH v10 11/17] dm-verity: consume root hash digest and signature data via LSM hook
[PATCH v2] netconsole: Append kernel version to message
2023-07-07 13:29 UTC
[PATCH drm-next v6 00/13] [RFC] DRM GPUVA Manager & Nouveau VM_BIND UAPI
2023-07-07 12:52 UTC (14+ messages)
` [PATCH drm-next v6 02/13] drm: manager to keep track of GPUs VA mappings
[RFC 0/4] arm64/mm: Clean up pte_dirty() state management
2023-07-07 12:11 UTC (7+ messages)
` [RFC 1/4] arm64/mm: Add SW and HW dirty state helpers
` [RFC 2/4] arm64/mm: Call pte_sw_mkdirty() while preserving the HW dirty state
` [RFC 3/4] arm64/mm: Add pte_preserve_hw_dirty()
` [RFC 4/4] docs: arm64: Add help document for pte dirty state management
[PATCH v3 1/9] PCI: endpoint: Add dstate change notifier support
2023-07-07 11:03 UTC (2+ messages)
` [PATCH v3 5/9] PCI: endpoint: Add wakeup host API to EPC core
[PATCH v2 1/8] PCI: endpoint: Add dstate change notifier support
2023-07-07 10:57 UTC (6+ messages)
` [PATCH v2 4/8] PCI: endpoint: Add wakeup host API to EPC core
[GIT PULL] A few more documentation changes for 6.5
2023-07-07 5:51 UTC (2+ messages)
[PATCH -next v7 0/2] support allocating crashkernel above 4G explicitly on riscv
2023-07-07 0:53 UTC (4+ messages)
` [PATCH -next v7 1/2] riscv: kdump: Implement crashkernel=X,[high,low]
` [PATCH -next v7 2/2] docs: kdump: Update the crashkernel description for riscv
[RESEND PATCH v3 0/2] RISC-V: mm: Make SV48 the default address space
2023-07-07 0:52 UTC (11+ messages)
` [RESEND PATCH v3 1/2] RISC-V: mm: Restrict address space for sv39,sv48,sv57
` [RESEND PATCH v3 2/2] RISC-V: mm: Update documentation and include test
[PATCH v9 28/42] x86/shstk: Add user-mode shadow stack support
2023-07-06 23:38 UTC (2+ messages)
` [PATCH] x86/shstk: Don't retry vm_munmap() on -EINTR
[PATCH 0/3] RISC-V: Support querying vendor extensions
2023-07-06 21:24 UTC (10+ messages)
` [PATCH 1/3] RISC-V: Framework for "
` [PATCH 2/3] RISC-V: Add T-Head 0.7.1 vector extension to hwprobe
` [PATCH 3/3] RISC-V: Include documentation for hwprobe vendor extensions
[PATCH] arm64: errata: Group all Cortex-A510 errata together
2023-07-06 20:30 UTC
[PATCH] mm/slub: disable slab merging in the default configuration
2023-07-06 18:27 UTC (3+ messages)
[PATCH v4 00/21] Add Qualcomm Minidump kernel driver related support
2023-07-06 18:07 UTC (23+ messages)
` [PATCH v4 08/21] dt-bindings: reserved-memory: Add qcom,ramoops binding
` [PATCH v4 10/21] soc: qcom: Add qcom's pstore minidump driver support
[RFC PATCH 00/14] context_tracking,x86: Defer some IPIs until a user->kernel transition
2023-07-06 18:05 UTC (33+ messages)
` [RFC PATCH 01/14] tracing/filters: Dynamically allocate filter_pred.regex
` [RFC PATCH 02/14] tracing/filters: Enable filtering a cpumask field by another cpumask
` [RFC PATCH 03/14] tracing/filters: Enable filtering a scalar field by a cpumask
` [RFC PATCH 04/14] tracing/filters: Enable filtering the CPU common "
` [RFC PATCH 05/14] tracing/filters: Document cpumask filtering
` [RFC PATCH 06/14] objtool: Flesh out warning related to pv_ops[] calls
` [RFC PATCH 07/14] objtool: Warn about non __ro_after_init static key usage in .noinstr
` [RFC PATCH 08/14] BROKEN: context_tracking: Make context_tracking_key __ro_after_init
` [RFC PATCH 09/14] x86/kvm: Make kvm_async_pf_enabled __ro_after_init
` [RFC PATCH 10/14] x86/sev-es: Make sev_es_enable_key __ro_after_init
` [RFC PATCH 11/14] context-tracking: Introduce work deferral infrastructure
` [RFC PATCH 12/14] context_tracking,x86: Defer kernel text patching IPIs
` [RFC PATCH 13/14] context_tracking,x86: Add infrastructure to defer kernel TLBI
` [RFC PATCH 14/14] x86/mm, mm/vmalloc: Defer flush_tlb_kernel_range() targeting NOHZ_FULL CPUs
[PATCH v4 3/3] Documentation: riscv: Update boot image header since EFI stub is supported
2023-07-06 17:44 UTC (2+ messages)
[PATCH v4 2/3] Documentation: riscv: Add early boot document
2023-07-06 17:44 UTC (2+ messages)
[PATCH v4 1/3] Documentation: arm: Add bootargs to the table of added DT parameters
2023-07-06 17:44 UTC (2+ messages)
[PATCH] docs: scheduler: completion: Fix minor error in pseudo-code
2023-07-06 11:40 UTC
[PATCH 0/2] rcu: Fix rculist_nulls and doc
2023-07-06 10:28 UTC (3+ messages)
` [PATCH 1/2] rcu: Use WRITE_ONCE() for assignments to ->next for rculist_nulls
` [PATCH 2/2] docs/RCU: Bring back smp_wmb()
[PATCH v2] mm/slub: disable slab merging in the default configuration
2023-07-06 7:38 UTC (5+ messages)
[PATCH 1/3] docs: time: make separate section for time and timers
2023-07-06 5:12 UTC (5+ messages)
` [PATCH 2/3] jiffies: add kernel-doc for all APIs
` [PATCH 3/3] time: add kernel-doc in time.c
[PATCH] KVM: ppc64: Enable ring-based dirty memory tracking
2023-07-06 4:15 UTC (2+ messages)
[tiwai-sound:topic/midi20-gadget 63/63] htmldocs: Documentation/usb/gadget-testing.rst:1019: WARNING: Malformed table
2023-07-05 20:40 UTC
[PATCH] proc.5: Clarify that boot arguments can be embedded in image
2023-07-05 20:33 UTC (3+ messages)
[PATCH v2 1/6] mm: userfaultfd: add new UFFDIO_POISON ioctl
2023-07-05 18:23 UTC (22+ messages)
` [PATCH v2 2/6] mm: userfaultfd: refactor hugetlb folio allocation / lookup code
` [PATCH v2 3/6] mm: userfaultfd: support UFFDIO_POISON for hugetlbfs
` [PATCH v2 4/6] selftests/mm: refactor uffd_poll_thread to allow custom fault handlers
` [PATCH v2 5/6] selftests/mm: add uffd unit test for UFFDIO_POISON
` [PATCH v2 6/6] mm: userfaultfd: add basic documentation "
[PATCH v2 0/2] RISC-V: Probe for misaligned access speed
2023-07-05 16:48 UTC (2+ messages)
` [PATCH v2 1/2] RISC-V: Probe for unaligned "
[PATCH v3 00/11] RISC-V: Probe DT extension support using riscv,isa-extensions & riscv,isa-base
2023-07-05 15:51 UTC (5+ messages)
` [PATCH v3 01/11] RISC-V: Provide a more helpful error message on invalid ISA strings
` [PATCH v3 11/11] RISC-V: provide Kconfig & commandline options to control parsing "riscv,isa"
add a new dma_alloc_noncontiguous API v3
2023-07-05 11:16 UTC (4+ messages)
` [PATCH 3/6] dma-mapping: add a dma_alloc_noncontiguous API
[RESEND PATCH v9 0/2] arm64: support batched/deferred tlb shootdown during page reclamation/migration
2023-07-05 10:24 UTC (7+ messages)
` [RESEND PATCH v9 2/2] "
[PATCH v4 00/10] riscv: Allow userspace to directly access perf counters
2023-07-04 12:28 UTC (3+ messages)
` [PATCH v4 08/10] Documentation: admin-guide: Add riscv sysctl_perf_user_access
Tests documentation
2023-07-04 11:28 UTC (3+ messages)
[PATCH bpf-next] xsk: honor SO_BINDTODEVICE on bind
2023-07-04 9:16 UTC (4+ messages)
[PATCH -next v6 0/2] support allocating crashkernel above 4G explicitly on riscv
2023-07-04 8:11 UTC (8+ messages)
` [PATCH -next v6 1/2] riscv: kdump: Implement crashkernel=X,[high,low]
[PATCH] proc.5: Clarify that boot arguments can be embedded in image
2023-07-04 6:25 UTC
[PATCH] libfs: fix table format warning
2023-07-04 7:47 UTC (2+ messages)
[PATCH 0/1] HID: Add introduction about HID for non-kernel programmers
2023-07-04 4:03 UTC (5+ messages)
` [PATCH 1/1] "
[PATCH -next v5 0/2] support allocating crashkernel above 4G explicitly on riscv
2023-07-04 3:51 UTC (7+ messages)
` [PATCH -next v5 1/2] riscv: kdump: Implement crashkernel=X,[high,low]
[PATCH 1/2] docs: module: start adding some docs for MODULE_ macros
2023-07-04 2:50 UTC
[PATCH v5 00/13] RISCV: Add KVM_GET_REG_LIST API
2023-07-04 1:09 UTC (4+ messages)
` [PATCH v5 10/13] KVM: selftests: Only do get/set tests on present blessed list
[PATCH] cpufreq: amd-pstate: Add sysfs file for base frequency
2023-07-04 1:09 UTC (3+ messages)
[PATCH] docs: panic: cleanups for panic params
2023-07-04 0:19 UTC
[jgunthorpe:iommufd_hwpt 14/20] htmldocs: Documentation/userspace-api/iommufd:184: ./drivers/iommu/iommufd/device.c:614: WARNING: Definition list ends without a blank line; unexpected unindent
2023-07-04 0:16 UTC
[PATCH] kconfig: docs: mention gconfig at top of kconfig.rst
2023-07-04 0:01 UTC
[PATCH v2 RESEND] Documentation: doc-guide: use '%' constant indicator in Return: examples
2023-07-03 23:20 UTC
[PATCH v14 00/25] Drivers for Gunyah hypervisor
2023-07-03 22:41 UTC (4+ messages)
` [PATCH v14 01/25] docs: gunyah: Introduce Gunyah Hypervisor
[PATCH v2 0/4] ASoC: remove copy of intlog10()
2023-07-03 22:31 UTC (3+ messages)
` [PATCH v2 1/4] lib/math: Move dvb_math.c into lib/math/int_log.c
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).