All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-02-21 18:56:03 to 2024-02-21 19:52:53 UTC [more...]

[PATCH v4 0/3] fpga: xilinx-selectmap: add new driver
 2024-02-21 19:50 UTC  (8+ messages)
` [PATCH v4 1/3] fpga: xilinx-spi: extract a common driver core
` [PATCH v4 2/3] dt-bindings: fpga: xlnx,fpga-selectmap: add DT schema
` [PATCH v4 3/3] fpga: xilinx-selectmap: add new driver

[PATCH] tty: hvc: Don't enable the RISC-V SBI console by default
 2024-02-21 19:50 UTC  (4+ messages)

[PATCH 0/2] RISC-V: Fix CONFIG_AS_HAS_OPTION_ARCH with tip of tree LLVM
 2024-02-21 19:50 UTC  (3+ messages)

[PATCH net-next] ethtool: ignore unused/unreliable fields in set_eee op
 2024-02-21 19:50 UTC  (3+ messages)

[PATCH 6.7 000/313] 6.7.6-rc2 review
 2024-02-21 19:50 UTC  (2+ messages)

[PATCH v2] PM: runtime: add tracepoint for runtime_status changes
 2024-02-21 19:47 UTC 

[PATCH 6.1 000/206] 6.1.79-rc2 review
 2024-02-21 19:49 UTC  (2+ messages)

[PATCH 5.15 000/476] 5.15.149-rc1 review
 2024-02-21 19:48 UTC  (2+ messages)

[PATCH 6.6 000/338] 6.6.18-rc2 review
 2024-02-21 19:48 UTC  (2+ messages)

[PATCH 5.10 000/379] 5.10.210-rc1 review
 2024-02-21 19:48 UTC  (2+ messages)

[PATCH 4.19 000/202] 4.19.307-rc1 review
 2024-02-21 19:48 UTC  (2+ messages)

[PATCH 5.4 000/267] 5.4.269-rc1 review
 2024-02-21 19:48 UTC  (2+ messages)

[meta-webserver][PATCH] netdata: version bump 1.43.2 -> 1.44.3
 2024-02-21 19:47 UTC  (2+ messages)
` [oe] "

[rft, PATCH v1 00/14] serial: Add a helper to parse device properties and more
 2024-02-21 19:25 UTC  (8+ messages)
` [PATCH v1 01/14] serial: core: Move struct uart_port::quirks closer to possible values
` [PATCH v1 08/14] serial: 8250_ingenic: Switch to use uart_read_port_properties()

[PATCH] drm/xe: skip building debugfs code for CONFIG_DEBUG_FS=n
 2024-02-21 19:45 UTC  (6+ messages)
    `  "

[PATCH v2 0/4] i2c: Support i2c_register_spd() on multiplexed bus segments
 2024-02-21 19:46 UTC  (3+ messages)

[PATCH 0/3] wifi: ath11k: hibernation support
 2024-02-21 18:35 UTC  (3+ messages)
` [PATCH 3/3] wifi: ath11k: support hibernation

[PATCH] cxl: Add post reset warning if the reset is detected as Secondary Bus Reset (SBR)
 2024-02-21 19:45 UTC  (5+ messages)

[PATCH] dt-bindings: iio: st-sensors: Add IIS2MDC magnetometer
 2024-02-21 19:45 UTC  (5+ messages)

[PATCH 1/3] tpm: protect against locality counter underflow
 2024-02-21 19:45 UTC  (10+ messages)

[RFC]: raw packet filtering via tc-flower
 2024-02-21 19:43 UTC 

[PATCH v4 00/36] Memory allocation profiling
 2024-02-21 19:40 UTC  (37+ messages)
