All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-07-11 08:52:32 to 2023-07-11 09:25:28 UTC [more...]

[PATCH] leds: pwm: Fix an error code
 2023-07-11  9:20 UTC  (3+ messages)

[Intel-wired-lan] [PATCH net-next v2 00/10] Remove unnecessary (void*) conversions
 2023-07-11  9:20 UTC  (9+ messages)

[PATCH 0/6] Add IPQ5332 TSENS support
 2023-07-11  9:20 UTC  (11+ messages)
` [PATCH 2/6] thermal/drivers/tsens: Add TSENS enable and calibration support for V2
` [PATCH 6/6] thermal/drivers/tsens: Add IPQ5332 support

[PATCH v2 0/6] lib{xc,xl}: support for guest MSR features
 2023-07-11  9:22 UTC  (5+ messages)
` [PATCH v2 1/6] libs/guest: introduce support for setting guest MSRs
` [PATCH v2 2/6] libxl: change the type of libxl_cpuid_policy_list
` [PATCH v2 3/6] libxl: introduce MSR data in libxl_cpuid_policy
` [PATCH v2 4/6] libxl: split logic to parse user provided CPUID features

[PATCH v2 0/2] x86/retpoline,kprobes: Fix the [__indirect_thunk_start, ..end] range
 2023-07-11  9:19 UTC  (3+ messages)
` [PATCH v2 1/2] x86/retpoline,kprobes: Fix position of thunk sections with CONFIG_LTO_CLANG
` [PATCH v2 2/2] x86/retpoline,kprobes: Skip optprobe check for indirect jumps with retpolines and IBT

[PATCH v2 0/3] Add support for WDIOF_CARDRESET on TI AM65x
 2023-07-11  9:24 UTC  (10+ messages)
` [PATCH v2 1/3] dt-bindings: watchdog: ti,rti-wdt: Add support for WDIOF_CARDRESET
` [PATCH v2 2/3] arm64: dts: ti: Add reserved memory for watchdog
` [PATCH v2 3/3] watchdog:rit_wdt: Add support for WDIOF_CARDRESET

[Intel-xe] [PATCH v2 0/1] Prevent flooding the kernel log with XE_IOCTL_ERR
 2023-07-11  9:24 UTC  (3+ messages)
` [Intel-xe] [PATCH v2 1/1] drm/xe: "
` [Intel-xe] ✗ CI.Patch_applied: failure for "

[igt-dev] [PATCH i-g-t v2 00/16] Extend intel_blt to work on Xe
 2023-07-11  9:23 UTC  (7+ messages)
` [igt-dev] [PATCH i-g-t v2 11/16] lib/intel_ctx: Add xe context information
` [igt-dev] [PATCH i-g-t v2 12/16] lib/intel_blt: Introduce blt_copy_init() helper to cache driver

[PATCH v3] drm/amdgpu/vkms: relax timer deactivation by hrtimer_try_to_cancel
 2023-07-11  9:22 UTC  (4+ messages)

[PATCH v3 0/7] virtio-mem: Device unplug support
 2023-07-11  9:22 UTC  (6+ messages)
` [PATCH v3 3/7] arm/virt: Use virtio-md-pci (un)plug functions

[PATCH 0/2] Two memory leak fixes in drm_client_modeset.c
 2023-07-11  9:20 UTC  (3+ messages)
` [PATCH 1/2] drm/client: Fix memory leak in drm_client_target_cloned
` [PATCH 2/2] drm/client: Fix memory leak in drm_client_modeset_probe

[PATCH] phy: phy-mtk-dp: Fix an error code in probe()
 2023-07-11  9:22 UTC  (3+ messages)

[PATCH v2] docs/misra: add Rule 7.4 and 9.4
 2023-07-11  9:22 UTC  (2+ messages)

[PATCHSET v4] sched: Implement BPF extensible scheduler class
 2023-07-11  9:21 UTC  (3+ messages)
