All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-01-12 21:34:17 to 2024-01-12 23:21:33 UTC [more...]

[merged mm-hotfixes-stable] kasan-avoid-resetting-aux_lock.patch removed from -mm tree
 2024-01-12 23:21 UTC 

[merged mm-hotfixes-stable] lib-kconfigdebug-disable-config_debug_info_btf-for-hexagon.patch removed from -mm tree
 2024-01-12 23:21 UTC 

[merged mm-hotfixes-stable] maintainers-update-ltp-maintainers.patch removed from -mm tree
 2024-01-12 23:21 UTC 

[merged mm-hotfixes-stable] kdump-defer-the-insertion-of-crashkernel-resources.patch removed from -mm tree
 2024-01-12 23:21 UTC 

[GIT PULL] Documentation for 6.8
 2024-01-12 23:20 UTC  (6+ messages)

[PATCH v4 0/4] Reduce synchronize_rcu() latency(v4)
 2024-01-12 23:20 UTC  (5+ messages)
` [PATCH v4 1/4] rcu: Reduce synchronize_rcu() latency
` [PATCH v4 2/4] rcu: Add a trace event for synchronize_rcu_normal()

[PATCH v2] tests/syncobj_timeline: test delayed submission with, WAIT_AVAILABLE
 2024-01-12 23:17 UTC  (2+ messages)
` ✓ CI.xeBAT: success for tests/syncobj_timeline: test delayed submission with, WAIT_AVAILABLE (rev2)

[PATCH v3 0/9] target/hppa qemu v8.2 regression fixes
 2024-01-12 23:15 UTC  (16+ messages)
` [PATCH v3 4/9] target/hppa: Fix PDC address translation on PA2.0 with PSW.W=0
` [PATCH v3 5/9] hw/hppa: Move software power button address back into PDC
` [PATCH v3 7/9] target/hppa: Export function hppa_set_ior_and_isr()
` [PATCH v3 8/9] target/hppa: Fix IOR and ISR on unaligned access trap
` [PATCH v3 9/9] target/hppa: Fix IOR and ISR on error in probe

[PATCH] cxl/pci: Skip irq features if MSI/MSI-X are not supported
 2024-01-12 23:16 UTC  (2+ messages)

[PATCH] hwmon: (npcm750-pwm-fan) Fix crash observed when instantiating nuvoton,npcm750-pwm-fan
 2024-01-12 23:14 UTC 

[PATCH 1/2] drm/xe/guc: Return CTB HXG response DATA0 if no buffer provided
 2024-01-12 23:12 UTC  (4+ messages)
` [PATCH 2/2] drm/xe/guc: Add kernel-doc for xe_guc_ct_send_recv()

[PATCH] perf record: Display data size on pipe mode
 2024-01-12 23:13 UTC 

[PATCH v6 0/7]Coresight for Kernel panic and watchdog reset
 2024-01-12 23:09 UTC  (9+ messages)
` [PATCH v6 1/7] dt-bindings: arm: coresight-tmc: Add "memory-region" property
    ` [EXT] "
` [PATCH v6 2/7] coresight: tmc-etr: Add support to use reserved trace memory
    ` [EXT] "

[PATCH v3 0/2] t7501: add tests for --include, --only and
 2024-01-12 23:10 UTC  (4+ messages)
` [PATCH v4 0/2] t7501: add tests for --include, --only, --signoff
  ` [PATCH v4 1/2] t7501: add tests for --include and --only

[freescale-fslc:6.1-2.2.x-imx 12556/17888] drivers/staging/media/imx/imx8-mipi-csi2.c:1024:13: warning: stack frame size (1248) exceeds limit (1024) in 'mipi_csi2_hw_config'
 2024-01-12 23:09 UTC 

[PULL 00/21] linux-user patch queue
 2024-01-12 23:04 UTC  (5+ messages)
` [PULL 15/21] linux-user/riscv: Add vdso

[PATCH 1/2] soc: qcom: geni-se: Add M_TX_FIFO_NOT_EMPTY bit definition
 2024-01-12 23:03 UTC  (4+ messages)
