All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-04-10 14:02:00 to 2024-04-10 14:45:43 UTC [more...]

[PATCH 1/2] drm/print: drop include debugfs.h and include where needed
 2024-04-10 14:14 UTC  (2+ messages)
` [PATCH 2/2] drm/print: drop include seq_file.h

Linux kernel 6.1.85 released
 2024-04-10 14:45 UTC 

[PATCH v2 0/2] L3 bank mask
 2024-04-10 14:45 UTC  (4+ messages)
` ✓ CI.Patch_applied: success for L3 bank mask (rev2)
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "

[PATCH 00/10] KVM: arm64: Add support for hypervisor kCFI
 2024-04-10 14:44 UTC  (5+ messages)
` [PATCH 05/10] KVM: arm64: nVHE: Add EL2 sync exception handler

[PATCH v6 00/29] Update SMMUv3 to the modern iommu API (part 2/3)
 2024-04-10 14:44 UTC  (6+ messages)
` [PATCH v6 06/29] iommu/arm-smmu-v3: Add an ops indirection to the STE code

[PATCH v2] ASoC: soc-card: soc-card-test: Fix some error handling in probe()
 2024-04-10 14:43 UTC  (2+ messages)

[PATCH i-g-t v2 0/4] Fix warnings with gcc 14
 2024-04-10 14:42 UTC  (5+ messages)
` [PATCH i-g-t v2 1/4] benchmarks: fix calloc calls with inverted arguments
` [PATCH i-g-t v2 2/4] assembler: "
` [PATCH i-g-t v2 3/4] tests: "
` [PATCH i-g-t v2 4/4] lib: "

[GIT PULL] media: atomisp: Changes for 6.10-1
 2024-04-10 14:43 UTC  (2+ messages)
` [GIT PULL] media: atomisp: Changes for 6.10-1 (#100693)

[PATCH] media: dt-bindings: media: add access-controllers to STM32MP25 video codecs
 2024-04-10 14:42 UTC  (2+ messages)

[bug report] drm/panthor: Add the scheduler logical block
 2024-04-10 14:43 UTC  (4+ messages)

fix kernels without v5 support
 2024-04-10 14:42 UTC  (5+ messages)

[PATCH v3 0/4] perf: Make SIGTRAP and __perf_pending_irq() work on RT
 2024-04-10 14:42 UTC  (11+ messages)
` [PATCH v3 2/4] perf: Enqueue SIGTRAP always via task_work

[PATCH][next] tls: remove redundant assignment to variable decrypted
 2024-04-10 14:41 UTC 

[PATCH net-next] ipv4: Remove RTO_ONLINK
 2024-04-10 14:41 UTC  (2+ messages)

[PATCHv2 0/4] x86/tdx: Adjust TD settings on boot
 2024-04-10 14:41 UTC  (3+ messages)

[PATCH v5] Bluetooth: compute LE flow credits based on recvbuf space
 2024-04-10 14:40 UTC  (4+ messages)
` [v5] "

Linux kernel 5.15.154 released
 2024-04-10 14:40 UTC 

[openeuler:OLK-5.10 20978/30000] drivers/video/fbdev/ls2k500sfb.c:140:27: sparse: sparse: incorrect type in assignment (different address spaces)
 2024-04-10 14:39 UTC 

[PATCH 00/10] drm: move Intel drm headers to a subdirectory
 2024-04-10 14:39 UTC  (6+ messages)
` [PATCH 01/10] drm/i915: use system include for drm headers
` [PATCH 02/10] drm: move intel-gtt.h under include/drm/intel
` ✓ CI.BAT: success for drm: move Intel drm headers to a subdirectory (rev2)

mount options not propagating to NFSACL and NSM RPC clients
 2024-04-10 14:39 UTC  (5+ messages)

[PATCH 0/1] memcached: Update CVE-2022-26635 status
 2024-04-10 14:38 UTC  (2+ messages)