` [PATCH 12/34] sched_ext: "

[PATCH] arm64/mm: Directly use ID_AA64MMFR2_EL1_VARange_MASK
 2023-07-11  9:20 UTC 

[PATCH 0/2] xen/arm: Support for bigger domU passthrough dtbs
 2023-07-11  9:20 UTC  (5+ messages)
` [PATCH 1/2] xen/arm: Fix domain_handle_dtb_bootmodule() error path
` [PATCH 2/2] xen/arm: Account for domU dtb bootmodule size separately

[PATCH mptcp-next 6/6] mptcp: sockopt: support IP_TTL & IPV6_UNICAST_HOPS
 2023-07-11  9:20 UTC  (2+ messages)
` mptcp: sockopt: support IP_TTL & IPV6_UNICAST_HOPS: Tests Results

[PATCH 00/18] genpd: Create a genpd directory to host genpd providers
 2023-07-11  9:16 UTC  (5+ messages)
` [PATCH 15/18] soc: ti: Mover power-domain drivers to the genpd dir

[PATCH v6 00/21] efi/x86: Avoid bare metal decompressor during EFI boot
 2023-07-11  9:14 UTC  (22+ messages)
` [PATCH v6 01/21] x86/head_64: Store boot_params pointer in callee save register
` [PATCH v6 02/21] x86/efistub: Branch straight to kernel entry point from C code
` [PATCH v6 03/21] x86/efistub: Simplify and clean up handover entry code
` [PATCH v6 04/21] x86/decompressor: Avoid magic offsets for EFI handover entrypoint
` [PATCH v6 05/21] x86/efistub: Clear BSS in EFI handover protocol entrypoint
` [PATCH v6 06/21] x86/decompressor: Use proper sequence to take the address of the GOT
` [PATCH v6 07/21] x86/decompressor: Store boot_params pointer in callee save register
` [PATCH v6 08/21] x86/decompressor: Call trampoline as a normal function
` [PATCH v6 09/21] x86/decompressor: Use standard calling convention for trampoline
` [PATCH v6 10/21] x86/decompressor: Avoid the need for a stack in the 32-bit trampoline
` [PATCH v6 11/21] x86/decompressor: Call trampoline directly from C code
` [PATCH v6 12/21] x86/decompressor: Only call the trampoline when changing paging levels
` [PATCH v6 13/21] x86/decompressor: Merge trampoline cleanup with switching code
` [PATCH v6 14/21] x86/efistub: Perform 4/5 level paging switch from the stub
` [PATCH v6 15/21] x86/efistub: Prefer EFI memory attributes protocol over DXE services
` [PATCH v6 16/21] decompress: Use 8 byte alignment
` [PATCH v6 17/21] x86/decompressor: Move global symbol references to C code
` [PATCH v6 18/21] x86/decompressor: Factor out kernel decompression and relocation
` [PATCH v6 19/21] efi/libstub: Add limit argument to efi_random_alloc()
` [PATCH v6 20/21] x86/efistub: Perform SNP feature test while running in the firmware
` [PATCH v6 21/21] x86/efistub: Avoid legacy decompressor when doing EFI boot

[Intel-xe] [PATCH v2] drm/xe/mmio: update gt_count when probing multi-tile
 2023-07-11  9:15 UTC  (5+ messages)

[PATCH 5.10.y-cip 0/5] Add SDHI support to the Renesas RZ/V2M
 2023-07-11  9:15 UTC  (3+ messages)

[PATCH] cmdline: only set ask mode if vga= is present
 2023-07-11  9:14 UTC  (3+ messages)

[virtio-comment] [PATCH v14] admin: Add group member legacy register access commands
 2023-07-11  9:14 UTC  (6+ messages)
` [virtio-comment] "
    ` [virtio-dev] "

[Bug 217632] New: 3 more broken Zaurii - SL-5600, A300, C700
 2023-07-11  9:14 UTC  (2+ messages)
