All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-05-27 22:25:05 to 2024-05-28 01:01:09 UTC [more...]

linux-next: build failure after merge of the i2c-host tree
 2024-05-28  1:01 UTC  (4+ messages)

[PATCH v15 00/29] drm/connector: Create HDMI Connector infrastructure
 2024-05-28  1:00 UTC  (3+ messages)
` [PATCH v15 09/29] drm/display: hdmi: Add HDMI compute clock helper

[PATCH v3] mei: vsc: Don't stop/restart mei device during system suspend/resume
 2024-05-28  0:57 UTC  (3+ messages)

[PATCH 0/6] Cleanup cpumask.h inclusion in core headers
 2024-05-28  0:56 UTC  (7+ messages)
` [PATCH 1/6] MAINTAINERS: add linux/nodemask_types.h to BITMAP API
` [PATCH 2/6] sched: avoid using ilog2() in sched.h
` [PATCH 3/6] cpumask: split out include/linux/cpumask_types.h
` [PATCH 4/6] sched: drop sched.h dependency on cpumask
` [PATCH 5/6] cpumask: cleanup core headers inclusion
` [PATCH 6/6] cpumask: make core headers including cpumask_types.h where possible

[PATCH] ftrace: adding the missing parameter descriptions of unregister_ftrace_direct
 2024-05-28  0:50 UTC 

[PATCH v2 00/12] drm/imx/ipuv3: switch LDB and parallel-display driver to use drm_bridge_connector
 2024-05-28  0:51 UTC  (5+ messages)

linux-next: build warning after merge of the vfs-brauner tree
 2024-05-28  0:49 UTC 

[PATCH v5 0/6] Add DSC support to DSI video panel
 2024-05-28  0:48 UTC  (7+ messages)
` [PATCH v5 1/6] drm/msm/dpu: fix video mode DSC for DSI
` [PATCH v5 2/6] drm/msm/dpu: adjust data width for widen bus case
` [PATCH v5 3/6] drm/msm/dpu: enable compression bit in cfg2 for DSC

[[PATCH] [RESUBMIT 2nd] Consistency for substitution hints (i18n) 1/1] parse-options: use localized substitution hints
 2024-05-28  0:47 UTC  (4+ messages)
