All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-07-31 16:44:44 to 2024-07-31 17:34:03 UTC [more...]

[PATCH v3 0/3] dma: support DMA zone starting above 4GB
 2024-07-31 17:33 UTC  (6+ messages)
` [PATCH v3 2/3] dma-mapping: replace zone_dma_bits by zone_dma_limit
` [PATCH v3 3/3] dma-direct: use RAM start to offset zone_dma_limit

[PATCH v5 00/27] Integrate MbedTLS v3.6 LTS with U-Boot
 2024-07-31 17:25 UTC  (21+ messages)
` [PATCH v5 01/27] CI: Exclude MbedTLS subtree for CONFIG checks
` [PATCH v5 02/27] mbedtls: add mbedtls into the build system
` [PATCH v5 03/27] lib: Adapt digest header files to MbedTLS
` [PATCH v5 04/27] md5: Remove md5 non-watchdog API
` [PATCH v5 05/27] sha1: Remove sha1 "
` [PATCH v5 06/27] mbedtls: add digest shim layer for MbedTLS
` [PATCH v5 07/27] hash: integrate hash on mbedtls
` [PATCH v5 08/27] mbedtls/external: support Microsoft Authentication Code
` [PATCH v5 09/27] mbedtls/external: support PKCS9 Authenticate Attributes
` [PATCH v5 10/27] mbedtls/external: support decoding multiple signer's cert
` [PATCH v5 11/27] mbedtls/external: update MbedTLS PKCS7 test suites
` [PATCH v5 12/27] public_key: move common functions to public key helper
` [PATCH v5 13/27] x509: move common functions to x509 helper
` [PATCH v5 14/27] pkcs7: move common functions to PKCS7 helper
` [PATCH v5 15/27] mbedtls: add public key porting layer
` [PATCH v5 16/27] lib/crypto: Adapt public_key header with MbedTLS
` [PATCH v5 17/27] mbedtls: add X509 cert parser porting layer
` [PATCH v5 18/27] lib/crypto: Adapt x509_cert_parser to MbedTLS
` [PATCH v5 19/27] mbedtls: add PKCS7 parser porting layer
` [PATCH v5 20/27] lib/crypto: Adapt PKCS7 parser to MbedTLS

[PATCH i-g-t] drm/xe/hwmon: Fix PL1 disable flow in xe_hwmon_power_max_write
 2024-07-31 17:32 UTC  (8+ messages)
` ✓ CI.Patch_applied: success for "
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "

[PATCH v6 0/2] virtio-net: define UDP tunnel offload
 2024-07-31 17:32 UTC  (7+ messages)
` [PATCH v6 1/2] virtio-net: define UDP tunnel segmentation offload feature

[PATCH v4] drm/i915: Add Wa_14019789679
 2024-07-31 17:32 UTC  (2+ messages)

[PATCH v5 00/32] Introduce sssnic PMD for 3SNIC's 9x0 serials Ethernet adapters
 2024-07-31 17:32 UTC  (4+ messages)

[PATCH] mtd: spi-nor: micron-st: Add n25q064a WP support
 2024-07-31 17:31 UTC  (10+ messages)

[bug report] hwmon: (nct7802) Use multi-byte regmap operations
 2024-07-31 17:31 UTC 

[syzbot] [media?] [usb?] WARNING in smsusb_init_device/usb_submit_urb
 2024-07-31 17:29 UTC  (3+ messages)
  ` [PATCH] media/usb/siano: Fix endpoint type checking in smsusb

[RFC} arm architecture board/feature deprecation timeline
 2024-07-31 17:29 UTC 

[PATCH 0/4] Introduce a "promisor-remote" capability
 2024-07-31 17:29 UTC  (5+ messages)
` [PATCH 1/4] version: refactor strbuf_sanitize()
` [PATCH 2/4] strbuf: refactor strbuf_trim_trailing_ch()

[PATCH v7 0/7] firmware: support i.MX95 SCMI BBM/MISC Extenstion
 2024-07-31 17:28 UTC  (5+ messages)
` [PATCH v7 7/7] input: keyboard: support i.MX95 BBM module

[PATCH V2 0/7] Add power domain and MSI functionality with PCIe host generic ECAM driver
 2024-07-31 17:26 UTC  (5+ messages)
` [PATCH V222/7] PCI: dwc: Add msi_ops to allow DBI based MSI register access
` [PATCH V226/7] dt-bindings: PCI: host-generic-pci: Add snps,dw-pcie-ecam-msi binding

