All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-05-12 17:26:53 to 2023-05-12 18:27:36 UTC [more...]

[Bug 217427] New: Linux 6.3.1 + AMD RX 570 on ppc64le 4K: Kernel attempted to read user page (1128) - exploit attempt? (uid: 0)
 2023-05-12 18:26 UTC  (2+ messages)
` [Bug 217427] "

[PATCH] xfs: avoid freeing multiple extents from same AG in pending transactions
 2023-05-12 18:24 UTC  (2+ messages)

[PATCH 6.3 0/5] KVM CR0.WP series backport
 2023-05-12 18:24 UTC  (2+ messages)

[Bug 217432] New: AMDGPU crash on shutdown
 2023-05-12 18:25 UTC  (2+ messages)
` [Bug 217432] "

[Intel-xe] [PATCH 0/7] Fix intermediate build issues
 2023-05-12 18:25 UTC  (12+ messages)
` [Intel-xe] [PATCH 1/7] DUMMY Revert "drm/xe/display: Dont call intel_display_power_is_enabled from irq install/remove"
` [Intel-xe] [PATCH 2/7] DUMMY commit: only to get the fixup applied
` [Intel-xe] [PATCH 3/7] fixup! drm/xe/fbc: set compressed_fb to NULL on error
` [Intel-xe] [PATCH 4/7] fixup! drm/xe/display: Implement display support
` [Intel-xe] [PATCH 5/7] fixup! drm/xe: Cleanup page-related defines
` [Intel-xe] [PATCH 6/7] fixup! drm/i915: Remove gem and overlay frontbuffer tracking
` [Intel-xe] [PATCH 7/7] drm/xe/display: Dont call intel_display_power_is_enabled from irq install/remove
` [Intel-xe] ✓ CI.Patch_applied: success for Fix intermediate build issues
` [Intel-xe] ✓ CI.KUnit: "
` [Intel-xe] ✓ CI.Build: "
` [Intel-xe] ○ CI.BAT: info "

[PATCH RESEND bpf-next 00/15] new kfunc XDP hints and ice implementation
 2023-05-12 18:22 UTC  (7+ messages)
` [PATCH RESEND bpf-next 06/15] ice: Support HW timestamp hint
  ` [Intel-wired-lan] "
` [PATCH RESEND bpf-next 07/15] ice: Support RX hash XDP hint
    ` [Intel-wired-lan] "

[PATCH v8 0/8] add DSC 1.2 dpu supports
 2023-05-12 18:21 UTC  (24+ messages)
` [PATCH v8 1/8] drm/msm/dpu: add dsc blocks for remaining chipsets in catalog
` [PATCH v8 2/8] drm/msm/dpu: add DPU_PINGPONG_DSC feature bit for DPU < 7.0.0
` [PATCH v8 3/8] drm/msm/dpu: test DPU_PINGPONG_DSC bit before assign DSC ops to PINGPONG
` [PATCH v8 4/8] drm/msm/dpu: Introduce PINGPONG_NONE to disconnect DSC from PINGPONG
` [PATCH v8 5/8] drm/msm/dpu: add support for DSC encoder v1.2 engine
` [PATCH v8 6/8] drm/msm/dpu: separate DSC flush update out of interface
` [PATCH v8 7/8] drm/msm/dpu: add DSC 1.2 hw blocks for relevant chipsets
` [PATCH v8 8/8] drm/msm/dpu: tear down DSC data path when DSC disabled

[PATCH v3 00/35] Maple tree mas_{next,prev}_range() and cleanup
 2023-05-12 18:20 UTC  (36+ messages)
` [PATCH v3 01/35] maple_tree: Fix static analyser cppcheck issue
` [PATCH v3 02/35] maple_tree: Clean up mas_parent_enum() and rename to mas_parent_type()
` [PATCH v3 03/35] maple_tree: Avoid unnecessary ascending
` [PATCH v3 04/35] maple_tree: Clean up mas_dfs_postorder()
` [PATCH v3 05/35] maple_tree: Add format option to mt_dump()
` [PATCH v3 06/35] maple_tree: Add debug BUG_ON and WARN_ON variants
` [PATCH v3 07/35] maple_tree: Convert BUG_ON() to MT_BUG_ON()
` [PATCH v3 08/35] maple_tree: Change RCU checks to WARN_ON() instead of BUG_ON()
` [PATCH v3 09/35] maple_tree: Convert debug code to use MT_WARN_ON() and MAS_WARN_ON()
` [PATCH v3 10/35] maple_tree: Use MAS_BUG_ON() when setting a leaf node as a parent
` [PATCH v3 11/35] maple_tree: Use MAS_BUG_ON() in mas_set_height()
` [PATCH v3 12/35] maple_tree: Use MAS_BUG_ON() from mas_topiary_range()
` [PATCH v3 13/35] maple_tree: Use MAS_WR_BUG_ON() in mas_store_prealloc()
` [PATCH v3 14/35] maple_tree: Use MAS_BUG_ON() prior to calling mas_meta_gap()
` [PATCH v3 15/35] maple_tree: Return error on mte_pivots() out of range
` [PATCH v3 16/35] maple_tree: Make test code work without debug enabled
` [PATCH v3 17/35] mm: Update validate_mm() to use vma iterator
` [PATCH v3 18/35] mm: Update vma_iter_store() to use MAS_WARN_ON()
` [PATCH v3 19/35] maple_tree: Add __init and __exit to test module
` [PATCH v3 20/35] maple_tree: Remove unnecessary check from mas_destroy()
` [PATCH v3 21/35] maple_tree: mas_start() reset depth on dead node
` [PATCH v3 22/35] mm/mmap: Change do_vmi_align_munmap() for maple tree iterator changes
` [PATCH v3 23/35] maple_tree: Try harder to keep active node after mas_next()
` [PATCH v3 24/35] maple_tree: Try harder to keep active node with mas_prev()
` [PATCH v3 25/35] maple_tree: Revise limit checks in mas_empty_area{_rev}()
` [PATCH v3 26/35] maple_tree: Fix testing mas_empty_area()
` [PATCH v3 27/35] maple_tree: Introduce mas_next_slot() interface
` [PATCH v3 28/35] maple_tree: Add mas_next_range() and mas_find_range() interfaces
` [PATCH v3 29/35] maple_tree: Relocate mas_rewalk() and mas_rewalk_if_dead()
` [PATCH v3 30/35] maple_tree: Introduce mas_prev_slot() interface
` [PATCH v3 31/35] maple_tree: Add mas_prev_range() and mas_find_range_rev interface
` [PATCH v3 32/35] maple_tree: Clear up index and last setting in single entry tree
` [PATCH v3 33/35] maple_tree: Update testing code for mas_{next,prev,walk}
` [PATCH v3 34/35] mm: Add vma_iter_{next,prev}_range() to vma iterator
` [PATCH v3 35/35] mm: Avoid rewalk in mmap_region