` [PATCH 2 0/1] Allowing localized substitution hints in parse-options

[PATCH v2 0/6] tests/qtest/migration-test: Improve and enable on ppc64
 2024-05-28  0:42 UTC  (7+ messages)
` [PATCH v2 1/6] tests/qtest/migration: Run test_mode_reboot outside gitlab CI
` [PATCH v2 2/6] tests/qtest/migration-test: Fix and enable test_ignore_shared
` [PATCH v2 3/6] tests/qtest: Move common define from libqos-spapr.h to new ppc-util.h
` [PATCH v2 4/6] tests/qtest/migration-test: Quieten ppc64 QEMU warnigns
` [PATCH v2 5/6] tests/qtest/migration-test: Enable on ppc64 TCG
` [PATCH v2 6/6] tests/qtest/migration-test: Use custom asm bios for ppc64

[PATCH v1] arm64: dts: qcom: msm8998: add HDMI GPIOs
 2024-05-28  0:45 UTC  (2+ messages)

[syzbot] [ntfs3?] KASAN: slab-use-after-free Read in chrdev_open
 2024-05-28  0:39 UTC  (3+ messages)

[PATCH] [OE-core][scarthgap] rust: remove unnecessary git signature
 2024-05-28  0:38 UTC  (5+ messages)

[PATCH v2 00/35] PREEMPT_AUTO: support lazy rescheduling
 2024-05-28  0:35 UTC  (36+ messages)
` [PATCH v2 01/35] sched/core: Move preempt_model_*() helpers from sched.h to preempt.h
` [PATCH v2 02/35] sched/core: Drop spinlocks on contention iff kernel is preemptible
` [PATCH v2 03/35] sched: make test_*_tsk_thread_flag() return bool
` [PATCH v2 04/35] preempt: introduce CONFIG_PREEMPT_AUTO
` [PATCH v2 05/35] thread_info: selector for TIF_NEED_RESCHED[_LAZY]
` [PATCH v2 06/35] thread_info: define __tif_need_resched(resched_t)
` [PATCH v2 07/35] sched: define *_tsk_need_resched_lazy() helpers
` [PATCH v2 08/35] entry: handle lazy rescheduling at user-exit
` [PATCH v2 09/35] entry/kvm: handle lazy rescheduling at guest-entry
` [PATCH v2 10/35] entry: irqentry_exit only preempts for TIF_NEED_RESCHED
` [PATCH v2 11/35] sched: __schedule_loop() doesn't need to check for need_resched_lazy()
` [PATCH v2 12/35] sched: separate PREEMPT_DYNAMIC config logic
` [PATCH v2 13/35] sched: allow runtime config for PREEMPT_AUTO
` [PATCH v2 14/35] rcu: limit PREEMPT_RCU to full preemption under PREEMPT_AUTO
` [PATCH v2 15/35] rcu: fix header guard for rcu_all_qs()
` [PATCH v2 16/35] preempt,rcu: warn on PREEMPT_RCU=n, preempt=full
` [PATCH v2 17/35] rcu: handle quiescent states for PREEMPT_RCU=n, PREEMPT_COUNT=y
` [PATCH v2 18/35] rcu: force context-switch "
` [PATCH v2 19/35] x86/thread_info: define TIF_NEED_RESCHED_LAZY
` [PATCH v2 20/35] powerpc: add support for PREEMPT_AUTO
` [PATCH v2 21/35] sched: prepare for lazy rescheduling in resched_curr()
` [PATCH v2 22/35] sched: default preemption policy for PREEMPT_AUTO
` [PATCH v2 23/35] sched: handle idle preemption "
` [PATCH v2 24/35] sched: schedule eagerly in resched_cpu()
` [PATCH v2 25/35] sched/fair: refactor update_curr(), entity_tick()
` [PATCH v2 26/35] sched/fair: handle tick expiry under lazy preemption
` [PATCH v2 27/35] sched: support preempt=none under PREEMPT_AUTO
` [PATCH v2 28/35] sched: support preempt=full "
` [PATCH v2 29/35] sched: handle preempt=voluntary "
` [PATCH v2 30/35] sched: latency warn for TIF_NEED_RESCHED_LAZY
` [PATCH v2 31/35] tracing: support lazy resched
` [PATCH v2 32/35] Documentation: tracing: add TIF_NEED_RESCHED_LAZY
` [PATCH v2 33/35] osnoise: handle quiescent states for PREEMPT_RCU=n, PREEMPTION=y
` [PATCH v2 34/35] kconfig: decompose ARCH_NO_PREEMPT
` [PATCH v2 35/35] arch: "

OpenBMC replacing AMI AST2500 BMC fw on Gigabyte MC12-LE0 - questions
 2024-05-28  0:26 UTC  (6+ messages)

Including contigmem in core dumps
 2024-05-28  0:34 UTC 

CVE-2023-52685: pstore: ram_core: fix possible overflow in persistent_ram_init_ecc()
 2024-05-28  0:32 UTC  (2+ messages)

[PATCH v1 01/11] pinctrl: berlin: Make use of struct pinfunction
 2024-05-28  0:30 UTC  (3+ messages)

[PATCH v1 05/11] pinctrl: pinmux: Add a convenient define PINCTRL_FUNCTION_DESC()
 2024-05-28  0:30 UTC  (5+ messages)

[ebiggers:crypto-pending 10/11] arch/x86/crypto/aesni-intel_glue.c:1260:56: sparse: sparse: incorrect type in argument 1 (different base types)
 2024-05-28  0:30 UTC 

[PATCH] rapidio: removse some dead defines
 2024-05-28  0:25 UTC 

[PATCH net 0/2] Intel Wired LAN Driver Updates 2024-05-23 (ice, idpf)
 2024-05-28  0:20 UTC  (2+ messages)

[PATCH net] page_pool: fix &page_pool_params kdoc issues
 2024-05-28  0:20 UTC  (2+ messages)

[PATCH net] docs: netdev: Fix typo in Signed-off-by tag
 2024-05-28  0:20 UTC  (2+ messages)

