All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-04-03 19:19:51 to 2023-04-03 20:16:23 UTC [more...]

[PATCH 1/3] doc: interpret-trailers: remove trailing spaces
 2023-04-03 20:16 UTC  (7+ messages)
  ` [PATCH v2 0/3] doc: interpret-trailers: don't use deprecated config
    ` [PATCH v2 1/3] doc: interpret-trailers: don’t use heredoc in examples
    ` [PATCH v2 2/3] doc: interpret-trailers: don’t use deprecated config
    ` [PATCH v2 3/3] doc: interpret-trailers: fix examples

[PATCH v11 00/26] Drivers for gunyah hypervisor
 2023-04-03 20:15 UTC  (8+ messages)
` [PATCH v11 03/26] gunyah: Common types and error codes for Gunyah hypercalls
` [PATCH v11 07/26] mailbox: Add Gunyah message queue mailbox

[RFC PATCH 0/4] uapi, drm: Add and implement RLIMIT_GPUPRIO
 2023-04-03 20:15 UTC  (8+ messages)
` [RFC PATCH 1/4] drm/scheduler: Add DRM_SCHED_PRIORITY_VERY_HIGH
` [RFC PATCH 2/4] drm/scheduler: Split out drm_sched_priority to own file
` [RFC PATCH 3/4] uapi: Add RLIMIT_GPUPRIO
` [RFC PATCH 4/4] drm/amd/amdgpu: Check RLIMIT_GPUPRIO in priority permissions

[RFC PATCH v2 00/44] Add LoongArch LSX instructions
 2023-04-03 20:13 UTC  (5+ messages)
` [RFC PATCH v2 18/44] target/loongarch: Implement vsat

[OE-core][PATCH v4 01/10] gobject-introspection: reduce dependencies
 2023-04-03 20:14 UTC  (2+ messages)

[Intel-gfx] [PATCH 1/2] drm/i915: rename intel_pm.[ch] to intel_clock_gating.[ch]
 2023-04-03 20:12 UTC  (4+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/2] "
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✓ Fi.CI.BAT: success "

Size of bread box analysis for gcc, binutils, gdb and glibc total migration
 2023-04-03 20:11 UTC  (2+ messages)

mmc-utils: ioctl connection timed out with SD cards
 2023-04-03 20:11 UTC  (2+ messages)

[PATCH v1] perf jit: Fix a few memory leaks
 2023-04-03 20:11 UTC  (2+ messages)

[ANNOUNCE] 4.4.302-cip74-rt43
 2023-04-03 20:10 UTC 

[Intel-gfx] [PATCH] drm/i915/fdinfo: Enable fdinfo for GuC backends
 2023-04-03 20:10 UTC  (3+ messages)

[PATCH] nvme: fix discard support without oncs
 2023-04-03 20:09 UTC 

[PATCH] regmap: Use mas_walk() instead of mas_find()
 2023-04-03 20:10 UTC  (2+ messages)

linux-next: duplicate patches in the ftrace tree
 2023-04-03 20:08 UTC  (2+ messages)

[RFC PATCH v2 7/9] fuse: add fuse device ioctl(FUSE_DEV_IOC_REINIT)
 2023-04-03 20:07 UTC  (3+ messages)

[RFC PATCH v2 7/9] fuse: add fuse device ioctl(FUSE_DEV_IOC_REINIT)
 2023-04-03 20:07 UTC 

[android-common:android13-5.15-2022-10 3/4] drivers/irqchip/irq-tegra.c:151:18: warning: implicit conversion from 'unsigned long' to 'u32' (aka 'unsigned int') changes value from 18446744073709551615 to 4294967295
 2023-04-03 20:07 UTC 

[kvm-unit-tests PATCH v3 0/4] Tests for CR0.WP=0/1 r/o write access
 2023-04-03 20:06 UTC  (5+ messages)
` [kvm-unit-tests PATCH v3 3/4] x86/access: Forced emulation support