[Intel-gfx] [PATCH 1/3] drm/i915/irq: convert gen8_de_irq_handler() to void
 2023-05-12 18:21 UTC  (4+ messages)
` [Intel-gfx] [PATCH 3/3] drm/i915/irq: split out display irq handling

Can we clarify the purpose of `git diff -s`?
 2023-05-12 18:21 UTC  (5+ messages)

[PATCH 0/9] ASoC: SOF: Intel: hda-dai: prepare LNL support
 2023-05-12 18:17 UTC  (10+ messages)
` [PATCH 1/9] ASoC: SOF: Intel: hda-dai: simplify .prepare callback
` [PATCH 2/9] ASoC: SOF: Intel: hda-dai: remove use of cpu_dai->component drvdata
` [PATCH 3/9] ASoC: SOF: Intel: fix DAI number mismatch
` [PATCH 4/9] ASoC: SOF: Intel: clarify initialization when HDA_AUDIO_CODEC is not used
` [PATCH 5/9] ASoC: SOF: Intel: Kconfig: move selection of PROBE_WORK_QUEUE
` [PATCH 6/9] ASoC: SOF: Intel: hda-dai: move hda_dai_prepare() code
` [PATCH 7/9] ASoC: SOF: Intel: hda-dai: mark functions as __maybe_unused
` [PATCH 8/9] ASoC: SOF: Intel: hda-dai: use HDA_LINK instead of HDA_AUDIO_CODEC
` [PATCH 9/9] ASoC: SOF: Intel: remove mutual exclusion between NOCODEC and HDA_LINK

[PATCH 0/4] NFSD: add support for NFSv4 write delegation
 2023-05-12 17:41 UTC  (4+ messages)
` [PATCH 3/4] NFSD: add supports for CB_GETATTR callback

[Intel-gfx] [PATCH 1/4] drm/i915/dpll: drop a useless I915_STATE_WARN_ON()
 2023-05-12 18:19 UTC  (5+ messages)
` [Intel-gfx] [PATCH 4/4] drm/i915/display: add i915 parameter to I915_STATE_WARN()
  ` [Intel-gfx] [PATCH v2] "

[master/kirkstone][PATCH] mesa-pvr: convert bbappend into standalone alternative provider
 2023-05-12 18:17 UTC  (2+ messages)
` [EXTERNAL] "