[PATCH net 0/4] selftests: mptcp: mark unstable subtests as flaky
 2024-05-28  0:20 UTC  (2+ messages)

[Bug 218890] New: reset SuperSpeed USB device number 2 using xhci_hcd
 2024-05-28  0:19 UTC  (2+ messages)
` [Bug 218890] "

[RFC PATCH v1] rust: net::phy support to C45 registers access
 2024-05-28  0:18 UTC  (4+ messages)

[PATCH v2 0/2] ChromeOS Embedded controller hwmon driver
 2024-05-28  0:15 UTC  (5+ messages)
` [PATCH v2 1/2] hwmon: add ChromeOS EC driver

[RFC PATCH v1] drm/msm: add msm8998 hdmi phy/pll support
 2024-05-28  0:15 UTC  (4+ messages)

[PATCH] clk: sifive: Do not register clkdevs for PRCI clocks
 2024-05-28  0:14 UTC  (2+ messages)

[PATCH v4 0/4] blk-mq: optimize flush and request size
 2024-05-28  0:12 UTC  (8+ messages)
` [PATCH v4 4/4] blk-flush: reuse rq queuelist in flush state machine

[PATCH] mISDN: remove unused struct 'bf_ctx'
 2024-05-28  0:10 UTC  (2+ messages)

[PATCH net v2] net: micrel: Fix lan8841_config_intr after getting out of sleep mode
 2024-05-28  0:10 UTC  (2+ messages)

[PATCH] iio: humidity: si7020: add heater support
 2024-05-28  0:08 UTC 

[PATCH v2] drm/bridge: simple-bridge: Add support for TI TDP158
 2024-05-27 16:06 UTC 

[PATCH v1] drm/bridge: simple-bridge: Add support for TI TDP158
 2024-05-27 16:03 UTC 

[PATCH 0/2] power: dead struct removal
 2024-05-28  0:06 UTC  (3+ messages)
` [PATCH 1/2] power: supply: bd99954: remove unused struct 'battery_data'
` [PATCH 2/2] power: supply: ab8500: remove unused struct 'inst_curr_result_list'

[yocto-security] OE-core CVE metrics for master on Sun 24 Mar 2024 01:00:01 AM HST
 2024-05-28  0:06 UTC  (2+ messages)

[PATCH net] ipv4: Fix address dump when IPv4 is disabled on an interface
 2024-05-28  0:00 UTC  (2+ messages)

[PATCH net] tcp: reduce accepted window in NEW_SYN_RECV state
 2024-05-28  0:00 UTC  (2+ messages)

[PATCH net] net: gro: initialize network_offset in network layer
 2024-05-28  0:00 UTC  (2+ messages)

[PATCH net] dt-bindings: net: pse-pd: microchip,pd692x0: Fix missing "additionalProperties" constraints
 2024-05-28  0:00 UTC  (2+ messages)

[PATCH net] dt-bindings: net: pse-pd: ti,tps23881: Fix missing "additionalProperties" constraints
 2024-05-28  0:00 UTC  (2+ messages)

[net v3 PATCH] net:fec: Add fec_enet_deinit()
 2024-05-28  0:00 UTC  (2+ messages)

[RFC PATCH 0/4] migration-test: Device migration smoke tests
 2024-05-27 23:59 UTC  (10+ messages)
` [RFC PATCH 2/4] tests/qtest/migration: Add a test that runs vmstate-static-checker
` [RFC PATCH 3/4] tests/qtest/migration: Add support for simple device tests
` [RFC PATCH 4/4] ci: Add the new migration "

[PATCH libgpiod v2 0/4] tools: tests: fix a few issues in bash scripts
 2024-05-27 23:54 UTC  (7+ messages)
` [PATCH libgpiod v2 2/4] tools: tests: use "$@" instead of $*

[PATCH 00/14] alpha: cleanups for 6.10
 2024-05-27 23:49 UTC  (3+ messages)

[PATCH v2] ftrace: Fix stack trace entry generated by ftrace_pid_func()
 2024-05-27 23:49 UTC  (2+ messages)

[PATCH] target/riscv: fix instructions count handling in icount mode
 2024-05-27 23:47 UTC  (2+ messages)

[linux-linus test] 186161: tolerable FAIL - PUSHED
 2024-05-27 23:46 UTC 

[PATCH] drm/xe: Add more document to xe_vm::lock
 2024-05-27 23:45 UTC  (6+ messages)
` ✓ CI.Build: success for "
` ✗ CI.Hooks: failure "
` ✓ CI.checksparse: success "
` ✗ CI.BAT: failure "
` ✗ CI.FULL: "

