All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-07-03 11:57:10 to 2024-07-03 12:47:53 UTC [more...]

[RFC PATCH 0/6] mm: LRU drain flush on nohz_full
 2024-07-03 12:47 UTC  (9+ messages)
` [RFC PATCH 1/6] task_work: Provide means to check if a work is queued
` [RFC PATCH 5/6] sched/isolation: Introduce isolated task work

[PATCH 00/17] xen: address violation of MISRA C:2012 Directive 4.10
 2024-07-03 12:46 UTC  (5+ messages)
` [PATCH 01/17] misra: add deviation for headers that explicitly avoid guards
` [PATCH 09/17] xen: address violations of MISRA C:2012 Directive 4.10

[PATCH] dm-crypt: limit the size of encryption requests
 2024-07-03 12:46 UTC 

[PATCH] dt-bindings: pinctrl: pinctrl-single: fix schmitt related properties
 2024-07-03 12:46 UTC  (2+ messages)

[PATCH v2 0/5] support AST2700 network
 2024-07-03 12:45 UTC  (3+ messages)
` [PATCH v2 2/5] hw/net:ftgmac100: support 64 bits dma dram address for AST2700

[PATCH 00/20] Simplify of_property_for_each_u32()
 2024-07-03 12:21 UTC  (12+ messages)
` [PATCH 04/20] clk: sunxi: clk-simple-gates: convert to of_property_for_each_u32_new()
` [PATCH 05/20] clk: sunxi: clk-sun8i-bus-gates: "
` [PATCH 17/20] ASoC: arizona: "

[davidhildenbrand:rmap_id 6/6] mm/internal.h:660:9: error: implicit declaration of function '__folio_prep_large_mapcount_metadata'
 2024-07-03 12:44 UTC 

[rafael-pm:bleeding-edge 136/137] drivers/thermal/uniphier_thermal.c:269:13: warning: unused variable 'i'
 2024-07-03 12:43 UTC 

[CI 1/2] drm/xe/bmg: implement Wa_16023588340
 2024-07-03 12:43 UTC  (2+ messages)
` [CI 2/2] drm/i915: disable fbc due to Wa_16023588340

[PATCH] cpufreq: mediatek: Use dev_err_probe in every error path in probe
 2024-07-03 12:43 UTC  (5+ messages)

[PATCH] ASoC: ak4458: remove "reset-gpios" property handler
 2024-07-03 12:26 UTC 

[PATCH v2] thermal: core: Call monitor_thermal_zone() if zone temperature is invalid
 2024-07-03 12:43 UTC  (6+ messages)

[PATCH] Bluetooth: hci: fix null-ptr-deref in hci_read_supported_codecs
 2024-07-03 12:43 UTC  (2+ messages)
`  "

[PATCH v5 0/4] Improve gpu_scheduler trace events + uAPI
 2024-07-03 12:43 UTC  (7+ messages)
` [PATCH v5 3/4] drm/sched: trace dependencies for gpu jobs
` [PATCH v5 4/4] drm/doc: document some tracepoints as uAPI

[PATCH] drm/panfrost: Mark simple_ondemand governor as softdep
 2024-07-03 12:42 UTC  (2+ messages)

[PATCH V3 0/3] pinctrl: use scope based of_node_put
 2024-07-03 12:42 UTC  (2+ messages)

[PATCH] riscv: Check that vdso does not contain any dynamic relocations
 2024-07-03 12:41 UTC  (2+ messages)

[PATCH net-next 0/3] mlxsw: Improvements
 2024-07-03 12:40 UTC  (4+ messages)