[PATCH v6 00/14] x86: Trenchboot secure dynamic launch Linux kernel support
 2023-05-12 18:17 UTC  (16+ messages)
` [PATCH v6 06/14] x86: Add early SHA support for Secure Launch early measurements
` [PATCH v6 07/14] x86: Secure Launch kernel early boot stub
` [PATCH v6 09/14] x86: Secure Launch SMP bringup support

[PATCH 6.1 v2 0/2] RISC-V: fix lock splat in riscv_cpufeature_patch_func()
 2023-05-12 18:16 UTC  (2+ messages)

[PATCH 2/2] pinctrl: qcom: Refactor generic qcom pinctrl driver
 2023-05-12 18:15 UTC  (2+ messages)

[PATCH v1 1/1] mmc: sdhci-of-dwcmshc: Add runtime PM operations for BlueField-3
 2023-05-12 18:15 UTC  (2+ messages)
` [PATCH v4] mmc: sdhci-of-dwcmshc: Add runtime PM operations

[niks:has_ioport_v4 36/41] pci-quirks.c:undefined reference to `uhci_check_and_reset_hc'
 2023-05-12 18:15 UTC 

[igt-dev] [PATCH v2 0/1] test/gem_create: exercise gem_create_ext_set_pat
 2023-05-12 18:15 UTC  (4+ messages)
` [igt-dev] [PATCH v2 1/1] "

[PATCH] cdx: add MSI support for CDX bus
 2023-05-12 18:15 UTC  (8+ messages)

[PATCH] drm/msm/dp: add module parameter for PSR
 2023-05-12 18:13 UTC  (3+ messages)

[PATCH 02/20] iommu/terga-gart: Replace set_platform_dma_ops() with IOMMU_DOMAIN_PLATFORM
 2023-05-12 18:12 UTC  (11+ messages)

[PATCH 0/2] block: improve the share tag set performance
 2023-05-12 18:12 UTC  (6+ messages)
` [PATCH 2/2] ufs: don't use the fair tag sharings

[PATCH 00/27] ARM: MMU rework
 2023-05-12 18:10 UTC  (7+ messages)
` [PATCH 08/27] ARM: mmu64: Use arch_remap_range where possible
` [PATCH 10/27] ARM: i.MX: Drop HAB workaround
` [PATCH 11/27] ARM: Move early MMU after malloc initialization

[Qemu RFC 0/7] Early enabling of DCD emulation in Qemu
 2023-05-12 18:09 UTC  (3+ messages)
  ` [RFC 4/7] hw/mem/cxl_type3: Add DC extent representative to cxl type3 device

[RFC 0/6] Deprecate riscv,isa DT property?
 2023-05-12 18:08 UTC  (3+ messages)

[syzbot] [kernel?] possible deadlock in __mod_timer (2)
 2023-05-12 18:07 UTC  (7+ messages)
` [PATCH] debugobject: don't wake up kswapd from fill_pool()

[Intel-xe] [PATCH] fixup! drm/xe/display: Add intel_pps support too
 2023-05-12 18:07 UTC  (5+ messages)

[PATCH v1 2/2] acpi: Move logic responsible for conveying processor OSPM capabilities
 2023-05-12 18:04 UTC  (2+ messages)

Data recovery -- thin provisioned LVM metadata (?) problem after hardware failure
 2023-05-12 18:05 UTC  (11+ messages)

[PATCH v1 0/2] enable HDP plugin/unplugged interrupts to hpd_enable/disable
 2023-05-12 18:03 UTC  (9+ messages)
` [PATCH v1 1/2] drm/msm/dp: "

Question about QMP and BQL
 2023-05-12 18:01 UTC 

Rename restrictedmem => guardedmem? (was: Re: [PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM)
 2023-05-12 18:01 UTC  (11+ messages)

[RFC 0/6] Deprecate riscv,isa DT property?
 2023-05-12 18:01 UTC  (3+ messages)

[PATCH v11 00/11] Add support for MT8195 SCP 2nd core
 2023-05-12 17:56 UTC  (3+ messages)
` [PATCH v11 06/11] remoteproc: mediatek: Probe multi-core SCP

[RESEND PATCH linux-next] sched/psi: avoid resetting the min update period when it is unnecessary
 2023-05-12 17:56 UTC  (2+ messages)

[Intel-xe] [PATCH] drm/xe: Remove unused define
 2023-05-12 17:55 UTC  (2+ messages)