[PATCH v3 0/3] Clean up usage of rt_task()
 2024-05-27 23:45 UTC  (4+ messages)
` [PATCH v3 1/3] sched/rt: "
` [PATCH v3 2/3] hrtimer: Convert realtime_task() to realtime_task_policy()
` [PATCH v3 3/3] sched/rt, dl: Convert functions to return bool

[PATCH 0/3] KEYS: trusted: bug fixes
 2024-05-27 23:44 UTC  (20+ messages)
` [PATCH 1/3] tpm: Disable TCG_TPM2_HMAC by default

[PATCH 0/2] ring-buffer: Fix a race between readers and resize checks
 2024-05-27 23:43 UTC  (5+ messages)
` [PATCH 2/2] "

[PATCH RESEND v3 0/7] Cleanup Tegra210 EMC frequency scaling
 2024-05-27 23:42 UTC  (4+ messages)

[PATCH net-next v2] net: ethernet: mtk_eth_soc: add missing check for rhashtable_init
 2024-05-27 23:42 UTC  (3+ messages)

pull-request: bpf 2024-05-27
 2024-05-27 23:40 UTC  (2+ messages)

[PATCH 0/3] tracing: Fix some selftest issues
 2024-05-27 23:29 UTC  (2+ messages)

[drm-misc:drm-misc-next 7/10] drivers/gpu/drm/omapdrm/omap_dmm_tiler.c:122:25: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2024-05-27 23:27 UTC 

[PATCH v1 1/1] iommu/dma: Make SG mapping and syncing robust against empty tables
 2024-05-27 23:26 UTC 

[PATCH] maple_tree: modified return type of mas_wr_store_entry()
 2024-05-27 23:20 UTC  (2+ messages)

[LTP] [PATCH v1] msync04: Check disk content if dirty bit check failed
 2024-05-27 23:18 UTC  (3+ messages)

[PATCH] drm/amdkfd: simplify APU VRAM handling
 2024-05-27 23:16 UTC  (3+ messages)

A fs-next branch
 2024-05-27 23:16 UTC  (4+ messages)

[PATCH v3 0/6] power: supply: Lenovo Yoga C630 EC
 2024-05-27 23:15 UTC  (4+ messages)
` [PATCH v3 4/6] power: supply: lenovo_yoga_c630_battery: add Lenovo C630 driver

[PATCH v3 1/2] drm/rockchip: vop: clear DMA stop bit upon vblank on RK3066
 2024-05-27 23:14 UTC  (6+ messages)
` [PATCH v3 2/2] drm/rockchip: vop: enable VOP_FEATURE_INTERNAL_RGB "

[PATCH 00/11] drm/i915: pass dev_priv explicitly to DIP regs
 2024-05-27 23:14 UTC  (2+ messages)
` ✗ Fi.CI.IGT: failure for "

[PATCH v3] tclibc-picolibc: Adds a new TCLIBC variant to build with picolibc as C library
 2024-05-27 23:11 UTC  (3+ messages)
` [OE-core] "

[GIT PULL] probes: Fixes for v6.10-rc1
 2024-05-27 23:10 UTC 

[PATCH v7 00/12] wifi: rtlwifi: Add new rtl8192du driver
 2024-05-27 23:06 UTC  (5+ messages)
` [PATCH v7 12/12] wifi: rtlwifi: Enable the "

SPDX delivery
 2024-05-27 23:01 UTC  (4+ messages)

[linuxtv-media-stage:fixes] BUILD SUCCESS 825fc49497957310e421454fe3fb8b8d8d8e2dd2
 2024-05-27 23:00 UTC 

[PATCH v5.1] fs: Allow fine-grained control of folio sizes
 2024-05-27 23:00 UTC  (5+ messages)

[PATCH] crypto: ecdsa: Fix the public key format description
 2024-05-27 22:59 UTC  (7+ messages)