[PATCH v5 0/6] Add dedicated Qcom ICE driver
 2023-04-03 20:05 UTC  (7+ messages)
` [PATCH v5 1/6] dt-bindings: crypto: Add Qualcomm Inline Crypto Engine
` [PATCH v5 2/6] dt-bindings: ufs: qcom: Add ICE phandle
` [PATCH v5 3/6] soc: qcom: Make the Qualcomm UFS/SDCC ICE a dedicated driver
` [PATCH v5 4/6] scsi: ufs: ufs-qcom: Switch to the new ICE API
` [PATCH v5 5/6] mmc: sdhci-msm: "
` [PATCH v5 6/6] arm64: dts: qcom: sm8550: Add the Inline Crypto Engine node

[virtio-comment] [PATCH 00/11] Introduce transitional mmr pci device
 2023-04-03 20:03 UTC  (11+ messages)
        ` [virtio-dev] "
      ` [virtio-dev] "

Kernel panic, CONFIG_FIPS_SIGNATURE_SELFTEST, missing dependency
 2023-04-03 20:04 UTC  (2+ messages)

[PATCH] regmap: Fix double unlock in the maple cache
 2023-04-03 20:02 UTC 

[PATCH bpf v3 00/12] bpf sockmap fixes
 2023-04-03 20:01 UTC  (13+ messages)
` [PATCH bpf v3 01/12] bpf: sockmap, pass skb ownership through read_skb
` [PATCH bpf v3 02/12] bpf: sockmap, convert schedule_work into delayed_work
` [PATCH bpf v3 03/12] bpf: sockmap, improved check for empty queue
` [PATCH bpf v3 04/12] bpf: sockmap, handle fin correctly
` [PATCH bpf v3 05/12] bpf: sockmap, TCP data stall on recv before accept
` [PATCH bpf v3 06/12] bpf: sockmap, wake up polling after data copy
` [PATCH bpf v3 07/12] bpf: sockmap incorrectly handling copied_seq
` [PATCH bpf v3 08/12] bpf: sockmap, pull socket helpers out of listen test for general use
` [PATCH bpf v3 09/12] bpf: sockmap, build helper to create connected socket pair
` [PATCH bpf v3 10/12] bpf: sockmap, test shutdown() correctly exits epoll and recv()=0
` [PATCH bpf v3 11/12] bpf: sockmap, test FIONREAD returns correct bytes in rx buffer
` [PATCH bpf v3 12/12] bpf: sockmap, test FIONREAD returns correct bytes in rx buffer with drops

[PATCH bpf-next] bpf: Fix struct_meta lookup for bpf_obj_free_fields kfunc call
 2023-04-03 20:00 UTC 

[PATCH 00/49] mtd: nand: Convert to platform remove callback returning void
 2023-04-03 16:29 UTC  (2+ messages)

[ovmf test] 180127: all pass - PUSHED
 2023-04-03 20:00 UTC 

[GSOC][Proposal V1]
 2023-04-03 20:00 UTC 

[PATCH v4 0/2] Add sync object UAPI support to VirtIO-GPU driver
 2023-04-03 19:59 UTC  (5+ messages)
` [PATCH v4 1/2] drm/virtio: Refactor job submission code path

[PATCH v2 00/11] Add Secure TSC support for SNP guests
 2023-04-03 19:59 UTC  (3+ messages)
` [PATCH v2 03/11] virt: sev-guest: Add snp_guest_req structure

[PATCH v2 0/2] Add SCMI support for mailbox unidirectional channels
 2023-04-03 19:58 UTC  (4+ messages)