Linux 6.11-rc1
 2024-07-31 17:26 UTC  (18+ messages)

[linux-linus test] 187069: regressions - FAIL
 2024-07-31 17:25 UTC 

[PATCH v2 0/5] uprobes: misc cleanups/simplifications
 2024-07-31 17:24 UTC  (9+ messages)
` [PATCH v2 5/5] uprobes: make uprobe_register() return struct uprobe *

[PATCH bpf-next 0/4] selftests/bpf: convert three other cgroup tests to test_progs
 2024-07-31 17:23 UTC  (3+ messages)
` [PATCH bpf-next 1/4] selftests/bpf: convert get_current_cgroup_id_user "

[PATCH 00/12] flow_dissector: Dissect UDP encapsulation protocols
 2024-07-31 17:23 UTC  (13+ messages)
` [PATCH 01/12] skbuff: Unconstantify struct net argument in flowdis functions
` [PATCH 02/12] flow_dissector: Parse ETH_P_TEB
` [PATCH 03/12] flow_dissector: Move ETH_P_TEB out of GRE
` [PATCH 04/12] udp_encaps: Add new UDP_ENCAP constants
` [PATCH 05/12] udp_encaps: Set proper UDP_ENCAP types in tunnel setup
` [PATCH 06/12] flow_dissector: UDP encap infrastructure
` [PATCH 07/12] flow_dissector: Parse vxlan in UDP
` [PATCH 08/12] flow_dissector: Parse foo-over-udp (FOU)
` [PATCH 09/12] flow_dissector: Parse ESP, L2TP, and SCTP in UDP
` [PATCH 10/12] flow_dissector: Parse Geneve "
` [PATCH 11/12] flow_dissector: Parse GUE "
` [PATCH 12/12] flow_dissector: Parse gtp "

[PATCH] target/xtensa: Correct assert condition in handle_interrupt()
 2024-07-31 17:22 UTC 

mach-crag6410.c staying or going?
 2024-07-31 17:23 UTC  (4+ messages)

[PATCH v5 00/13] riscv: QEMU RISC-V IOMMU Support
 2024-07-31 17:21 UTC  (6+ messages)
` [PATCH v5 11/13] hw/riscv/riscv-iommu: Add another irq for mrif notifications

[PATCH] Input: adc-joystick - fix optional value handling
 2024-07-31 17:21 UTC  (2+ messages)

[RFC PATCH v1 0/9] Support TCP listen access-control
 2024-07-31 17:20 UTC  (4+ messages)
` [RFC PATCH v1 2/9] landlock: "

[PATCH v4] Documentation: add platform support policy
 2024-07-31 17:20 UTC  (6+ messages)

[GSoC][PATCH v3] t: port helper/test-hashmap.c to unit-tests/t-hashmap.c
 2024-07-31 17:18 UTC  (3+ messages)
` [PATCH v4] "

[PATCH v3 00/10] Add Rust linked list for reference counted values
 2024-07-31 17:17 UTC  (5+ messages)
` [PATCH v3 02/10] rust: list: add ListArc
` [PATCH v3 03/10] rust: list: add tracking for ListArc

[PATCH 5/6] efi: Use malloc() for the EFI pool
 2024-07-31 17:17 UTC  (11+ messages)

[PATCH 13/14] Update u-boot.cfg to include CFG also
 2024-07-31 17:17 UTC  (11+ messages)

Pull request efi-2024-10-rc2
 2024-07-31 17:17 UTC  (2+ messages)

[PATCH V2 0/2] uapi: Add support for GENMASK_U128()
 2024-07-31 17:16 UTC  (6+ messages)
` [PATCH V2 1/2] uapi: Define GENMASK_U128

[PATCH] target/hexagon/idef-parser: Remove self-assignment
 2024-07-31 17:15 UTC  (4+ messages)

[PATCH v3 0/9] Introduce J742S2 SoC and EVM
 2024-07-31 17:10 UTC  (10+ messages)