[PATCH v10 00/12] LUF(Lazy Unmap Flush) reducing tlb numbers over 90%
 2024-05-27 22:58 UTC  (5+ messages)

[geert-m68k:master] BUILD SUCCESS 1b7fff0c30af90baaf3258d8a3d839ef1cb731f7
 2024-05-27 22:56 UTC 

FUNCTION_GRAPH_TRACER + UNWINDER_FRAME_POINTER broken on arm
 2024-05-27 22:56 UTC  (4+ messages)

TCG change broke MorphOS boot on sam460ex
 2024-05-27 22:55 UTC  (7+ messages)

[CI 0/2] Test GSC loading with Wa_22019338487
 2024-05-27 22:52 UTC  (2+ messages)
` ✗ CI.FULL: failure for "

[PATCH 1/2] drm/rockchip: vop: clear DMA stop bit on flush on RK3066
 2024-05-27 22:51 UTC  (6+ messages)
` [PATCH v2 1/2] drm/rockchip: vop: clear DMA stop bit upon vblank "

[PATCH 1/2] newlib: Use mcmodel=medany for RISCV64
 2024-05-27 22:48 UTC  (2+ messages)
` [PATCH v3 2/2] tclibc-picolibc: Adds a new TCLIBC variant to build with picolibc as C library

[PATCH v3 bpf-next 1/2] bpf: Relax precision marking in open coded iters and may_goto loop
 2024-05-27 22:44 UTC  (3+ messages)

[PATCH 00/13] rockchip: Fixes and improvements for ROCK Pi S
 2024-05-27 22:43 UTC  (7+ messages)
` (subset) "

[PATCH v6 0/2] arm64: dts: rockchip: Add Radxa ZERO 3W/3E
 2024-05-27 22:42 UTC  (4+ messages)

[PATCH 0/2] arm64: dts: rockchip: Add Radxa ROCK S0
 2024-05-27 22:42 UTC  (4+ messages)

[PATCH] arm64: dts: rockchip: Fix the DCDC_REG2 minimum voltage on Quartz64 Model B
 2024-05-27 22:42 UTC  (4+ messages)

[PATCH v2 0/6] KVM: Register cpuhp/syscore callbacks when enabling virt
 2024-05-27 22:36 UTC  (7+ messages)
` [PATCH v2 3/6] KVM: Add a module param to allow enabling virtualization when KVM is loaded

[LTP] [PATCH] kvm_pagefault01: Do not write into tdp_mmu sysfile
 2024-05-27 22:35 UTC  (2+ messages)

[PATCH v3 3/3] leds: leds-lp5569: Add support for Texas Instruments LP5569
 2024-05-27 22:34 UTC 

[PATCH 2/3] bcache: call force_wake_up_gc() if necessary in check_should_bypass()
 2024-05-27 22:33 UTC  (4+ messages)
` [PATCH 3/3] bcache: code cleanup in __bch_bucket_alloc_set()

Bug in Kernel 6.8.x, 6.9.x Causing Trace/Panic During Shutdown/Reboot
 2024-05-27 22:31 UTC  (3+ messages)

nftables with thousands of chains is unreasonably slow
 2024-05-27 22:31 UTC  (4+ messages)

[PATCH v8] ACPI: fan: Add hwmon support
 2024-05-27 22:30 UTC  (3+ messages)

[LTP] [PATCH 0/2] lib: Add TINFO_WARN
 2024-05-27 22:29 UTC  (3+ messages)
` [LTP] [PATCH 1/2] "
` [LTP] [PATCH 2/2] tree: Use TINFO_WARN

[PATCH 0/5] Add board support for Sipeed LicheeRV Nano
 2024-05-27 22:25 UTC  (4+ messages)
` [PATCH 5/5] riscv: dts: sophgo: Add LicheeRV Nano board device tree

[PATCH i-g-t] tests/intel/kms_pm_dc: Add a new test to validate the deep sleep state during extended vblank
 2024-05-27 22:25 UTC  (2+ messages)
` ✗ CI.xeFULL: failure for tests/intel/kms_pm_dc: Add a new test to validate the deep sleep state during extended vblank (rev3)


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.