messages from 2024-10-04 02:30:26 to 2024-10-04 05:22:57 UTC [more...]
[PATCH bpf-next v3 0/5] bpf: Support private stack for bpf progs
2024-10-04 5:22 UTC (16+ messages)
` [PATCH bpf-next v3 4/5] bpf, x86: Add jit support for private stack
` yet another approach Was: "
[linusw-pinctrl:for-next] BUILD SUCCESS 998d283422e650f6dc65cfed13e8963fcf099c61
2024-10-04 5:20 UTC
[Intel-wired-lan] [tnguy-next-queue:dev-queue] BUILD SUCCESS f2589ad16e14b7102f1411e3385a2abf07076406
2024-10-04 5:19 UTC
[PATCH i-g-t v3 0/1] Backlight control on HDR-enabled eDP panels
2024-10-04 5:19 UTC (4+ messages)
` [PATCH i-g-t v3 1/1] tests/kms_hdr: Test brightness manipulation in HDR mode
[PATCH 00/13] iio: add missing select REMAP_SPI, IIO_BUFFER, and IIO_TRIGGERED_BUFFER
2024-10-04 8:17 UTC (7+ messages)
` [PATCH 01/13] iio: accel: kx022a: add missing select IIO_(TRIGGERED_)BUFFER in Kconfig
` [PATCH 10/13] iio: light: bu27008: "
` [PATCH 12/13] iio: pressure: bu1390: "
[Patch v5 0/6] Bug fixes on topdown events reordering
2024-10-04 5:19 UTC (11+ messages)
[PATCH] pwm: Add kernel doc for members added to pwm_ops recently
2024-10-04 5:18 UTC (2+ messages)
[PATCH v3 0/6] Introduce event pre-scheduling
2024-10-04 5:14 UTC (8+ messages)
` [PATCH v4 "
` [PATCH v4 1/6] eventdev: introduce "
` [PATCH v4 2/6] eventdev: add event port pre-schedule modify
` [PATCH v4 3/6] eventdev: add SW event preschedule hint
[PATCH dwarves 0/6] btf_encoder: implement shared elf_functions table
2024-10-04 5:14 UTC (7+ messages)
` [PATCH dwarves 1/6] dwarf_loader: introduce pre/post cus__load_module hooks to conf_load
` [PATCH dwarves 2/6] btf_encoder: split btf_encoder__collect_symbols()
` [PATCH dwarves 3/6] btf_encoder: introduce elf_functions struct type
` [PATCH dwarves 4/6] btf_encoder: collect elf_functions in pre_cus__load_module
` [PATCH dwarves 5/6] btf_encoder: introduce elf_functions_entry
` [PATCH dwarves 6/6] btf_encoder: switch to shared elf_functions table
[PATCH 0/2] Add initial support for Canaan Kendryte K230 reset controller
2024-10-04 5:12 UTC (5+ messages)
` [PATCH 2/2] reset: canaan: Add reset driver for Kendryte K230
[PATCH v1 11/11] perf build: Rename PERF_HAVE_DWARF_REGS to PERF_HAVE_LIBDW_REGS
2024-10-04 5:12 UTC (11+ messages)
[linusw-pinctrl:fixes] BUILD SUCCESS c9560baef0fa95aa676b7c7a7532543a4c6ff80c
2024-10-04 5:09 UTC
[PATCH] app/testpmd: improve sse based macswap
2024-10-04 5:08 UTC (10+ messages)
` [PATCH v2 0/3] "
` [PATCH v2 1/3] app/testpmd: add register keyword
[PATCH v3 0/7] Improve PCI memory mapping API
2024-10-04 5:07 UTC (8+ messages)
` [PATCH v3 1/7] PCI: endpoint: Introduce pci_epc_function_is_valid()
` [PATCH v3 2/7] PCI: endpoint: Improve pci_epc_mem_alloc_addr()
` [PATCH v3 3/7] PCI: endpoint: Introduce pci_epc_map_align()
` [PATCH v3 4/7] PCI: endpoint: Introduce pci_epc_mem_map()/unmap()
` [PATCH v3 5/7] PCI: endpoint: Update documentation
` [PATCH v3 6/7] PCI: endpoint: test: Use pci_epc_mem_map/unmap()
` [PATCH v3 7/7] PCI: dwc: endpoint: Define the .map_align() controller operation
[PATCH] sandbox: i2c: Make sure phandle dependency is probed
2024-10-04 5:04 UTC (3+ messages)
[PATCH v8 00/27] Integrate MbedTLS v3.6 LTS with U-Boot
2024-10-03 21:50 UTC (28+ messages)
` [PATCH v8 01/27] CI: Exclude MbedTLS subtree for CONFIG checks
` [PATCH v8 02/27] mbedtls: add mbedtls into the build system
` [PATCH v8 03/27] lib: Adapt digest header files to MbedTLS
` [PATCH v8 04/27] md5: Remove md5 non-watchdog API
` [PATCH v8 05/27] sha1: Remove sha1 "
` [PATCH v8 06/27] mbedtls: add digest shim layer for MbedTLS
` [PATCH v8 07/27] mbedtls: Enable smaller implementation for SHA256/512
` [PATCH v8 08/27] mbedtls/external: support Microsoft Authentication Code
` [PATCH v8 09/27] mbedtls/external: support PKCS9 Authenticate Attributes
` [PATCH v8 10/27] mbedtls/external: support decoding multiple signer's cert
` [PATCH v8 11/27] mbedtls/external: update MbedTLS PKCS7 test suites
` [PATCH v8 12/27] public_key: move common functions to public key helper
` [PATCH v8 13/27] x509: move common functions to x509 helper
` [PATCH v8 14/27] pkcs7: move common functions to PKCS7 helper
` [PATCH v8 15/27] mbedtls: add public key porting layer
` [PATCH v8 16/27] lib/crypto: Adapt public_key header with MbedTLS
` [PATCH v8 17/27] mbedtls: add X509 cert parser porting layer
` [PATCH v8 18/27] lib/crypto: Adapt x509_cert_parser to MbedTLS
` [PATCH v8 19/27] mbedtls: add PKCS7 parser porting layer
` [PATCH v8 20/27] lib/crypto: Adapt PKCS7 parser to MbedTLS
` [PATCH v8 21/27] mbedtls: add MSCode parser porting layer
` [PATCH v8 22/27] lib/crypto: Adapt mscode_parser to MbedTLS
` [PATCH v8 23/27] mbedtls: add RSA helper layer on MbedTLS
` [PATCH v8 24/27] lib/rypto: Adapt rsa_helper to MbedTLS
` [PATCH v8 25/27] asn1_decoder: add build options for ASN1 decoder
` [PATCH v8 26/27] test: Remove ASN1 library test
` [PATCH v8 27/27] configs: enable MbedTLS as default setting
[PATCH 00/47] KVM: arm64: Enable FGU (Fine Grained Undefined) for FEAT_FGT2 registers
2024-10-04 5:01 UTC (5+ messages)
` [PATCH 47/47] KVM: arm64: nv: Add trap forwarding for FEAT_FGT2 described registers
[PATCH 00/22] reftable: handle allocation errors
2024-10-04 4:58 UTC (5+ messages)
` [PATCH v5 00/25] "
` [PATCH v5 05/25] reftable/basics: handle allocation failures in `parse_names()`
[PATCH v27 0/6] drm/xe/guc: Add GuC based register capture for error capture
2024-10-04 4:57 UTC (15+ messages)
` [PATCH v27 1/6] drm/xe/guc: Prepare GuC register list and update ADS size "
` [PATCH v27 2/6] drm/xe/guc: Add XE_LP steered register lists
` [PATCH v27 3/6] drm/xe/guc: Add capture size check in GuC log buffer
` [PATCH v27 4/6] drm/xe/guc: Extract GuC error capture lists
` [PATCH v27 5/6] drm/xe/guc: Plumb GuC-capture into dev coredump
` [PATCH v27 6/6] drm/xe/guc: Save manual engine capture into capture list
` ✓ CI.Patch_applied: success for drm/xe/guc: Add GuC based register capture for error capture (rev27)
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "
` ✗ CI.FULL: failure "
[PATCH] app/testpmd: show output of commands read from file
2024-10-04 4:56 UTC (5+ messages)
` [PATCH v2] "
[git pull] missed close_range() fix from back in August
2024-10-04 4:56 UTC
[PATCH net] net: ti: icssg-prueth: Fix race condition for VLAN table access
2024-10-04 4:55 UTC (3+ messages)
[PATCH v2 6/6] test: Add USDT error tests for -w and -Z
2024-10-04 4:55 UTC
[PATCH v3 00/14] macOS PV Graphics and new vmapple machine type
2024-10-04 4:54 UTC (5+ messages)
` [PATCH v3 04/14] hw/display/apple-gfx: Adds configurable mode list
` [PATCH v3 09/14] gpex: Allow more than 4 legacy IRQs
[PATCH] btrfs: fix clear_dirty and writeback ordering
2024-10-04 4:53 UTC
[PATCH i-g-t] i915/drm_fdinfo: Quiesce GPU prior to running some tests
2024-10-04 4:54 UTC (2+ messages)
` ✗ Fi.CI.IGT: failure for "
[RFC] more close_range() fun
2024-10-04 4:52 UTC (10+ messages)
[PATCH v8 0/8] clk: Add kunit tests for fixed rate and parent data
2024-10-04 4:52 UTC (12+ messages)
` [PATCH v8 8/8] clk: Add KUnit tests for clks registered with struct clk_parent_data
[PATCH v2 17/19] test: Add a pid-USDT test
2024-10-04 4:51 UTC
[PATCH] HID: amd_sfh: Return immediately if no sensor is found
2024-10-04 4:51 UTC (2+ messages)
[PATCH 01/19] Change probes from having lists of clauses to lists of stmts
2024-10-04 4:49 UTC (4+ messages)
` [PATCH 17/19] test: Add a pid-USDT test
` [DTrace-devel] "
[PATCH v9 00/12] fs: multigrain timestamp redux
2024-10-04 4:49 UTC (3+ messages)
` [PATCH v9 08/12] Documentation: add a new file documenting multigrain timestamps
[PATCH] net/gve: always attempt Rx refill on DQ
2024-10-04 4:47 UTC (2+ messages)
Please add ipe tree for testing
2024-10-04 4:45 UTC (2+ messages)
[PATCH] wifi: rtw89: wow: Add unlock mutex before to return
2024-10-04 4:13 UTC (2+ messages)
[PATCH bpf-next v2] selftests/bpf: convert test_xdp_features.sh to test_progs
2024-10-04 4:44 UTC (7+ messages)
[PATCH 1/4] Tweak self-armouring
2024-10-04 4:43 UTC (4+ messages)
` [PATCH 2/4] test: Increase timeout due to long shutdown
` [PATCH 3/4] test: Do not return 1 for err.*.x checks
` [PATCH 4/4] test: Do not depend on ext4
linux-next: manual merge of the rust tree with the vfs-brauner tree
2024-10-04 4:42 UTC
[PATCH] net/gve: fix mbuf allocation memory leak for DQ Rx
2024-10-04 4:37 UTC (2+ messages)
Outreachy
2024-10-04 4:35 UTC (2+ messages)
[PATCH] PCI/PM: Put devices to low power state on shutdown
2024-10-04 4:33 UTC (4+ messages)
[PATCH] line-log: protect inner strbuf from free
2024-10-04 4:32 UTC (4+ messages)
` [PATCH v2 0/3] "
` [PATCH v2 1/3] "
[PATCH 0/5] diff output_prefix cleanups
2024-10-04 4:32 UTC (4+ messages)
` [PATCH 5/5] diff: store graph prefix buf in git_graph struct
[PATCH v2 00/19] iommufd: Add VIOMMU infrastructure (Part-1)
2024-10-04 4:32 UTC (3+ messages)
` [PATCH v2 06/19] iommufd/viommu: Add IOMMU_VIOMMU_SET/UNSET_VDEV_ID ioctl
[linux-next:master] BUILD REGRESSION c02d24a5af66a9806922391493205a344749f2c4
2024-10-04 4:29 UTC (2+ messages)
[PATCH 0/4] Support new card using NFP 3800 chip
2024-10-04 4:26 UTC (2+ messages)
[PATCH v2 0/9] Add platform supports to MediaTek MT8188 SoC (part 2)
2024-10-04 4:23 UTC (4+ messages)
` [PATCH v2 3/9] arm64: dts: mediatek: mt8188: Add MIPI DSI nodes
[meta-filesystems][PATCH] sshfs-fuse: Fix ptests
2024-10-04 4:23 UTC
block: del_gendisk() vs blk_queue_enter() race condition
2024-10-04 4:21 UTC (6+ messages)
[PATCH v8 0/5] x86/pkeys: update PKRU to enable all pkeys before XSAVE
2024-10-04 4:20 UTC (6+ messages)
` [PATCH v8 3/5] x86/pkeys: Update "
[PATCH 0/2] Detect max performance values for heterogeneous AMD designs
2024-10-04 4:14 UTC (5+ messages)
` [PATCH 1/2] x86/cpufeatures: Add feature bits for AMD heterogeneous processor
` [PATCH 2/2] CPPC: Use heterogeneous core topology for identifying boost numerator
[RFC] ethdev: convert string initialization
2024-10-04 4:13 UTC (2+ messages)
` [PATCH] "
[xen-unstable-smoke test] 187959: tolerable all pass - PUSHED
2024-10-04 4:12 UTC
[PATCH net v3 0/2] fix ti-am65-cpsw-nuss module removal
2024-10-04 4:10 UTC (3+ messages)
` [PATCH net v3 1/2] net: ethernet: ti: am65-cpsw: prevent WARN_ON upon "
` [PATCH net v3 2/2] net: ethernet: ti: am65-cpsw: avoid devm_alloc_etherdev, fix "
linux-next: build failure after merge of the kunit-next tree
2024-10-04 4:11 UTC
[PATCH] PCI: controller: Switch back to struct platform_driver::remove()
2024-10-04 4:11 UTC (4+ messages)
[PATCH] doc: update TAP device features
2024-10-04 4:09 UTC (4+ messages)
[PATCH libnetfilter_queue] build: add missing backslash to build_man.sh
2024-10-04 4:06 UTC
[git pull] drm fixes for 6.12-rc2
2024-10-04 4:06 UTC
[mani-mhi:mhi-next] BUILD SUCCESS 8daf110a44e744664f5f4158ac5e1302ee0e2081
2024-10-04 4:01 UTC
[PATCH net-next v3 0/7] bnxt_en: implement device memory TCP for bnxt
2024-10-04 4:01 UTC (6+ messages)
` [PATCH net-next v3 5/7] net: devmem: add ring parameter filtering
[PATCH] [RFC] cryptodev: replace LIST_END enumerators with APIs
2024-10-04 4:00 UTC (9+ messages)
` [EXTERNAL] "
[Question]: A non NULL req->sk in tcp_rtx_synack. Not a fastopen connection
2024-10-04 4:00 UTC (3+ messages)
v2.47.0-rc1 test failure on cygwin
2024-10-04 3:59 UTC (2+ messages)
[PATCH] Input: elan_i2c - Wait for initialization after enabling regulator supply
2024-10-04 3:57 UTC (8+ messages)
[PATCH] pidfd: add ioctl to retrieve pid info
2024-10-04 3:55 UTC (2+ messages)
[weiny2:dcd-v4-2024-10-01 2/29] lib/test_printf.c:390:26: sparse: sparse: cast truncates bits from constant value (c0ffee00ba5eba11 becomes ba5eba11)
2024-10-04 3:55 UTC
+ nilfs2-propagate-directory-read-errors-from-nilfs_find_entry.patch added to mm-hotfixes-unstable branch
2024-10-04 3:55 UTC
linux-next: manual merge of the kunit-next tree with the mm tree
2024-10-04 3:55 UTC
[PATCH] drm/amdkfd: Use dynamic allocation for CU occupancy array in 'kfd_get_cu_occupancy()'
2024-10-04 3:45 UTC
[PATCH v2 0/2] phy: usb: Broadcom BCM4908 USB init fixes
2024-10-04 3:41 UTC (6+ messages)
` [PATCH v2 1/2] phy: usb: Fix missing elements in BCM4908 USB init array
` [PATCH v2 2/2] phy: usb: update Broadcom driver table to use designated initializers
[PATCH] lvm: allocate metadata buffer from raw contents
2024-10-04 3:40 UTC (3+ messages)
[syzbot] [serial?] INFO: task hung in vcs_open (8)
2024-10-04 3:35 UTC (2+ messages)
` [PATCH] nilfs2: propagate directory read errors from nilfs_find_entry()
[PATCH] USB: atm: speedtch: do not use assignment in if condition
2024-10-04 3:05 UTC
pull request: rtlwifi: Add firmware v39.0 for RTL8192DU
2024-10-04 1:22 UTC
Problems with rtw89_8852be driver in 6.11.1.arch1-1 kernel
2024-10-04 0:40 UTC (2+ messages)
[PATCH v6 00/25] Fix xe_force_wake_get() failure handling
2024-10-04 3:21 UTC (6+ messages)
` [PATCH v6 04/25] drm/xe: Modify xe_force_wake_put to handle _get returned mask
[Buildroot] [autobuild.buildroot.org] Daily results for 2024-10-03
2024-10-04 3:18 UTC
[PATCH] tdx, memory hotplug: Check whole hot-adding memory range for TDX
2024-10-04 3:15 UTC (7+ messages)
[PATCH v4] dt-bindings: display: mediatek: split: add subschema property constraints
2024-10-04 3:12 UTC
Problem using git send-email with yahoo and hotmail
2024-10-04 3:11 UTC (3+ messages)
[dpdk-dev] [PATCH 1/2] doc: add policy for adding vendor PMD specific examples
2024-10-04 2:59 UTC (5+ messages)
` [v2 "
` [v2 2/2] examples: move vendor specific apps to drivers sub directory
[Intel-wired-lan] [tnguy-net-queue:dev-queue] BUILD SUCCESS 67b41b1b985f7117d61bc2e8ab93267cec9514f5
2024-10-04 3:11 UTC
[ovmf test] 187960: all pass - PUSHED
2024-10-04 3:11 UTC
[ath:pending] BUILD SUCCESS WITH WARNING 08dd5d93509f962500dc983864b4effb2600831a
2024-10-04 3:09 UTC
[PATCH 1/2] dt-bindings: mfd: mediatek: mt6397: add adc and regulators for mt6359
2024-10-04 3:09 UTC (4+ messages)
[bitbake-devel][PATCH] fetch2/svn: Support to feed an external SSL certificate file and its password
2024-10-04 3:06 UTC
[PATCH v2 1/2] dt-bindings: mfd: mediatek: mt6397: add adc, codec and regulators for mt6359
2024-10-04 3:01 UTC (2+ messages)
` [PATCH v2 2/2] arm64: dts: mediatek: mt6359: fix dtbs_check error for RTC and regulators
[PATCH v4] bitmap: add scan from offset function
2024-10-04 3:04 UTC (3+ messages)
` [PATCH v5] "
[bvanassche:scsi-remove-slave-configure 20/22] drivers/scsi/ibmvscsi/ibmvfc.c:3455: warning: Function parameter or struct member 'lim' not described in 'ibmvfc_sdev_configure'
2024-10-04 3:03 UTC
[PATCH v3 0/7] Add the USB5744 hub driver as per new DT binding
2024-10-04 3:02 UTC (8+ messages)
` [PATCH v3 1/7] usb: onboard-hub: Add reset-gpio support
[PATCH v3] dt-bindings: display: mediatek: split: add subschema property constraints
2024-10-04 2:59 UTC (2+ messages)
[PATCH 0/2] ASoC: Intel: sof_rt5682: add supports for new
2024-10-04 3:01 UTC (3+ messages)
` [PATCH 1/2] ASoC: Intel: sof_rt5682: Add HDMI-In capture with rt5682 support for MTL
` [PATCH 2/2] ASoC: Intel: sof_rt5682: Add support for ptl_max98360a_rt5682
[PATCH net-next v19 00/14] Replace page_frag with page_frag_cache for sk_page_frag()
2024-10-04 3:00 UTC (3+ messages)
` [PATCH net-next v19 09/14] net: rename skb_copy_to_page_nocache() helper
[PATCH v2] PCI/ASPM: Disable L1 before disabling L1ss
2024-10-04 3:00 UTC (3+ messages)
[PATCH] [next] ARM: Replace snprintf() with the safer scnprintf() variant
2024-10-04 2:59 UTC
Interop problem with Quantum Fiber WiFi7 pods (duplicate RSNXE IE)
2024-10-04 2:58 UTC (6+ messages)
[ath:master-pending] BUILD SUCCESS 7536faa61e194f5cfac0a9277b7cc3cfed766eb0
2024-10-04 2:56 UTC
[PATCH net-next v1] doc: net: Fix .rst rendering of net_cachelines pages
2024-10-04 2:49 UTC (2+ messages)
[PATCH v2] app/proc-info: add rte_eal_cleanup() to avoid memory leak
2024-10-04 2:48 UTC (2+ messages)
` [PATCH v3] "
blktests failures with v6.12-rc1 kernel
2024-10-04 2:40 UTC (4+ messages)
[PATCHv3 1/2] platform/x86: dell-sysman: remove match on www.dell.com
2024-10-04 2:41 UTC (2+ messages)
` [PATCHv3 2/2] platform/x86: dell-sysman: add support for alienware products
[android-common:android15-6.6-desktop 10091/22150] arch/arm64/kvm/hyp/nvhe/iommu/iommu.c:338:22: error: 'struct iommu_iotlb_gather' has no member named 'end'
2024-10-04 2:43 UTC
[freescale-fslc:6.6-2.0.x-imx 3680/16788] include/uapi/linux/sched.h:14:25: warning: passing argument 3 of 'kernel_thread' makes pointer from integer without a cast
2024-10-04 2:42 UTC
[PATCH] fsmonitor OSX: fix hangs for submodules
2024-10-04 2:42 UTC (11+ messages)
` [PATCH v2] "
[GIT PULL] Please pull u-boot-dfu-next-20241003
2024-10-04 2:40 UTC (2+ messages)
[PATCH 1/2] usertools/telemetry: move main to function
2024-10-04 2:38 UTC (4+ messages)
` [PATCH v2 "
` [PATCH v2 2/2] usertools/telemetry: add new telemetry client
linux-next: duplicate patch in the sound tree
2024-10-04 2:34 UTC
[PATCH] bus: mhi: host: pci_generic: Use pcim_iomap_region() to request and map MHI BAR
2024-10-04 2:33 UTC
[Intel-wired-lan] [RFC net-next v4 0/9] Add support for per-NAPI config via netlink
2024-10-04 2:33 UTC (5+ messages)
` "
[PATCH] netdev: fix crash in the RSSI polling fallback workaround
2024-10-04 2:33 UTC (2+ messages)
[PATCH v2 0/3] automation: add smoke test for xen.efi on x86_64
2024-10-04 2:29 UTC (2+ messages)
` [PATCH v2 2/3] automation: add a smoke test for xen.efi on X86
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.