` [PATCH v3 1/9] arm64: dts: ti: Move j784s4-{} include files to j784s4-j742s2-{}-common.dtsi
` [PATCH v3 2/9] arm64: dts: ti: Move k3-j784s4.dtsi to k3-j784s4-j742s2-common.dtsi
` [PATCH v3 3/9] arm64: dts: ti: Split k3-j784s4-j742s2-common.dtsi
` [PATCH v3 4/9] arm64: dts: ti: Split k3-j784s4-j742s2-main-common.dtsi
` [PATCH v3 5/9] arm64: dts: ti: Move k3-j784s4-evm.dts to k3-j784s4-j742s2-evm-common.dtsi
` [PATCH v3 6/9] arm64: dts: ti: Split k3-j784s4-j742s2-evm-common.dtsi
` [PATCH v3 7/9] dt-bindings: arm: ti: Add bindings for J742S2 SoCs and Boards
` [PATCH v3 8/9] arm64: dts: ti: Introduce J742S2 SoC family
` [PATCH v3 9/9] arm64: dts: ti: Add support for J742S2 EVM board

[PATCH 0/5] Add GameForce Ace
 2024-07-31 17:14 UTC  (8+ messages)
` [PATCH 2/5] power: supply: cw2015: Add support for dual-cell configurations

[PATCH 0/3] btrfs: remove __GFP_NOFAIL usage for debug builds
 2024-07-31 17:13 UTC  (5+ messages)

[PATCH i-g-t, v4 0/2] tests/intel/xe_sysfs_preempt_timeout: Porting sysfs preempt test in xe
 2024-07-31 17:12 UTC  (2+ messages)
` ✗ CI.xeFULL: failure for tests/intel/xe_sysfs_preempt_timeout: Porting sysfs preempt test in xe (rev4)

[PATCH ipsec-next v5 00/17] Add IP-TFS mode to xfrm
 2024-07-31 17:10 UTC  (5+ messages)
` [PATCH ipsec-next v5 06/17] xfrm: add mode_cbs module functionality

[PATCH v3] udmabuf: use kmem_cache to alloc udmabuf folio
 2024-07-31 17:11 UTC  (2+ messages)

[PATCH BlueZ v1 1/4] client/player: Fix not setting config target_latency with edpoint.config
 2024-07-31 17:10 UTC  (3+ messages)
` [BlueZ,v1,1/4] "

[PATCH nft v2 0/5] src: mnl: rework list hooks infra
 2024-07-31 16:51 UTC  (6+ messages)
` [PATCH nft v2 1/5] src: mnl: clean up hook listing code
` [PATCH nft v2 2/5] src: mnl: make family specification more strict when listing
` [PATCH nft v2 3/5] src: drop obsolete hook argument form hook dump functions
` [PATCH nft v2 4/5] src: add egress support for 'list hooks'
` [PATCH nft v2 5/5] doc: add documentation about list hooks feature

[PATCH 0/6] mm: split underutilized THPs
 2024-07-31 17:08 UTC  (11+ messages)
` [PATCH 4/6] mm: don't remap unused subpages when splitting isolated thp

[PATCH 1/1] perf bpf: Move BPF disassembly routines to separate file to avoid clash with capstone bpf headers
 2024-07-31 17:07 UTC  (2+ messages)

[bluez/bluez] 549d38: client/player: Fix not setting config target_laten
 2024-07-31 17:07 UTC 

[PATCH v4 0/2] Tracepoints and static branch in Rust
 2024-07-31 17:05 UTC  (4+ messages)
` [PATCH v4 1/2] rust: add static_key_false

[PATCH] ALSA: hda: Conditionally use snooping for AMD HDMI
 2024-07-31 17:05 UTC 

[PATCH v2 0/4] vfio-pci support pasid attach/detach
 2024-07-31 17:04 UTC  (15+ messages)

[PATCH] drm/mgag200: Fix VBLANK interrupt handling
 2024-07-31 17:04 UTC  (2+ messages)

[PATCH-cgroup v7] cgroup: Show # of subsystem CSSes in cgroup.stat
 2024-07-31 17:02 UTC  (4+ messages)

[RFC v11 00/14] Replace page_frag with page_frag_cache for sk_page_frag()
 2024-07-31 17:02 UTC  (10+ messages)
` [RFC v11 08/14] mm: page_frag: some minor refactoring before adding new API

[RFC PATCH 0/3] Introduce clar testing framework
 2024-07-31 17:01 UTC  (7+ messages)
` [RFC PATCH 2/3] Makefile: wire up the clar unit "

[Buildroot] [PATCH 0/2] Udoo Neo kernel update
 2024-07-31 17:01 UTC  (3+ messages)