` [PATCH net-next 1/3] mlxsw: Warn about invalid accesses to array fields

[PATCH net-next v9 00/13] First try to replace page_frag with page_frag_cache
 2024-07-03 12:40 UTC  (20+ messages)
` [PATCH net-next v9 06/13] mm: page_frag: reuse existing space for 'size' and 'pfmemalloc'
` [PATCH net-next v9 07/13] mm: page_frag: some minor refactoring before adding new API
` [PATCH net-next v9 09/13] net: introduce the skb_copy_to_va_nocache() helper
` [PATCH net-next v9 10/13] mm: page_frag: introduce prepare/probe/commit API

[PATCH v2 0/7] target/riscv: Expose RV32 cpu to RV64 QEMU
 2024-07-03 12:34 UTC  (8+ messages)
` [PATCH v2 1/7] target/riscv: Add fw_dynamic_info32 for booting RV32 OpenSBI
` [PATCH v2 2/7] target/riscv: Adjust PMP size for no-MMU RV64 QEMU running RV32
` [PATCH v2 3/7] target/riscv: Correct SXL return value for RV32 in RV64 QEMU
` [PATCH v2 4/7] target/riscv: Detect sxl to set bit width for RV32 in RV64
` [PATCH v2 5/7] target/riscv: Correct mcause/scause bit width for RV32 in RV64 QEMU
` [PATCH v2 6/7] target/riscv: Enable RV32 CPU support "
` [PATCH v2 7/7] tests/avocado: Add an avocado test for riscv64

[PATCH] arm64: dts: freescale: tqma9352: Fix watchdog reset
 2024-07-03 12:40 UTC  (3+ messages)

[PATCH virtio 00/19] virtio: consolidate vq info args of find_vqs()
 2024-07-03 12:39 UTC  (20+ messages)
` [PATCH virtio 01/19] caif_virtio: use virtio_find_single_vq() for single virtqueue finding
` [PATCH virtio 02/19] virtio: make virtio_find_vqs() call virtio_find_vqs_ctx()
` [PATCH virtio 03/19] virtio: make virtio_find_single_vq() call virtio_find_vqs()
` [PATCH virtio 04/19] virtio: introduce virtio_queue_info struct and find_vqs_info() config op
` [PATCH virtio 05/19] virtio_pci: convert vp_*find_vqs() ops to find_vqs_info()
` [PATCH virtio 06/19] virtio: convert find_vqs() op implementations "
` [PATCH virtio 07/19] virtio: call virtio_find_vqs_info() from virtio_find_single_vq() directly
` [PATCH virtio 08/19] virtio: remove the original find_vqs() op
` [PATCH virtio 09/19] virtio: rename find_vqs_info() op to find_vqs()
` [PATCH virtio 10/19] virtio_blk: convert to use virtio_find_vqs_info()
` [PATCH virtio 11/19] virtio_console: "
` [PATCH virtio 12/19] virtio_crypto: "
` [PATCH virtio 13/19] virtio_net: "
` [PATCH virtio 14/19] scsi: virtio_scsi: "
` [PATCH virtio 15/19] virtiofs: "
` [PATCH virtio 16/19] virtio_balloon: "
` [PATCH virtio 17/19] virtio: convert the rest virtio_find_vqs() users to virtio_find_vqs_info()
` [PATCH virtio 18/19] virtio: remove unused virtio_find_vqs() and virtio_find_vqs_ctx() helpers
` [PATCH virtio 19/19] virtio: rename virtio_find_vqs_info() to virtio_find_vqs()

[PATCH v2 bpf-next 0/3] bpf: sparse cleanup
 2024-07-03 12:39 UTC  (4+ messages)
` [PATCH v2 bpf-next 3/3] bpf: Implement bpf_check_basics_ok() as a macro

[syzbot] [net?] KASAN: slab-use-after-free Write in l2tp_session_delete
 2024-07-03 12:39 UTC  (3+ messages)

[PATCH] gpio: mmio: do not calculate bgpio_bits via "ngpios"
 2024-07-03 12:38 UTC  (2+ messages)

[PATCH BlueZ v1 0/3] fix errors found by SVACE static analyzer
 2024-07-03 12:37 UTC  (4+ messages)