` [PATCH 2/2] serial: qcom-geni: Don't cancel/abort if we can't get the port lock

[RFC PATCH v1] mm/filemap: Allow arch to request folio size for exec memory
 2024-01-12 23:04 UTC  (9+ messages)

[PATCH v4 0/3] ss: pretty-printing BPF socket-local storage
 2024-01-12 23:00 UTC  (7+ messages)
` [PATCH v4 1/3] ss: add support for "
` [PATCH v4 2/3] ss: pretty-print "
` [PATCH v4 3/3] ss: update man page to document --bpf-maps and --bpf-map-id=

[PATCH v2] PCI: vmd: Enable Hotplug based on BIOS setting on VMD rootports
 2024-01-12 22:55 UTC  (2+ messages)

[PATCH 00/45] C++: Convert the kernel to C++
 2024-01-12 21:58 UTC  (7+ messages)

[PATCH v4 0/7] dma-buf: heaps: Add restricted heap
 2024-01-12 22:52 UTC  (5+ messages)
` [PATCH v4 3/7] dma-buf: heaps: restricted_heap: Add private heap ops

[PATCH 00/13] target/riscv: add 'cpu->cfg.vlenb', remove 'cpu->cfg.vlen'
 2024-01-12 22:51 UTC  (18+ messages)
` [PATCH 01/13] target/riscv: add 'vlenb' field in cpu->cfg
` [PATCH 02/13] target/riscv/csr.c: use 'vlenb' instead of 'vlen'
` [PATCH 03/13] target/riscv/gdbstub.c: use 'vlenb' instead of shifting 'vlen'
` [PATCH 04/13] target/riscv/insn_trans/trans_rvbf16.c.inc: use cpu->cfg.vlenb
` [PATCH 05/13] target/riscv/insn_trans/trans_rvv.c.inc: use 'vlenb'
` [PATCH 06/13] target/riscv/insn_trans/trans_rvvk.c.inc: "
` [PATCH 07/13] target/riscv/vector_helper.c: "
` [PATCH 08/13] target/riscv/vector_helper.c: use vlenb in HELPER(vsetvl)
` [PATCH 09/13] target/riscv/cpu.h: use 'vlenb' in vext_get_vlmax()
` [PATCH 10/13] target/riscv/insn_trans/trans_rvv.c.inc: use 'vlenb' in MAXSZ()
` [PATCH 11/13] trans_rvv.c.inc: remove vlmax arg from vec_element_loadx()
` [PATCH 12/13] trans_rvv.c.inc: use cpu_vl in trans_vrgather_vi()
` [PATCH 13/13] target/riscv/cpu.c: remove cpu->cfg.vlen

"Transfer event TRB DMA ptr not part of current TD" spam after USB disconnection
 2024-01-12 22:52 UTC 

[PATCH V4 0/5] string list functions
 2024-01-12 22:49 UTC  (6+ messages)