` [Buildroot] [PATCH 2/2] configs/mx6sx_udoo_neo_defconfig: add hashes

[PATCH] hw/i386/amd_iommu: Don't leak memory in amdvi_update_iotlb()
 2024-07-31 17:00 UTC 

[PATCH 00/23] Memory leak fixes (pt.3)
 2024-07-31 17:01 UTC  (2+ messages)

[PATCH 0/9] Support branch counters in block annotation
 2024-07-31 17:00 UTC  (4+ messages)

[PATCH 1/1] tools/power turbostat: fix GCC9 build regression
 2024-07-31 17:00 UTC 

[PATCH 1/4] wifi: rtw88: Init RX burst length for 8822cu/8822bu/8821cu
 2024-07-31 17:00 UTC  (11+ messages)
` [PATCH 3/4] wifi: rtw88: usb: Support RX aggregation
` [PATCH 4/4] wifi: rtw88: Enable USB RX aggregation for 8822c/8822b/8821c

Crash on booth with 6.10
 2024-07-31 17:00 UTC  (8+ messages)
    ` Crash on boot with CONFIG_JUMP_LABEL in 6.10

[PATCH v2] perf/x86/amd: Warn only on new bits set
 2024-07-31 16:59 UTC  (2+ messages)

[PATCH RFC 0/3] iio: adc: add new ad7625 driver
 2024-07-31 16:58 UTC  (5+ messages)
` [PATCH RFC 1/3] dt-bindings: iio: adc: add AD762x/AD796x ADCs

[RFC PATCH v3 00/37] Upstream kvx Linux port
 2024-07-31 16:57 UTC  (5+ messages)
` [RFC PATCH v3 36/37] kvx: dts: DeviceTree for qemu emulated Coolidge SoC

[PATCH v2] selftests: openat2: don't print total number of tests and then skip
 2024-07-31 16:57 UTC  (2+ messages)

[PATCH 0/4] media: cedrus: Add a JPEG decoder
 2024-07-31 16:56 UTC  (6+ messages)
` [PATCH 1/4] media: cedrus: Setup secondary output formats
` [PATCH 2/4] media: cedrus: Add JPEG decoder
` [PATCH 3/4] media: cedrus: Enable JPEG decoding in various variants
` [PATCH 4/4] media: cedrus: Don't require requests for all codecs

[Intel-wired-lan] [PATCH iwl-net] ice: fix accounting for filters shared by multiple VSIs
 2024-07-31 16:55 UTC 

[Buildroot] [git commit branch/2024.02.x] package/qt5/qt5webkit: fix WebCore compatibility issue with updated libxml2
 2024-07-31 16:33 UTC 

[Buildroot] [git commit branch/2024.02.x] configs/stm32mp157a_dk1: add hashes
 2024-07-31 16:48 UTC 

[Buildroot] [git commit branch/2024.02.x] package/qt5/qt5webkit: fix patch fuzz
 2024-07-31 16:33 UTC 

[Buildroot] [git commit branch/2024.02.x] support/testing: add new python-ruamel-yaml runtime test
 2024-07-31 15:25 UTC 

[Buildroot] [git commit branch/2024.02.x] package/qt5/qt5webkit: fix JavaScriptCore parser error
 2024-07-31 16:33 UTC 

[Buildroot] [git commit branch/2024.05.x] package/bcc: add missing dependencies to comment
 2024-07-31 16:53 UTC 

[Buildroot] [git commit branch/2024.05.x] package/qt5/qt5webkit: fix JavaScriptCore parser error
 2024-07-31 16:31 UTC 

[Buildroot] [git commit branch/2024.05.x] configs/stm32mp157a_dk1: add hashes
 2024-07-31 16:44 UTC 

[Buildroot] [git commit branch/2024.05.x] .checkpackageignore: remove chromebook check-hash exceptions
 2024-07-31 16:45 UTC 

[Buildroot] [git commit branch/2024.05.x] package/qt5/qt5webkit: fix patch fuzz
 2024-07-31 16:31 UTC 

[Buildroot] [git commit branch/2024.05.x] package/qt5/qt5webkit: fix WebCore compatibility issue with updated libxml2
 2024-07-31 16:31 UTC 

[Buildroot] [git commit branch/2024.05.x] package/dump1090: fix build with GCC 14
 2024-07-31 16:53 UTC 

[Buildroot] [git commit branch/2024.05.x] support/testing: add new python-ruamel-yaml runtime test
 2024-07-31 15:25 UTC 

[Buildroot] [PATCH] package/bcc: add missing dependencies to comment
 2024-07-31 16:54 UTC  (2+ messages)

[Buildroot] [git commit] package/dump1090: fix build with GCC 14
 2024-07-31 16:53 UTC  (2+ messages)

[Buildroot] [git commit] .checkpackageignore: remove chromebook check-hash exceptions
 2024-07-31 16:52 UTC  (2+ messages)

