All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-04-25 17:13:08 to 2024-04-25 18:31:38 UTC [more...]

[PATCH v3] media/*: Convert from tasklet to BH workqueue
 2024-04-25 18:31 UTC 

[RFC 0/4] malloc type argument cleanup (part 1)
 2024-04-25 18:31 UTC  (6+ messages)
` [RFC 1/4] rte_malloc: document that type is unused
` [RFC 2/4] devtools/cocci: add script to find unnecessary malloc type
` [RFC 3/4] devtools/cocci: add script to find where rte_calloc should be used
` [RFC 4/4] eal/malloc: remove type argument from internal malloc routines

[PATCH i-g-t] lib/gpu_cmds: be ready to use xe2 gpgpu fill on newer platforms
 2024-04-25 18:30 UTC  (2+ messages)
` ✗ Fi.CI.IGT: failure for "

[PATCH net-next] net: phy: micrel: Add support for PTP_PF_EXTTS for lan8814
 2024-04-25 18:29 UTC  (5+ messages)

[PATCH] arm: mach-k3: am642: Fix reset for workaround errata ID i2331
 2024-04-25 18:30 UTC  (2+ messages)

[PATCH 0/2] clock support for Samsung Exynos pin controller (Google Tensor gs101)
 2024-04-25 18:29 UTC  (9+ messages)
` [PATCH 1/2] dt-bindings: pinctrl: samsung: google,gs101-pinctrl needs a clock
` [PATCH 2/2] pinctrl: samsung: support a bus clock

[PATCH v5 0/9] xfs/iomap: fix non-atomic clone operation and don't update size when zeroing range post eof
 2024-04-25 18:29 UTC  (3+ messages)
` [PATCH v5 4/9] xfs: convert delayed extents to unwritten when zeroing post eof blocks

[syzbot] [bpf?] possible deadlock in stack_depot_save_flags
 2024-04-25 18:26 UTC 

[PATCH 0/5] drm/xe: Fix early probe order
 2024-04-25 18:24 UTC  (6+ messages)
` [PATCH 1/5] drm/xe: Drop __engine_mask
` [PATCH 2/5] drm/xe: Drop useless forcewake get/put
` [PATCH 3/5] drm/xe: Move xe_gt_init_early() where it belongs
` [PATCH 4/5] drm/xe: Move xe_force_wake_init_gt() inside gt initialization
` [PATCH 5/5] drm/xe: Move sw-only pcode initialization

[PATCH] drm/xe/display: Fix ADL-N detection
 2024-04-25 18:22 UTC  (5+ messages)
` ✓ CI.Patch_applied: success for "
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "

ping test with DSA ports failing
 2024-04-25 18:22 UTC  (2+ messages)

[RFC] TDX module configurability of 0x80000008
 2024-04-25 18:20 UTC  (5+ messages)

[PATCH bpf-next] bpf: add a few more options for GCC_BPF in selftests/bpf/Makefile
 2024-04-25 18:20 UTC  (6+ messages)

CIP IRC weekly meeting today on libera.chat
 2024-04-25 18:18 UTC  (3+ messages)
` [cip-dev] "

[PATCH v3 0/4] migration: do not exit on incoming failure
 2024-04-25 18:15 UTC  (5+ messages)
` [PATCH v3 1/4] migration: move trace-point from migrate_fd_error to migrate_set_error
` [PATCH v3 2/4] migration: process_incoming_migration_co(): complete cleanup on failure
` [PATCH v3 3/4] migration: process_incoming_migration_co(): rework error reporting
` [PATCH v3 4/4] qapi: introduce exit-on-error parameter for migrate-incoming

[PATCH v2 09/14] arm64: Enable memory encrypt for Realms
 2024-04-25 18:16 UTC  (6+ messages)

[PATCH 0/2] Drop libsystemd
 2024-04-25 18:16 UTC  (5+ messages)
` [PATCH 1/2] tools/{c,o}xenstored: Don't link against libsystemd
` [PATCH 2/2] tools: Drop libsystemd as a dependency

[PATCH bpf-next v6 0/2] bpf: Add a generic bits iterator
 2024-04-25 18:15 UTC  (5+ messages)

[PATCH v7 0/6] wifi: rtlwifi: Move common code from rtl8192de to rtl8192d-common
 2024-04-25 18:15 UTC  (7+ messages)
` [PATCH v7 1/6] wifi: rtlwifi: rtl8192de: Fix 5 GHz TX power
` [PATCH v7 2/6] wifi: rtlwifi: rtl8192de: Fix low speed with WPA3-SAE
` [PATCH v7 3/6] wifi: rtlwifi: rtl8192de: Fix endianness issue in RX path
` [PATCH v7 4/6] wifi: rtlwifi: Move code from rtl8192de to rtl8192d-common
` [PATCH v7 5/6] wifi: rtlwifi: Clean up rtl8192d-common a bit
` [PATCH v7 6/6] wifi: rtlwifi: Adjust rtl8192d-common for USB

[Bug 218759] New: 6.9-rc kernels - with Ryzen 7840HS CPU single core never boosts to max frequency
 2024-04-25 18:15 UTC  (2+ messages)
` [Bug 218759] "

[PATCH 00/10] KVM: x86: Clean up MSR access/failure handling
 2024-04-25 18:14 UTC  (11+ messages)
` [PATCH 01/10] KVM: SVM: Disallow guest from changing userspace's MSR_AMD64_DE_CFG value
` [PATCH 02/10] KVM: x86: Move MSR_TYPE_{R,W,RW} values from VMX to x86, as enums
` [PATCH 03/10] KVM: x86: Rename KVM_MSR_RET_INVALID to KVM_MSR_RET_UNSUPPORTED
` [PATCH 04/10] KVM: x86: Refactor kvm_x86_ops.get_msr_feature() to avoid kvm_msr_entry
` [PATCH 05/10] KVM: x86: Rename get_msr_feature() APIs to get_feature_msr()
` [PATCH 06/10] KVM: x86: Refactor kvm_get_feature_msr() to avoid struct kvm_msr_entry
` [PATCH 07/10] KVM: x86: Funnel all fancy MSR return value handling into a common helper
` [PATCH 08/10] KVM: x86: Hoist x86.c's global msr_* variables up above kvm_do_msr_access()
` [PATCH 09/10] KVM: x86: Suppress failures on userspace access to advertised, unsupported MSRs
` [PATCH 10/10] KVM: x86: Suppress userspace access failures on unsupported, "emulated" MSRs

[PATCH] wifi: nl80211: Avoid address calculations via out of bounds array indexing
 2024-04-25 18:13 UTC  (2+ messages)

[lttng-dev] LTTng UST Benchmarks
 2024-04-25 18:13 UTC  (3+ messages)

[RFC PATCH v8 00/10] ras: scrub: introduce subsystem + CXL/ACPI-RAS2 drivers
 2024-04-25 18:11 UTC  (6+ messages)
` [RFC PATCH v8 01/10] ras: scrub: Add scrub subsystem
` [RFC PATCH v8 04/10] cxl/mbox: Add SET_FEATURE mailbox command

[PATCH bpf-next] bpf: Add bpf_guard_preempt() convenience macro
 2024-04-25 18:10 UTC  (2+ messages)

[PATCH bpf-next v2 0/2] bpf, arm64: Support per-cpu instructions
 2024-04-25 18:09 UTC  (6+ messages)
` [PATCH bpf-next v2 2/2] bpf, arm64: inline bpf_get_smp_processor_id() helper

[PATCH v4 00/11] enable bs > ps in XFS
 2024-04-25 18:07 UTC  (3+ messages)
` [PATCH v4 02/11] fs: Allow fine-grained control of folio sizes

[PATCH v1 1/3] drm/panel: ili9341: Correct use of device property APIs
 2024-04-25 18:08 UTC  (2+ messages)
` [v1,1/3] "

[PATCH 1/4] rteval: cyclictest.py: Fix the description in the xml report
 2024-04-25 18:07 UTC  (4+ messages)
` [PATCH 2/4] rteval: cyclictest.py: Remove unused method sample
` [PATCH 3/4] rteval: cyclictest.py: Fix the median calculation
` [PATCH 4/4] rteval: timerlat.py Add statistics and generate xml

linstor-server 1.27.1 release
 2024-04-25 18:07 UTC 

[RFC PATCH net-next 0/5] net: In-kernel QUIC implementation with Userspace handshake
 2024-04-25 18:06 UTC  (14+ messages)

[PATCH 2/3] net: phy: mediatek: Add mtk phy lib for token ring access & LED/other manipulations
 2024-04-25 18:05 UTC  (3+ messages)

[PATCH v3 0/4] x86/pkeys: update PKRU to enable pkey 0 before
 2024-04-25 18:05 UTC  (5+ messages)
` [PATCH v3 1/4] x86/pkeys: Signal handling function interface changes to accept PKRU as a parameter
` [PATCH v3 2/4] x86/pkeys: Add helper functions to update PKRU on sigframe
` [PATCH v3 3/4] x86/pkeys: Update PKRU to enable all pkeys before XSAVE
` [PATCH v3 4/4] selftests/mm: Add new testcases for pkeys

[RFC PATCH] usb: typec: ucsi: ack connector change after all tasks finish
 2024-04-25 18:05 UTC  (6+ messages)

[RFC 1/7] eal: extend bit manipulation functions
 2024-04-25 18:05 UTC  (3+ messages)
` [RFC v2 0/6] Improve EAL bit operations API

[PATCH v3 00/10] Allocation APIs
 2024-04-25 18:03 UTC  (3+ messages)

[PATCH 0/4] memcg: reduce memory consumption by memcg stats
 2024-04-25 18:01 UTC  (3+ messages)
` [PATCH 1/4] mm: rearrange node_stat_item to put memcg stats at start

[PATCH V3 0/6] bug fixes and enhancements to 6 GHz band support
 2024-04-25 18:02 UTC  (14+ messages)
` [PATCH V3 1/6] wifi: ath12k: add channel 2 into 6 GHz channel list
` [PATCH V3 2/6] wifi: ath12k: Correct 6 GHz frequency value in rx status
` [PATCH V3 3/6] wifi: ath12k: fix survey dump collection in 6 GHz
` [PATCH V3 4/6] wifi: ath12k: add 6 GHz params in peer assoc command
` [PATCH V3 5/6] wifi: ath12k: refactor smps configuration
` [PATCH V3 6/6] wifi: ath12k: support SMPS configuration for 6 GHz

[PATCH v2 0/7] update-ref: add symref oriented commands
 2024-04-25 18:01 UTC  (5+ messages)
` [PATCH v3 0/8] refs: add symref support to 'git-update-ref'

N_HDLC line discipline: Race condition
 2024-04-25 18:01 UTC  (2+ messages)

[kvalo-ath:master-pending] BUILD SUCCESS be56e136228b8c286ca81c3391f4d091a7af6722
 2024-04-25 18:00 UTC 

[PATCH] CI: Drop glibc-i386 from the build containers
 2024-04-25 17:59 UTC  (2+ messages)

[PATCH i-g-t] tests/intel/xe_exec_queue_property: move skip into subtest
 2024-04-25 17:59 UTC  (3+ messages)
` ✓ CI.xeBAT: success for tests/intel/xe_exec_queue_property: move skip into subtest (rev2)
` ✓ Fi.CI.BAT: "

[PATCH][SMB3 client] fix potential deadlock in cifs_sync_mid_result
 2024-04-25 17:56 UTC  (4+ messages)

[PATCH v2 1/2] PCI: Use the correct bit in Link Training not active check
 2024-04-25 17:56 UTC  (2+ messages)

Credit union
 2024-04-25 17:55 UTC 

[syzbot] [bpf?] [trace?] possible deadlock in force_sig_info_to_task
 2024-04-25 17:54 UTC  (2+ messages)

[meta-virtualization][PATCH v3] diod: Build in 32bit systems with 64bit time_t
 2024-04-25 17:51 UTC  (2+ messages)

[PATCH v3 0/2] Add adm1281 support
 2024-04-25 17:52 UTC  (3+ messages)
` [PATCH v3 2/2] hwmon: pmbus: adm1275: add "

[PATCH v2 net-next 0/6] arp: Random clean up and RCU conversion for ioctl(SIOCGARP)
 2024-04-25 17:51 UTC  (4+ messages)
` [PATCH v2 net-next 6/6] arp: Convert ioctl(SIOCGARP) to RCU

[Bug 218705] New: amd_pstate fails to load on AMD 5950x with Asus ROG CROSSHAIR VIII DARK HERO x570
 2024-04-25 17:51 UTC  (2+ messages)
` [Bug 218705] "

[linus:master] [selftests/harness] 0710a1a73f: kernel-selftests.pidfd.pidfd_setns_test.fail
 2024-04-25 17:49 UTC  (2+ messages)

+ mm-fix-race-between-__split_huge_pmd_locked-and-gup-fast.patch added to mm-unstable branch
 2024-04-25 17:47 UTC 

[PATCH v1 0/3] overlayfs: Optimize override/revert creds
 2024-04-25 17:47 UTC  (6+ messages)

[PATCH] drm/xe: Add engine name to the engine reset and cat-err log
 2024-04-25 17:46 UTC  (2+ messages)

[RFC] net/af_packet: make stats reset reliable
 2024-04-25 17:46 UTC 

[GIT PULL] ACPI fixes for v6.9-rc6
 2024-04-25 17:45 UTC 

[RFC 0/2] Identify aliased maps in vdpa SVQ iova_tree
 2024-04-25 17:43 UTC  (9+ messages)
` [RFC 1/2] iova_tree: add an id member to DMAMap

[PATCH v3 0/4] *** SUBJECT HERE ***
 2024-04-25 17:42 UTC  (8+ messages)
` [PATCH v3 2/4] arm64: dts: allwinner: h700: Add RG35XX 2024 DTS

btrfs-tools-native build python error
 2024-04-25 17:40 UTC  (3+ messages)
  ` [OE-core] "

[PATCH 0/4] Annotate atomics for signed integer wrap-around
 2024-04-25 17:39 UTC  (12+ messages)
` [PATCH 1/4] locking/atomic/x86: Silence intentional wrapping addition

[PATCH v6 0/2] Fix two BT regression issues for QCA6390
 2024-04-25 17:37 UTC  (10+ messages)
` [PATCH v6 1/2] Bluetooth: qca: Fix BT enable failure "

[PATCH v1] usb: typec: tcpm: enforce ready state when queueing alt mode vdm
 2024-04-25 17:37 UTC  (3+ messages)

[efi:urgent] BUILD SUCCESS 1c5a1627f48105cbab81d25ec2f72232bfaa8185
 2024-04-25 17:36 UTC 

[PATCH v2 0/3] query-cpu-model-expansion: add disable-deprecated-feats arg
 2024-04-25 17:35 UTC  (6+ messages)
` [PATCH v2 1/3] cpu-models: add "disable-deprecated-feats" option to cpu model expansion

[RFC PATCH 2/2] net: phy: mxl-gpy: add new device tree property to disable SGMII autoneg
 2024-04-25 17:33 UTC  (11+ messages)

[Buildroot] [PATCH 1/2] package/linux-firmware: bump version to 20240410
 2024-04-25 17:32 UTC  (2+ messages)
` [Buildroot] [PATCH 2/2] package/linux-firmware: Add Intel AtomISP v2 firmwares

[PATCH v5 00/13] Enabling DCD emulation support in Qemu
 2024-04-25 17:30 UTC  (6+ messages)
` [PATCH v5 09/13] hw/cxl/events: Add qmp interfaces to add/release dynamic capacity extents

[Buildroot] [git commit] package/openjpeg: security bump to version 2.5.2
 2024-04-25 17:27 UTC 

[Buildroot] [PATCH] package/openjpeg: bump to version 2.5.2
 2024-04-25 17:30 UTC  (2+ messages)

[PATCH] platform/x86: dell-laptop: Implement platform_profile
 2024-04-25 17:27 UTC 

[PATCH i-g-t v2 00/16] Introduce Mega feature to Xe and i915 tests
 2024-04-25 17:29 UTC  (7+ messages)
` [PATCH i-g-t v2 02/16] tests: Add Memory management tests to General Core Mega feature
` [PATCH i-g-t v2 08/16] tests/intel: Introduce SysMan "

[PATCH] drm/i915/gt: Disarm breadcrumbs if engines are already idle
 2024-04-25 17:29 UTC  (4+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for drm/i915/gt: Disarm breadcrumbs if engines are already idle (rev2)
` ✗ Fi.CI.SPARSE: "
` ✗ Fi.CI.BAT: failure "

[PATCH v8 1/7] x86/vmware: Move common macros to vmware.h
 2024-04-25 17:27 UTC  (4+ messages)
` [PATCH v9 1/8] x86/vmware: Correct macro names

[PATCH v3 0/6] mmc: sdhci-acpi: Add some DMI quirks to fix various issues on Bay Trail devices
 2024-04-25 17:26 UTC  (3+ messages)

RFC: Restricting userspace interfaces for CXL fabric management
 2024-04-25 17:26 UTC  (7+ messages)

+ mm-remove-stale-comment-__folio_mark_dirty.patch added to mm-unstable branch
 2024-04-25 17:25 UTC 

+ mm-call-__wb_calc_thresh-instead-of-wb_calc_thresh-in-wb_over_bg_thresh.patch added to mm-unstable branch
 2024-04-25 17:25 UTC 

+ mm-correct-calculation-of-wbs-bg_thresh-in-cgroup-domain.patch added to mm-unstable branch
 2024-04-25 17:25 UTC 

[GIT PULL] Networking for v6.9-rc6
 2024-04-25 17:25 UTC 

+ mm-enable-__wb_calc_thresh-to-calculate-dirty-background-threshold.patch added to mm-unstable branch
 2024-04-25 17:25 UTC 

[PATCH] Documentation: PCI: add vmd documentation
 2024-04-25 17:24 UTC  (2+ messages)

[PATCH v3] ipvs: Fix checksumming on GSO of SCTP packets
 2024-04-25 17:23 UTC  (3+ messages)

[PATCH] cxl: Fix white space issues in __cxl_coordinates_combine() function
 2024-04-25 17:22 UTC  (2+ messages)

[Buildroot] [git commit] package/freerdp: security bump to version 2.11.6
 2024-04-25 17:21 UTC 

[Buildroot] [git commit] package/python-pillow: security bumo to version 10.3.0
 2024-04-25 17:19 UTC 

[Buildroot] [git commit] package/tinycbor: override prefix at build time as well
 2024-04-25 17:19 UTC 

[Buildroot] [git commit] package/php: security bump version to 8.3.6
 2024-04-25 17:19 UTC 

[Buildroot] [PATCH] package/tinycbor: override prefix at build time as well
 2024-04-25 17:21 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/freedrp: security bump to version 2.11.6
 2024-04-25 17:21 UTC  (2+ messages)

+ scripts-gdb-fix-detection-of-current-cpu-in-kgdb.patch added to mm-nonmm-unstable branch
 2024-04-25 17:21 UTC 

+ scripts-gdb-make-get_thread_info-accept-pointers.patch added to mm-nonmm-unstable branch
 2024-04-25 17:21 UTC 

+ scripts-gdb-fix-parameter-handling-in-lx_per_cpu.patch added to mm-nonmm-unstable branch
 2024-04-25 17:21 UTC 

+ scripts-gdb-fix-failing-kgdb-detection-during-probe.patch added to mm-nonmm-unstable branch
 2024-04-25 17:21 UTC 

[Buildroot] [PATCH] package/python-pillow: security bumo to version 10.3.0
 2024-04-25 17:20 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/php: security bump version to 8.3.6
 2024-04-25 17:20 UTC  (2+ messages)

[PATCH v7 0/9] Turris Omnia MCU driver
 2024-04-25 17:18 UTC  (5+ messages)
` [PATCH v7 1/9] dt-bindings: arm: add cznic,turris-omnia-mcu binding

[PATCH for-rc] RDMA/efa: Add shutdown notifier
 2024-04-25 17:18 UTC  (4+ messages)
  ` [PATCH for-rc v2] "

[PATCH -next] cgroup/cpuset: Remove outdated comment in sched_partition_write()
 2024-04-25 17:17 UTC  (2+ messages)

[PATCH v8 0/4] TI K3 M4F support on AM62 SoCs
 2024-04-25 17:16 UTC  (7+ messages)
` [PATCH v8 1/4] dt-bindings: remoteproc: k3-m4f: Add K3 AM64x SoCs

[PATCH v3 1/1] null_blk: Fix missing mutex_destroy() at module removal
 2024-04-25 17:16 UTC 

[PATCH 0/2] clk: bcm: Move a couple of __counted_by initializations
 2024-04-25 17:15 UTC  (7+ messages)
` [PATCH 1/2] clk: bcm: dvp: Assign ->num before accessing ->hws
` [PATCH 2/2] clk: bcm: rpi: "

kselftest/next kselftest-lkdtm: 5 runs, 2 regressions (v6.9-rc4-32-g693fe2f6a9ea)
 2024-04-25 17:15 UTC 

kselftest/next kselftest-livepatch: 2 runs, 1 regressions (v6.9-rc4-32-g693fe2f6a9ea)
 2024-04-25 17:15 UTC 

[PATCH v3] selftests/bpf: Add ring_buffer__consume_n test
 2024-04-25 17:15 UTC  (2+ messages)

[PATCH net-next v3 0/3] net: pse-pd: Fixes for few small issues
 2024-04-25 17:15 UTC  (10+ messages)

[PATCH v3 0/3] meson pwm small fixes
 2024-04-25 17:12 UTC  (10+ messages)
` [PATCH v3 1/3] pwm: meson: Drop unneeded check in .get_state()
` [PATCH v3 2/3] pwm: meson: Add check for error from clk_round_rate()
` [PATCH v3 3/3] pwm: meson: Use mul_u64_u64_div_u64() for frequency calculating

[PATCH v2 0/2] Input: add ft5426
 2024-04-25 16:54 UTC  (6+ messages)
` [PATCH v2 2/2] Input: edt-ft5x06 - "


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.