` [PATCH V4 1/5] util: strList_from_string
` [PATCH V4 2/5] qapi: QAPI_LIST_LENGTH
` [PATCH V4 3/5] util: strv_from_strList
` [PATCH V4 4/5] util: strList unit tests
` [PATCH V4 5/5] migration: simplify exec migration functions

[PATCH] wifi: rtlwifi: rtl8192de: Fix byte order of chip version
 2024-01-12 22:50 UTC 

pull request: amdgpu: update DMCUB firmware for DCN314 to v0.0.199.0
 2024-01-12 22:49 UTC 

[PATCH v6 0/6] PCI: qcom: Add support for OPP
 2024-01-12 22:44 UTC  (8+ messages)
` [PATCH v6 3/6] PCI: qcom: Add missing icc bandwidth vote for cpu to PCIe path
` [PATCH v6 6/6] PCI: qcom: Add OPP support to scale performance state of power domain

[Outreachy][PATCH] Port helper/test-advise.c to unit-tests/t-advise.c
 2024-01-12 22:44 UTC  (2+ messages)

[PATCH v2] arm64: dts: mt8183: jacuzzi: Remove CrosEC base detection node
 2024-01-12 22:40 UTC  (3+ messages)

[Buildroot] [PATCH 1/1] package/libnss: fix musl build
 2024-01-12 22:39 UTC  (4+ messages)

[Discussion]: Enhance virtio rpmsg bus driver buffer allocation
 2024-01-12 22:39 UTC  (6+ messages)

Question on deferring dax registration to cxl module for CXL_REGION
 2024-01-12 22:38 UTC  (3+ messages)

Suggested clarification for .gitattributes reference documentation
 2024-01-12 22:36 UTC  (3+ messages)

[folded-merged] fs-proc-task_mmu-move-mmu-notification-mechanism-inside-mm-lock-fix.patch removed from -mm tree
 2024-01-12 22:35 UTC 

+ mm-mempolicy-introduce-mpol_weighted_interleave-for-weighted-interleaving.patch added to mm-unstable branch
 2024-01-12 22:33 UTC 

+ mm-mempolicy-refactor-a-read-once-mechanism-into-a-function-for-re-use.patch added to mm-unstable branch
 2024-01-12 22:33 UTC 

+ mm-mempolicy-implement-the-sysfs-based-weighted_interleave-interface.patch added to mm-unstable branch
 2024-01-12 22:33 UTC 

[PATCH v2 00/19] qapi: statically type schema.py
 2024-01-12 22:29 UTC  (20+ messages)
` [PATCH v2 01/19] qapi: sort pylint suppressions
` [PATCH v2 02/19] qapi/schema: add "
` [PATCH v2 03/19] qapi: create QAPISchemaDefinition
` [PATCH v2 04/19] qapi/schema: declare type for QAPISchemaObjectTypeMember.type
` [PATCH v2 05/19] qapi/schema: declare type for QAPISchemaArrayType.element_type
` [PATCH v2 06/19] qapi/schema: make c_type() and json_type() abstract methods
` [PATCH v2 07/19] qapi/schema: adjust type narrowing for mypy's benefit
` [PATCH v2 08/19] qapi/schema: add type narrowing to lookup_type()
` [PATCH v2 09/19] qapi/schema: allow resolve_type to be used for built-in types
` [PATCH v2 10/19] qapi: use schema.resolve_type instead of schema.lookup_type
` [PATCH v2 11/19] qapi/schema: fix QAPISchemaArrayType.check's call to resolve_type
` [PATCH v2 12/19] qapi/schema: assert info is present when necessary
` [PATCH v2 13/19] qapi/schema: split "checked" field into "checking" and "checked"
` [PATCH v2 14/19] qapi/schema: fix typing for QAPISchemaVariants.tag_member
` [PATCH v2 15/19] qapi/schema: assert inner type of QAPISchemaVariants in check_clash()
` [PATCH v2 16/19] qapi/parser: demote QAPIExpression to Dict[str, Any]
` [PATCH v2 17/19] qapi/schema: add type hints
` [PATCH v2 18/19] qapi/schema: turn on mypy strictness
` [PATCH v2 19/19] qapi/schema: remove unnecessary asserts

[meta-python][PATCH] python3-google-api-python-client: update to version 2.113.0
 2024-01-12 22:32 UTC 

[PATCH nf] netfilter: nf_tables: check if catch-all set element is active in next generation
 2024-01-12 22:31 UTC 

❌ FAIL: Test report for master (6.7.0, mainline.kernel.org-clang, 5b9b4161)
 2024-01-12 22:30 UTC 

[PATCH V1 0/2] Refactor phy powerup sequence
 2024-01-12 22:28 UTC  (4+ messages)
` [PATCH V1 1/2] scsi: ufs: qcom : Refactor phy_power_on/off calls

[PATCH] tests/syncobj_timeline: test delayed submission with, WAIT_AVAILABLE
 2024-01-12 22:28 UTC  (3+ messages)
` ✗ Fi.CI.BUILD: failure for "
` ✗ GitLab.Pipeline: warning "

[PATCH 0/2] x86/numa: Fix NUMA node overlap & init failure
 2024-01-12 22:27 UTC  (4+ messages)
` [PATCH 2/2] x86/numa: Fix the sort compare func used in numa_fill_memblks()

[meta-python][PATCH] python3-socketio: update to version 5.11.0
 2024-01-12 22:27 UTC 

[PATCH 00/12] TCG Plugin inline operation enhancement
 2024-01-12 22:22 UTC  (5+ messages)