` [PATCH v2 1/2] dt-bindings: firmware: arm,scmi: Support mailboxes "

[PATCH] drm/amdkfd: On GFX11 check PCIe atomics support and set CP_HQD_HQ_STATUS0[29]
 2023-04-03 19:58 UTC 

[PATCH V3 0/2] wifi: ath11k: bug fixes in tx encap offload and ppdu stats
 2023-04-03 19:57 UTC  (6+ messages)
` [PATCH V3 1/2] wifi: ath11k: fix tx status reporting in encap offload mode
` [PATCH V3 2/2] wifi: ath11k: Fix incorrect update of radiotap fields

[PATCH] scsi: sd: mark the scsi device in shutdown as deleted
 2023-04-03 19:56 UTC  (9+ messages)

[PATCH v4 0/2] Validating UAPI backwards compatibility
 2023-04-03 19:53 UTC  (4+ messages)
` [PATCH v4 1/2] check-uapi: Introduce check-uapi.sh

[PATCH net-next] net: phy: meson-gxl: enable edpd tunable support for G12A internal PHY
 2023-04-03 19:54 UTC  (6+ messages)

[net-next PATCH v6 00/16] net: Add basic LED support for switch/phy
 2023-04-03 19:54 UTC  (9+ messages)
` [net-next PATCH v6 16/16] arm: mvebu: dt: Add PHY LED support for 370-rd WAN port

[PATCH v5 1/2] net: stmmac: add support for platform specific reset
 2023-04-03 19:51 UTC  (6+ messages)
` [PATCH v5 2/2] net: stmmac: dwmac-imx: use platform specific reset for imx93 SoCs

[PATCH 1/2] systemd: Allow native build
 2023-04-03 19:52 UTC  (9+ messages)
` [OE-core] "

[Intel-gfx] [PATCH 0/7] drm/i915/mtl: Define MOCS and PAT tables for MTL
 2023-04-03 19:52 UTC  (9+ messages)
` [Intel-gfx] [PATCH 5/7] drm/i915: use pat_index instead of cache_level
        `  "

[PATCH v5 0/6] Support writable CPU ID registers from userspace
 2023-04-03 19:50 UTC  (12+ messages)
` [PATCH v5 5/6] KVM: arm64: Introduce ID register specific descriptor
` [PATCH v5 6/6] KVM: arm64: Refactor writings for PMUVer/CSV2/CSV3

[PATCH v2] hostmem-file: add offset option
 2023-04-03 19:50 UTC  (3+ messages)

[PATCH v1 net 0/2] raw/ping: Fix locking in /proc/net/{raw,icmp}
 2023-04-03 19:49 UTC  (3+ messages)
` [PATCH v1 net 1/2] raw: Fix NULL deref in raw_get_next()
` [PATCH v1 net 2/2] ping: Fix potentail NULL deref for /proc/net/icmp

[PATCH v3 00/35] Per-VMA locks
 2023-04-03 19:49 UTC  (10+ messages)
` [PATCH v3 26/35] mm: fall back to mmap_lock if vma->anon_vma is not yet set

[PATCH 00/24] staging: Convert to platform remove callback returning void
 2023-04-03 19:50 UTC  (6+ messages)
` [PATCH 06/24] staging: media: atmel-sama5d2-isc: "

[PATCH v2 0/7] KVM: arm64: Add support for FEAT_TLBIRANGE
 2023-04-03 17:26 UTC  (4+ messages)
` [PATCH v2 2/7] KVM: arm64: Add FEAT_TLBIRANGE support

[PATCH v5 0/4] Add ftrace direct call for arm64
 2023-04-03 17:26 UTC  (3+ messages)
` [PATCH v5 3/4] arm64: ftrace: Add direct call trampoline samples support

[PATCH v6 1/2] mtd: spi-nor: Delay the initialization of bank_size
 2023-04-03 15:59 UTC  (4+ messages)

[PATCH v2] mtdblock: tolerate corrected bit-flips
 2023-04-03 15:59 UTC  (2+ messages)

[PATCH] drivers: thermal: mediatek: fix of_iomap leak in mtk_thermal_probe
 2023-04-03 16:46 UTC  (4+ messages)
` [PATCH v2 1/2] thermal: mediatek: use devm_of_iomap to avoid resource "
  ` [PATCH v2 2/2] thermal: mediatek: change clk_prepare_enable to devm_clk_get_enabled "

[PATCH/RFC] ARM: dts: marzen: Add FLASH node
 2023-04-03 16:29 UTC  (6+ messages)

[PATCH v9 00/11] Add support for MT8195 SCP 2nd core
 2023-04-03 17:25 UTC  (4+ messages)
` [PATCH v9 11/11] arm64: dts: mediatek: mt8195: Add "

