messages from 2024-01-12 20:58:02 to 2024-01-12 22:44:55 UTC [more...]
[PATCH v3 0/9] target/hppa qemu v8.2 regression fixes
2024-01-12 22:44 UTC (14+ 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
[Outreachy][PATCH] Port helper/test-advise.c to unit-tests/t-advise.c
2024-01-12 22:44 UTC (2+ messages)
[PATCH 00/13] target/riscv: add 'cpu->cfg.vlenb', remove 'cpu->cfg.vlen'
2024-01-12 22:42 UTC (16+ 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
[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)
[PATCH v6 0/6] PCI: qcom: Add support for OPP
2024-01-12 22:37 UTC (6+ messages)
` [PATCH v6 3/6] PCI: qcom: Add missing icc bandwidth vote for cpu to PCIe path
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
[PATCH v2] tests/syncobj_timeline: test delayed submission with, WAIT_AVAILABLE
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
[RFC PATCH v1] mm/filemap: Allow arch to request folio size for exec memory
2024-01-12 22:13 UTC (5+ messages)
[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 00/45] C++: Convert the kernel to C++
2024-01-12 21:58 UTC (4+ 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
[PULL 00/21] linux-user patch queue
2024-01-12 21:35 UTC (4+ messages)
` [PULL 15/21] linux-user/riscv: Add vdso
[PATCH v5 0/8] Handoff bloblist from previous boot stage
2024-01-12 21:33 UTC (9+ messages)
` [PATCH v5 1/8] bloblist: add API to check the register conventions
` [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
[PATCH] drm/xe: Initialize freq_lock even with skip_guc_pc
2024-01-12 21:33 UTC (4+ messages)
[PATCH 00/33] hw/cpu/arm: Remove one use of qemu_get_cpu() in A7/A15 MPCore priv
2024-01-12 21:33 UTC (3+ messages)
` [PATCH 14/33] hw/cpu/arm: Handle 'has_el2/3' properties once in MPCore parent
[RFC PATCH v1] vsock/test: add '--peer-port' input argument
2024-01-12 21:21 UTC
[PATCH V2 00/10] board/ti: k3 boards: Stop using findfdt
2024-01-12 21:15 UTC (21+ messages)
` [PATCH V2 01/10] board: ti: common: Introduce a common fdt ops library
` [PATCH V2 02/10] board: ti: am62ax: Set fdtfile from C code instead of findfdt script
` [PATCH V2 03/10] board: ti: am62x: "
` [PATCH V2 04/10] board: ti: am64x: "
` [PATCH V2 05/10] board: ti: am65x: "
` [PATCH V2 06/10] board: ti: j721e: "
` [PATCH V2 07/10] board: ti: j721s2: "
` [PATCH V2 08/10] board: beagle: beagleboneai64: "
` [PATCH V2 09/10] board: beagle: beagleplay: "
` [PATCH V2 10/10] include: env: ti: Drop default_findfdt
[PATCH] mm: memcontrol: don't throttle dying tasks on memory.high
2024-01-12 21:27 UTC (6+ messages)
[GIT PULL] sound updates for 6.8-rc1
2024-01-12 21:27 UTC (2+ messages)
[PATCH] media: videobuf2: Add missing doc comment for waiting_in_dqbuf
2024-01-12 21:26 UTC (3+ messages)
ktls-utils and gnutls
2024-01-12 21:22 UTC (3+ messages)
A quick "Regression tracking: state of the union early 2024" from my side
2024-01-12 21:22 UTC (3+ messages)
[PATCH] drm/vmwgfx: Filter modes which exceed 3/4 of graphics memory
2024-01-12 20:38 UTC
[PATCH pciutils 2/2] pciutils: Add decode support for IDE Extended Capability
2024-01-12 21:19 UTC (2+ messages)
[PATCH] branch: error description when deleting a not fully merged branch
2024-01-12 21:19 UTC (7+ messages)
` [PATCH v2 0/3] "
` [PATCH v2 2/3] advice: fix an unexpected leading space
[PATCH] drm/xe/display: Disable aux ccs framebuffers
2024-01-12 21:16 UTC (7+ messages)
[PATCH 0/8] VF Tweaks
2024-01-12 21:15 UTC (3+ messages)
` [PATCH 2/8] drm/xe/vf: Don't try to capture engine data unavailable to VF
[RFC PATCH] `log --merge` also for rebase/cherry pick/revert
2024-01-12 21:14 UTC (3+ messages)
[PATCH] drm/xe: Use kstrdup while creating snapshot
2024-01-12 21:11 UTC (2+ messages)
[PATCH 0/3] mm/mempolicy: weighted interleave mempolicy with sysfs extension
2024-01-12 21:08 UTC (4+ messages)
` [PATCH 1/3] mm/mempolicy: implement the sysfs-based weighted_interleave interface
` [PATCH 2/3] mm/mempolicy: refactor a read-once mechanism into a function for re-use
` [PATCH 3/3] mm/mempolicy: introduce MPOL_WEIGHTED_INTERLEAVE for weighted interleaving
Bcachefs: export a different st_dev for each subvolume
2024-01-12 21:07 UTC (2+ messages)
[RFC PATCH] `log --merge` also for rebase/cherry pick/revert
2024-01-12 21:06 UTC (2+ messages)
[GIT PULL] Scheduler changes for v6.7
2024-01-12 21:04 UTC (15+ messages)
` [GIT PULL] Scheduler changes for v6.8
[PATCH] linux-user: Fixed cpu restore with pc 0 on SIGBUS
2024-01-12 21:03 UTC (2+ messages)
[PATCH v2 0/3] mm, lru_gen: batch update pages when aging
2024-01-12 21:01 UTC (3+ messages)
` [PATCH v2 1/3] mm, lru_gen: batch update counters on againg
[PATCH] defconfig: xea: Change default spi-nor memory bus to 2 (single binary)
2024-01-12 21:00 UTC (2+ messages)
[PATCH i-g-t] tests/intel/xe_exec_reset: Do not validate data on GT reset
2024-01-12 21:00 UTC (2+ messages)
` ✗ Fi.CI.IGT: failure for "
[PATCH 0/1] i.MX9 thermal trip fixups
2024-01-12 21:00 UTC (3+ messages)
` [PATCH 1/1] imx: imx9: fixup thermal trips from fuses
[PATCH v2 0/3] This series adds support for the phyGATE-Tauri-L
2024-01-12 20:59 UTC (2+ messages)
[PATCH 1/3] doc: imx93_var_som: Adjust the underline length
2024-01-12 20:59 UTC (2+ messages)
[lttng-dev] LTTng sessiond daemon Assertion `buf' failed and killed
2024-01-12 20:58 UTC (5+ messages)
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.