` [PATCH 01/12] plugins: implement inline operation with cpu_index offset

[PATCH] build: fix linker warnings about undefined symbols
 2024-01-12 22:22 UTC  (7+ messages)

[GIT PULL] pmdomain updates for v6.8
 2024-01-12 22:20 UTC  (3+ messages)

[f2fs-dev] [PATCH v4 1/6] f2fs: compress: fix to guarantee persisting compressed blocks by CP
 2024-01-12 22:20 UTC  (13+ messages)
` [f2fs-dev] [PATCH v4 2/6] f2fs: compress: fix to cover normal cluster write with cp_rwsem
` [f2fs-dev] [PATCH v4 4/6] f2fs: compress: fix to avoid inconsistence bewteen i_blocks and dnode
` [f2fs-dev] [PATCH v4 5/6] f2fs: fix to remove unnecessary f2fs_bug_on() to avoid panic
` [f2fs-dev] [PATCH v4 6/6] f2fs: introduce FAULT_BLKADDR_CONSISTENCE

[GIT PULL] firewire updates for 6.8
 2024-01-12 22:20 UTC  (2+ messages)

[GIT PULL] Please pull RDMA subsystem changes
 2024-01-12 22:20 UTC  (2+ messages)

[GIT PULL] MMC updates for v6.8
 2024-01-12 22:20 UTC  (2+ messages)

[GIT PULL] gpio: updates for v6.8-rc1
 2024-01-12 22:20 UTC  (2+ messages)

[GIT PULL] clk changes for the merge window
 2024-01-12 22:20 UTC  (2+ messages)

[GIT PULL] GNSS updates for 6.8-rc1
 2024-01-12 22:20 UTC  (2+ messages)

[GIT PULL REQUEST] watchdog - v6.8 release cycle
 2024-01-12 22:20 UTC  (2+ messages)

[GIT PULL] hwmon updates for v6.8
 2024-01-12 22:20 UTC  (2+ messages)

regression of 'world' performance?
 2024-01-12 22:19 UTC  (4+ messages)
` [bitbake-devel] "

[GIT PULL] NVDIMM/NFIT changes for 6.8
 2024-01-12 22:20 UTC  (2+ messages)

[f2fs-dev] [PATCH v3 1/6] f2fs: compress: fix to guarantee persisting compressed blocks by CP
 2024-01-12 22:19 UTC  (13+ messages)
` [f2fs-dev] [PATCH v3 3/6] f2fs: compress: fix to check unreleased compressed cluster

[PATCH v2] checkpatch: allow build files to reference other build files
 2024-01-12 22:19 UTC 

[PATCH 0/3] allow disabling the automatic hint in advise_if_enabled()
 2024-01-12 22:19 UTC  (3+ messages)
` [PATCH] advice: "

[Buildroot] [PATCH 1/1] package/python-ml-dtypes: needs C++
 2024-01-12 22:19 UTC 

[PATCH] afs: Remove afs_dynroot_d_revalidate() as it is redundant
 2024-01-12 22:19 UTC 

[PATCH] drm/syncobj: call drm_syncobj_fence_add_wait when, WAIT_AVAILABLE flag is set
 2024-01-12 22:19 UTC 

Make git ls-files omit deleted files
 2024-01-12 22:18 UTC  (4+ messages)

[PATCH v1] checkpatch: allow build files to reference other build files
 2024-01-12 22:16 UTC  (3+ messages)

[PATCH v4 0/2] Improve VM CPUfreq and task placement behavior
 2024-01-12 22:15 UTC  (8+ messages)
` [PATCH v4 1/2] dt-bindings: cpufreq: add virtual cpufreq device

[PATCH v4 00/22] stackdepot: allow evicting stack traces
 2024-01-12 22:15 UTC  (10+ messages)
` [PATCH v4 12/22] lib/stackdepot: use read/write lock

[meta-python][PATCH] python3-google-auth: update to version 2.26.2
 2024-01-12 22:13 UTC 

[bluez/bluez]
 2024-01-12 22:13 UTC 

[bluez/bluez] dc0cbf: build: Update library version
 2024-01-12 22:13 UTC 

[meta-python][PATCH] python3-eth-hash: update to version 0.6.0
 2024-01-12 22:11 UTC 

[meta-python][PATCH] python3-eth-keys: update version to 0.5.0
 2024-01-12 22:09 UTC  (2+ messages)