` [PATCH v4 01/36] fix missing vmalloc.h includes
` [PATCH v4 02/36] asm-generic/io.h: Kill vmalloc.h dependency
` [PATCH v4 03/36] mm/slub: Mark slab_free_freelist_hook() __always_inline
` [PATCH v4 04/36] scripts/kallysms: Always include __start and __stop symbols
` [PATCH v4 05/36] fs: Convert alloc_inode_sb() to a macro
` [PATCH v4 06/36] mm: enumerate all gfp flags
` [PATCH v4 07/36] mm: introduce slabobj_ext to support slab object extensions
` [PATCH v4 08/36] mm: introduce __GFP_NO_OBJ_EXT flag to selectively prevent slabobj_ext creation
` [PATCH v4 09/36] mm/slab: introduce SLAB_NO_OBJ_EXT to avoid obj_ext creation
` [PATCH v4 10/36] slab: objext: introduce objext_flags as extension to page_memcg_data_flags
` [PATCH v4 11/36] lib: code tagging framework
` [PATCH v4 12/36] lib: code tagging module support
` [PATCH v4 13/36] lib: prevent module unloading if memory is not freed
` [PATCH v4 14/36] lib: add allocation tagging support for memory allocation profiling
` [PATCH v4 15/36] lib: introduce support for page allocation tagging
` [PATCH v4 16/36] mm: percpu: increase PERCPU_MODULE_RESERVE to accommodate allocation tags
` [PATCH v4 17/36] change alloc_pages name in dma_map_ops to avoid name conflicts
` [PATCH v4 18/36] mm: enable page allocation tagging
` [PATCH v4 19/36] mm: create new codetag references during page splitting
` [PATCH v4 20/36] mm/page_ext: enable early_page_ext when CONFIG_MEM_ALLOC_PROFILING_DEBUG=y
` [PATCH v4 21/36] lib: add codetag reference into slabobj_ext
` [PATCH v4 22/36] mm/slab: add allocation accounting into slab allocation and free paths
` [PATCH v4 23/36] mm/slab: enable slab allocation tagging for kmalloc and friends
` [PATCH v4 24/36] rust: Add a rust helper for krealloc()
` [PATCH v4 25/36] mempool: Hook up to memory allocation profiling
` [PATCH v4 26/36] mm: percpu: Introduce pcpuobj_ext
` [PATCH v4 27/36] mm: percpu: Add codetag reference into pcpuobj_ext
` [PATCH v4 28/36] mm: percpu: enable per-cpu allocation tagging
` [PATCH v4 29/36] mm: vmalloc: Enable memory allocation profiling
` [PATCH v4 30/36] rhashtable: Plumb through alloc tag
` [PATCH v4 31/36] lib: add memory allocations report in show_mem()
` [PATCH v4 32/36] codetag: debug: skip objext checking when it's for objext itself
` [PATCH v4 33/36] codetag: debug: mark codetags for reserved pages as empty
` [PATCH v4 34/36] codetag: debug: introduce OBJEXTS_ALLOC_FAIL to mark failed slab_ext allocations
` [PATCH v4 35/36] MAINTAINERS: Add entries for code tagging and memory allocation profiling
` [PATCH v4 36/36] memprofiling: Documentation

[PATCH 00/30] PREEMPT_AUTO: support lazy rescheduling
 2024-02-21 19:41 UTC  (11+ messages)

[kirkstone][PATCH v2 00/13] python 3.12 related fixes
 2024-02-21 19:37 UTC  (14+ messages)
` [kirkstone][PATCH v2 01/13] recipetool/create_buildsys_python: use importlib instead of imp
` [kirkstone][PATCH v2 02/13] scripts/runqemu: fix regex escape sequences
` [kirkstone][PATCH v2 03/13] populate_sdk_ext: use ConfigParser instead of SafeConfigParser
` [kirkstone][PATCH v2 04/13] runqemu: add qmp socket support
` [kirkstone][PATCH v2 05/13] oeqa: replace deprecated assertEquals
` [kirkstone][PATCH v2 06/13] oeqa/selftest/recipetool: fix for python 3.12
` [kirkstone][PATCH v2 07/13] oeqa/selftest/recipetool: downgrade meson version to not use pyproject.toml
` [kirkstone][PATCH v2 08/13] oeqa/selftest/recipetool: expect meson.bb
` [kirkstone][PATCH v2 09/13] oeqa/selftest/oelib/buildhistory: git default branch
` [kirkstone][PATCH v2 10/13] feature-microblaze-versions.inc: python 3.12 regex
` [kirkstone][PATCH v2 11/13] meta/lib/oeqa: "
` [kirkstone][PATCH v2 12/13] meta/recipes: "
` [kirkstone][PATCH v2 13/13] scripts: "

[PATCH BlueZ v3 0/7] Add support for multiple BISes on the bcast source
 2024-02-21 19:40 UTC  (2+ messages)

[RFC PATCH v2 0/6] Add Pinctrl driver for Starfive JH8100 SoC
 2024-02-21 19:39 UTC  (7+ messages)
` [RFC PATCH v2 1/6] dt-bindings: pinctrl: starfive: Add JH8100 pinctrl