` [PATCH 1/1] "

[RESEND RFC PATCH v4 00/34] ext4: use iomap for regular file's buffered IO path and enable large folio
 2024-04-10 14:29 UTC  (29+ messages)
` [PATCH v4 01/34] ext4: factor out a common helper to query extent map
` [PATCH v4 02/34] ext4: check the extent status again before inserting delalloc block
` [PATCH v4 03/34] ext4: trim delalloc extent
` [PATCH v4 04/34] ext4: drop iblock parameter
` [PATCH v4 05/34] ext4: make ext4_es_insert_delayed_block() insert multi-blocks
` [PATCH v4 06/34] ext4: make ext4_da_reserve_space() reserve multi-clusters
` [PATCH v4 07/34] ext4: factor out check for whether a cluster is allocated
` [PATCH v4 08/34] ext4: make ext4_insert_delayed_block() insert multi-blocks
` [PATCH v4 09/34] ext4: make ext4_da_map_blocks() buffer_head unaware
` [RFC PATCH v4 10/34] ext4: factor out ext4_map_create_blocks() to allocate new blocks
` [RFC PATCH v4 11/34] ext4: optimize the EXT4_GET_BLOCKS_DELALLOC_RESERVE flag set
` [RFC PATCH v4 12/34] ext4: don't set EXTENT_STATUS_DELAYED on allocated blocks
` [RFC PATCH v4 13/34] ext4: let __revise_pending() return newly inserted pendings
` [RFC PATCH v4 14/34] ext4: count removed reserved blocks for delalloc only extent entry
` [RFC PATCH v4 15/34] ext4: update delalloc data reserve spcae in ext4_es_insert_extent()
` [RFC PATCH v4 16/34] ext4: drop ext4_es_delayed_clu()
` [RFC PATCH v4 17/34] ext4: use ext4_map_query_blocks() in ext4_map_blocks()
` [RFC PATCH v4 18/34] ext4: drop ext4_es_is_delonly()
` [RFC PATCH v4 19/34] ext4: drop all delonly descriptions
` [RFC PATCH v4 20/34] ext4: use reserved metadata blocks when splitting extent on endio
` [RFC PATCH v4 21/34] ext4: introduce seq counter for the extent status entry
` [RFC PATCH v4 22/34] ext4: add a new iomap aops for regular file's buffered IO path
` [RFC PATCH v4 23/34] ext4: implement buffered read iomap path
` [RFC PATCH v4 24/34] ext4: implement buffered write "
` [RFC PATCH v4 25/34] ext4: implement writeback "
` [RFC PATCH v4 26/34] ext4: implement mmap "
` [RFC PATCH v4 27/34] ext4: implement zero_range "
` [RFC PATCH v4 28/34] ext4: writeback partial blocks before zeroing out range

[Bug 218685] asus-nb-wmi fails to load due to conflict with amd-pmf
 2024-04-10 14:38 UTC  (2+ messages)

[PATCH 00/13] wifi: Add multi physical hardware iface combination support
 2024-04-10 14:37 UTC  (8+ messages)
` [PATCH 01/13] wifi: cfg80211: Add provision to advertise multiple radio in one wiphy

[PATCH v3 0/2] riscv: improve nommu and timer-clint
 2024-04-10 14:23 UTC  (6+ messages)
` [PATCH v3 1/2] riscv: nommu: remove PAGE_OFFSET hardcoding
` [PATCH v3 2/2] clocksource/drivers/timer-clint: Add T-Head C9xx clint

Backport commit ed4adc07207d ("net: ravb: Count packets instead of descriptors in GbEth RX path")
 2024-04-10 14:37 UTC  (3+ messages)

[PATCH i-g-t v2 0/2] Add surface flat ccs check
 2024-04-10 14:36 UTC  (5+ messages)
` [PATCH i-g-t v2 1/2] lib/intel_blt: Add functions which extract and check object ccs data
` [PATCH i-g-t v2 2/2] tests/gem|xe_ccs: Check surface ccs data instead of naive comparison

[PATCH] drm/bridge: imx8mp-hdmi-tx: Convert to platform remove callback returning void
 2024-04-10 14:35 UTC  (4+ messages)

[RFC PATCH v3 00/10] Virtualize Intel IA32_SPEC_CTRL
 2024-04-10 14:34 UTC  (11+ messages)
` [RFC PATCH v3 01/10] KVM: VMX: "
` [RFC PATCH v3 02/10] KVM: VMX: Cache IA32_SPEC_CTRL_SHADOW field of VMCS
` [RFC PATCH v3 03/10] KVM: nVMX: Enable SPEC_CTRL virtualizaton for vmcs02
` [RFC PATCH v3 04/10] x86/bugs: Use Virtual MSRs to request BHI_DIS_S
` [RFC PATCH v3 05/10] x86/bugs: Use Virtual MSRs to request RRSBA_DIS_S
` [RFC PATCH v3 06/10] KVM: VMX: Cache force_spec_ctrl_value/mask for each vCPU
` [RFC PATCH v3 07/10] KVM: x86: Advertise ARCH_CAP_VIRTUAL_ENUM support
` [RFC PATCH v3 08/10] KVM: VMX: Advertise MITIGATION_CTRL support
` [RFC PATCH v3 09/10] KVM: VMX: Advertise MITI_CTRL_BHB_CLEAR_SEQ_S_SUPPORT
` [RFC PATCH v3 10/10] KVM: VMX: Advertise MITI_ENUM_RETPOLINE_S_SUPPORT