` [Bug 217632] "

[PATCH] spi: omap2-mcspi: fix memory leak on slave transfer abort
 2023-07-11  9:04 UTC 

[PATCH v6] selftests/clone3: Fix broken test under !CONFIG_TIME_NS
 2023-07-11  9:13 UTC 

[PATCH] Fix an off-by-one buffer overrun in inject_ue_write
 2023-07-11  9:12 UTC  (4+ messages)
` [PATCH v2] EDAC/zynqmp: "

[PATCH] mailmap: fix sorting
 2023-07-11  9:12 UTC  (4+ messages)
` [PATCH v2] "

[PATCH v2] hw/ide/piix: properly initialize the BMIBA register
 2023-07-11  9:11 UTC  (8+ messages)

[6.5.0-rc1] unchecked MSR access error: RDMSR from 0xe2 at rIP: 0xffffffff87090227 (native_read_msr+0x7/0x40) (intel_idle_init_cstates_icpu)
 2023-07-11  9:11 UTC 

[PATCH 1/3] soc: kvx: Rename function to match global variable
 2023-07-11  9:11 UTC  (3+ messages)
` [PATCH 2/3] soc: kvx: Fix memory leaks
` [PATCH 3/3] soc: kvx: Add board_sn global var from OTP

[PATCH 0/6] nvme fabircs: move start freeze into reconnection work
 2023-07-11  9:12 UTC  (9+ messages)
` [PATCH 1/6] nvme: unquiesce io queues when removing namespaces
` [PATCH 3/6] nvme: tcp: unquiesce queues after ctrl state is changed

[PATCH] drm/panel-edp: Add AUO B116XAB01.4 (HW:0A) panel entry
 2023-07-11  9:11 UTC  (2+ messages)

[PATCH] leds: pwm: Fix error code in led_pwm_create_fwnode()
 2023-07-11  9:10 UTC  (2+ messages)

[PATCH v1 0/5] verdin-imx8mm/verdin-imx8mp: fix ctrl_sleep_moci# handling
 2023-07-11  9:09 UTC  (6+ messages)
` [PATCH v1 1/5] verdin-imx8mm/verdin-imx8mp: synchronise device trees with linux
` [PATCH v1 2/5] configs: verdin-imx8mm: enable spl_gpio_hog
` [PATCH v1 3/5] arm64: dts: verdin-imx8mm: add ctrl_sleep_moci# hog
` [PATCH v1 4/5] configs: verdin-imx8mp: enable spl_gpio_hog
` [PATCH v1 5/5] arm64: dts: verdin-imx8mp: add ctrl_sleep_moci# hog

[PATCH v3 0/6] Enable IPQ5332 USB2
 2023-07-11  9:09 UTC  (28+ messages)
` [PATCH v3 1/6] dt-bindings: usb: dwc3: Add IPQ5332 compatible
` [PATCH v3 2/6] dt-bindings: phy: qcom,m31: Document qcom,m31 USB phy
` [PATCH v3 3/6] phy: qcom-m31: Introduce qcom,m31 USB phy driver
` [PATCH v3 4/6] arm64: dts: qcom: ipq5332: Add USB related nodes
` [PATCH v3 5/6] arm64: dts: qcom: ipq5332: Enable USB
` [PATCH v3 6/6] arm64: defconfig: Enable M31 USB phy driver

[PATCH] kvx: Remove unused defines
 2023-07-11  9:08 UTC 

[PATCH v1 0/5] Make the clock dt-bindings and DT nodes consistent with Linux
 2023-07-11  9:09 UTC  (2+ messages)

[PATCH v6 0/3] ublk: enable zoned storage support
 2023-07-11  9:02 UTC  (10+ messages)
