messages from 2024-10-17 09:15:05 to 2024-10-17 09:52:40 UTC [more...]
[PATCH v5 00/14] Fix and improve the Rockchip endpoint driver
2024-10-17 9:52 UTC (3+ messages)
` [PATCH v5 06/14] PCI: rockchip-ep: Fix MSI IRQ data mapping
[PATCH] meson.build: Remove ncurses workaround for OpenBSD
2024-10-17 9:52 UTC (2+ messages)
[PATCH v9 0/7] platform/chrome: Introduce DT hardware prober
2024-10-17 9:52 UTC (9+ messages)
` [PATCH v9 1/7] of: dynamic: Add of_changeset_update_prop_string
` [PATCH v9 2/7] of: base: Add for_each_child_of_node_with_prefix()
` [PATCH v9 3/7] i2c: Introduce OF component probe function
` [PATCH v9 4/7] i2c: of-prober: Add simple helpers for regulator support
` [PATCH v9 5/7] i2c: of-prober: Add GPIO support to simple helpers
` [PATCH v9 6/7] platform/chrome: Introduce device tree hardware prober
` [PATCH v9 7/7] arm64: dts: mediatek: mt8173-elm-hana: Mark touchscreens and trackpads as fail
[PATCH v4 0/2] tpm: Resolve potential blocking-forever issue
2024-10-17 9:50 UTC (5+ messages)
` [PATCH v4 1/2] tpm: Use new ptm_cap_n structure for PTM_GET_CAPABILITY
` [PATCH v4 2/2] tpm_emulator: Read control channel response in 2 passes
[PATCH net-next v5 0/9] net: netconsole refactoring and warning fix
2024-10-17 9:50 UTC (10+ messages)
` [PATCH net-next v5 1/9] net: netconsole: remove msg_ready variable
` [PATCH net-next v5 2/9] net: netconsole: split send_ext_msg_udp() function
` [PATCH net-next v5 3/9] net: netconsole: separate fragmented message handling in send_ext_msg
` [PATCH net-next v5 4/9] net: netconsole: rename body to msg_body
` [PATCH net-next v5 5/9] net: netconsole: introduce variable to track body length
` [PATCH net-next v5 6/9] net: netconsole: track explicitly if msgbody was written to buffer
` [PATCH net-next v5 7/9] net: netconsole: extract release appending into separate function
` [PATCH net-next v5 8/9] net: netconsole: do not pass userdata up to the tail
` [PATCH net-next v5 9/9] net: netconsole: split send_msg_fragmented
[PATCH alsa-ucm-conf v4 1/2] sof-soundwire: Change map control names to make them unique and user friendly
2024-10-17 9:49 UTC (2+ messages)
` [PATCH alsa-ucm-conf v4 2/2] sof-soundwire: Add sequence for controlling Mic Mute LED
[PATCH net] vmxnet3: Fix packet corruption in vmxnet3_xdp_xmit_frame
2024-10-17 9:50 UTC (2+ messages)
[PATCH v2 0/4] ARM: dts: omap: omap4-epson-embt2ws: misc gpio definitions
2024-10-17 9:49 UTC (3+ messages)
[syzbot] [exfat?] KMSAN: uninit-value in __exfat_get_dentry_set
2024-10-17 9:49 UTC (2+ messages)
[PATCH] staging: gpib: Fix PCI header include guard
2024-10-17 9:49 UTC (2+ messages)
[PATCH] munmap sealed memory cause memory to split (bug)
2024-10-17 9:48 UTC (3+ messages)
[PATCH v1 0/7] synchronously scan and reclaim empty user PTE pages
2024-10-17 9:47 UTC (8+ messages)
` [PATCH v1 1/7] mm: khugepaged: retract_page_tables() use pte_offset_map_lock()
` [PATCH v1 2/7] mm: make zap_pte_range() handle full within-PMD range
` [PATCH v1 3/7] mm: zap_install_uffd_wp_if_needed: return whether uffd-wp pte has been re-installed
` [PATCH v1 4/7] mm: zap_present_ptes: return whether the PTE page is unreclaimable
` [PATCH v1 5/7] mm: pgtable: try to reclaim empty PTE page in madvise(MADV_DONTNEED)
` [PATCH v1 6/7] x86: mm: free page table pages by RCU instead of semi RCU
` [PATCH v1 7/7] x86: select ARCH_SUPPORTS_PT_RECLAIM if X86_64
[linux-linus test] 188132: regressions - FAIL
2024-10-17 9:47 UTC
[powerpc:merge] BUILD SUCCESS 99e7a16007479504d952db810d5d9aba34f038ec
2024-10-17 9:47 UTC
[PATCH net-next v2 00/10] selftests: net: Introduce deferred commands
2024-10-17 9:45 UTC (11+ messages)
` [PATCH net-next v2 01/10] selftests: net: lib: "
` [PATCH net-next v2 02/10] selftests: forwarding: Add a fallback cleanup()
` [PATCH net-next v2 03/10] selftests: forwarding: lib: Allow passing PID to stop_traffic()
` [PATCH net-next v2 04/10] selftests: RED: Use defer for test cleanup
` [PATCH net-next v2 05/10] selftests: TBF: "
` [PATCH net-next v2 06/10] selftests: ETS: "
` [PATCH net-next v2 07/10] selftests: mlxsw: qos_mc_aware: "
` [PATCH net-next v2 08/10] selftests: mlxsw: qos_ets_strict: "
` [PATCH net-next v2 09/10] selftests: mlxsw: qos_max_descriptors: "
` [PATCH net-next v2 10/10] selftests: mlxsw: devlink_trap_police: "
[PATCH v2 00/10] arm64: stacktrace: improve unwind reporting
2024-10-17 9:25 UTC (11+ messages)
` [PATCH v2 01/10] arm64: pt_regs: assert pt_regs is a multiple of 16 bytes
` [PATCH v2 02/10] arm64: pt_regs: remove stale big-endian layout
` [PATCH v2 03/10] arm64: pt_regs: rename "pmr_save" -> "pmr"
` [PATCH v2 04/10] arm64: pt_regs: swap 'unused' and 'pmr' fields
` [PATCH v2 05/10] arm64: use a common struct frame_record
` [PATCH v2 06/10] arm64: stacktrace: move dump_backtrace() to kunwind_stack_walk()
` [PATCH v2 07/10] arm64: stacktrace: report source of unwind data
` [PATCH v2 08/10] arm64: stacktrace: report recovered PCs
` [PATCH v2 09/10] arm64: stacktrace: split unwind_consume_stack()
` [PATCH v2 10/10] arm64: stacktrace: unwind exception boundaries
[PATCH fix 6.12] mm: mark mas allocation in vms_abort_munmap_vmas as __GFP_NOFAIL
2024-10-17 9:47 UTC (3+ messages)
[PATCH net-next v2] tools: ynl-gen: use big-endian netlink attribute types
2024-10-17 9:47 UTC
[PATCH mptcp-net 0/2] mptcp: "fix suspicious RCU usage" warnings
2024-10-17 9:47 UTC (3+ messages)
[powerpc:fixes-test] BUILD SUCCESS cf8989d20d64ad702a6210c11a0347ebf3852aa7
2024-10-17 9:47 UTC
[Intel-wired-lan] [PATCH iwl-next v9 0/7] ixgbe: Add support for Intel(R) E610 device
2024-10-17 9:47 UTC (10+ messages)
` [Intel-wired-lan] [PATCH iwl-next v9 2/7] ixgbe: Add support for E610 device capabilities detection
` "
` [Intel-wired-lan] [PATCH iwl-next v9 3/7] ixgbe: Add link management support for E610 device
` "
` [Intel-wired-lan] [PATCH iwl-next v9 5/7] ixgbe: Add ixgbe_x540 multiple header inclusion protection
` "
[PATCH] drm/xe/mmap: Add mmap support for PCI memory barrier
2024-10-17 9:46 UTC (11+ messages)
[PATCH 0/1] drm/xe: enable lite restore
2024-10-17 9:46 UTC (2+ messages)
` ✗ CI.FULL: failure for "
[PATCH v3 0/2] PtP driver for s390 clocks
2024-10-17 9:46 UTC (2+ messages)
[PATCH 00/10] Add support for 3 VDSC engines 12 slices
2024-10-17 9:45 UTC (8+ messages)
` [PATCH 05/10] drm/i915/dp: Add check for hdisplay divisible by slice count
` [PATCH 06/10] drm/i915/display: Add DSC pixel replication
` [PATCH 07/10] drm/i915/dp: Compute pixel replication count for DSC 12 slices case
` ✓ CI.BAT: success for Add support for 3 VDSC engines 12 slices (rev3)
Another bcachefs version downgrade bug
2024-10-17 9:45 UTC (7+ messages)
[PATCH] staging: gpib: avoid buffer overflow
2024-10-17 9:44 UTC
[OE-core][kirkstone 0/2] Patch review
2024-10-17 9:44 UTC (3+ messages)
` [OE-core][kirkstone 2/2] selftest/runtime_test/virgl: Disable for all fedora
[PATCH v3 1/2] optee-client: use udev rule and systemd service from upstream
2024-10-17 9:44 UTC (5+ messages)
` [PATCH v3 2/2] trusted-service: remove optee udev and group settings
` [meta-arm] "
[Outreachy][RFC]: teach the '-e' option for git notes sub command
2024-10-17 9:43 UTC
[PULL 00/20] Net patches
2024-10-17 9:42 UTC (9+ messages)
` [PULL 08/20] virtio-net: Add only one queue pair when realizing
[yocto] Input for FIPS openssl to be added in yocto build
2024-10-17 9:42 UTC (2+ messages)
[PATCH] ACPI: APEI: set memory failure flags as MF_ACTION_REQUIRED on action required events
2024-10-17 9:41 UTC (5+ messages)
` [PATCH v14 1/3] ACPI: APEI: send SIGBUS to current task if synchronous memory error not recovered
` [PATCH v14 2/3] mm: memory-failure: move return value documentation to function declaration
[yocto] How to create Tool to update commit hash in yocto recipe files #bitbake #yocto
2024-10-17 9:35 UTC (6+ messages)
[PATCH v3 0/2] arm64: Speed up CRC-32 using PMULL instructions
2024-10-17 9:41 UTC (3+ messages)
` [PATCH v3 1/2] arm64/lib: Handle CRC-32 alternative in C code
` [PATCH v3 2/2] arm64/crc32: Implement 4-way interleave using PMULL
[PATCH] examples/l3fwd: add option to set RX burst size
2024-10-17 9:40 UTC (7+ messages)
` [PATCH v2 0/2] examples/l3fwd: add more options
` [PATCH v2 1/2] examples/l3fwd: add option to set RX burst size
` [PATCH v2 2/2] examples/l3fwd: add option to set mbuf cache size
[PATCH] mm/kmemleak: fix errors/warnings for coding style
2024-10-17 9:40 UTC (2+ messages)
[PATCH net-next v3 0/3] gve: adopt page pool
2024-10-17 9:40 UTC (5+ messages)
` [PATCH net-next v3 2/3] gve: adopt page pool for DQ RDA mode
[RFC PATCH 0/4] Updates for CXL Event Records
2024-10-17 9:39 UTC (3+ messages)
[PATCH] ARM: 8611/1: l2x0: replace snprintf with sysfs_emit helper function
2024-10-17 9:39 UTC
[PATCH] vhost-user: fix shared object return values
2024-10-17 9:38 UTC (9+ messages)
[PATCH] rockchip: rk3399-pinephone-pro: Drop upstream props from u-boot.dtsi
2024-10-17 9:38 UTC (2+ messages)
[PATCH] migration/dirtyrate: Silence warning about strcpy() on OpenBSD
2024-10-17 9:36 UTC (4+ messages)
[PATCH v5 0/2] Add support for new IMX8MP based board
2024-10-17 9:35 UTC (2+ messages)
[PATCH v2 1/1] media: ati_remote: don't push static constants on stack for %*ph
2024-10-17 9:36 UTC
[RFC PATCH 00/21] Modernize the build system
2024-10-17 9:36 UTC (7+ messages)
` [RFC PATCH v2 00/24] Modernize our "
` [RFC PATCH v2 23/24] Documentation: add comparison of build systems
[ANNOUNCE] Release and and v6.1.112-cip30
2024-10-17 9:35 UTC
[RFC PATCH] builtin/shortlog: explicitly set hash algo when there is no repo
2024-10-17 9:35 UTC (2+ messages)
` [PATCH v4] "
[PATCH v6 0/8] x86/module: use large ROX pages for text allocations
2024-10-17 9:35 UTC (4+ messages)
` [PATCH v6 6/8] x86/module: prepare module loading for ROX allocations of text
[RFC PATCH v3 0/4] Support large folios for tmpfs
2024-10-17 9:34 UTC (3+ messages)
[PATCH net-next v3 0/8] rust: Add IO polling
2024-10-17 9:33 UTC (8+ messages)
` [PATCH net-next v3 3/8] rust: time: Change output of Ktime's sub operation to Delta
` [PATCH net-next v3 4/8] rust: time: Implement addition of Ktime and Delta
[PULL] drm-xe-next
2024-10-17 9:32 UTC
[PATCH 5.10 000/518] 5.10.227-rc1 review
2024-10-17 9:32 UTC (3+ messages)
[PATCHSET 1/2] fstests: fix fstests for 64k fsblock size
2024-10-17 9:32 UTC (2+ messages)
Bluetooth not working on 13d3:3585 IMC Networks Wireless_Device
2024-10-17 9:32 UTC (4+ messages)
[PATCH v2 0/5] Consolidate lan9118 phy implementations
2024-10-17 9:31 UTC (3+ messages)
` [PATCH v2 1/5] hw/resettable: Add SOFT reset type
[PATCH v1 0/4] Enable UFS on QCS615
2024-10-17 9:23 UTC (7+ messages)
` [PATCH v1 1/4] dt-bindings: phy: Add QMP UFS PHY comptible for QCS615
` [PATCH v1 2/4] dt-bindings: ufs: qcom: Add UFS Host Controller "
Why set .suppress_bind_attrs even though .remove() implemented?
2024-10-17 9:30 UTC (8+ messages)
[PATCH 0/2] Restore support for older libcurl and fix some typos
2024-10-17 9:30 UTC (7+ messages)
[PATCH v1 0/3] arm64: dts: freescale: imx8mp-verdin: Add Ivy carrier
2024-10-17 9:29 UTC (2+ messages)
[PATCH] eth: bnxt: Fix typo "accelaration"
2024-10-17 9:27 UTC
[PATCH v2 0/2] i2c: Add ACPI support for HJMC01
2024-10-17 9:28 UTC (6+ messages)
` [PATCH v2 1/2] ACPI: APD: Add clock frequency for HJMC01 I2C controller
other staging/gpib bugs completed
2024-10-17 9:29 UTC (2+ messages)
[PATCH v2] comedi: Flush partial mappings in error case
2024-10-17 9:29 UTC (4+ messages)
[PATCH] platform/x86/intel/pmc: Fix pmc_core_iounmap to call iounmap for valid addresses
2024-10-17 9:29 UTC (2+ messages)
[PATCH 0/3] Add support to scale DDR and L3 on SA8775P
2024-10-17 9:28 UTC (4+ messages)
` [PATCH 1/3] arm64: dts: qcom: sa8775p: Add support to scale DDR/L3
` [PATCH 2/3] arm64: dts: qcom: sa8775p: Add CPU OPP tables "
` [PATCH 3/3] arm64: dts: qcom: sa8775p: Add LMH interrupts support
[PATCH v10 01/12] zsda: add zsdadev driver documents
2024-10-17 9:22 UTC (14+ messages)
` [PATCH v11 00/12] drivers/zsda: introduce zsda drivers
` [PATCH v11 01/12] zsda: add zsdadev driver documents
` [PATCH v11 02/12] config: add zsda device number
` [PATCH v11 03/12] common/zsda: add some common functions
` [PATCH v11 04/12] common/zsda: configure zsda device
` [PATCH v11 05/12] common/zsda: configure zsda queue base functions
` [PATCH v11 06/12] common/zsda: configure zsda queue enqueue functions
` [PATCH v11 07/12] common/zsda: configure zsda queue dequeue functions
` [PATCH v11 08/12] compress/zsda: add zsda compress driver
` [PATCH v11 09/12] compress/zsda: add zsda compress PMD
` [PATCH v11 10/12] crypto/zsda: add crypto sessions configuration
` [PATCH v11 11/12] crypto/zsda: add zsda crypto driver
` [PATCH v11 12/12] crypto/zsda: add zsda crypto PMD
[PATCH 0/3] arm64: dts: qcom: x1e80100-qcp: Add WiFi/BT pwrseq
2024-10-17 9:28 UTC (7+ messages)
` [PATCH 3/3] "
[PATCH 1/9] drm/panfrost: Replace DRM driver allocation method with newer one
2024-10-17 9:27 UTC (5+ messages)
` [PATCH 9/9] drm/panfrost: Explicitly clean up panfrost fence
[PATCH] staging: gpib: Change return type and error code of fluke_get_dma_residue
2024-10-17 9:26 UTC (3+ messages)
[PATCHv2 net-next 0/3] Bonding: returns detailed error about XDP failures
2024-10-17 9:26 UTC (3+ messages)
[PATCH v3 0/6] Add minimal Exynos990 SoC and SM-N981B support
2024-10-17 9:26 UTC (3+ messages)
` [PATCH v3 3/6] dt-bindings: arm: samsung: samsung-boards: Add bindings for Exynos 990 boards
` (subset) "
[PATCH v3 0/3] Add Exynos990 pinctrl drivers
2024-10-17 9:26 UTC (5+ messages)
` [PATCH v3 1/3] dt-bindings: pinctrl: samsung: Add exynos990-pinctrl compatible
` (subset) "
` [PATCH v3 2/3] dt-bindings: pinctrl: samsung: add exynos990-wakeup-eint compatible
` (subset) "
[PATCH V2] staging: gpib: Change return type and error code of fluke_get_dma_residue
2024-10-17 9:25 UTC
[PATCH] Add the ":" to the allowed_symbols list to work with the latest POSIX changes
2024-10-17 9:24 UTC (4+ messages)
[axboe-block:rw_iter 16/447] drivers/char/pc8736x_gpio.c:236:19: error: 'nsc_gpio_write' undeclared here (not in a function)
2024-10-17 9:24 UTC
[RFC PATCH] media: uvc: ensure video device entities have a unique name
2024-10-17 9:25 UTC
[PATCH dwarves 1/2] btf_loader: send warnings to stderr
2024-10-17 9:24 UTC (2+ messages)
` [PATCH dwarves 2/2] tests/btf_functions: redirect stderr for pfunct --format_path=btf
[PATCH] iio: accel: adxl355: Fix typo "accelaration"
2024-10-17 9:22 UTC
[PATCH v3] vmscan: add a vmscan event for reclaim_pages
2024-10-17 9:22 UTC (2+ messages)
[PATCH] fs: Fix uninitialized value issue in from_kuid
2024-10-17 9:22 UTC (4+ messages)
[PATCHv2 net-next 0/3] add gettimex64() support for mlx4
2024-10-17 9:22 UTC (2+ messages)
[PATCH V2] cpu: imx8_cpu: Avoid revision to corrupt device tree
2024-10-17 9:21 UTC (3+ messages)
[PATCH v2] vmscan: add a vmscan event for reclaim_pages
2024-10-17 9:20 UTC (2+ messages)
[RFC 0/6] Add video encoder ROI ctrls
2024-10-17 9:19 UTC (7+ messages)
` [RFC 1/6] media: v4l2_ctrl: Add V4L2_CTRL_TYPE_RECT
` [RFC 2/6] media: vivid: Add an rectangle control
` [RFC 3/6] v4l2-ctrls: add support for V4L2_CTRL_WHICH_MIN/MAX_VAL
` [RFC 4/6] media: v4l2-ctrls: Add V4L2_CTRL_TYPE_REGION
` [RFC 5/6] media: v4l2-ctrls: Add video roi ctrls
` [RFC 6/6] media: vivid: Add a video region ctrl
[PATCH v5 0/5] Reuse 32 bit C code more safely
2024-10-17 9:20 UTC (4+ messages)
` lib32 followup (visibility issue and/or toolchain bug?)
[PATCHv2 net-next 1/3] mlx4: introduce the time_cache into the mlx4 PTP implementation
2024-10-17 9:20 UTC (2+ messages)
[RESEND PATCH] acl: Realign struct posix_acl to save 8 bytes
2024-10-17 9:19 UTC (2+ messages)
[PATCH] fs: fix f_ref kernel-doc struct member name
2024-10-17 9:19 UTC (2+ messages)
[meta-oe][gatesgarth][PATCH] c-ares: switch to main branch
2024-10-17 9:18 UTC (2+ messages)
[PATCH 0/3] Add aoss_qmp nodes for qcs615
2024-10-17 9:18 UTC (4+ messages)
` [PATCH 2/3] dt-bindings: aoss: qcom: Document the qcs615 AOSS_QMP
[PATCH v2 bpf] lib/buildid: handle memfd_secret() files in build_id_parse()
2024-10-17 9:18 UTC (2+ messages)
[PATCH RFC v1 net-next 00/12] bridge-fastpath and related improvements
2024-10-17 9:17 UTC (8+ messages)
[PATCH bpf] lib/buildid: handle memfd_secret() files in build_id_parse()
2024-10-17 9:17 UTC (3+ messages)
[PATCH 00/13] Update versions of libcurl and Perl
2024-10-17 9:16 UTC (2+ messages)
[PATCH v1 0/3] arm64: dts: freescale: imx8mm-verdin: Add Ivy carrier board
2024-10-17 9:15 UTC (2+ messages)
[PATCH] linux-user: Trace rt_sigprocmask's sigsets
2024-10-17 9:14 UTC
[PULL 00/25] x86 and KVM patches for 2024-10-15
2024-10-17 9:14 UTC (4+ messages)
` [PULL 13/25] target/i386: convert CMPXCHG8B/CMPXCHG16B to new decoder
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.