[isar-cip-core][RFC v2 0/4] Integrate Delta Update with rdiff_image and delta handler
 2024-04-10 14:35 UTC  (9+ messages)
` [isar-cip-core][RFC v2 2/4] Add Delta update support "
  ` [cip-dev] "

[PATCH net] net: dsa: fix panic when DSA master device unbinds on shutdown
 2024-04-10 14:34 UTC  (4+ messages)
` Some questions "

[PATCH v3 0/6] drm/i915: Bigjoiner modeset sequence redesign and MST support
 2024-04-10 14:34 UTC  (3+ messages)
` ✗ Fi.CI.BAT: failure for drm/i915: Bigjoiner modeset sequence redesign and MST support (rev4)

[PATCH v1 0/4] Enable SetvariableRT
 2024-04-10 14:32 UTC  (3+ messages)

[PATCH v2] mmc: rockchip_sdhci: Fix 4 blocks PIO mode read limit for RK35xx
 2024-04-10 14:30 UTC 

[PATCH 1/3] x86/cpu: Actually turn off mitigations by default for SPECULATION_MITIGATIONS=n
 2024-04-10 14:31 UTC  (2+ messages)
` [tip: x86/urgent] "

[PATCH 2/3] x86/cpu: Disable BHI mitigation by default when SPECULATION_MITIGATIONS=n
 2024-04-10 14:31 UTC  (2+ messages)
` [tip: x86/urgent] "

[PATCH v2] multipathd: make multipathd set priority to RLIMIT_RTPRIO
 2024-04-10 14:30 UTC  (3+ messages)

[PATCH 6.8 000/273] 6.8.5-rc1 review
 2024-04-10 14:30 UTC  (11+ messages)
` [PATCH 6.8 271/273] x86/sme: Move early SME kernel encryption handling into .head.text

[PATCH 1/1] fs: fat: convert change month correctly
 2024-04-10 14:29 UTC  (2+ messages)

[PATCH v2] ACPI: fan: Add hwmon support
 2024-04-10 14:29 UTC  (2+ messages)

[PATCH v1 1/1] serial: max3100: Convert to_max3100_port() to be static inline
 2024-04-10 14:22 UTC  (3+ messages)

[XEN PATCH v1 0/5] FF-A notifications
 2024-04-10 14:27 UTC  (4+ messages)
` [XEN PATCH v1 5/5] xen/arm: ffa: support notification

[PATCH v4 00/18] SoC: Cleanup MediaTek soundcard machine drivers
 2024-04-10 14:27 UTC  (5+ messages)
` [PATCH v4 06/18] ASoC: mediatek: mt8186: Migrate to mtk_soundcard_common_probe
` [PATCH v4 07/18] ASoC: mediatek: Add common snd_soc_ops .startup() callback

[PATCH 1/1] pps: clients: gpio: Bypass edge's direction check when not needed
 2024-04-10 14:23 UTC  (2+ messages)

[PATCH i-g-t 0/5] Check the validity of selected pipe/output combo
 2024-04-10 14:25 UTC  (2+ messages)
` ✗ Fi.CI.IGT: failure for Check the validity of selected pipe/output combo (rev2)

[PATCH v10 0/9] Improve test coverage of TTM
 2024-04-10 14:24 UTC  (3+ messages)
` [PATCH v10 4/9] drm/ttm/tests: Add tests with mock resource managers

[PATCH 0/1] video: Handle HAS_IOPORT dependencies
 2024-04-10 14:23 UTC  (2+ messages)
` [PATCH 1/1] "

[PATCH v2 00/11] Some cleanups for memory-failure
 2024-04-10 14:23 UTC  (5+ messages)
` [PATCH v2 07/11] mm/memory-failure: Convert memory_failure() to use a folio

[PATCH] release-notes-5.0: documentation highlights
 2024-04-10 14:22 UTC 

[PATCH] dma-buf: add DMA_BUF_IOCTL_SYNC_PARTIAL support
 2024-04-10 14:22 UTC  (8+ messages)

[PATCH 0/3] Cleanup rebase signoff tests
 2024-04-10 14:22 UTC  (5+ messages)