[PATCH 1/3] mm/memory: Change vmf_anon_prepare() to be non-static
 2024-02-21 19:37 UTC  (2+ messages)

[PATCH 00/23] Rework Nomadik GPIO to add Mobileye EyeQ5 support
 2024-02-21 19:36 UTC  (11+ messages)
` [PATCH 05/23] gpio: nomadik: extract GPIO platform driver from drivers/pinctrl/nomadik/
` [PATCH 18/23] gpio: nomadik: support mobileye,eyeq5-gpio

[PATCH i-g-t,v4 0/2] Add tests to query firmware version
 2024-02-21 19:36 UTC  (2+ messages)
` ✗ Fi.CI.IGT: failure for Add tests to query firmware version (rev4)

[PATCH v1 1/1] gpiolib: Deduplicate cleanup for-loop in gpiochip_add_data_with_key()
 2024-02-21 19:36 UTC 

Prebuilt LLVM 18.1.0-rc3 uploaded
 2024-02-21 19:36 UTC 

[PATCH] net: ethtool: avoid rebuilds on UTS_RELEASE change
 2024-02-21 19:35 UTC  (4+ messages)

[PATCH v2] arm64: defconfig: Enable zram, xfs and loading compressed FW support
 2024-02-21 19:34 UTC  (8+ messages)

[linux-next:pending-fixes] BUILD SUCCESS 5b87d67627563912b340d4f2d55db973289700a3
 2024-02-21 19:35 UTC 

[PATCH v2 0/4] Add post-init-supplier binding to improve suspend/resume stability
 2024-02-21 19:34 UTC  (7+ messages)
` [PATCH v2 3/4] dt-bindings: Add post-init-supplier property

[PATCH] drm/amd/display: Add prefix to functions inside dnc10_cm_common.h
 2024-02-21 19:27 UTC 

[PATCH v9 00/24] x86/resctrl: monitored closid+rmid together, separate arch/fs locking
 2024-02-21 19:31 UTC  (8+ messages)
          ` [PATCH] x86/resctrl: Fix WARN in get_domain_from_cpu()
            ` [PATCH v2] "

[PATCH] mm/mmu_gather: change __tlb_remove_tlb_entry() to an inline function
 2024-02-21 19:30 UTC  (2+ messages)

[PATCH v3] i2c: imx: when being a target, mark the last read as processed
 2024-02-21 19:27 UTC  (2+ messages)

[RFC PATCH] Add genericarm64 MACHINE using upstream defconfig
 2024-02-21 19:29 UTC  (2+ messages)

[PATCH net-next 0/2] Expose netdev name in netdev netlink APIs
 2024-02-21 19:29 UTC  (10+ messages)
` [PATCH net-next 1/2] netdev-genl: Add ifname for queue and NAPI APIs

[RFC PATCH v2 00/22] target/arm: Implement FEAT_NMI and FEAT_GICv3_NMI
 2024-02-21 19:28 UTC  (6+ messages)
` [RFC PATCH v2 04/22] target/arm: Implement ALLINT MSR (immediate)
` [RFC PATCH v2 05/22] target/arm: Support MSR access to ALLINT

[PATCH v1 1/1] gpiolib: Fix the error path order in gpiochip_add_data_with_key()
 2024-02-21 19:28 UTC 

[PATCH v5 1/9] drm/xe/snapshot: Remove drm_err on guc alloc failures
 2024-02-21 19:27 UTC  (4+ messages)
` [PATCH v5 7/9] drm/xe: Move lrc snapshot capturing to xe_lrc.c

'perf test sigtrap' failing on PREEMPT_RT_FULL
 2024-02-21 19:26 UTC  (2+ messages)