[bug report] bcachefs: Kill opts.buckets_nouse
 2024-07-31 16:52 UTC  (4+ messages)

[PATCH] [DT Bindings - Arm] Altera SOCFPGA SDRAM
 2024-07-31 16:52 UTC 

[PATCH 0/6] iomap: some minor non-critical fixes and improvements when block size < folio size
 2024-07-31 16:52 UTC  (3+ messages)
` [PATCH 5/6] iomap: drop unnecessary state_lock when setting ifs uptodate bits

[PATCH v3 0/7] arm64: Add support for Armv9.4 PMU fixed instruction counter
 2024-07-31 16:51 UTC  (8+ messages)
` [PATCH v3 1/7] perf: arm_pmu: Remove event index to counter remapping
` [PATCH v3 2/7] perf: arm_pmuv3: Prepare for more than 32 counters
` [PATCH v3 3/7] KVM: arm64: pmu: Use arm_pmuv3.h register accessors
` [PATCH v3 4/7] KVM: arm64: pmu: Use generated define for PMSELR_EL0.SEL access
` [PATCH v3 5/7] arm64: perf/kvm: Use a common PMU cycle counter define
` [PATCH v3 6/7] KVM: arm64: Refine PMU defines for number of counters
` [PATCH v3 7/7] perf: arm_pmuv3: Add support for Armv9.4 PMU instruction counter

[Buildroot] [PATCH 1/1] configs/stm32mp157a_dk1: add hashes
 2024-07-31 16:51 UTC  (2+ messages)

[PATCH-for-9.1 0/5] hw/sd: SDcard & SDHCI fixes
 2024-07-31 16:49 UTC  (3+ messages)
` [PATCH-for-9.1 5/5] hw/sd/sdhci: Check ADMA descriptors can be accessed

[PATCH v2 0/2] Support multiple reserved memory regions
 2024-07-31 16:49 UTC  (6+ messages)
` [PATCH v2 1/2] dt-bindings: remoteproc: "

[PATCH 6.1 000/440] 6.1.103-rc1 review
 2024-07-31 16:49 UTC  (5+ messages)

[PATCH] media: platform: rzg2l-cru: rzg2l-csi2: Add missing MODULE_DEVICE_TABLE
 2024-07-31 16:49 UTC 

[PATCH 6.10 000/809] 6.10.3-rc3 review
 2024-07-31 16:49 UTC  (2+ messages)

[PATCH 6.1 000/440] 6.1.103-rc3 review
 2024-07-31 16:49 UTC  (2+ messages)

[PATCH v3 3/7] unit-tests: add for_test
 2024-07-31 16:48 UTC  (12+ messages)

[Intel-wired-lan] [PATCH iwl-next] ice: Implement ethtool reset support
 2024-07-31 16:48 UTC  (4+ messages)

[PATCH 1/2] [v2] drm/nouveau: retain device pointer in nvkm_gsp_mem object
 2024-07-31 16:48 UTC  (7+ messages)
` [PATCH 2/2] [v6] drm/nouveau: expose GSP-RM logging buffers via debugfs

[OE-core][PATCH] cmake: upgrade 3.29.3 -> 3.30.1
 2024-07-31 16:47 UTC 

[usb:usb-testing 9/12] arch/arm64/boot/dts/qcom/ipq5332-rdp441.dtb: usb@8af8800: clocks: [[8, 140], [8, 126], [8, 147], [8, 142]] is too long
 2024-07-31 16:47 UTC 

[PATCH v2 0/2] x86/dom0: miscellaneous fixes for PV dom0 builder
 2024-07-31 16:47 UTC  (3+ messages)
` [PATCH v2 2/2] x86/dom0: only disable SMAP for the PV dom0 build

[PATCH v2] arm64: dts: rockchip: Add PCIe pinctrls to Turing RK1
 2024-07-31 15:38 UTC  (6+ messages)

[PATCH] net: tuntap: add ioctl() TUNGETQUEUEINDX to fetch queue index
 2024-07-31 16:45 UTC  (3+ messages)

[PATCH 0/4] drm/i915: struct intel_display conversions
 2024-07-31 16:44 UTC  (5+ messages)
` [PATCH 1/4] drm/i915/acpi: convert to struct intel_display
` [PATCH 2/4] drm/i915/opregion: unify intel_encoder/intel_connector naming
` [PATCH 3/4] drm/i915/opregion: convert to struct intel_display
` [PATCH 4/4] drm/i915/bios: "


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.