` [PATCH 3/3] t3428: restore coverage for "apply" backend

[PATCH v3 0/1] RISC-V: enable rust
 2024-04-10 14:20 UTC  (3+ messages)

[PATCH] riscv: Do not save the scratch CSR during suspend
 2024-04-10 14:20 UTC  (3+ messages)

[PATCH v1 0/5] Rework & improve riscv cmpxchg.h and atomic.h
 2024-04-10 14:20 UTC  (3+ messages)

[PATCH 0/4] riscv: 64-bit NOMMU fixes and enhancements
 2024-04-10 14:20 UTC  (3+ messages)

[PATCH v2] selftests: sud_test: return correct emulated syscall value on RISC-V
 2024-04-10 14:20 UTC  (3+ messages)

[RFC PATCH v4 00/15] ACPI/arm64: add support for virtual cpu hotplug
 2024-04-10 14:19 UTC  (10+ messages)
` [PATCH RFC v4 02/15] ACPI: processor: Register all CPUs from acpi_processor_get_info()

[PATCH 0/3] x86/cpu: Fix SPECULATIVE_MITIGATION=n kernels
 2024-04-10 14:18 UTC  (3+ messages)
` [PATCH 3/3] x86/cpu: Ignore "mitigations" kernel parameter if SPECULATION_MITIGATIONS=n

[PATCH v4 4/4] x86/snp: Convert shared memory back to private on kexec
 2024-04-10 14:17 UTC  (3+ messages)

[PATCHv12 0/4] *** Detect interrupt storm in softlockup ***
 2024-04-10 14:17 UTC  (6+ messages)
` [PATCHv12 1/4] genirq: Provide a snapshot mechanism for interrupt statistics

[PATCH v3 0/5] TDX host: kexec() support
 2024-04-10 14:15 UTC  (5+ messages)
` [PATCH v3 1/5] x86/kexec: do unconditional WBINVD for bare-metal in stop_this_cpu()
` [PATCH v3 2/5] x86/kexec: do unconditional WBINVD for bare-metal in relocate_kernel()

[PATCH 0/5] x86/xen-ucode: Introduce --force option
 2024-04-10 14:14 UTC  (3+ messages)
` [PATCH 5/5] x86: Add --force option to xen-ucode to override microcode version check

[PATCH 0/1] civetweb: Update CVE-2019-3821 status
 2024-04-10 14:14 UTC  (2+ messages)
` [PATCH 1/1] "

[PATCH v6] ima: add crypto agility support for template-hash algorithm
 2024-04-10 14:13 UTC  (4+ messages)

[PATCH] x86/pat: fix W^X violation false-positives when running as Xen PV guest
 2024-04-10 14:13 UTC  (3+ messages)

[PATCH v2 00/13] Static shared memory followup v2 - pt1
 2024-04-10 14:12 UTC  (5+ messages)
` [PATCH v2 10/13] xen/arm: remove shm holes from extended regions

[PATCH RESEND v8 00/10] watchdog: rzg2l_wdt: Add support for RZ/G3S
 2024-04-10 14:13 UTC  (6+ messages)
` [PATCH RESEND v8 03/10] watchdog: rzg2l_wdt: Use pm_runtime_resume_and_get()

[PATCH v7 01/12] wifi: ath12k: add multiple radio support in a single MAC HW un/register
 2024-04-10 14:12 UTC  (2+ messages)

[Intel-wired-lan] [tnguy-net-queue:dev-queue] BUILD SUCCESS 276bbd532696621286624cfbda79f9c841723863
 2024-04-10 14:11 UTC 

[PATCH] platform/x86/amd: Extend Framework 13 quirk to more BIOSes
 2024-04-10 14:10 UTC 

[PATCH v2] riscv: remove unused header
 2024-04-10 14:10 UTC  (3+ messages)

[PATCH] RISC-V: only flush icache when it has VM_EXEC set
 2024-04-10 14:10 UTC  (3+ messages)

[PATCH] platform/x86/amd: Don't allow HSMP=y and PMC to be enabled together
 2024-04-10 14:10 UTC 

[PATCH] export.h: remove include/asm-generic/export.h
 2024-04-10 14:10 UTC  (3+ messages)

[PATCH] riscv: merge two if-blocks for KBUILD_IMAGE
 2024-04-10 14:10 UTC  (3+ messages)

[PATCH v2] riscv: Remove unused asm/signal.h file
 2024-04-10 14:10 UTC  (3+ messages)

[PATCH v1] Bluetooth: hci_sync: Use advertised PHYs on hci_le_ext_create_conn_sync
 2024-04-10 14:10 UTC  (2+ messages)

[PATCH v3] Bluetooth: ath3k: Fix multiple issues reported by checkpatch.pl
 2024-04-10 14:10 UTC  (2+ messages)