` [PATCH BlueZ v1 1/3] shared/vcp: prevent dereferencing of NULL pointers
` [PATCH BlueZ v1 2/3] client/player: fix wrong argument order in cmd_register_endpoint()
` [PATCH BlueZ v1 3/3] shared/gatt-client: add NULL check to discover_secondary_cb()

[PATCH v1 0/8] PCI: brcnstb: Enable STB 7712 SOC
 2024-07-03 12:38 UTC  (5+ messages)
` [PATCH v1 6/8] PCI: brcmstb: Don't conflate the reset rescal with phy ctrl

[PATCH v2 1/6] perf build: Conditionally add feature check flags for libtrace{event,fs}
 2024-07-03 12:35 UTC  (3+ messages)

[PATCH] arm64: dts: freescale: imx8mp-phycore: Add no-eth overlay
 2024-07-03 12:35 UTC 

[PATCH 6.6 000/163] 6.6.37-rc1 review
 2024-07-03 12:34 UTC  (3+ messages)

[OE-core][scarthgap][PATCH] OpenSSL: Security fix for CVE-2024-5535
 2024-07-03 12:34 UTC  (3+ messages)
` [scarthgap][PATCH] "
  ` [OE-core] "

[PATCH] VIRTIO_F_USED_EVENT_AUTO_DISABLE: add new used buffer notification suppression mechanism
 2024-07-03 12:34 UTC  (6+ messages)

[PATCH] drm/xe/obsrv: Rename xe perf layer as xe observability layer
 2024-07-03 12:34 UTC  (7+ messages)
` ✓ CI.Patch_applied: success for "
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "

[PATCH] irqchip/sifive-plic: Fix plic_set_affinity() only enables 1 cpu
 2024-07-03 12:33 UTC  (5+ messages)

[PATCHv5 0/4] x86/tdx: Adjust TD settings on boot
 2024-07-03 12:33 UTC  (6+ messages)
` [PATCHv5 3/4] x86/tdx: Dynamically disable SEPT violations from causing #VEs
` [PATCHv5 4/4] x86/tdx: Enable CPU topology enumeration

[PATCH i-g-t 0/6] lib: igt_fb/rendercopy fixes/cleanups
 2024-07-03 12:33 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for lib: igt_fb/rendercopy fixes/cleanups (rev6)
` ✓ CI.xeBAT: "

[PATCH v4 0/2] pinctrl: qcom: add sm4250 lpi pinctrl
 2024-07-03 12:32 UTC  (4+ messages)

[PATCH v2] slab, rust: extend kmalloc() alignment guarantees to remove Rust padding
 2024-07-03 12:32 UTC  (2+ messages)

[PATCH] pinctrl: qcom: lpass-lpi: increase MAX_NR_GPIO to 32
 2024-07-03 12:31 UTC  (2+ messages)

[PATCH ats_vtd v5 00/22] ATS support for VT-d
 2024-07-03 12:32 UTC  (6+ messages)
` [PATCH ats_vtd v5 06/22] pcie: add helper to declare PASID capability for a pcie device
` [PATCH ats_vtd v5 19/22] memory: add an API for ATS support

[PATCH v45 0/3] hw/sd/sdcard: Cleanups before adding eMMC support
 2024-07-03 12:24 UTC  (5+ messages)
` [PATCH v45 1/3] hw/sd/sdcard: Remove leftover comment about removed 'spi' Property
` [PATCH v45 3/3] hw/sd/sdcard: Do not store vendor data on block drive (CMD56)

[PATCH 01/11] devtool/upgrade: rename RECIPE_UPDATE_EXTRA_TASKS -> RECIPE_UPGRADE_EXTRA_TASKS
 2024-07-03 12:28 UTC  (8+ messages)
` [PATCH 02/11] devtool/upgrade: add RECIPE_UPGRADE_FINISH_EXTRA_TASKS
  ` [OE-core] "

[PATCH v5] sbitmap: fix io hung due to race on sbitmap_word::cleared
 2024-07-03 12:28 UTC  (3+ messages)

