messages from 2025-03-17 16:50:27 to 2025-03-17 17:20:05 UTC [more...]
[PATCH RFC v3 0/3] add VCP mailbox and IPC driver
2025-03-17 17:15 UTC (3+ messages)
` [PATCH RFC v3 1/3] mailbox: mediatek: Add mtk-vcp-mailbox driver
[PATCH v2 1/5] libcap: drop obsolete patches
2025-03-17 17:19 UTC (6+ messages)
` [PATCH v2 2/5] libcap: remove redundant FILES:PN-dev
` [PATCH v2 3/5] libcap: clean up configuration variables
` [PATCH v2 4/5] libcap: fix licensing fields
` Patchtest results for "
` [PATCH v2 5/5] libcap: upgrade to 2.75
[PATCH 0/9] drivers: Transition to the faux device interface
2025-03-17 17:19 UTC (11+ messages)
` [PATCH 2/9] hwrng: arm-smccc-trng - transition "
` [PATCH 3/9] efi: Remove redundant creation of the "efivars" platform device
[PATCH 00/17] rust/vmstate: Clean up, fix, enhance & test
2025-03-17 17:18 UTC (7+ messages)
` [PATCH 04/17] rust/vmstate: Use ident instead of expr to parse vmsd in vmstate_struct macro
` [PATCH 13/17] rust/vmstate: Support vmstate_validate
` [PATCH 14/17] rust/vmstate: Add unit test for vmstate_of macro
git switch --force vs --discard-changes: docs don't match behavior
2025-03-17 17:19 UTC (2+ messages)
[PATCH v2] kbuild: make all file references relative to source root
2025-03-17 17:17 UTC (3+ messages)
[PATCH v4 0/2] oe-selftest: fitimage add more u-boot tests
2025-03-17 17:13 UTC (3+ messages)
` [PATCH v4 1/2] oe-selftest: fitimage improve bb_vars access
` [PATCH v4 2/2] oe-selftest: fitimage add more u-boot tests
[efi:urgent 10/10] fs/efivarfs/super.c:424:27: error: use of undeclared identifier 'INODE_CHILD'
2025-03-17 17:17 UTC (3+ messages)
[PATCH 6.13.y] smb: client: Fix match_session bug preventing session reuse
2025-03-17 17:16 UTC (2+ messages)
[PATCH stable 5.15 1/2] net: openvswitch: fix race on port output
2025-03-17 17:16 UTC (2+ messages)
[PATCH stable 5.4 1/2] net: openvswitch: fix race on port output
2025-03-17 17:16 UTC (2+ messages)
[PATCH stable 5.10 1/2] net: openvswitch: fix race on port output
2025-03-17 17:16 UTC (2+ messages)
[PATCH 1/1 next] tools build: Remove the libunwind feature tests from the ones detected when test-all.o builds
2025-03-17 17:16 UTC (4+ messages)
[PATCH] xen: Drop __text_section()
2025-03-17 17:15 UTC (3+ messages)
[PATCH V5 00/11] Add disable kernel queue support
2025-03-17 17:15 UTC (4+ messages)
` [PATCH 02/11] drm/amdgpu: add ring flag for no user submissions
[sudeep-holla:b4/plat2faux_dev 3/10] arch/arm64/include/asm/archrandom.h:93:undefined reference to `smccc_trng_available'
2025-03-17 17:15 UTC
[sudeep-holla:b4/plat2faux_dev 3/10] random.c:undefined reference to `smccc_trng_available'
2025-03-17 17:15 UTC
[PATCH BlueZ v1] shared/hci: Make use of util_iov* to parse packets
2025-03-17 17:15 UTC (2+ messages)
` [BlueZ,v1] "
[PATCH RFC v2 0/3] add VCP mailbox and IPC driver
2025-03-17 17:08 UTC (4+ messages)
` [PATCH RFC v2 3/3] dt-bindings: mailbox: mtk,vcp-mbox: add mtk vcp-mbox document
[PATCH v3 00/11] backlight, lcd, led: Remove fbdev dependencies
2025-03-17 17:14 UTC (4+ messages)
[PATCH v1 1/1] resource: Split DEFINE_RES_NAMED_DESC() out of DEFINE_RES_NAMED()
2025-03-17 17:14 UTC (3+ messages)
[PATCH v4 0/3] drm/vc4: hdmi: Add jack detection to HDMI audio driver
2025-03-17 17:12 UTC (4+ messages)
` [PATCH v4 1/3] drm/display: Update comment on hdmi hotplug helper
` [PATCH v4 2/3] drm/vc4: hdmi: Call HDMI hotplug helper on disconnect
` [PATCH v4 3/3] drm/vc4: hdmi: Add jack detection to HDMI audio driver
[PATCH RFC v2 0/6] Add pinctrl support for the AAEON UP board FPGA
2025-03-17 17:13 UTC (9+ messages)
` [PATCH RFC v2 1/6] gpiolib: add gpiochip_add_pin_range_sparse() function
` [PATCH RFC v2 2/6] gpio: aggregator: refactor the forwarder part
` [PATCH RFC v2 3/6] gpio: aggregator: export symbols of the gpio-fwd library
` [PATCH RFC v2 4/6] gpio: aggregator: handle runtime registration of gpio_desc in gpiochip_fwd
[PATCH v4 00/18] riscv: add SBI FWFT misaligned exception delegation support
2025-03-17 17:06 UTC (57+ messages)
` [PATCH v4 01/18] riscv: add Firmware Feature (FWFT) SBI extensions definitions
` [PATCH v4 02/18] riscv: sbi: add new SBI error mappings
` [PATCH v4 03/18] riscv: sbi: add FWFT extension interface
` [PATCH v4 04/18] riscv: sbi: add SBI FWFT extension calls
` [PATCH v4 05/18] riscv: misaligned: request misaligned exception from SBI
` [PATCH v4 06/18] riscv: misaligned: use on_each_cpu() for scalar misaligned access probing
` [PATCH v4 07/18] riscv: misaligned: use correct CONFIG_ ifdef for misaligned_access_speed
` [PATCH v4 08/18] riscv: misaligned: move emulated access uniformity check in a function
` [PATCH v4 09/18] riscv: misaligned: add a function to check misalign trap delegability
` [PATCH v4 10/18] riscv: misaligned: factorize trap handling
` [PATCH v4 11/18] riscv: misaligned: enable IRQs while handling misaligned accesses
` [PATCH v4 12/18] riscv: misaligned: use get_user() instead of __get_user()
` [PATCH v4 13/18] Documentation/sysctl: add riscv to unaligned-trap supported archs
` [PATCH v4 14/18] selftests: riscv: add misaligned access testing
` [PATCH v4 15/18] RISC-V: KVM: add SBI extension init()/deinit() functions
` [PATCH v4 16/18] RISC-V: KVM: add SBI extension reset callback
` [PATCH v4 17/18] RISC-V: KVM: add support for FWFT SBI extension
` [PATCH v4 18/18] RISC-V: KVM: add support for SBI_FWFT_MISALIGNED_DELEG
[PATCH 1/3] devtool: Do not create annotated tags if tag.gpgSign is set
2025-03-17 17:13 UTC (3+ messages)
` [PATCH 2/3] devtool-source.bbclass: "
` [PATCH 3/3] buildhistory.bbclass: "
[RFC PATCH] block: Make request_queue lockdep splats show up earlier
2025-03-17 17:11 UTC
[PATCH hyperv-next v6 00/11] arm64: hyperv: Support Virtual Trust Level Boot
2025-03-17 17:12 UTC (10+ messages)
` [PATCH hyperv-next v6 01/11] arm64: kvm, smccc: Introduce and use API for detecting hypervisor presence
` [PATCH hyperv-next v6 02/11] arm64: hyperv: Use SMCCC to detect "
` [PATCH hyperv-next v6 07/11] dt-bindings: microsoft,vmbus: Add interrupt and DMA coherence properties
[PATCH 1/1 perf-tools-next] tools features: Don't check for libunwind devel files by default
2025-03-17 17:12 UTC (3+ messages)
[GSoC PATCH] rm: fix sign comparison warnings
2025-03-17 17:12 UTC (7+ messages)
` [GSoC PATCH v2] "
` [GSoC PATCH v3] "
[PATCH 0/7] Add CPU frequency scaling support for MSM8226
2025-03-17 17:04 UTC (3+ messages)
` [PATCH 1/7] dt-bindings: mailbox: qcom: add compatible for MSM8226 SoC
[PATCH 0/3] KVM: x86: Dynamically allocate hashed page list
2025-03-17 17:11 UTC (4+ messages)
` [PATCH 1/3] KVM: x86/mmu: Dynamically allocate shadow MMU's "
[PATCH v3 00/15] Prepare for new Intel Family numbers
2025-03-17 17:09 UTC (2+ messages)
Regression from 7627a0edef54 ("ata: ahci: Drop low power policy board type") on reboot (but not cold boot)
2025-03-17 17:09 UTC (11+ messages)
[PATCH] arm64: dts: qcom: qcs8300: Add RPMh sleep stats
2025-03-17 17:09 UTC (2+ messages)
[PATCH] rust: alloc: use `spare_capacity_mut` to reduce unsafe
2025-03-17 17:09 UTC (4+ messages)
[PATCH net-next v8 0/6] add sriov support for wangxun NICs
2025-03-17 17:08 UTC (5+ messages)
` [PATCH net-next v8 2/6] net: libwx: Add sriov api for wangxun nics
[PATCH RFC] sched_ext: Choose prev_cpu if idle and cache affine without WF_SYNC
2025-03-17 17:08 UTC (2+ messages)
[PATCH] kbuild: pacman-pkg: hardcode module installation path
2025-03-17 17:07 UTC (2+ messages)
[PATCH 0/5] drm/xe: xe-only patches from the multi-device GPUSVM series
2025-03-17 17:07 UTC (6+ messages)
` [PATCH 3/5] drm/xe/bo: Add a bo remove callback
[PATCH hyperv-next v6 11/11] PCI: hv: Get vPCI MSI IRQ domain from DeviceTree
2025-03-17 17:07 UTC (2+ messages)
[PATCH v4 net-next 00/14] Add more feautues for ENETC v4 - round 2
2025-03-17 17:06 UTC (5+ messages)
` [PATCH v4 net-next 10/14] net: enetc: move generic VLAN filter interfaces to enetc-core
` [PATCH v4 net-next 14/14] MAINTAINERS: add new file ntmp.h to ENETC driver
[PATCH v12 0/6] Add NSS clock controller support for IPQ9574
2025-03-17 17:04 UTC (2+ messages)
` (subset) "
[PATCH RFC 0/8] Add a deadline server for sched_ext tasks
2025-03-17 17:06 UTC (7+ messages)
` [PATCH RFC 3/8] sched/ext: Add a DL "
[PATCH v2] rpmsg: qcom_smd: Improve error handling for qcom_smd_parse_edge
2025-03-17 17:06 UTC (3+ messages)
[PATCH] ata: libata-core: Add ATA_QUIRK_NO_LPM_ON_ATI for certain Samsung SSDs
2025-03-17 17:03 UTC
[ANNOUNCE] Git for Windows 2.49.0
2025-03-17 17:03 UTC (2+ messages)
[PATCH] fs: use wq_has_sleeper() in end_dir_add()
2025-03-17 17:03 UTC (2+ messages)
[PATCH v5 00/17] make system memory API available for common code
2025-03-17 17:02 UTC (7+ messages)
` [PATCH v5 11/17] exec/ram_addr: call xen_hvm_modified_memory only if xen is enabled
[PATCH v17 0/7] Add support for Maxim Integrated MAX77705 PMIC
2025-03-17 17:02 UTC (3+ messages)
` [GIT PULL] Immutable branch between MFD, Input, LEDs and Power due for the v6.15 merge window
sound/soc/codecs/snd-soc-wcd934x.o: warning: objtool: .text.wcd934x_slim_irq_handler: unexpected end of section
2025-03-17 17:02 UTC (2+ messages)
[PATCH 0/4] Document missing toolchain related variables
2025-03-17 17:01 UTC (3+ messages)
` [PATCH 1/4] ref-manual/variables.rst: add missing documentation for BUILD_* variables
` [docs] "
[net-next PATCH v2] octeontx2-af: fix build warnings flagged by clang, sparse ,kernel test robot
2025-03-17 17:01 UTC (4+ messages)
[PATCH i-g-t] scripts/test_list: Do not stop the build process in the case of test documantion problem
2025-03-17 17:01 UTC (2+ messages)
[PATCH v3 0/7] Enable shared device assignment
2025-03-17 17:01 UTC (6+ messages)
` [PATCH v3 4/7] memory-attribute-manager: Introduce MemoryAttributeManager to manage RAMBLock with guest_memfd
[PATCH v2] 9p/trans_fd: mark concurrent read and writes to p9_conn->err
2025-03-17 17:01 UTC (3+ messages)
[PATCH v2 1/2] Input: atkbd - Map FN-key for TongFang barebones
2025-03-17 17:00 UTC (4+ messages)
` [PATCH v2 2/2] Input: atkbd - Correctly map F13 - F24
A plan for supporting PageMovable in 2025
2025-03-17 17:00 UTC
[PATCH v2 0/6] media: rcar-vin: Unify notifiers and enable MC on Gen2
2025-03-17 16:59 UTC (7+ messages)
` [PATCH v2 1/6] media: rcar-vin: Use correct count of remote subdevices
` [PATCH v2 2/6] media: rcar-vin: Change link setup argument
` [PATCH v2 3/6] media: rcar-vin: Generate a VIN group ID for Gen2
` [PATCH v2 4/6] media: rcar-vin: Prepare for unifying all v4l-async notifiers
` [PATCH v2 5/6] media: rcar-vin: Merge all notifiers
` [PATCH v2 6/6] media: rcar-vin: Enable media-graph on Gen2
[PATCH mptcp-next] selftests: mptcp: ignore mptcp_diag binary
2025-03-17 16:59 UTC
[PATCH v2 0/2] gdb invalid memory access handling improvements
2025-03-17 16:58 UTC (5+ messages)
` [PATCH v2 1/2] gdbstub: Improve physical memory access handling
` [PATCH v2 2/2] memory: suppress INVALID_MEM logs caused by debug access
[PATCH][next] regulator: rtq6752: make const read-only array fault_mask static
2025-03-17 16:58 UTC
[RFC PATCH 0/5] Introduce FDBox, and preserve memfd with shmem over KHO
2025-03-17 16:59 UTC (6+ messages)
` [RFC PATCH 1/5] misc: introduce FDBox
[RFC PATCH v2 00/20] hw/arm/virt: Add support for user-creatable accelerated SMMUv3
2025-03-17 16:57 UTC (11+ messages)
` [RFC PATCH v2 05/20] hw/arm/smmuv3-accel: Associate a pxb-pcie bus
` [RFC PATCH v2 07/20] hw/arm/smmu-common: Introduce callbacks for PCIIOMMUOps
[PATCH v5 0/4] Enable Secure TSC for SEV-SNP
2025-03-17 16:57 UTC (3+ messages)
` [PATCH v5 4/4] KVM: SVM: Enable Secure TSC for SNP guests
[PATCH v5 0/3] drm/i915: Fix harmful driver register/unregister asymmetry
2025-03-17 16:56 UTC (7+ messages)
` [PATCH v5 1/3] drm/i915: Downgrade device register error if injected
` [PATCH v5 2/3] drm/i915: Fix PXP cleanup missing from probe error rewind
` [PATCH v5 3/3] drm/i915: Fix harmful driver register/unregister asymmetry
[PATCH i-g-t v2 0/2] Add a check for power management PCI capability
2025-03-17 16:56 UTC (3+ messages)
` [PATCH i-g-t v2 1/2] lib/igt_pm: Introduce helper to check for PM capability
[PATCH 0/3] spi: tegra210-quad: Improve reset and tx failures
2025-03-17 16:56 UTC (4+ messages)
` [PATCH 1/3] spi: tegra210-quad: use device_reset_optional() instead of device_reset()
[PATCH] selftests/bpf: Replace deprecated strncpy() with strscpy()
2025-03-17 16:54 UTC (2+ messages)
general protection fault in afs_atcell_get_link
2025-03-17 16:54 UTC (2+ messages)
[PATCH v2 00/29] x86: Leaf 0x2 and leaf 0x4 refactorings
2025-03-17 16:47 UTC (30+ messages)
` [PATCH v2 01/29] x86: treewide: Introduce x86_vendor_amd_or_hygon()
` [PATCH v2 02/29] x86/cpuid: Refactor <asm/cpuid.h>
` [PATCH v2 03/29] x86/cpu: Remove leaf 0x2 parsing loop and add helpers
` [PATCH v2 04/29] x86/cacheinfo: Use CPUID leaf 0x2 parsing helpers
` [PATCH v2 05/29] x86/cacheinfo: Refactor leaf 0x2 cache descriptor lookup
` [PATCH v2 06/29] x86/cacheinfo: Properly name amd_cpuid4()'s first parameter
` [PATCH v2 07/29] x86/cacheinfo: Use proper name for cacheinfo instances
` [PATCH v2 08/29] x86/cacheinfo: Constify _cpuid4_info_regs instances
` [PATCH v2 09/29] x86/cacheinfo: Align ci_info_init() assignment expressions
` [PATCH v2 10/29] x86/cacheinfo: Standardize _cpuid4_info_regs instance naming
` [PATCH v2 11/29] x86/cacheinfo: Consolidate AMD/Hygon leaf 0x8000001d calls
` [PATCH v2 12/29] x86/cacheinfo: Separate amd_northbridge from _cpuid4_info_regs
` [PATCH v2 13/29] x86/cacheinfo: Move AMD cache_disable_0/1 handling to separate file
` [PATCH v2 14/29] x86/cacheinfo: Use sysfs_emit() for sysfs attributes show()
` [PATCH v2 15/29] x86/cacheinfo: Separate Intel and AMD leaf 0x4 code paths
` [PATCH v2 16/29] x86/cacheinfo: Rename _cpuid4_info_regs to _cpuid4_info
` [PATCH v2 17/29] x86/cacheinfo: Clarify type markers for leaf 0x2 cache descriptors
` [PATCH v2 18/29] x86/cacheinfo: Use enums for cache descriptor types
` [PATCH v2 19/29] x86/cpu: Use enums for TLB "
` [PATCH v2 20/29] x86/cpu: Consolidate CPUID leaf 0x2 tables
` [PATCH v2 21/29] x86/cacheinfo: Use consolidated leaf 0x2 descriptor table
` [PATCH v2 22/29] x86/cpu: "
` [PATCH v2 23/29] x86/cacheinfo: Separate leaf 0x2 handling and post-processing logic
` [PATCH v2 24/29] x86/cacheinfo: Separate Intel leaf 0x4 handling
` [PATCH v2 25/29] x86/cacheinfo: Extract out cache level topology ID calculation
` [PATCH v2 26/29] x86/cacheinfo: Extract out cache self-snoop checks
` [PATCH v2 27/29] x86/cacheinfo: Relocate leaf 0x4 cache_type mapping
` [PATCH v2 28/29] x86/cacheinfo: Introduce cpuid_amd_hygon_has_l3_cache()
` [PATCH v2 29/29] x86/cacheinfo: Apply maintainer-tip coding style fixes
[PATCH 0/8] x86/irq: KVM: Optimize KVM's PIR harvesting
2025-03-17 16:53 UTC (4+ messages)
` [PATCH 2/8] x86/irq: Track if IRQ was found in PIR during initial loop (to load PIR vals)
[PATCH v5 0/1] Input: atkbd - Fix TUXEDO NB02 notebook keyboards touchpad toggle key
2025-03-17 16:52 UTC (4+ messages)
` [PATCH v5 1/1] "
+ selftests-mm-add-commentary-about-9pfs-bugs.patch added to mm-unstable branch
2025-03-17 16:52 UTC
[PATCH] selftest/livepatch: Only run test-kprobe with CONFIG_KPROBES_ON_FTRACE
2025-03-17 16:51 UTC
[PATCH v6 03/10] KVM: guest_memfd: Handle kvm_gmem_handle_folio_put() for KVM as a module
2025-03-17 16:50 UTC (4+ messages)
+ fork-use-__vmalloc_node-for-stack-allocation.patch added to mm-unstable branch
2025-03-17 16:50 UTC
Iffy output given git diff --unified=2147483647
2025-03-17 16:50 UTC (6+ messages)
` [PATCH] xdiff: avoid arithmetic overflow in xdl_get_hunk()
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.