[PATCH v2] media: uapi: v4l: Intel metadata format update
 2023-05-12 17:54 UTC  (2+ messages)

[niks:has_ioport_v4 41/41] include/asm-generic/io.h:559:14: error: call to '_inw' declared with attribute error: inw() requires CONFIG_HAS_IOPORT
 2023-05-12 17:54 UTC 

power_supply cooling interface
 2023-05-12 17:53 UTC  (4+ messages)

[dm-devel] [PATCH v5 00/12] x86: Support Key Locker
 2023-05-12 17:52 UTC  (6+ messages)
` [dm-devel] [PATCH v6 "
  ` [dm-devel] [PATCH v6 11/12] crypto: x86/aes-kl - Support AES algorithm using Key Locker instructions
        `  "

[GIT PULL] io_uring fix for 6.4-rc2
 2023-05-12 17:52 UTC 

[Intel-wired-lan] [PATCH iwl-net v6 0/4] iavf: fix reset task deadlock
 2023-05-12 17:50 UTC  (2+ messages)

[igt-dev] [PATCH v3 0/1] test/gem_create: exercise gem_create_ext_set_pat
 2023-05-12 17:51 UTC  (2+ messages)
` [igt-dev] [PATCH v3 1/1] "

[PATCH 0/6] ASoC: SOF: Intel: hda-mlink: fixes and extensions
 2023-05-12 17:46 UTC  (7+ messages)
` [PATCH 1/6] ASoC: SOF: Intel: hda-mlink: fix sublink refcounting
` [PATCH 2/6] ASoC: SOF: Intel: hda-mlink: add helper to get SoundWire hlink
` [PATCH 3/6] ASoC: SOF: Intel: hda-mlink: fix base_ptr computation
` [PATCH 4/6] ASoC: SOF: Intel: hda-mlink: use 'ml_addr' parameter consistently
` [PATCH 5/6] ASoC: SOF: Intel: hda-mlink: initialize instance_offset member
` [PATCH 6/6] ASoC: SOF: Intel: hda-mlink: add helper to program SoundWire PCMSyCM registers

[PATCH] net: ethernet: microchip: vcap: Remove extra semicolon
 2023-05-12 17:48 UTC 

[PATCH] llvm: Enable RISCV support
 2023-05-12 17:47 UTC 

[PATCH] fpu: xstate: Keep xfd_state always in-sync with IA32_XFD MSR
 2023-05-12 17:46 UTC  (3+ messages)

[PATCH v3] mmc: sdhci-of-dwcmshc: Add runtime PM operations
 2023-05-12 17:43 UTC  (2+ messages)

[PATCH v2 3/3] PCI: xilinx-xdma: Add Xilinx XDMA Root Port driver
 2023-05-12 17:43 UTC  (2+ messages)

[PATCH 0/2] arm: mach-k3: j721s2: Add main_uart5 device and clock data
 2023-05-12 17:42 UTC  (3+ messages)
` [PATCH 2/2] arm: mach-k3: j721s2: clk-data.c: Add main_uart5 "

[dm-devel] Does dm-zoned support buffered write?
 2023-05-12 17:41 UTC  (3+ messages)

[RFC PATCH net-next v6 0/5] New NDO methods ndo_hwtstamp_get/set
 2023-05-12 17:41 UTC  (5+ messages)
` [RFC PATCH net-next v6 1/5] net: Add NDOs for hardware timestamp get/set

[RFC PATCH v3] can: virtio: Initial virtio CAN driver
 2023-05-12 17:39 UTC  (4+ messages)
    ` [virtio-dev] "

[PATCH 1/3] [POC] test implementaion of rt-signals
 2023-05-12 17:38 UTC  (3+ messages)

[PATCH 0/2] serial: Make uart_remove_one_port() return void
 2023-05-12 17:38 UTC  (3+ messages)
` [PATCH 1/2] serial: stm32: Ignore return value of uart_remove_one_port() in .remove()
` [PATCH 2/2] serial: Make uart_remove_one_port() return void

[PATCH net-next RFC v4 0/5] net: Make MAC/PHY time stamping selectable
 2023-05-12 17:38 UTC  (12+ messages)
` [PATCH net-next RFC v4 2/5] net: Expose available time stamping layers to user space

[LSF/MM/BPF TOPIC] mm documentation
 2023-05-12 17:37 UTC  (3+ messages)

[PATCH 0/8] ASoC: Intel: machine driver updates
 2023-05-12 17:33 UTC  (9+ messages)