[syzbot] [net?] [bpf?] general protection fault in dev_map_redirect
 2024-07-03 12:27 UTC  (3+ messages)
  ` [PATCH net-net] tun: Assign missing bpf_net_context

[PATCH net] net: stmmac: dwmac4: fix PCS duplex mode decode
 2024-07-03 12:24 UTC 

[PATCH v5 1/1] drm/bridge: Silence error messages upon probe deferral
 2024-07-03 12:27 UTC 

[PATCH] dt-bindings: hwlock: sprd-hwspinlock: convert to YAML
 2024-07-03 12:26 UTC 

[PATCH] hw: Fix crash that happens when introspecting scsi-block on older machine types
 2024-07-03  9:30 UTC  (2+ messages)

[PATCH v4 0/2] coresight: core: Add device name support
 2024-07-03 12:23 UTC  (3+ messages)
` [PATCH v4 1/2] dt-bindings: arm: Add device-name in the coresight components
` [PATCH v4 2/2] coresight: core: Add device name support

[PATCH v4 1/4] drm/ttm: Add a flag to allow drivers to skip clear-on-free
 2024-07-03 12:23 UTC  (2+ messages)
` ✓ CI.FULL: success for series starting with [v4,1/4] drm/ttm: Add a flag to allow drivers to skip clear-on-free (rev2)

[PATCH v2 1/2] net: Fix skb_segment when splitting gso_size mangled skb having linear-headed frag_list whose head_frag=true
 2024-07-03 12:21 UTC  (2+ messages)

[RESEND][PATCH v1 0/5] thermal: Pass trip pointer to .set_trip_temp() callback
 2024-07-03 12:21 UTC  (3+ messages)
` [RESEND][PATCH v1 4/5] thermal: imx: Drop critical trip check from imx_set_trip_temp()

more integrity cleanups v3
 2024-07-03 12:21 UTC  (5+ messages)
  ` [PATCH 5/6] block: don't free submitter owned integrity payload on I/O completion
  ` [PATCH 6/6] block: don't free the integrity payload in bio_integrity_unmap_free_user

[PATCH v2] null_blk: fix validation of block size
 2024-07-03 12:20 UTC  (6+ messages)
        ` blk_validate_limits validation of block size (was Re: [PATCH v2] null_blk: fix validation of block size)

[PATCH 00/14] drm/i915/dsb: Use chained DSBs for LUT programming
 2024-07-03 12:20 UTC  (8+ messages)
` [PATCH 09/14] drm/i915/dsb: Introduce intel_dsb_wait_scanline_{in, out}()
` [PATCH 10/14] drm/i915/dsb: Introduce intel_dsb_chain()

[PATCH net-next] ethtool: move firmware flashing flag to struct ethtool_netdev_state
 2024-07-03 12:18 UTC 

[PATCH v3]wifi: ath12k: Add firmware coredump collection support
 2024-07-03 12:18 UTC  (4+ messages)

[PATCH v2 0/3] Correct WL-355608-A8 panel compatible
 2024-07-03 12:18 UTC  (3+ messages)
` [PATCH v2 2/3] drm: panel: nv3052c: "

[PATCH v2 1/2] drivers: replace printf with log macros
 2024-07-03 12:16 UTC  (8+ messages)
` [PATCH v3 1/3] "
  ` [PATCH v4 "
    ` [PATCH v4 2/3] drivers: dpaa: remove double newline
    ` [PATCH v4 3/3] drivers: replace printf with fprintf for debug functions

[PATCH] swupdate.bbclass: add SWU_BOOTLOADER='none' support
 2024-07-03 12:17 UTC 

/pub/linux/libs/liba2i/ directory for liba2i.git releases
 2024-07-03 12:18 UTC 

[PATCH 00/11] ASoC: Simplify code with cleanup.h
 2024-07-03 12:11 UTC  (12+ messages)
` [PATCH 01/11] ASoC: codecs: audio-iio-aux: Simplify audio_iio_aux_add_dapms() "
` [PATCH 02/11] ASoC: codecs: audio-iio-aux: Simplify audio_iio_aux_probe() "
` [PATCH 03/11] ASoC: codecs: wcd9335: Simplify "
` [PATCH 04/11] ASoC: codecs: wcd934x: "
` [PATCH 05/11] ASoC: simple-card-utils: "
` [PATCH 06/11] ASoC: audio-graph-card: Use cleanup.h instead of devm_kfree()
` [PATCH 07/11] ASoC: audio-graph-card2: "
` [PATCH 08/11] ASoC: simple-card: "
` [PATCH 09/11] ASoC: ops: Simplify with cleanup.h
` [PATCH 10/11] ASoC: dapm: Simplify dapm_cnew_widget() "
` [PATCH 11/11] ASoC: dapm: Simplify snd_soc_dai_link_event_pre_pmu() "

