messages from 2024-07-22 16:30:03 to 2024-07-22 17:33:35 UTC [more...]
[PATCH v1] drm/panel-edp: Add panels with conservative timings
2024-07-22 17:24 UTC (4+ messages)
[RFC PATCH v2 00/48] Make U-Boot memory reservations coherent
2024-07-22 17:33 UTC (4+ messages)
[PATCH] selftests: ksft: Track skipped tests when finishing the test suite
2024-07-22 17:32 UTC (2+ messages)
[Buildroot] [PATCH] package/chicken: move literals into text section for xtensa architecture
2024-07-22 17:31 UTC (5+ messages)
[PATCH 0/4] target/arm: Various minor SME bugfixes
2024-07-22 17:29 UTC (5+ messages)
` [PATCH 1/4] target/arm: Don't assert for 128-bit tile accesses when SVL is 128
` [PATCH 2/4] target/arm: Fix UMOPA/UMOPS of 16-bit values
` [PATCH 3/4] target/arm: Avoid shifts by -1 in tszimm_shr() and tszimm_shl()
` [PATCH 4/4] target/arm: Ignore SMCR_EL2.LEN and SVCR_EL2.LEN if EL2 is not enabled
[PATCH v2 1/3] memory tiering: read last_cpupid correctly in do_huge_pmd_numa_page()
2024-07-22 17:29 UTC (3+ messages)
` [PATCH v2 2/3] memory tiering: introduce folio_has_cpupid() check
` [PATCH v2 3/3] memory tiering: count PGPROMOTE_SUCCESS when mem tiering is enabled
[PATCH v2] riscv/mm/fault: add show_pte() before die()
2024-07-22 17:28 UTC (5+ messages)
[Buildroot] [PATCH v2] support/testing/infra/emulator.py: fix qemu prompt detection
2024-07-22 17:26 UTC (3+ messages)
[PATCH 0/4] improve one-shot variable detection with shell function
2024-07-22 17:26 UTC (3+ messages)
` [PATCH 3/4] check-non-portable-shell: improve `VAR=val shell-func` detection
[PATCH] drm/amd/display: Add NULL check for clk_mgr in dcn401_init_hw
2024-07-22 17:25 UTC (3+ messages)
` [PATCH v2] drm/amd/display: Add NULL check for clk_mgr and clk_mgr->funcs "
[PATCH master] of: fdt: fix overflows when parsing sizes
2024-07-22 17:24 UTC
[PATCH 0/4] use the pager in 'add -p'
2024-07-22 17:22 UTC (11+ messages)
` [PATCH v2 "
` [PATCH v3 "
` [PATCH v3 4/4] add-patch: render hunks through the pager
[openeuler:openEuler-1.0-LTS 1505/23347] drivers/spi/spi.c:2040:7: error: implicit declaration of function 'gpiod_count'; did you mean 'cpuid_count'?
2024-07-22 17:22 UTC
[Buildroot] [PATCH buildroot v2 1/2] package/python-uvicorn: requires PYTHON3_SSL
2024-07-22 17:21 UTC (8+ messages)
` [Buildroot] [PATCH buildroot v2 2/2] support/testing: add fastapi runtime test
[PATCH v2 0/8] RISCV device tree mapping
2024-07-22 17:21 UTC (12+ messages)
` [PATCH v2 4/8] xen/riscv: setup fixmap mapping
` [PATCH v2 5/8] xen/riscv: introduce asm/pmap.h header
[PATCH 1/2] selftests: x86: vdso_restorer: remove manual counting of pass/fail tests
2024-07-22 17:20 UTC (5+ messages)
[PATCH 00/14] drm/i915/dp_mst: Enable LT fallback for UHBR<->non-UHBR rates
2024-07-22 17:19 UTC (16+ messages)
` [PATCH 01/14] drm/dp_mst: Factor out function to queue a topology probe work
` [PATCH 02/14] drm/dp_mst: Add a helper to queue a topology probe
` [PATCH 03/14] drm/dp_mst: Simplify the condition when to enumerate path resources
` [PATCH 04/14] drm/i915/ddi: For an active output call the DP encoder sync_state() only for DP
` [PATCH 05/14] drm/i915/dp: Initialize the link parameters during HW readout
` [PATCH 06/14] drm/i915/dp: Send only a single modeset-retry uevent for a commit
` [PATCH 07/14] drm/i915/dp: Add a separate function to reduce the link parameters
` [PATCH 08/14] drm/i915/dp: Add helpers to set link training mode, BW parameters
` [PATCH 09/14] drm/i915/dp_mst: Reduce the link parameters in BW order after LT failures
` [PATCH 10/14] drm/i915/dp_mst: Configure MST after the link parameters are reset
` [PATCH 11/14] drm/i915/dp_mst: Queue modeset-retry after a failed payload BW allocation
` [PATCH 12/14] drm/i915/dp_mst: Reprobe the MST topology after a link parameter change
` [PATCH 13/14] drm/i915/dp_mst: Ensure link parameters are up-to-date for a disabled link
` [PATCH 14/14] drm/i915/dp_mst: Enable LT fallback between UHBR/non-UHBR link rates
[PATCH printk v3 00/19] add threaded printing + the rest
2024-07-22 17:19 UTC (20+ messages)
` [PATCH printk v3 01/19] printk: nbcon: Clarify nbcon_get_default_prio() context
` [PATCH printk v3 02/19] printk: nbcon: Consolidate alloc() and init()
` [PATCH printk v3 03/19] printk: nbcon: Add function for printers to reacquire ownership
` [PATCH printk v3 04/19] printk: nbcon: Clarify rules of the owner/waiter matching
` [PATCH printk v3 05/19] printk: Fail pr_flush() if before SYSTEM_SCHEDULING
` [PATCH printk v3 06/19] printk: Flush console on unregister_console()
` [PATCH printk v3 07/19] printk: Add helpers for flush type logic
` [PATCH printk v3 08/19] printk: nbcon: Add context to usable() and emit()
` [PATCH printk v3 09/19] printk: nbcon: Introduce printer kthreads
` [PATCH printk v3 10/19] printk: nbcon: Use thread callback if in task context for legacy
` [PATCH printk v3 11/19] printk: nbcon: Rely on kthreads for normal operation
` [PATCH printk v3 12/19] printk: Provide helper for message prepending
` [PATCH printk v3 13/19] printk: nbcon: Show replay message on takeover
` [PATCH printk v3 14/19] proc: consoles: Add notation to c_start/c_stop
` [PATCH printk v3 15/19] proc: Add nbcon support for /proc/consoles
` [PATCH printk v3 16/19] tty: sysfs: Add nbcon support for 'active'
` [PATCH printk v3 17/19] printk: Implement legacy printer kthread for PREEMPT_RT
` [PATCH printk v3 18/19] printk: nbcon: Assign nice -20 for printing threads
` [PATCH printk v3 19/19] printk: Avoid false positive lockdep report for legacy printing
[GIT PULL] MM updates for 6.11-rc1
2024-07-22 17:18 UTC (2+ messages)
[PATCH][next] drm/i915/dp: Make read-only array bw_gbps static const
2024-07-22 17:17 UTC (2+ messages)
` ✗ CI.FULL: failure for "
[PATCH] CI: workaround broken selinux+docker interaction in yocto
2024-07-22 17:16 UTC (2+ messages)
[PATCH v5 00/13] hw/iommufd: IOMMUFD Dirty Tracking
2024-07-22 17:15 UTC (13+ messages)
` [PATCH v5 12/13] vfio/migration: Don't block migration device dirty tracking is unsupported
[xiang-erofs:dev-test] BUILD SUCCESS 63c65795291d40fd8cc9bb0c07fb300f54dceb43
2024-07-22 17:14 UTC
[PATCH v2] cpufreq: powerpc: add missing MODULE_DESCRIPTION() macros
2024-07-22 17:14 UTC (2+ messages)
[PATCH] soc/fsl/qbman: remove unused struct 'cgr_comp'
2024-07-22 17:14 UTC (6+ messages)
[PATCH v2 1/2] dt-bindings: display: panel: samsung,atna45dc02: Document ATNA45DC02
2024-07-22 17:14 UTC (2+ messages)
[PATCH 0/7] clk: clocking-wizard: add user clock monitor support
2024-07-22 17:13 UTC (3+ messages)
` [PATCH 6/7] dt-bindings: clock: xilinx: describe whether dynamic reconfig is enabled
[PATCH] mm: added node_reclaim successes to VM event counters
2024-07-22 17:13 UTC
[GIT PULL] bcachefs fixes for 6.11-rc1
2024-07-22 17:12 UTC
[PATCH] usb: gadget: core: Check for unset descriptor
2024-07-22 17:11 UTC (5+ messages)
[PATCH v3] spi: ppc4xx: handle irq_of_parse_and_map() errors
2024-07-22 17:10 UTC (3+ messages)
[PATCH v1] net/e1000: do not update link status in secondary process
2024-07-22 17:08 UTC (4+ messages)
[PATCH v2] drm/xe: Add assert for XE_WA() usage
2024-07-22 17:07 UTC (8+ messages)
` ✓ CI.Patch_applied: success for drm/xe: Add assert for XE_WA() usage (rev2)
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "
[PATCH] resource: add CONFIG_DEBUG_RESOURCES option
2024-07-22 17:06 UTC
[PATCH] pstore: implement devinfo callback
2024-07-22 17:06 UTC
[PATCH] ARM: cpuinfo: add option to print early memory map
2024-07-22 17:06 UTC
[PATCH master 1/3] resource: return NULL for error in request_barebox_region
2024-07-22 17:06 UTC (3+ messages)
` [PATCH master 2/3] ARM: i.MX8M: scratch: fix initcall return code on request_barebox_region error
` [PATCH master 3/3] RISC-V: cpu: "
[PATCH] commands: mount: simplify positional argument handling
2024-07-22 17:06 UTC
[PATCH v3 0/3] iio: light: stk3310: stk3013 support
2024-07-22 17:05 UTC (3+ messages)
` [PATCH v3 3/3] dt-bindings: iio: light: stk33xx: add compatible for stk3013
[PATCH 0/2] x86/efi: Fix booting when NX is disabled
2024-07-22 17:04 UTC (4+ messages)
` [PATCH 2/2] x86/efi: Unlock NX if necessary
[PATCH V8 1/2] cgroup/rstat: Avoid flushing if there is an ongoing overlapping flush
2024-07-22 17:02 UTC (2+ messages)
[PATCH v2 0/3] riscv: sophgo: add mailbox support for cv18x SoCs
2024-07-22 17:02 UTC (5+ messages)
` [PATCH v2 3/3] mailbox: sophgo: add mailbox driver "
[PATCH v10 0/5]RISCV basic exception handling implementation
2024-07-22 17:01 UTC (6+ messages)
` [PATCH v10 4/5] xen/riscv: enable GENERIC_BUG_FRAME
[PATCH nfs-utils v6 0/3] nfsdctl: add a new nfsdctl tool to nfs-utils
2024-07-22 17:01 UTC (4+ messages)
` [PATCH nfs-utils v6 1/3] nfsdctl: add the nfsdctl utility "
` [PATCH nfs-utils v6 2/3] nfsdctl: asciidoc source for the manpage
` [PATCH nfs-utils v6 3/3] systemd: use nfsdctl to start and stop the nfs server
[Buildroot] [PATCH 1/1] package/zfs: fix uClibc support
2024-07-22 16:57 UTC (2+ messages)
` [Buildroot] [PATCH v2 "
[PATCH v3] Capitalized "c" to "C" and changed "expect" to "expected"
2024-07-22 16:59 UTC
[PATCH] drm/mipi-dsi: Introduce macros to create mipi_dsi_*_multi functions
2024-07-22 16:58 UTC (7+ messages)
[PATCH] [PATCH] system/memory: Fix max access size
2024-07-22 16:57 UTC (6+ messages)
[PATCH] usb: dwc3: core: Prevent USB core invalid event buffer address access
2024-07-22 14:56 UTC
[PATCH v5 0/2] iio: humidity: Add support for ENS210 sensor family
2024-07-22 16:58 UTC (3+ messages)
` [PATCH v5 1/2] dt-bindings: iio: humidity: add "
` [PATCH v5 2/2] iio: humidity: Add support for ENS210
[feature request] Is it possible to have git tag can be sorted and filtered by semver?
2024-07-22 16:58 UTC
[PATCH V1 04/10] accel/amdxdna: Add hardware context
2024-07-22 16:56 UTC (3+ messages)
` [PATCH "
Boot Warning
2024-07-22 16:56 UTC (2+ messages)
[PATCH bpf-next v2 1/2] bpf: Support private stack for bpf progs
2024-07-22 16:54 UTC (8+ messages)
` [PATCH bpf-next v2 2/2] [no_merge] selftests/bpf: Benchmark runtime performance with private stack
[PATCH v7 0/4] Add Svade and Svadu Extensions Support
2024-07-22 16:51 UTC (9+ messages)
` [PATCH v7 2/4] dt-bindings: riscv: Add Svade and Svadu Entries
[PATCH v6 0/5] v6: firmware: imx: driver for NXP secure-enclave
2024-07-22 16:50 UTC (3+ messages)
` [PATCH v6 2/5] dt-bindings: arm: fsl: add imx-se-fw binding doc
[PATCH v3 00/12] Fixes for user-only munmap races
2024-07-22 16:49 UTC (3+ messages)
` [PATCH v3 12/12] target/riscv: Simplify probing in vext_ldff
[PATCH v1] hid-playstation: DS4: Update rumble and lightbar together
2024-07-22 16:49 UTC (10+ messages)
[linux-next:fs-current] BUILD SUCCESS 4b9298ca36cd6472b15a2ef6b0cbc1980efcf419
2024-07-22 16:46 UTC
[syzbot] [bpf?] [net?] general protection fault in __xsk_map_flush
2024-07-22 16:46 UTC
[PATCH v2 0/6] Add support for sysfs event.cpus and cpu event term
2024-07-22 16:45 UTC (13+ messages)
` [PATCH v2 3/6] perf pmu: Add support for event.cpus files in sysfs
[PATCH v2 0/2] Add support for Xilinx XDMA Soft IP as Root Port
2024-07-22 16:44 UTC (3+ messages)
` [PATCH v2 1/2] dt-bindings: PCI: xilinx-xdma: Add schemas for Xilinx QDMA PCIe Root Port Bridge
[v2 00/30] NXP DMA driver fixes and Enhancements
2024-07-22 16:39 UTC (32+ messages)
` [v3 "
` [v3 01/30] dma/dpaa2: configure route by port by PCIe port param
` [v3 02/30] dma/dpaa2: support multiple HW queues
` [v3 03/30] dma/dpaa2: adapt DMA driver API
` [v3 04/30] dma/dpaa2: multiple process support
` [v3 05/30] dma/dpaa2: add sanity check for SG entry
` [v3 06/30] dma/dpaa2: include DPAA2 specific header files
` [v3 07/30] dma/dpaa2: borrow flags of DMA operation to pass job context
` [v3 08/30] bus/fslmc: enhance the qbman dq storage logic
` [v3 09/30] dma/dpaa2: add short FD support
` [v3 10/30] dma/dpaa2: limit the max descriptor number
` [v3 11/30] dma/dpaa2: change the DMA copy return value
` [v3 12/30] dma/dpaa2: move the qdma header to common place
` [v3 13/30] dma/dpaa: support multi channels
` [v3 14/30] dma/dpaa: fix job enqueue
` [v3 15/30] dma/dpaa: add burst capacity API
` [v3 16/30] dma/dpaa: add workaround for ERR050757
` [v3 17/30] dma/dpaa: qdma stall workaround for ERR050265
` [v3 18/30] dma/dpaa: remove unwanted desc
` [v3 19/30] dma/dpaa: data path optimization
` [v3 20/30] dma/dpaa: refactor driver
` [v3 21/30] dma/dpaa: dequeue status queue
` [v3 22/30] dma/dpaa: add Scatter Gather support
` [v3 23/30] dma/dpaa: block dequeue
` [v3 24/30] dma/dpaa: improve congestion handling
` [v3 25/30] dma/dpaa: disable SG descriptor as default
` [v3 26/30] dma/dpaa: improve ERRATA workaround solution
` [v3 27/30] dma/dpaa: improve silent mode support
` [v3 28/30] dma/dpaa: support multiple SG copies
` [v3 29/30] dma/dpaa: support max SG entry size
` [v3 30/30] bus/dpaa: add port bmi stats
[PATCH] MAINTAINERS: Add myself as a reviewer of machine core
2024-07-22 16:44 UTC (2+ messages)
[PATCH] xfs: allow SECURE namespace xattrs to use reserved pool
2024-07-22 16:43 UTC (4+ messages)
` [External] : "
[PATCH V6 0/6] Low Power Mode: Package TIFS Stub in BeaglePlay
2024-07-22 16:43 UTC (3+ messages)
` [PATCH V6 2/6] doc: ti: k3: Add TIFS Stub documentation
[PULL 0/4] hw/nvme patches
2024-07-22 16:40 UTC (5+ messages)
` [PULL 1/4] hw/nvme: fix memory leak in nvme_dsm
` [PULL 2/4] hw/nvme: add cross namespace copy support
` [PULL 3/4] hw/nvme: actually implement abort
` [PULL 4/4] hw/nvme: remove useless type cast
[RFT][PATCH 1/2] glibc: Upgrade to 2.40
2024-07-22 16:41 UTC (5+ messages)
` [OE-core] "
[PATCH] drm/xe: Fix warning on unreachable statement
2024-07-22 16:39 UTC (3+ messages)
[PATCH] doc: git-clone fix discrepancy between asciidoc and asciidoctor
2024-07-22 16:39 UTC (4+ messages)
[PATCH v2 0/3] amlogic SoC's power-domains fixes
2024-07-22 16:39 UTC (3+ messages)
[PATCH v2] remoteproc: xlnx: add sram support
2024-07-22 16:39 UTC (2+ messages)
[PATCH 3/3] Fixed: fs: file_table_c: Missing blank line warnings
2024-07-22 16:37 UTC (2+ messages)
[PATCH v1 0/4] Add dbi2 and atu for i.MX8M PCIe EP
2024-07-22 16:37 UTC (3+ messages)
` [PATCH v1 1/4] dt-bindings: imx6q-pcie: Add reg-name "dbi2" and "atu" for i.MX8M PCIe Endpoint
[drm-misc:drm-misc-next 2/4] ERROR: modpost: "panic_cpu" [drivers/video/fbdev/core/fb.ko] undefined!
2024-07-22 16:34 UTC (4+ messages)
` [PATCH] fbcon: Use oops_in_progress instead of panic_cpu
[PATCH] mtd: mtdoops: Fix kmsgdump parameter renaming
2024-07-22 16:33 UTC (4+ messages)
[PATCH stable 4.19-6.6] filelock: Remove locks reliably when fcntl/close race is detected
2024-07-22 16:33 UTC (2+ messages)
[Buildroot] [PATCH 0/7] Adding RustiCL
2024-07-22 16:33 UTC (3+ messages)
[PATCH v2] KVM: arm64: Tidying up PAuth code in KVM
2024-07-22 16:33 UTC
[PATCH] Added support for Silicon Labs Phoenix Contact UPS Device Silicon Labs Phoenix Contact UPS Device VID/PID pair has been added to CP210x driver in order for the OS to properly detect it
2024-07-22 16:32 UTC
[PATCH v3 0/3] iio: adc: add support for pac1921
2024-07-22 16:32 UTC (3+ messages)
` [PATCH v3 1/3] dt-bindings: iio: adc: add binding "
[Buildroot] [PATCH v5] Config.in: ban textrels on musl toolchains
2024-07-22 16:31 UTC (2+ messages)
[PATCH v2 0/2] Align kvrealloc() with krealloc()
2024-07-22 16:29 UTC (3+ messages)
` [PATCH v2 1/2] mm: vmalloc: implement vrealloc()
` [PATCH v2 2/2] mm: kvmalloc: align kvrealloc() with krealloc()
[Buildroot] [git commit] package/Makefile.in: ban textrels on musl toolchains
2024-07-22 16:30 UTC
[PATCH v1] xhci: dbc: fix handling ClearFeature Halt requests
2024-07-22 16:31 UTC (2+ messages)
[BUG] HID: amd_sfh (drivers/hid/amd-sfh-hid/): memory/page corruption
2024-07-22 16:30 UTC (5+ messages)
Linker errors with external ELL
2024-07-22 16:30 UTC (3+ messages)
[Buildroot] [PATCH v2] boot/uboot: fix Kconfig warning for DEFAULT_ENV_FILE
2024-07-22 16:29 UTC (2+ 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.