[PATCH v5 0/2] kexec: Fix kexec_file_load for llvm16
 2023-04-03 15:35 UTC  (4+ messages)
` [PATCH v5 2/2] x86/purgatory: Add linker script

[PATCH] media: dt-bindings: Drop unneeded quotes
 2023-04-03 19:22 UTC  (9+ messages)

[PATCH] kvm: initialize all of the kvm_debugregs structure before sending it to userspace
 2023-04-03 19:45 UTC  (3+ messages)

[PATCH 0/8] Fix VMA tree modification under mmap read lock
 2023-04-03 19:44 UTC  (6+ messages)

[PATCH v2 0/6] ARM: Rockchip: Read amount of memory from DDR controller
 2023-04-03 19:43 UTC  (3+ messages)
` [PATCH v2 2/6] ARM: Rockchip: implement memory read out from controller

M+ & H bugs with Milestone Movements WW13
 2023-04-03 19:45 UTC 

Enhancements/Bugs closed WW13!
 2023-04-03 19:43 UTC 

[PATCH v3 0/3] wifi: rtw88: Three locking fixes for existing code
 2023-04-03 19:41 UTC  (6+ messages)
` [PATCH v3 1/3] wifi: rtw88: Move register access from rtw_bf_assoc() outside the RCU

[Intel-gfx] [PATCH v4 00/12] drm/i915: move DSC RC tables to drm_dsc_helper.c
 2023-04-03 19:41 UTC  (3+ messages)
` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for drm/i915: move DSC RC tables to drm_dsc_helper.c (rev5)
` [Intel-gfx] ✓ Fi.CI.BAT: success "

[PATCH bpf] bpf: Fix struct_meta lookup for bpf_obj_free_fields kfunc call
 2023-04-03 19:41 UTC  (3+ messages)

[PATCH] x86/amd_nb: Check for invalid SMN reads
 2023-04-03 19:40 UTC  (3+ messages)

Current high bug count owners for Yocto Project 4.2
 2023-04-03 19:38 UTC 

[android-common:android-4.14-stable 13502/29445] mm/kasan/generic_report.c:124:6: warning: no previous declaration for '__asan_report_load1_noabort'
 2023-04-03 19:36 UTC 

Yocto Project Newcomer & Unassigned Bugs - Help Needed
 2023-04-03 19:37 UTC 

[PATCH v2 0/7] PolarFire SoC Auto Update Support
 2023-04-03 19:34 UTC  (3+ messages)
` (subset) "

[PATCHv2 0/2] Improve RK3588 clocks and power domains support
 2023-04-03 19:32 UTC  (9+ messages)
` [PATCHv2 1/2] clk: rockchip: rk3588: make gate linked clocks ignore unused
` [PATCHv2 2/2] soc: rockchip: power-domain: add rk3588 mem module support

[PATCH v6 0/4] Introduction of HP-BIOSCFG driver
 2023-04-03 19:33 UTC  (6+ messages)
` [PATCH v6 4/4] Introduction of HP-BIOSCFG driver [4]

regex compilation error with --color-words
 2023-04-03 19:32 UTC  (6+ messages)

[PATCH v1] kunit: add tests for using current KUnit test field
 2023-04-03 19:31 UTC  (3+ messages)

[PATCH v2] PCI: hv: Fix the definition of vector in hv_compose_msi_msg()
 2023-04-03 19:29 UTC  (8+ messages)

range-diff: slight usability problem with mistyped ref
 2023-04-03 19:29 UTC  (3+ messages)

[PATCH 6.1 000/181] 6.1.23-rc1 review
 2023-04-03 19:28 UTC  (2+ messages)

[PATCH 0/2] Add PWM fan support to Rock 5B board
 2023-04-03 19:27 UTC  (6+ messages)
` [PATCH 2/2] arm64: dts: rockchip: rk3588-rock-5b: Add pwm-fan