[PATCH 0/6] Enable Adaptive Sync SDP Support for DP
 2024-02-21 19:26 UTC  (3+ messages)
` ✗ Fi.CI.SPARSE: warning for Enable Adaptive Sync SDP Support for DP (rev9)
` ✗ Fi.CI.BAT: failure "

[PATCH] x86/apm: Code cleanup
 2024-02-21 19:26 UTC  (2+ messages)
` [tip: x86/cleanups] x86/apm_32: Remove dead function apm_get_battery_status()

[PATCH v4 0/8] usb: misc: onboard_hub: add support for XMOS XVF3500
 2024-02-21 19:24 UTC  (7+ messages)
` [PATCH v4 1/8] usb: misc: onboard_hub: rename to onboard_dev
` [PATCH v4 2/8] usb: misc: onboard_dev: add support for non-hub devices

[musl] Re: [PATCH v8 00/38] arm64/gcs: Provide support for GCS in userspace
 2024-02-21 19:22 UTC  (22+ messages)

[PATCH 0/6] Fix mlx5 write combining support on new ARM64 cores
 2024-02-21 19:22 UTC  (4+ messages)
` [PATCH 4/6] arm64/io: Provide a WC friendly __iowriteXX_copy()

[PATCH] drm/amdkfd: fix process reference drop on debug ioctl
 2024-02-21 19:21 UTC  (2+ messages)

[PATCH v8 00/38] arm64/gcs: Provide support for GCS in userspace
 2024-02-21 19:20 UTC  (6+ messages)
` [PATCH v8 33/38] kselftest/arm64: Add a GCS test program built with the system libc

[PATCH 0/3] Bigjoiner refactoring
 2024-02-21 19:20 UTC  (4+ messages)
` [PATCH 1/3] drm/i915/bigjoiner: Refactor bigjoiner state readout
` [PATCH 2/3] Start separating pipe vs transcoder set logic for bigjoiner during modeset
` [PATCH 3/3] drm/i915: Fix bigjoiner case for DP2.0

[meta-rockchip][PATCH 1/4] rockchip.wks: specify fstype
 2024-02-21 19:18 UTC  (8+ messages)
` [meta-rockchip][PATCH 3/4] remove /boot partition from wic:bootimg-paritition
  ` [yocto] "

[Bpf] [PATCH bpf-next v4] bpf, docs: Add callx instructions in new conformance group
 2024-02-21 19:17 UTC  (3+ messages)
  `  "

[PATCH 0/3] IO and fast wake lines calculation and increase fw sync length
 2024-02-21 19:16 UTC  (8+ messages)
` [PATCH 1/3] drm/i915/display: Add aux function pointer for fast wake sync pulse count
` [PATCH 2/3] drm/i915/psr: Improve fast and IO wake lines calculation
` [PATCH 3/3] drm/i915/display: Increase number of fast wake precharge pulses

[PATCH 00/11] misc: Convert to platform remove callback returning void
 2024-02-21 19:16 UTC  (3+ messages)
` [PATCH 04/11] misc: hisi_hikey_usb: "

[REGRESSION] 6.7.1: md: raid5 hang and unresponsive system; successfully bisected
 2024-02-21 19:15 UTC  (5+ messages)

[PATCH net-next v4 0/7] Fix missing PHY-to-MAC RX clock
 2024-02-21 19:14 UTC  (7+ messages)
` [PATCH net-next v4 2/7] net: phylink: add rxc_always_on flag to phylink_pcs
` [PATCH net-next v4 5/7] net: stmmac: Signal to PHY/PCS drivers to keep RX clock on

[PATCH] dt-bindings: net: wireless: mt76: allow all 4 interrupts for MT7981
 2024-02-21 19:13 UTC  (3+ messages)

[PATCH v3 mptcp-net 2/2] selftests: mptcp: explicitly trigger the listener diag code-path
 2024-02-21 19:14 UTC  (2+ messages)
` selftests: mptcp: explicitly trigger the listener diag code-path: Tests Results

[PATCH v2 0/7] hw/ide: Clean up hw/ide/qdev.c and include/hw/ide/internal.h
 2024-02-21 19:13 UTC  (4+ messages)