[PATCH 00/11] rcu/nocb: (De-)offloading on offline CPUs
 2024-07-03 12:17 UTC  (4+ messages)
` [PATCH 11/11] rcu/nocb: Simplify (de-)offloading state machine

[OE-core][scarthgap][PATCH] openssh: fix CVE-2024-6387
 2024-07-03 12:17 UTC 

[PATCH v13 0/6] iommu/arm-smmu: introduction of ACTLR implementation for Qualcomm SoCs
 2024-07-03 12:15 UTC  (4+ messages)
` [PATCH v13 4/6] iommu/arm-smmu: add ACTLR data and support for SM8550

linux-next: manual merge of the powerpc tree with the mm tree
 2024-07-03 12:15 UTC  (3+ messages)

[PATCH] tpm: atmel: Drop PPC64 specific MMIO setup
 2024-07-03 12:14 UTC  (3+ messages)

[PATCH RFC 0/3] Implement Qualcomm TEE IPC and ioctl calls
 2024-07-03 12:13 UTC  (3+ messages)
` [PATCH RFC 1/3] firmware: qcom: implement object invoke support

[PATCH 0/2] docs/python: bump minimum Sphinx version
 2024-07-03 12:12 UTC  (5+ messages)
` [PATCH 1/2] Python: bump minimum sphinx version to 3.4.3

[PATCH] Reapply "drm/xe/gsc: define GSC FW for LNL"
 2024-07-03 12:13 UTC  (2+ messages)
` ✓ CI.BAT: success for Reapply "drm/xe/gsc: define GSC FW for LNL" (rev2)

[PATCH 1/2] erofs-utils: lib: get rid of global sbi in lib/inode.c
 2024-07-03 12:12 UTC  (2+ messages)
` [PATCH 2/2] erofs-utils: rename the global sbi to g_sbi

[PATCH v2] vfs: don't mod negative dentry count when on shrinker list
 2024-07-03 12:13 UTC 

subscribe kernelci
 2024-07-03 12:10 UTC  (2+ messages)

[PATCH nf] netfilter: nf_tables: unconditionally flush pending work before notifier
 2024-07-03 12:09 UTC  (4+ messages)

[PowerPC] [PASEMI] Issue with the identification of ATA drives after the of/irq updates 2024-05-29
 2024-07-03 12:09 UTC  (6+ messages)

[PATCH v2 00/22] qga: clean up command source locations and conditionals
 2024-07-03 12:09 UTC  (5+ messages)
` [PATCH v2 06/22] qga: move linux memory block command impls to commands-linux.c
  ` [PATCH v2 22/22] qga: centralize logic for disabling/enabling commands

[PATCH] io_uring: Fix WARNING in io_cqring_event_overflow
 2024-07-03 12:07 UTC  (2+ messages)

[syzbot] [net?] KASAN: slab-use-after-free Write in l2tp_session_delete
 2024-07-03 12:07 UTC  (2+ messages)

[PATCH i-g-t] tests/xe_intel_bb: Reduce render subtest execution time
 2024-07-03 12:06 UTC  (3+ messages)