` [PATCH v6 1/3] ublk: add opcode offsets for DRV_IN/DRV_OUT

[Intel-wired-lan] [PATCH net-next v2 06/10] ice: remove unnecessary (void*) conversions
 2023-07-11  9:08 UTC  (2+ messages)

[PATCH v9 1/2] dt-bindings: iio: adc: add max14001
 2023-07-11  9:08 UTC  (6+ messages)
` [PATCH v9 2/2] iio: adc: max14001: New driver

[Intel-gfx] [PATCH v5 0/5] fdinfo memory stats
 2023-07-11  9:08 UTC  (6+ messages)
` [Intel-gfx] [PATCH 2/5] drm/i915: Record which client owns a VM
  `  "
` [Intel-gfx] [PATCH 3/5] drm/i915: Track page table backing store usage

[PATCH] eventfd: avoid overflow to ULLONG_MAX when ctx->count is 0
 2023-07-11  9:07 UTC  (4+ messages)

[PATCH v5 00/38] New page table range API
 2023-07-11  9:07 UTC  (2+ messages)

[PATCHv3 bpf-next 00/26] bpf: Add multi uprobe link
 2023-07-11  9:07 UTC  (44+ messages)
` [PATCHv3 bpf-next 02/26] "
` [PATCHv3 bpf-next 07/26] libbpf: Move elf_find_func_offset* functions to elf object
` [PATCHv3 bpf-next 08/26] libbpf: Add elf_open/elf_close functions
` [PATCHv3 bpf-next 09/26] libbpf: Add elf symbol iterator
` [PATCHv3 bpf-next 10/26] libbpf: Add elf_resolve_syms_offsets function
` [PATCHv3 bpf-next 11/26] libbpf: Add elf_resolve_pattern_offsets function
` [PATCHv3 bpf-next 13/26] libbpf: Add bpf_program__attach_uprobe_multi function
` [PATCHv3 bpf-next 15/26] libbpf: Add uprobe multi link detection
` [PATCHv3 bpf-next 16/26] libbpf: Add uprobe multi link support to bpf_program__attach_usdt
` [PATCHv3 bpf-next 18/26] selftests/bpf: Add uprobe_multi api test
` [PATCHv3 bpf-next 19/26] selftests/bpf: Add uprobe_multi link test
` [PATCHv3 bpf-next 21/26] selftests/bpf: Add uprobe_multi bench test
` [PATCHv3 bpf-next 23/26] selftests/bpf: Add usdt_multi "

[PATCH] arm64/mm: Replace an open coding with ID_AA64MMFR1_EL1_HAFDBS_MASK
 2023-07-11  9:04 UTC  (2+ messages)

[GIT PULL] KVM: Non-x86 changes for 6.5
 2023-07-11  9:03 UTC  (5+ messages)
` [GIT PULL] KVM: x86: Misc "

[PATCH] FYI 6.4 xfrm_prepare_input/xfrm_inner_mode_encap_remove WARN_ON hit - related to ESPinUDP
 2023-07-11  9:04 UTC  (3+ messages)
` [PATCH] xfrm: Silence warnings triggerable by bad packets

[PATCH v2 0/7] Allow dynamic allocation of software IO TLB bounce buffers
 2023-07-11  9:03 UTC  (8+ messages)

[hotfix PATCH-for-8.1] meson: Fix cross-building for RISCV host
 2023-07-11  9:02 UTC  (2+ messages)

[axboe-block:io_uring-waitid 17/17] io_uring/waitid.o: warning: objtool: .altinstr_replacement+0x6: redundant UACCESS disable
 2023-07-11  9:02 UTC 

[PATCH] drm/virtio: remove some redundant code
 2023-07-11  9:00 UTC  (2+ messages)

[PATCH printk v2 0/5] various cleanups
 2023-07-11  9:01 UTC  (5+ messages)