` [PATCH v2 4/7] hw/ide: Move IDE device related definitions to ide-dev.h

[PATCH] builtin/stash: configs keepIndex, includeUntracked
 2024-02-21 19:13 UTC  (6+ messages)

[PATCH] dt-bindings: fpga: microchip,mpf-spi-fpga-mgr: document CPOL/CPHA support
 2024-02-21 19:12 UTC 

[PATCH] drm/msm/a6xx: specify UBWC config for sc7180
 2024-02-21 19:12 UTC  (2+ messages)

[PATCH] dt-bindings: vendor-prefixes: Add missing prefixes used in compatibles
 2024-02-21 19:10 UTC  (6+ messages)

[PATCH 0/8] add AESNI_MB optimisations
 2024-02-21 19:09 UTC  (14+ messages)
` [PATCH v2 "
  ` [PATCH v2 8/8] crypto/ipsec_mb: set and use session ID
      ` [EXT] "
                    ` [EXT] "

[PATCH v7 00/12] arm64: qcom: add and enable SHM Bridge support
 2024-02-21 19:06 UTC  (5+ messages)
` [PATCH v7 10/12] firmware: qcom: tzmem: "

[PATCH] arm64: ls1046ardb: Replace XGMII with 10GBASE-R phy mode
 2024-02-21 19:06 UTC  (4+ messages)
  ` EXTERNAL: "

[PATCH] arm64: defconfig: Enable zram, xfs and loading compressed FW support
 2024-02-21 19:06 UTC  (5+ messages)

[PATCH 0/3] hwmon: (pmbus) Use PMBUS_REGULATOR_ONE to declare regulators with single output
 2024-02-21 19:06 UTC  (5+ messages)

[PATCH 00/11] rockchip: rk3399: Migrate to use IO-domain driver
 2024-02-21 19:05 UTC  (4+ messages)
` [PATCH 05/11] rockchip: io-domain: Add support for RK3399

[PATCH 01/14] drm/xe: Document Xe PM component
 2024-02-21 19:05 UTC  (5+ messages)
` ✗ CI.Patch_applied: failure for series starting with [01/14] drm/xe: Document Xe PM component (rev2)

tests/amdgpu/amd_ilr: Fix psr eDP crc read timeout IGT CI test failure need hep
 2024-02-21 19:05 UTC  (3+ messages)

[PATCH bpf-next] mm: Introduce vm_area_[un]map_pages()
 2024-02-21 19:05 UTC  (3+ messages)

[PATCH] dt-bindings: hwmon: nuvoton,nct6775: Add compatible value for NCT6799
 2024-02-21 19:04 UTC  (2+ messages)

[PATCH v3 1/2] dt-bindings: arm64: mediatek: add Kontron 3.5"-SBC-i1200
 2024-02-21 19:02 UTC  (3+ messages)

[meta-rockchip][PATCH v3 1/5] rockchip.wks: specify offsets in sectors
 2024-02-21 19:02 UTC  (4+ messages)
` [meta-rockchip][PATCH v3 3/5] rockchip.wks: add most Rockchip partitions
  ` [yocto] "

[PATCH net-next 00/13] rtnetlink: reduce RTNL pressure for dumps
 2024-02-21 18:57 UTC  (8+ messages)
` [PATCH net-next 04/13] ipv6: use xarray iterator to implement inet6_dump_ifinfo()
` [PATCH net-next 12/13] rtnetlink: make rtnl_fill_link_ifmap() RCU ready

[xen-unstable test] 184720: tolerable FAIL
 2024-02-21 18:56 UTC 

[PATCH v2] wifi: wilc1000: revert reset line logic flip
 2024-02-21 18:56 UTC  (2+ messages)

[PATCH] wifi: brcmfmac: Add DMI nvram filename quirk for ACEPC W5 Pro
 2024-02-21 18:56 UTC  (2+ messages)

[PATCH v2 1/6] sna: stop using obsolete type aliases
 2024-02-21 18:55 UTC  (3+ messages)
` [PATCH v2 2/6] sna: use GCPtr instead of GC *
` [PATCH v2 5/6] stop using obsolete xf86BlockSIGIO() and xf86UnblockSIGIO()


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.