` [PATCH 1/8] ASoC: Intel: Add rpl_max98373_8825 driver
` [PATCH 2/8] ASoC: Intel: sof_sdw: remove SOF_SDW_TGL_HDMI for MeteorLake devices
` [PATCH 3/8] ASoC: Intel: sof_sdw: add quirk for MTL RVP
` [PATCH 4/8] ASoC: Intel: soc-acpi: add support for MTL SDCA boards
` [PATCH 5/8] ASoC: Intel: sof_sdw: start set codec init function with an adr index
` [PATCH 6/8] ASoC: Intel: sof_sdw: add new mapping for HP Spectre x360
` [PATCH 7/8] ASoC: Intel: soc-acpi: add tables for LunarLake
` [PATCH 8/8] ASoC: Intel: sof_sdw: add quirk for LNL RVP

[PATCH] platform/chrome: cros_ec_lpc: Move host command to prepare/complete
 2023-05-12 17:35 UTC 

[PATCH 1/2] pinctrl: qcom: Remove the msm_function struct
 2023-05-12 17:33 UTC  (2+ messages)

[PATCH v4 0/3] TI TPS6594 PMIC support (RTC, pinctrl, regulators)
 2023-05-12 17:34 UTC  (3+ messages)
` [PATCH v4 3/3] regulator: tps6594-regulator: Add driver for TI TPS6594 regulators

[GIT PULL] x86/shstk for 6.4
 2023-05-12 17:34 UTC  (10+ messages)

[niks:has_ioport_v4 41/41] include/asm-generic/io.h:595:15: error: call to '_outb' declared with attribute error: outb() requires CONFIG_HAS_IOPORT
 2023-05-12 17:32 UTC 

Changed path filter hash differs from murmur3 if char is signed
 2023-05-12 17:33 UTC  (2+ messages)

[dm-devel] [PATCH v5 0/5] Introduce block provisioning primitives
 2023-05-12 17:32 UTC  (5+ messages)
` [dm-devel] [PATCH v6 "
  ` [dm-devel] [PATCH v6 4/5] dm-thin: Add REQ_OP_PROVISION support
    `  "

[RFC PATCH] mce: prevent concurrent polling of MCE events
 2023-05-12 17:32 UTC  (6+ messages)

[PATCH v2] NFSD: Remove all occurences of strlcpy
 2023-05-12 17:31 UTC  (3+ messages)

[PATCH v3 00/10] soc: qcom: llcc: Add support for QDU1000/QRU1000
 2023-05-12 17:31 UTC  (4+ messages)
` [PATCH v3 04/10] nvmem: qfprom: Add support for secure reading on QDU1000/QRU1000

[Kirkstone][PATCH] kernel.bbclass: Backport improve initramfs bundle processing time
 2023-05-12 17:30 UTC 

[Intel-gfx] [PATCH] drm/i1915/guc: Fix probe injection CI failures after recent change
 2023-05-12 17:30 UTC  (3+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for "

[PATCH v2 00/36] Maple tree mas_{next,prev}_range() and cleanup
 2023-05-12 17:29 UTC  (5+ messages)
` [PATCH v2 32/36] maple_tree: Clear up index and last setting in single entry tree

Rust ENC28J60 ethernet driver working on Raspberry Pi
 2023-05-12 17:28 UTC  (2+ messages)

[PATCH v4] Fix freeze in lm8333 i2c keyboard driver
 2023-05-12 17:28 UTC  (6+ messages)
` [PATCH v5] "

[PATCH RFC net-next 0/9] net: pcs: xpcs: cleanups for clause 73 support
 2023-05-12 17:27 UTC  (10+ messages)
` [PATCH RFC net-next 1/9] net: mdio: add clause 73 to ethtool conversion helper
` [PATCH RFC net-next 2/9] net: phylink: remove duplicated linkmode pause resolution
` [PATCH RFC net-next 3/9] net: phylink: add function to resolve clause 73 negotiation
` [PATCH RFC net-next 4/9] net: pcs: xpcs: clean up reading clause 73 link partner advertisement
` [PATCH RFC net-next 5/9] net: pcs: xpcs: use mii_c73_to_linkmode() helper
` [PATCH RFC net-next 6/9] net: pcs: xpcs: correct lp_advertising contents
` [PATCH RFC net-next 7/9] net: pcs: xpcs: correct pause resolution
` [PATCH RFC net-next 8/9] net: pcs: xpcs: use phylink_resolve_c73() helper
` [PATCH RFC net-next 9/9] net: pcs: xpcs: avoid reading STAT1 more than once


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.