[PATCH resend] Bluetooth: hci_bcm: Limit bcm43455 baudrate to 2000000
 2024-04-10 14:10 UTC  (2+ messages)

[PATCH 1/3] platform/x86/amd: pmf: Decrease error message to debug
 2024-04-10 14:09 UTC  (3+ messages)
` [PATCH 2/3] platform/x86/amd: pmf: Add infrastructure for quirking supported funcs
` [PATCH 3/3] platform/x86/amd: pmf: Add quirk for ROG Zephyrus G14

[PATCHv2 bpf-next] selftests/bpf: Add read_trace_pipe_iter function
 2024-04-10 14:09 UTC 

[PATCH bpf-next v3 0/3] bpf, x64: Fix tailcall hierarchy
 2024-04-10 14:09 UTC  (6+ messages)
` [PATCH bpf-next v3 2/3] "

[PATCH] gpio: pca953x_gpio: support optional reset-gpios property
 2024-04-10 14:09 UTC  (4+ messages)

[PATCH RFC 0/3] xfs: nodataio mount option to skip data I/O
 2024-04-10 14:09 UTC  (4+ messages)
` [PATCH RFC 1/3] iomap: factor out a bio submission helper
` [PATCH RFC 2/3] iomap: add nosubmit flag to skip data I/O on iomap mapping
` [PATCH RFC 3/3] xfs: add nodataio mount option to skip all data I/O

[PATCH 0/6] dts: add testpmd params and statefulness
 2024-04-10 14:07 UTC  (7+ messages)
` [PATCH 5/6] dts: add statefulness to InteractiveShell

[PATCH 00/10] drm/i915: PREEMPT_RT related fixups
 2024-04-10 14:09 UTC  (7+ messages)
` [PATCH 05/10] drm/i915: skip DRM_I915_LOW_LEVEL_TRACEPOINTS with NOTRACE

[PATCH 0/3] memstick: Convert to platform remove callback returning void
 2024-04-10 14:05 UTC  (4+ messages)
` [PATCH 1/3] memstick: rtsx_pci_ms: Drop if block with always false condition
` [PATCH 2/3] memstick: rtsx_pci_ms: Convert to platform remove callback returning void
` [PATCH 3/3] memstick: rtsx_usb_ms: "

[PATCH 6.8 000/280] 6.8.5-rc3 review
 2024-04-10 14:04 UTC  (2+ messages)

[PATCH 6.6 000/255] 6.6.26-rc3 review
 2024-04-10 14:03 UTC  (2+ messages)

[PATCH] kprobes: Fix possible warn in __arm_kprobe_ftrace()
 2024-04-10 14:03 UTC  (3+ messages)
` [PATCH v3] kprobes: Fix possible use-after-free issue on kprobe registration

[ANNOUNCE] PUCK Notes - 2024.04.03 - TDX Upstreaming Strategy
 2024-04-10 14:03 UTC  (7+ messages)

[PATCH 6.1 000/138] 6.1.85-rc3 review
 2024-04-10 14:02 UTC  (2+ messages)

[PATCH ipsec-next v9] xfrm: Add Direction to the SA in or out
 2024-04-10 13:52 UTC  (8+ messages)
            ` [devel-ipsec] "

[PATCH BlueZ v3 1/4] shared/uhid: Add support for bt_uhid_replay
 2024-04-10 14:02 UTC  (4+ messages)
` [PATCH BlueZ v3 2/4] hog-lib: Make use of bt_uhid_replay
` [PATCH BlueZ v3 3/4] input/device: "
` [PATCH BlueZ v3 4/4] hog-lib: Destroy uHID device if there is traffic while disconnected

[PATCH net-next v16 00/15] Introducing P4TC (series 1)
 2024-04-10 14:01 UTC  (7+ messages)
` [PATCH net-next v16 10/15] p4tc: add runtime action support
` [PATCH net-next v16 11/15] p4tc: add template table create, update, delete, get, flush and dump
` [PATCH net-next v16 12/15] p4tc: add runtime table entry create and update
` [PATCH net-next v16 13/15] p4tc: add runtime table entry get, delete, flush and dump
` [PATCH net-next v16 14/15] p4tc: add set of P4TC table kfuncs
` [PATCH net-next v16 15/15] p4tc: add P4 classifier

[PATCH net-next v8 0/3] Add minimal XDP support to TI AM65 CPSW Ethernet driver
 2024-04-10 14:02 UTC  (4+ messages)
` [PATCH net-next v8 3/3] net: ethernet: ti: am65-cpsw: Add minimal XDP support


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.