[PATCH net-next 00/11] eth: bnxt: use the new RSS API
 2024-07-03 12:06 UTC  (3+ messages)
` [PATCH net-next 04/11] eth: bnxt: move from .set_rxfh to .create_rxfh_context and friends

[PATCH] Trigger write_qemuboot_conf task on changes of kernel image realpath
 2024-07-03 12:04 UTC  (2+ messages)
` Patchtest results for "

[PATCH V3] mm/gup: Clear the LRU flag of a page before adding to LRU batch
 2024-07-03 12:02 UTC 

[PATCH V2] mm/gup: Clear the LRU flag of a page before adding to LRU batch
 2024-07-03 12:02 UTC  (2+ messages)

[PATCH] dt-bindings: timer: sprd-timer: convert to YAML
 2024-07-03 12:02 UTC 

[PATCH 5.15 000/356] 5.15.162-rc1 review
 2024-07-03 12:02 UTC  (3+ messages)
` [PATCH 5.15 067/356] selftests/mm: log a consistent test name for check_compaction

[PATCH RESEND libgpiod v2 00/18] dbus: add GLib-based DBus daemon and command-line client
 2024-07-03 10:53 UTC  (4+ messages)
` [PATCH RESEND libgpiod v2 10/18] dbus: add the API definitions

[PATCH 1/4] erofs: convert z_erofs_pcluster_readmore() to folios
 2024-07-03 12:00 UTC  (8+ messages)
` [PATCH 2/4] erofs: convert z_erofs_read_fragment() "
` [PATCH 3/4] erofs: teach z_erofs_scan_folios() to handle multi-page folios
` [PATCH 4/4] erofs: tidy up `struct z_erofs_bvec`

[djwong-xfs:timestats-hoist 216/296] ld: fs/xfs/scrub/metapath.c:131:undefined reference to `xfs_rtinode_create_path'
 2024-07-03 12:00 UTC 

[PATCH] fuse: Allow to align reads/writes
 2024-07-03 11:59 UTC  (2+ messages)

[PATCH] media: stm32: dcmipp: correct error handling in, dcmipp_create_subdevs
 2024-07-03 11:59 UTC 

[PATCH 0/7] Make core VMA operations internal and testable
 2024-07-03 11:57 UTC  (8+ messages)
` [PATCH 1/7] userfaultfd: move core VMA manipulation logic to mm/userfaultfd.c
` [PATCH 2/7] mm: move vma_modify() and helpers to internal header
` [PATCH 3/7] mm: move vma_shrink(), vma_expand() "
` [PATCH 4/7] mm: move internal core VMA manipulation functions to own file
` [PATCH 5/7] MAINTAINERS: Add entry for new VMA files
` [PATCH 6/7] tools: separate out shared radix-tree components
` [PATCH 7/7] tools: add skeleton code for userland testing of VMA logic

[PATCH for-4.19 v2] xen/vmap: Document the vmap header
 2024-07-03 11:58 UTC  (2+ messages)

[PATCH V5 00/17] Add data type profiling support for powerpc
 2024-07-03 11:52 UTC  (5+ messages)
` [PATCH V5 05/17] tools/perf: Add support to capture and parse raw instruction in powerpc using dso__data_read_offset utility

branch{u} not working even though upstream configured
 2024-07-03 11:52 UTC 

[RFC bpf-next v1 0/8] no_caller_saved_registers attribute for helper calls
 2024-07-03 11:57 UTC  (3+ messages)
` [RFC bpf-next v1 2/8] bpf: "

[PATCH 0/2] sched/fair: Enhance sync wakeup for short duration tasks
 2024-07-03 11:57 UTC  (8+ messages)
` [PATCH 1/2] sched/fair: Record the average duration of a task

[PATCH v4 00/29] Integrate MbedTLS v3.6 LTS with U-Boot
 2024-07-03 11:56 UTC  (3+ messages)
` [PATCH v4 29/29] configs: enable MbedTLS as default setting


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.