All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-05-09 20:02:49 to 2024-05-09 20:47:08 UTC [more...]

[PATCH v3 00/11] media: renesas: rcar-csi2: Use the subdev active state
 2024-05-09 20:46 UTC  (5+ messages)
` [PATCH v3 05/11] media: adv748x-csi2: Implement enum_mbus_codes
` [PATCH v3 10/11] media: max9286: Use the subdev active state

[Buildroot] [git commit] support/testing: add test for export-subst support in git-download
 2024-05-09 20:44 UTC 

[Buildroot] [git commit] support/testing: update git tests
 2024-05-09 20:45 UTC 

[Buildroot] [git commit] package/pkg-utils: add vendoring mechanism into generated archive filename
 2024-05-09 20:44 UTC 

[Buildroot] [git commit] package/flutter-packages: fix and comment the shared _SOURCE variable
 2024-05-09 20:44 UTC 

[Buildroot] [git commit] board: update hashes for generated achives
 2024-05-09 20:45 UTC 

[PATCH] drm/amdgpu/jpeg: keep drm kernel message consistent
 2024-05-09 20:46 UTC 

[Buildroot] [git commit] package/luajit: drop useless post-extract hook
 2024-05-09 20:44 UTC 

[Buildroot] [git commit] package/*: update hashes for packages with export-subst git attibute
 2024-05-09 20:44 UTC 

[Buildroot] [git commit] docs/manual: document new archive version suffix
 2024-05-09 20:45 UTC 

[Buildroot] [git commit] docs/manual: document git backend handling of export-subst attribute
 2024-05-09 20:44 UTC 

[Buildroot] [git commit] package/docker-compose: bump version
 2024-05-09 20:44 UTC 

[PATCH net-next 0/2] Add TX stop/wake counters
 2024-05-09 20:46 UTC  (3+ messages)
` [PATCH net-next 1/2] netdev: Add queue stats for TX stop and wake

[Buildroot] [git commit] package/am33x-cm3: switch upstream
 2024-05-09 20:44 UTC 

[PATCH 0/5] Add threshold events support and some minor cleanup
 2024-05-09 20:45 UTC  (4+ messages)
` [PATCH 5/5] iio: temperature: mcp9600: add threshold events support

[Buildroot] [PATCH v2 01/11] package/qt6: bump version to 6.7.0
 2024-05-09 20:43 UTC  (5+ messages)
` [Buildroot] [PATCH v2 03/11] package/qt6/qt6shadertools: new package

[PATCHv2 0/2] block,nvme: latency-based I/O scheduler
 2024-05-09 20:43 UTC  (5+ messages)
` [PATCH v3 0/3] "
` [PATCH v3 1/3] block: track per-node I/O latency
` [PATCH v3 2/3] nvme: add 'latency' iopolicy
` [PATCH v3 3/3] nvme: multipath: pr_notice when iopolicy changes

[PATCH v2] drm/msm/dpu: fix encoder irq wait skip
 2024-05-09 20:42 UTC  (3+ messages)

[Buildroot] [PATCH 1/1] package/libp11: fix enginesdir
 2024-05-09 20:42 UTC 

[PATCH v2] drm/amdgpu: Add Ring Hang Events
 2024-05-09 20:41 UTC 

[PATCH 0/1] arch/fault: don't print logs for simulated poison errors
 2024-05-09 20:39 UTC  (4+ messages)
` [PATCH 1/1] "

[PATCH i-g-t] lib/igt_kms: move setting DRM_CLIENT_CAP_WRITEBACK_CONNECTORS to kms_writeback
 2024-05-09 20:39 UTC 

[PATCH net-next v4 00/12] Add support for OPEN Alliance 10BASE-T1x MACPHY Serial Interface
 2024-05-09 20:39 UTC  (7+ messages)

hw/usb/hcd-ohci: Fix #1510, #303: pid not IN or OUT
 2024-05-09 20:37 UTC  (9+ messages)

[PATCH] ACPI: AGDI: Add missing newline to log
 2024-05-09 20:36 UTC 

[PATCH] net: smc91x: Fix m68k kernel compilation for ColdFire CPU
 2024-05-09 20:36 UTC  (2+ messages)

[PATCH i-g-t 0/3] Add vmwgfx prime tests
 2024-05-09 20:36 UTC  (2+ messages)
` ✗ Fi.CI.BAT: failure for "

Etihad Aviation Group, UAE 2024/2025 projects
 2024-05-09 15:33 UTC 

[RFC PATCH v3 00/17] x86/resctrl : Support AMD Assignable Bandwidth Monitoring Counters (ABMC)
 2024-05-09 20:34 UTC  (9+ messages)

[PATCH 1/4] tests/intel/xe_pm: Update runtime pm conditions
 2024-05-09 20:34 UTC  (2+ messages)
` ✗ Fi.CI.BUILD: failure for series starting with [1/4] "

[PATCH v3 00/29] riscv control-flow integrity for usermode
 2024-05-09 20:32 UTC  (10+ messages)
` [PATCH v3 04/29] riscv: zicfilp / zicfiss in dt-bindings (extensions.yaml)

[POC][RFC][PATCH 0/2] pstore/mm/x86: Add wildcard memmap to map pstore consistently
 2024-05-09 20:33 UTC  (12+ messages)

[PATCH v5 00/32] Misc PPC exception and BookE MMU clean ups
 2024-05-09 20:26 UTC  (33+ messages)
` [PATCH v5 01/32] target/ppc: Remove unused helper
` [PATCH v5 02/32] target/ppc/mmu_common.c: Move calculation of a value closer to its usage
` [PATCH v5 03/32] target/ppc/mmu_common.c: Remove unneeded local variable
` [PATCH v5 04/32] target/ppc/mmu_common.c: Simplify checking for real mode
` [PATCH v5 05/32] target/ppc/mmu_common.c: Drop cases for unimplemented MPC8xx MMU
` [PATCH v5 06/32] target/ppc/mmu_common.c: Introduce mmu6xx_get_physical_address()
` [PATCH v5 07/32] target/ppc/mmu_common.c: Move else branch to avoid large if block
` [PATCH v5 08/32] target/ppc/mmu_common.c: Move some debug logging
` [PATCH v5 09/32] target/ppc/mmu_common.c: Eliminate ret from mmu6xx_get_physical_address()
` [PATCH v5 10/32] target/ppc/mmu_common.c: Split out BookE cases before checking real mode
` [PATCH v5 11/32] target/ppc/mmu_common.c: Split off real mode cases in get_physical_address_wtlb()
` [PATCH v5 12/32] target/ppc/mmu_common.c: Inline and remove check_physical()
` [PATCH v5 13/32] target/ppc/mmu_common.c: Fix misindented qemu_log_mask() calls
` [PATCH v5 14/32] target/ppc/mmu_common.c: Deindent ppc_jumbo_xlate()
` [PATCH v5 15/32] target/ppc/mmu_common.c: Replace hard coded constants in ppc_jumbo_xlate()
` [PATCH v5 16/32] target/ppc/mmu_common.c: Don't use mmu_ctx_t for mmu40x_get_physical_address()
` [PATCH v5 17/32] target/ppc/mmu_common.c: Don't use mmu_ctx_t in mmubooke_get_physical_address()
` [PATCH v5 18/32] target/ppc/mmu_common.c: Don't use mmu_ctx_t in mmubooke206_get_physical_address()
` [PATCH v5 19/32] target/ppc: Remove pp_check() and reuse ppc_hash32_pp_prot()
` [PATCH v5 20/32] target/ppc/mmu_common.c: Remove BookE from direct store handling
` [PATCH v5 21/32] target/ppc/mmu_common.c: Split off BookE handling from ppc_jumbo_xlate()
` [PATCH v5 22/32] target/ppc/mmu_common.c: Eliminate get_physical_address_wtlb()
` [PATCH v5 23/32] target/ppc/mmu_common.c: Move mmu_ctx_t type to mmu_common.c
` [PATCH v5 24/32] target/ppc/mmu_common.c: Simplify ppc_booke_xlate() part 1
` [PATCH v5 25/32] target/ppc/mmu_common.c: Simplify ppc_booke_xlate() part 2
` [PATCH v5 26/32] target/ppc: Remove id_tlbs flag from CPU env
` [PATCH v5 27/32] target/ppc: Split off common embedded TLB init
` [PATCH v5 28/32] target/ppc/mmu-hash32.c: Drop a local variable
` [PATCH v5 29/32] target/ppc/mmu-radix64.c: "
` [PATCH v5 30/32] target/ppc: Add a function to check for page protection bit
` [PATCH v5 31/32] target/ppc: Move out BookE and related MMU functions from mmu_common.c
` [PATCH v5 32/32] target/ppc/mmu_common.c: Remove work around for spurious warnings

[PATCH v8 0/3] Add support for Allwinner PWM on D1/T113s/R329 SoCs
 2024-05-09 20:32 UTC  (5+ messages)
` [PATCH v8 1/3] dt-bindings: pwm: Add binding for Allwinner D1/T113-S3/R329 PWM controller

[Buildroot] [PATCH 1/1] package/s390-tools: bump version to 2.32.0
 2024-05-09 20:32 UTC  (2+ messages)

[Buildroot] [git commit] package/s390-tools: bump version to 2.32.0
 2024-05-09 20:31 UTC 

[Buildroot] [git commit] package/python-sympy: new package
 2024-05-09 20:31 UTC 

[Buildroot] [git commit] package/python-mpmath: new package
 2024-05-09 20:31 UTC 

[PATCH v3 13/68] selftests/damon: Drop define _GNU_SOURCE
 2024-05-09 20:31 UTC  (3+ messages)

[Buildroot] [PATCH 1/2] package/python-mpmath: new package
 2024-05-09 20:30 UTC  (2+ messages)

[PATCH 1/3] nvme: multipath: Implemented new iopolicy "queue-depth"
 2024-05-09 20:29 UTC  (5+ messages)
` [PATCH v2 0/3] nvme: queue-depth multipath iopolicy
` [PATCH v2 1/3] nvme: multipath: Implemented new iopolicy "queue-depth"
` [PATCH v2 2/3] nvme: multipath: only update ctrl->nr_active when using queue-depth iopolicy
` [PATCH v2 3/3] nvme: multipath: Invalidate current_path when changing iopolicy

[PATCH 0/3] Assorted fixes for PMU
 2024-05-09 20:26 UTC  (5+ messages)
` [PATCH 1/3] target/riscv: Save counter values during countinhibit update

[PATCH 6.1] MAINTAINERS: add leah to 6.1 MAINTAINERS file
 2024-05-09 20:29 UTC  (2+ messages)

[PATCH bpf-next 0/6] use network helpers, part 4
 2024-05-09 20:28 UTC  (3+ messages)
` [PATCH bpf-next 1/6] selftests/bpf: Add post_socket_cb for network_helper_opts

[PATCH 1/7] drm/xe: Fix xe_pm_runtime_get_if_active return
 2024-05-09 20:26 UTC  (4+ messages)
` ✓ CI.Hooks: success for series starting with [1/7] "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "

[net-next,v4] net: ethernet: rtsn: Add support for Renesas Ethernet-TSN
 2024-05-09 20:25 UTC  (2+ messages)

[PATCH v2 0/8] riscv: Support compiling the kernel with more extensions
 2024-05-09 20:25 UTC  (3+ messages)

[PATCH bpf-next v10 0/5] Reduce overhead of LSMs with static calls
 2024-05-09 20:24 UTC  (8+ messages)
` [PATCH bpf-next v10 5/5] bpf: Only enable BPF LSM hooks when an LSM program is attached

[PATCH 1/2] SUNRPC: prevent integer overflow in XDR_QUADLEN()
 2024-05-09 20:22 UTC  (2+ messages)

[chrome-os:chromeos-6.6 265/293] drivers/hid/i2c-hid/i2c-hid-core.c:178:12-13: WARNING opportunity for min()
 2024-05-09 20:22 UTC 

[PATCH] insane: Fix case where S doesn't exist
 2024-05-09 20:21 UTC 

[Buildroot] [PATCH] package/pkg-generic.mk: really make DL_SUBDIR inheritance work
 2024-05-09 20:20 UTC  (2+ messages)

[Buildroot] [git commit] package/pkg-generic.mk: really make DL_SUBDIR inheritance work
 2024-05-09 20:19 UTC 

[Buildroot] [PATCH] toolchain: remove gcc bug 90620
 2024-05-09 20:19 UTC  (5+ messages)

[Buildroot] [PATCH 1/2] package/python-hid: new package
 2024-05-09 20:19 UTC  (4+ messages)
` [Buildroot] [PATCH 2/2] support/testing: add python-hid test

[Buildroot] [git commit] package/hidapi: fixup Config.in comment
 2024-05-09 20:17 UTC 

[Buildroot] [git commit] package/python-hid: new package
 2024-05-09 20:13 UTC 

[Buildroot] [git commit] support/testing: add python-hid test
 2024-05-09 20:17 UTC 

[PATCH v2 1/3] doc: swiotlb: iommu/dma: Clarify swiotlb=force option applies only to dma-direct
 2024-05-09 20:18 UTC  (2+ messages)

[PATCH net-next v3] net: Add sysfs atttribute for max_mtu
 2024-05-09 20:16 UTC  (3+ messages)

MPTCP selftest failures on Fedora 40
 2024-05-09 20:17 UTC 

[PATCH v3 00/68] Define _GNU_SOURCE for sources using
 2024-05-09 20:16 UTC  (52+ messages)
` [PATCH v3 27/68] selftests/landlock: Drop define _GNU_SOURCE
` [PATCH v3 28/68] selftests/lsm: "
` [PATCH v3 29/68] selftests/membarrier: "
` [PATCH v3 30/68] selftests/memfd: "
` [PATCH v3 32/68] selftests/mm: "
` [PATCH v3 37/68] selftests/net: "
` [PATCH v3 40/68] selftests/nsfs: "
` [PATCH v3 41/68] selftests/openat2: "
` [PATCH v3 42/68] selftests/perf_events: "
` [PATCH v3 43/68] selftests/pid_namespace: "
` [PATCH v3 44/68] selftests/pidfd: "
` [PATCH v3 45/68] selftests/ptrace: "
` [PATCH v3 46/68] selftests/powerpc: "
` [PATCH v3 47/68] selftests/proc: "
` [PATCH v3 48/68] selftests/proc: Drop duplicate -D_GNU_SOURCE
` [PATCH v3 49/68] selftests/ptp: Drop define _GNU_SOURCE
` [PATCH v3 50/68] selftests/resctrl: Drop duplicate -D_GNU_SOURCE
` [PATCH v3 51/68] selftests/riscv: Drop define _GNU_SOURCE
` [PATCH v3 52/68] selftests/riscv: Drop duplicate -D_GNU_SOURCE
` [PATCH v3 53/68] selftests/rlimits: Drop define _GNU_SOURCE
` [PATCH v3 54/68] selftests/rseq: "
` [PATCH v3 55/68] selftests/safesetid: "
` [PATCH v3 56/68] selftests/sched: "
` [PATCH v3 57/68] selftests/seccomp: "
` [PATCH v3 58/68] selftests/sigaltstack: "
` [PATCH v3 59/68] selftests/splice: "
` [PATCH v3 60/68] selftests/syscall_user_dispatch: "
` [PATCH v3 61/68] selftests/thermal: "
` [PATCH v3 62/68] selftests/timens: "
` [PATCH v3 63/68] selftests/tmpfs: Drop duplicate -D_GNU_SOURCE
` [PATCH v3 64/68] selftests/uevent: Drop define _GNU_SOURCE
` [PATCH v3 65/68] selftests/user_events: "
` [PATCH v3 66/68] selftests/vDSO: "
` [PATCH v3 67/68] selftests/wireguard: "
` [PATCH v3 68/68] selftests/x86: "

[PATCH] crypto: tcrypt - add skcipher speed for given alg
 2024-05-09 19:58 UTC  (2+ messages)

[PATCH v7 8/8] gpu: ipu-v3: Use generic macro for rounding to nearest multiple
 2024-05-09 18:40 UTC 

[PATCH v11 0/5] Reduce overhead of LSMs with static calls
 2024-05-09 20:14 UTC  (6+ messages)
` [PATCH v11 1/5] kernel: Add helper macros for loop unrolling
` [PATCH v11 2/5] security: Count the LSMs enabled at compile time
` [PATCH v11 3/5] security: Replace indirect LSM hook calls with static calls
` [PATCH v11 4/5] security: Update non standard hooks to use "
` [PATCH v11 5/5] bpf: Only enable BPF LSM hooks when an LSM program is attached

[RFD] Libification proposal: separate internal and external interfaces
 2024-05-09 20:14 UTC  (4+ messages)

[PATCH v4 0/3] media: v4l2-subdev: Support const-awareness in state accessors
 2024-05-09 20:04 UTC  (5+ messages)
` [PATCH v4 1/3] media: v4l2-subdev: Fix v4l2_subdev_state_get_format() documentation

[Buildroot] [PATCH v1 1/2] package/weston: bump to 13.0.1
 2024-05-09 20:12 UTC  (2+ messages)

[Buildroot] [git commit] package/wayland-protocols: bump to 1.36
 2024-05-09 20:10 UTC 

[Buildroot] [git commit] package/weston: bump to 13.0.1
 2024-05-09 20:10 UTC 

[Buildroot] [PATCH 1/2] package/zbar: add the optional imagemagick dependency
 2024-05-09 20:09 UTC  (2+ messages)

[PATCH] drm/amdgpu/vcn: remove irq disabling in vcn 5 suspend
 2024-05-09 20:09 UTC  (2+ messages)

[Buildroot] [git commit] support/testing: add zbar runtime test
 2024-05-09 20:09 UTC 

[Buildroot] [git commit] package/zbar: add the optional imagemagick dependency
 2024-05-09 20:09 UTC 

[PATCH v1] Bluetooth: hci_sync: Use advertised PHYs on hci_le_ext_create_conn_sync
 2024-05-09 20:09 UTC  (4+ messages)

[Buildroot] [PATCH v3] configs/beagleboneai64_defconfig: new defconfig
 2024-05-09 20:09 UTC  (2+ messages)

[PATCH net-next 0/2] net: ethernet: cortina: TSO and pause param
 2024-05-09 20:08 UTC  (3+ messages)
` [PATCH net-next 2/2] net: ethernet: cortina: Implement .set_pauseparam()

[Buildroot] [git commit] configs/beagleboneai64_defconfig: new defconfig
 2024-05-09 20:08 UTC 

[PATCH] drm/amdkfd: Ensure gpu_id is unique
 2024-05-09 20:06 UTC 

[PATCH v4] PM / devfreq: exynos: Use Use devm_clk_get_enabled() helpers
 2024-05-09 20:04 UTC  (2+ messages)

[PATCH v24 0/4] Introduce Nuvoton Arbel NPCM8XX BMC SoC
 2024-05-09 19:24 UTC  (5+ messages)
` [PATCH v24 1/4] dt-bindings: reset: npcm: add clock properties
` [PATCH v24 2/4] reset: npcm: register npcm8xx clock auxiliary bus device
` [PATCH v24 3/4] clk: npcm8xx: add clock controller
` [PATCH v24 4/4] dt-binding: clock: remove nuvoton npcm845-clk bindings

[GIT PULL] TPM DEVICE DRIVER: tpmdd-next-6.10-rc1
 2024-05-09 20:04 UTC 

[RFC PATCH v8 01/10] ras: scrub: Add scrub subsystem
 2024-05-09 20:03 UTC  (11+ messages)

[Buildroot] [PATCH 1/1] configs/beaglev_fire: add support for BeagleV Fire
 2024-05-09 20:03 UTC  (2+ messages)

[PATCHSET v5.6 2/2] xfs: fs-verity support
 2024-05-09 20:02 UTC  (9+ messages)
` [PATCH 18/26] xfs: use merkle tree offset as attr hash


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.