[PATCH] security, lsm: security_old_inode_init_security() Handle multi LSM registration
 2023-04-03 19:28 UTC  (4+ messages)

[PATCH] arm64: dts: imx8mn: Add display pipeline components
 2023-04-03 19:27 UTC  (2+ messages)

[PATCH] gstreamer1.0-plugins: package the internal libraries explicitly
 2023-04-03 19:27 UTC 

[RFC PATCH v1 00/26] migration: File based migration with multifd and fixed-ram
 2023-04-03 19:26 UTC  (11+ messages)

Writeback cache all used
 2023-04-03 19:27 UTC  (6+ messages)

[PATCH] misc: sram: Add dma-heap-export reserved SRAM area type
 2023-04-03 19:26 UTC  (6+ messages)

[Intel-gfx] [PATCH v2] drm/i915/hdcp: Remove drm_modeset_lock in intel_conn_to_vcpi
 2023-04-03 19:25 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for drm/i915/hdcp: Remove drm_modeset_lock in intel_conn_to_vcpi (rev2)

[merged] tools-kvm_stat-use-canonical-ftrace-path.patch removed from -mm tree
 2023-04-03 19:25 UTC 

[merged] selftests-use-canonical-ftrace-path.patch removed from -mm tree
 2023-04-03 19:25 UTC 

[merged] leaking_addresses-also-skip-canonical-ftrace-path.patch removed from -mm tree
 2023-04-03 19:25 UTC 

[PATCH v2] misc: sram: Add DMA-BUF Heap exporting of SRAM areas
 2023-04-03 19:24 UTC  (2+ messages)

[PATCH v2 00/10] Deprecate/rename singlestep command line option, monitor interfaces
 2023-04-03 19:22 UTC  (11+ messages)
` [PATCH v2 05/10] bsd-user: Add '-one-insn-per-tb' option equivalent to '-singlestep'
` [PATCH v2 06/10] Document that -singlestep command line option is deprecated
` [PATCH v2 07/10] hmp: Add 'one-insn-per-tb' command equivalent to 'singlestep'
` [PATCH v2 08/10] hmp: Report 'one-insn-per-tb', not 'single step mode', in 'info status' output
` [PATCH v2 09/10] qapi/run-state.json: Fix missing newline at end of file

[PATCH v5 bpf-next 0/7] bpf: Add socket destroy capability
 2023-04-03 19:20 UTC  (5+ messages)
` [PATCH v5 bpf-next 4/7] bpf: udp: Implement batching for sockets iterator

[PATCH 1/2] dt-bindings: usb: mtk-xhci: add an optional frame count clock
 2023-04-03 19:19 UTC  (3+ messages)

[PATCH v5 00/15] Rust pin-init API for pinned initialization of structs
 2023-04-03 19:20 UTC  (4+ messages)
` [PATCH v5 11/15] rust: init: add `Zeroable` trait and `init::zeroed` function

[PATCH v2 0/1] Switchtec Switch DMA Engine Driver
 2023-04-03 18:06 UTC  (4+ messages)
` [PATCH v2 1/1] dmaengine: switchtec-dma: Introduce Switchtec DMA engine PCI driver

[PATCH 1/3] dt-bindings: usb: mediatek,mtk-xhci: drop assigned-clocks
 2023-04-03 19:18 UTC  (3+ messages)
` [PATCH 2/3] dt-bindings: usb: ti,j721e-usb: "
` [PATCH 3/3] dt-bindings: usb: ti,keystone-dwc3: "


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.