messages from 2023-10-27 19:20:43 to 2023-10-27 20:52:46 UTC [more...]
[PATCH bpf-next v7 00/10] Registrating struct_ops types from modules
2023-10-27 20:52 UTC (8+ messages)
` [PATCH bpf-next v7 01/10] bpf: refactory struct_ops type initialization to a function
` [PATCH bpf-next v7 02/10] bpf, net: introduce bpf_struct_ops_desc
` [PATCH bpf-next v7 03/10] bpf: add struct_ops_tab to btf
` [PATCH bpf-next v7 04/10] bpf: hold module for bpf_struct_ops_map
` [PATCH bpf-next v7 05/10] bpf: validate value_type
` [PATCH bpf-next v7 06/10] bpf: pass attached BTF to the bpf_struct_ops subsystem
` [PATCH bpf-next v7 07/10] bpf, net: switch to dynamic registration
[XEN PATCH][for-4.19 v4 1/8] xen/include: add macro ISOLATE_LOW_BIT
2023-10-27 20:50 UTC (2+ messages)
` [XEN PATCH][for-4.19 v4 6/8] x86/mce: Move MC_NCLASSES into the enum mctelem_class
[GIT PULL] KVM: x86 pull requests for 6.7
2023-10-27 20:49 UTC (8+ messages)
` [GIT PULL] KVM: x86: APIC changes "
` [GIT PULL] KVM: x86: Documentation updates "
` [GIT PULL] KVM: x86: Misc changes "
` [GIT PULL] KVM: x86: MMU "
` [GIT PULL] KVM: x86: PMU change "
` [GIT PULL] KVM: x86: SVM changes "
` [GIT PULL] KVM: x86: Xen "
Unifying signed and unsigned min/max tracking
2023-10-27 20:49 UTC (6+ messages)
[PATCH 0/3] serial, MIPS: Add MIPS UHI semihosting support
2023-10-27 20:48 UTC (3+ messages)
` [PATCH 3/3] serial: Add an earlycon driver for MIPS UHI semihosting
[kirkstone][PATCH] runqueue: convert deferral messages from bb.note to bb.debug
2023-10-27 20:48 UTC
[PATCH 0/5] MIPS: Fix kernel in XKPHYS
2023-10-27 20:47 UTC (2+ messages)
[PATCH 00/24] block: Graph locking part 6 (bs->file/backing)
2023-10-27 20:45 UTC (16+ messages)
` [PATCH 01/24] block: Mark bdrv_probe_blocksizes() and callers GRAPH_RDLOCK
` [PATCH 02/24] block: Mark bdrv_has_zero_init() "
` [PATCH 03/24] block: Mark bdrv_filter_bs() "
` [PATCH 04/24] block: Mark bdrv_root_attach_child() GRAPH_WRLOCK
` [PATCH 05/24] block: Mark block_job_add_bdrv() GRAPH_WRLOCK
` [PATCH 06/24] block: Mark bdrv_filter_or_cow_bs() and callers GRAPH_RDLOCK
` [PATCH 07/24] block: Mark bdrv_skip_implicit_filters() "
[PATCH 0/3] arm: dts: k3-am6: Fix Ethernet/DMA
2023-10-27 20:46 UTC
[Intel-gfx] [PATCH v4] drm/i915/dsb: DSB code refactoring
2023-10-27 20:46 UTC (4+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915/dsb: DSB code refactoring (rev4)
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✓ Fi.CI.BAT: success "
[PATCH v13 00/35] KVM: guest_memfd() and per-page attributes
2023-10-27 18:22 UTC (40+ messages)
` [PATCH v13 01/35] KVM: Tweak kvm_hva_range and hva_handler_t to allow reusing for gfn ranges
` [PATCH v13 03/35] KVM: Use gfn instead of hva for mmu_notifier_retry
` [PATCH v13 04/35] KVM: WARN if there are dangling MMU invalidations at VM destruction
` [PATCH v13 05/35] KVM: PPC: Drop dead code related to KVM_ARCH_WANT_MMU_NOTIFIER
` [PATCH v13 06/35] KVM: PPC: Return '1' unconditionally for KVM_CAP_SYNC_MMU
` [PATCH v13 07/35] KVM: Convert KVM_ARCH_WANT_MMU_NOTIFIER to CONFIG_KVM_GENERIC_MMU_NOTIFIER
` [PATCH v13 08/35] KVM: Introduce KVM_SET_USER_MEMORY_REGION2
` [PATCH v13 09/35] KVM: Add KVM_EXIT_MEMORY_FAULT exit to report faults to userspace
` [PATCH v13 10/35] KVM: Add a dedicated mmu_notifier flag for reclaiming freed memory
` [PATCH v13 12/35] KVM: Prepare for handling only shared mappings in mmu_notifier events
` [PATCH v13 14/35] mm: Add AS_UNMOVABLE to mark mapping as completely unmovable
` [PATCH v13 15/35] fs: Export anon_inode_getfile_secure() for use by KVM
` [PATCH v13 16/35] KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memory
` [PATCH v13 17/35] KVM: Add transparent hugepage support for dedicated guest memory
` [PATCH v13 18/35] KVM: x86: "Reset" vcpu->run->exit_reason early in KVM_RUN
` [PATCH v13 19/35] KVM: x86: Disallow hugepages when memory attributes are mixed
` [PATCH v13 23/35] KVM: x86: Add support for "protected VMs" that can utilize private memory
` [PATCH v13 24/35] KVM: selftests: Drop unused kvm_userspace_memory_region_find() helper
` [PATCH v13 25/35] KVM: selftests: Convert lib's mem regions to KVM_SET_USER_MEMORY_REGION2
` [PATCH v13 26/35] KVM: selftests: Add support for creating private memslots
` [PATCH v13 27/35] KVM: selftests: Add helpers to convert guest memory b/w private and shared
` [PATCH v13 28/35] KVM: selftests: Add helpers to do KVM_HC_MAP_GPA_RANGE hypercalls (x86)
` [PATCH v13 29/35] KVM: selftests: Introduce VM "shape" to allow tests to specify the VM type
` [PATCH v13 30/35] KVM: selftests: Add GUEST_SYNC[1-6] macros for synchronizing more data
` [PATCH v13 31/35] KVM: selftests: Add x86-only selftest for private memory conversions
` [PATCH v13 32/35] KVM: selftests: Add KVM_SET_USER_MEMORY_REGION2 helper
` [PATCH v13 33/35] KVM: selftests: Expand set_memory_region_test to validate guest_memfd()
` [PATCH v13 34/35] KVM: selftests: Add basic selftest for guest_memfd()
` [PATCH v13 35/35] KVM: selftests: Test KVM exit behavior for private memory/access
[GIT PULL] Qualcomm clock updates for v6.7
2023-10-27 19:32 UTC (2+ messages)
[PATCH v6 0/3] Validating UAPI backwards compatibility
2023-10-27 19:30 UTC (8+ messages)
` [PATCH v6 1/3] check-uapi: Introduce check-uapi.sh
` [PATCH v6 2/3] docs: dev-tools: Add UAPI checker documentation
` [PATCH v6 3/3] check-module-params: Introduce check-module-params.sh
Dell Pro Wireless Keyboard and Mouse KM5221W require HID_QUIRK_ALWAYS_POLL patch
2023-10-27 20:45 UTC
[PATCH] dt-bindings: display: ssd132x: Remove '-' before compatible enum
2023-10-27 20:43 UTC (8+ messages)
[PATCH v6 00/28] Generic line based metadata support, internal pads
2023-10-27 20:43 UTC (3+ messages)
` [PATCH v6 02/28] media: uapi: Add generic serial metadata mbus formats
[PATCH] hv_utils: Allow implicit ICTIMESYNCFLAG_SYNC
2023-10-27 20:42 UTC
[PATCH] drm/amd: Fix UBSAN array-index-out-of-bounds for Powerplay headers
2023-10-27 20:41 UTC
[PATCH 0/3] arm: Semihosting fixes/improvements for ARMv6 and older
2023-10-27 20:40 UTC (4+ messages)
` [PATCH 1/3] arm: Fix software interrupt handler
` [PATCH 2/3] arm: semihosting: Fix returning from traps on ARMv6 and lower
` [PATCH 3/3] arm: semihosting: Support semihosting fallback on 32-bit ARM
[Intel-wired-lan] [PATCH net-next] iavf: use iavf_schedule_aq_request() helper
2023-10-27 20:39 UTC (3+ messages)
` "
[PATCH v2] connectivity: add pcapplusplus recipe
2023-10-27 20:40 UTC (2+ messages)
` [oe] "
[PATCH v10] platform/x86: Add Silicom Platform Driver
2023-10-27 20:38 UTC
[PATCH] of: overlay: unittest: overlay_bad_unresolved: Spelling s/ok/okay/
2023-10-27 20:37 UTC (2+ messages)
[PATCH v2] dt-bindings: mfd: ams,as3711: Convert to json-schema
2023-10-27 20:37 UTC (2+ messages)
[PATCH] net/af_xdp: avoid error log for virtual interfaces
2023-10-27 20:37 UTC
[PATCH v3 0/7] regulator: add under-voltage support
2023-10-27 20:35 UTC (3+ messages)
` [PATCH v3 6/7] regulator: dt-bindings: Add regulator-uv-survival-time-ms property
[RFC bpf-next 0/6] Add bpf_xdp_get_xfrm_state() kfunc
2023-10-27 20:33 UTC (3+ messages)
` [RFC bpf-next 5/6] bpf: selftests: test_tunnel: Disable CO-RE relocations
[PATCH v6 0/4] usb: gadget: uvc: stability fixes on STREAMOFF
2023-10-27 20:31 UTC (5+ messages)
` [PATCH v8 1/4] usb: gadget: uvc: prevent use of disabled endpoint
` [PATCH v8 2/4] usb: gadget: uvc: Allocate uvc_requests one at a time
[RFC PATCH 0/2] Add test to verify probe of devices from discoverable busses on DT platforms
2023-10-27 20:31 UTC (6+ messages)
` [RFC PATCH 2/2] kselftest: devices: Add board file for google,spherion
[PATCH] crypto: adiantum - flush destination page before unmapping
2023-10-27 20:30 UTC
[PATCH v3] mtd: Fix gluebi NULL pointer dereference caused by ftl notifier
2023-10-27 20:30 UTC (4+ messages)
nfsd_copy_write_verifier: wrong usage of read_seqbegin_or_lock()
2023-10-27 20:28 UTC (5+ messages)
` [PATCH] nfsd_copy_write_verifier: use read_seqbegin() rather than read_seqbegin_or_lock()
[Intel-xe] [PATCH 18/21] drm/xe/uapi: More OA uapi fixes/additions
2023-10-27 20:28 UTC (3+ messages)
` [Intel-xe] [18/21] "
[Intel-xe] [PATCH 04/21] drm/xe/oa: Module init/exit and probe/remove
2023-10-27 20:28 UTC (3+ messages)
` [Intel-xe] [04/21] "
[RFC PATCH] memcontrol: implement swap bypassing
2023-10-27 20:27 UTC (3+ messages)
[PATCH v4] unit tests: Add a project plan document
2023-10-27 20:26 UTC (7+ messages)
` [PATCH v8 0/3] Add unit test framework and project plan
` [PATCH v8 1/3] unit tests: Add a project plan document
` [PATCH v8 2/3] unit tests: add TAP unit test framework
experiencing very odd behavior with TCP traffic with TC hook
2023-10-27 20:24 UTC (2+ messages)
[PATCH] x86/barrier: Do not serialize MSR accesses on AMD
2023-10-27 20:23 UTC (10+ messages)
` [PATCH 2/2] "
[PATCH 6/7] media: i2c: Use accessors for pad config 'try_*' fields
2023-10-27 20:21 UTC (2+ messages)
[PATCH] dsa: tag_rtl4_a: Bump min packet size
2023-10-27 20:21 UTC
[PATCH net-next v2 0/3] net: dsa: realtek: support reset controller
2023-10-27 20:20 UTC (3+ messages)
` [PATCH net-next v2 3/3] "
[PATCH v6 0/4] usb: gadget: uvc: stability fixes on STREAMOFF
2023-10-27 20:19 UTC (5+ messages)
` [PATCH v9 1/4] usb: gadget: uvc: prevent use of disabled endpoint
` [PATCH v9 2/4] usb: gadget: uvc: Allocate uvc_requests one at a time
` [PATCH v9 3/4] usb: gadget: uvc: move video disable logic to its own function
` [PATCH v9 4/4] usb: gadget: uvc: Fix use-after-free for inflight usb_requests
[PATCH v4 net-next 0/6] Analyze and Reorganize core Networking Structs to optimize cacheline consumption
2023-10-27 20:18 UTC (7+ messages)
` [PATCH v4 net-next 3/6] net-smnp: reorganize SNMP fast path variables
aplay: improve xrun logs
2023-10-27 20:16 UTC
[PATCH] sparc32: fix a braino in fault handling in csum_and_copy_..._user()
2023-10-27 20:14 UTC (4+ messages)
[Intel-gfx] [v2 0/2] Enable Darkscreen Feature
2023-10-27 20:15 UTC (4+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for Enable Darkscreen Feature (rev2)
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✗ Fi.CI.BAT: failure "
[PATCH 5/5] drm/amdgpu: Change WREG32_RLC to WREG32_SOC15_RLC where inst != 0
2023-10-27 20:13 UTC (2+ messages)
` [PATCH] drm/amdgpu: Change WREG32_RLC to WREG32_SOC15_RLC where inst != 0 (v2)
[oe][OE-core][Patch 0/1] Revert "bin_package.bbclass: Inhibit the default dependencies"
2023-10-27 20:13 UTC (3+ messages)
` [oe][OE-core][Patch 1/1] "
[PATCH v2] x86/entry: Avoid redundant CR3 write on paranoid returns
2023-10-27 20:12 UTC (2+ messages)
[PATCH 4/5] drm/amdgpu: Add xcc_inst param to amdgpu_virt_kiq_reg_write_reg_wait (v2)
2023-10-27 20:11 UTC (2+ messages)
` [PATCH] drm/amdgpu: Add xcc_inst param to amdgpu_virt_kiq_reg_write_reg_wait (v3)
[PATCH 3/5] drm/amdgpu: Use correct KIQ MEC engine for gfx9.4.3 (v3)
2023-10-27 20:09 UTC (2+ messages)
` [PATCH] drm/amdgpu: Use correct KIQ MEC engine for gfx9.4.3 (v4)
[PATCH bpf-next] net, xdp: allow metadata > 32
2023-10-27 20:09 UTC (2+ messages)
[PATCH] bootm: Enable legacy VxWorks booting from FITs
2023-10-27 20:07 UTC
[PATCH 2/5] drm/amdgpu: Add xcc instance parameter to *REG32_SOC15_IP_NO_KIQ (v2)
2023-10-27 20:06 UTC (2+ messages)
` [PATCH] drm/amdgpu: Add xcc instance parameter to *REG32_SOC15_IP_NO_KIQ (v3)
[PATCHv2 1/2] drm/amdkfd: Populate cache info for GFX 9.4.3
2023-10-27 20:06 UTC (2+ messages)
[PATCH v2 00/14] multipath: aio, systemd, and documentation improvements
2023-10-27 20:05 UTC (11+ messages)
` [PATCH v2 08/14] multipathd.service: require modprobe@dm_multipath.service if available
` [PATCH v2 11/14] Makefile.inc, README.md: fix docs for prefix in split-usr case
` [PATCH v2 12/14] README.md: update mailing list and contributing information
` [PATCH v2 13/14] README.md: Extend the section about NVMe
` [PATCH v2 14/14] README.md: fix formatting of Changelog section
[PATCH v12 00/20] cxl/pci: Add support for RCH RAS error handling
2023-10-27 20:04 UTC (3+ messages)
` [PATCH v12 02/20] cxl/core/regs: Rename @dev to @host in struct cxl_register_map
[pull] amdgpu, amdkfd drm-next-6.7
2023-10-27 20:03 UTC
[PATCH v1 00/11] test-bbdev changes for 23.11
2023-10-27 20:02 UTC (7+ messages)
` [PATCH v1 02/11] test/bbdev: update python script parameters
INVEST NOW!!!
2023-10-27 20:03 UTC
aplaymidi uses the wrong tempo
2023-10-27 20:01 UTC
aplaymidi uses the wrong tempo
2023-10-27 19:59 UTC
[PATCH net-next v7 0/5] Rust abstractions for network PHY drivers
2023-10-27 19:59 UTC (3+ messages)
` [PATCH net-next v7 1/5] rust: core "
[PATCH v2] scsi: hpsa: replace deprecated strncpy
2023-10-27 20:00 UTC (3+ messages)
[PATCH] USB: serial: option: add Fibocom L7xx modules
2023-10-27 19:59 UTC (4+ messages)
[Intel-gfx] [PATCH v3] drm/i915/mtl: Add Wa_14019821291
2023-10-27 19:59 UTC (3+ messages)
[PATCH v2] Input: cyttsp5 - improve error handling and remove regmap
2023-10-27 19:59 UTC (2+ messages)
Patch to fix malfunctioning of T2-T5 timers on the STM32 platform
2023-10-27 19:37 UTC
[PATCH] MAINTAINERS: Add the can documenation file to the CAN section
2023-10-27 17:53 UTC (3+ messages)
[PATCH v4 dwarves 0/5] pahole, btf_encoder: support --btf_features
2023-10-27 19:54 UTC (9+ messages)
` RCU stall issues in bpf-next (was: Re: [PATCH v4 dwarves 0/5] pahole, btf_encoder: support --btf_features)
[GIT PULL] Block fix for 6.6-final
2023-10-27 19:53 UTC
[GIT PULL] io_uring fixes for 6.6-final
2023-10-27 19:53 UTC
[PATCH] crypto: testmgr - move pkcs1pad(rsa,sha3-*) to correct place
2023-10-27 19:52 UTC
[PATCH v2 0/7] ima: kexec: measure events between kexec load and execute
2023-10-27 19:51 UTC (3+ messages)
[Intel-gfx] [PATCH v4] drm/i915/mtl: Add Wa_14019821291
2023-10-27 19:50 UTC
[PATCH 1/5] csky: remove unused cmd_vdso_install
2023-10-27 19:48 UTC (6+ messages)
` [PATCH 4/5] kbuild: unify vdso_install rules
[PATCH] drm/msm/gem: Add metadata
2023-10-27 19:45 UTC (2+ messages)
[PATCH 0/8] USB fixes: xHCI error handling
2023-10-27 19:42 UTC (3+ messages)
[PATCH net-next 0/3] net: sched: Fill in missing MODULE_DESCRIPTIONs for net/sched
2023-10-27 19:42 UTC (2+ messages)
[PATCH next v2 0/3] ethtool: Add ethtool_puts()
2023-10-27 19:40 UTC (12+ messages)
` [PATCH next v2 1/3] ethtool: Implement ethtool_puts()
` [PATCH next v2 2/3] checkpatch: add ethtool_sprintf rules
[PATCH v4 0/3] cxl/region: Autodiscovery position repair
2023-10-27 19:39 UTC (3+ messages)
` [PATCH v4 2/3] cxl/region: Calculate a target position in a region interleave
Constant recompilation when GENERATE_COMPILATION_DATABASE is set
2023-10-27 19:36 UTC (3+ messages)
[Intel-gfx] [PATCH 1/3] drm/i915/pmu: add pmu_to_i915() helper
2023-10-27 19:35 UTC (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for series starting with [1/3] drm/i915/pmu: add pmu_to_i915() helper (rev4)
[PATCH 0/8] net/hns3: add some bugfix for hns3
2023-10-27 19:29 UTC (2+ messages)
[PATCH v2 0/2] Fixes for s3 with parallel bootup
2023-10-27 19:29 UTC (3+ messages)
[PATCH] ARM: dts: imx: tqma7: add lm75a sensor (rev. 01xxx)
2023-10-27 19:15 UTC (3+ messages)
[PATCH] rt-tests: Remove remaining unnecessary texts after adding SPDX licenses
2023-10-27 19:24 UTC
[PATCH] crypto/qat: add sm2 ecdsa
2023-10-27 19:24 UTC (2+ messages)
` [EXT] "
[PATCH 2/4] rcu/tasks: Handle new PF_IDLE semantics
2023-10-27 19:23 UTC (2+ messages)
` [PATCH 0/4] rcu: Fix PF_IDLE related issues v3
Bug#1054644: xfsprogs-udeb: causes D-I to fail, reporting errors about missing partition devices
2023-10-27 19:18 UTC
[PATCH v5 0/2] i2c: mv64xxx: bus-reset-gpios
2023-10-27 19:22 UTC (5+ messages)
` [PATCH v5 1/2] dt-bindings: i2c: mv64xxx: add bus-reset-gpios property
Pull request efi-2024-01-rc2-2
2023-10-27 19:20 UTC
[PATCH] clk: si521xx: Increase stack based print buffer size in probe
2023-10-27 19:20 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.