` [oe] "

[meta-python][PATCH] python3-protobuf: update to version 4.25.1
 2024-01-12 22:09 UTC 

[PATCH] net: ethernet: ravb: fix dma mapping failure handling
 2024-01-12 22:08 UTC  (4+ messages)

[morimoto:renesas-bsp/v6.1.71-2024-01-09-5 384/553] drivers/pci/controller/dwc/pcie-rcar-gen4.c:286:16: error: 'PCIE_T_PVPERL_MS' undeclared
 2024-01-12 22:06 UTC 

[meta-python][PATCH] python3-apispec: update to version 6.4.0
 2024-01-12 22:06 UTC 

[PATCH] linux-user/riscv: Fix sizeof_reg typo in vdso unwind info
 2024-01-12 22:03 UTC 

[PATCH] mdadm: Disable 10ddf-fail-spare and 10ddf-fail-stop-readd testcases
 2024-01-12 22:04 UTC 

[meta-python][PATCH] python3-marshmallow: update to version 3.20.2
 2024-01-12 22:03 UTC 

[RFC PATCH] mm: z3fold: rename CONFIG_Z3FOLD to CONFIG_Z3FOLD_DEPRECATED
 2024-01-12 19:31 UTC 

[PATCH bpf-next] bpf: Minor improvements for bpf_cmp
 2024-01-12 22:01 UTC 

[PATCH 0/2] ARM: stm32: add clock for pwrcfg syscon
 2024-01-12 22:00 UTC  (5+ messages)
` [PATCH 1/2] clk: stm32: initialize syscon after clocks are registered

RFC: Mark "inlined by some callers" functions in BTF
 2024-01-12 21:59 UTC  (5+ messages)

[PATCH v2 0/6] IOMMUFD: Deliver IO page faults to user space
 2024-01-12 21:56 UTC  (2+ messages)

[PATCH 00/15] x86/resctrl : Support AMD QoS RMID Pinning feature
 2024-01-12 21:54 UTC  (6+ messages)
` [PATCH v4 2/2] x86/resctrl: Read supported bandwidth sources using CPUID command

[PATCH net 0/2] tls fixes for SPLICE with more hint
 2024-01-12 21:52 UTC  (4+ messages)
` [PATCH net 2/2] net: tls, add test to capture error on large splice

[PATCH v3 0/4] support remote archive from stateless transport
 2024-01-12 21:50 UTC  (5+ messages)
` [PATCH v4 0/4] support remote archive via "
  ` [PATCH v4 1/4] transport-helper: no connection restriction in connect_helper

[soc:soc/dt] BUILD SUCCESS 18a1ee9d716d355361da2765f87dbbadcdea03bf
 2024-01-12 21:48 UTC 

[PATCH] add ctx menu for tags, impl "remove tag" and "copy tag name"
 2024-01-12 21:48 UTC 

[PATCH] strvec: use correct member name in comments
 2024-01-12 21:47 UTC  (4+ messages)

[Buildroot] [PATCH 1/2] configs/orangepi_zero3: bump ARM Trusted Firmware to 2.10
 2024-01-12 21:45 UTC  (4+ messages)
` [Buildroot] [PATCH 2/2] configs/orangepi_zero3: use upstream U-Boot and Linux

[PATCH] mm, oom: Add lru_add_drain() in __oom_reap_task_mm()
 2024-01-12 21:43 UTC  (9+ messages)
          ` [External] : "

grub shell: unkown commands alwasy exit with zero code
 2024-01-12 16:58 UTC 

[PATCH V2 00/11] allow cpr-reboot for vfio
 2024-01-12 21:38 UTC  (2+ messages)

[PATCH v10 00/29] KVM: x86/pmu: selftests: Fixes and new tests
 2024-01-12 21:37 UTC  (4+ messages)
` [PATCH v10 16/29] KVM: selftests: Test Intel PMU architectural events on gp counters

[PATCH v5 0/8] Handoff bloblist from previous boot stage
 2024-01-12 21:33 UTC  (8+ messages)
` [PATCH v5 2/8] bloblist: check bloblist with specified buffer size
` [PATCH v5 3/8] bloblist: refactor of bloblist_reloc()
` [PATCH v5 4/8] arm: armv7: save boot arguments
` [PATCH v5 5/8] arm: armv8: "
` [PATCH v5 6/8] arm: Get bloblist from "
` [PATCH v5 7/8] bloblist: Load the bloblist from the previous loader
` [PATCH v5 8/8] fdt: get FDT from bloblist


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.