` [PATCH printk v2 1/5] kdb: do not assume write() callback available

RFC: Faster memtest (possibly bypassing data cache)
 2023-07-11  9:01 UTC  (3+ messages)

[PATCH] ARM: dts: stm32: Deduplicate DSI node
 2023-07-11  9:01 UTC  (3+ messages)

[PATCH] gpio: mxc: Improve PM configuration
 2023-07-11  9:00 UTC  (2+ messages)

[PATCH v2 0/8] A few fixup and cleanup patches for memory-failure
 2023-07-11  9:00 UTC  (3+ messages)
` [PATCH v2 1/8] mm: memory-failure: remove unneeded PageHuge() check

[Intel-xe] [PATCH v12 00/13] xe_device_mem_access fixes and related bits
 2023-07-11  9:00 UTC  (7+ messages)
` [Intel-xe] [PATCH v12 01/13] drm/xe: fix xe_device_mem_access_get() races

[PATCH] net: dsa: Removed unneeded of_node_put in felix_parse_ports_node
 2023-07-11  9:00 UTC  (2+ messages)

Scrub of my nvme SSD has slowed by about 2/3
 2023-07-11  8:59 UTC  (5+ messages)

[PATCH] gdbstub: Fix client Ctrl-C handling
 2023-07-11  8:59 UTC 

[PATCH v3 0/4] Improve hugetlbfs read on HWPOISON hugepages
 2023-07-11  8:59 UTC  (6+ messages)
` [PATCH v3 2/4] mm/hwpoison: check if a subpage of a hugetlb folio is raw HWPOISON

[PATCH v2] gpio: mmio: fix calculation of bgpio_bits
 2023-07-11  8:58 UTC  (2+ messages)

[PATCH] NFSD: add rpc_status entry in nfsd debug filesystem
 2023-07-11  8:58 UTC  (3+ messages)

[PATCH net 00/12] net: fix kernel-doc problems in include/net/
 2023-07-11  8:58 UTC  (3+ messages)
` [PATCH net 12/12] rsi: remove kernel-doc comment marker

[PATCH v5 0/6] drm: Add support for atomic async page-flip
 2023-07-11  8:57 UTC  (5+ messages)
` [PATCH v5 6/6] drm/doc: Define KMS atomic state set

[PATCH 1/4] phy: marvell: phy-mvebu-cp110-comphy: Use devm_platform_get_and_ioremap_resource()
 2023-07-11  8:57 UTC  (8+ messages)
` [PATCH 4/4] phy: mediatek: tphy: Convert to devm_platform_ioremap_resource()

[RFC PATCH v1 0/3] docs: stable-kernel-rules: add delayed backporting option and a few tweaks
 2023-07-11  8:57 UTC  (4+ messages)

[PATCH] doc: announce addition of new security IPsec SA option
 2023-07-11  8:55 UTC  (4+ messages)
` [PATCH v2] "
    ` [EXT] "

[meta-tensorflow][PATCH] bazel.bbclass: Fix build with bazel from sstate-cache
 2023-07-11  8:55 UTC  (2+ messages)

[f2fs-dev] [PATCH] f2fs: fix spelling in ABI documentation
 2023-07-11  8:55 UTC  (3+ messages)
`  "

[PATCH 0/2] Improve V4L2 M2M job scheduler
 2023-07-11  8:54 UTC  (4+ messages)
` [PATCH 2/2] media: v4l2-mem2mem: add a list for buf used by hw

[PATCH RESEND net-next] bnxt_en: use dev_consume_skb_any() in bnxt_tx_int
 2023-07-11  8:53 UTC  (3+ messages)

[f2fs-dev] [PATCH] f2fs: flush inode if atomic file is aborted
 2023-07-11  8:53 UTC  (3+ messages)

[PATCH net] devlink: uninitialized data in nsim_dev_trap_fa_cookie_write()
 2023-07-11  8:52 UTC 

[RFC 0/5] updates for i3c error printing
 2023-07-11  8:52 UTC  (5+ messages)
` [RFC 5/5] i3c: dw; add print if cannot get resources


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.