All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-03-11 09:22:30 to 2022-03-11 10:10:56 UTC [more...]

[PATCH v2 00/18] tests: introduce testing coverage for TLS with migration
 2022-03-11 10:07 UTC  (7+ messages)
` [PATCH v2 03/18] tests: support QTEST_TRACE env variable
` [PATCH v2 04/18] tests: print newline after QMP response in qtest logs
` [PATCH v2 06/18 for-7.0] migration: fix use of TLS PSK credentials with a UNIX socket

[PATCH v3] dt-bindings: dma: Convert mtk-uart-apdma to DT schema
 2022-03-11 10:10 UTC  (2+ messages)

[PATCH 4.19 00/33] 4.19.234-rc2 review
 2022-03-11 10:09 UTC  (2+ messages)

[Buildroot] [PATCH] package/qt5/qt5base: fix CVE-2022-25255
 2022-03-11 10:09 UTC  (4+ messages)

[PATCH] dmaengine: ppc4xx: Make use of the helper macro LIST_HEAD()
 2022-03-11 10:09 UTC  (2+ messages)

[PATCH 5.15 00/58] 5.15.28-rc2 review
 2022-03-11 10:08 UTC  (2+ messages)

[PATCH] ASoC: tlv320aic3x: add dmic widget support
 2022-03-11 10:06 UTC 

alternatives+livepatch testing
 2022-03-11 10:05 UTC  (2+ messages)

[PATCH v3 0/4] Improve anti-pre-emption w/a for compute workloads
 2022-03-11 10:07 UTC  (7+ messages)
` [PATCH v3 4/4] drm/i915: Improve long running OCL w/a for GuC submission
  ` [Intel-gfx] "

[PATCH v2 0/3] Add support for RZ/G2L VSPD
 2022-03-11 10:06 UTC  (4+ messages)
` [PATCH v2 3/3] media: vsp1: "

[PATCH 1/2] x86/gpu: include drm/i915_pciids.h directly in early quirks
 2022-03-11 10:06 UTC  (4+ messages)
` [Intel-gfx] "
` [PATCH 2/2] drm/i915: include uapi/drm/i915_drm.h directly where needed
  ` [Intel-gfx] "

RTT-PROBE: lore-subspace-rtt
 2022-03-11 10:06 UTC 

[PATCH v2] selftests, x86: fix how check_cc.sh is being invoked
 2022-03-11 10:05 UTC 

[PATCH] usb: usb251xb: Set boost value for up- and downstream ports
 2022-03-11 10:04 UTC  (3+ messages)

[PATCH v2 00/11] edk2: update to stable202202
 2022-03-11 10:02 UTC  (7+ messages)
` [PATCH v2 01/11] tests/acpi: allow virt memory hotplug changes
` [PATCH v2 07/11] tests/acpi: update expected data files
` [PATCH v2 08/11] tests/acpi: disallow virt memory hotplug changes

[LTP] [PATCH] pty/pty07: Restore active console after the testrun
 2022-03-11 10:06 UTC  (3+ messages)

[PATCH] x86: Remove a.out support
 2022-03-11 10:03 UTC  (11+ messages)
            ` [PATCH] a.out: Stop building a.out/osf1 support on alpha and m68k

[RFC PATCH 00/36] iommu/amd: Add multiple PCI segments support
 2022-03-11  9:48 UTC  (37+ messages)
` [RFC PATCH 01/36] iommu/amd: Introduce pci segment structure
` [RFC PATCH 02/36] iommu/amd: Introduce per PCI segment device table
` [RFC PATCH 03/36] iommu/amd: Introduce per PCI segment rlookup table
` [RFC PATCH 04/36] iommu/amd: Introduce per PCI segment irq_lookup_table
` [RFC PATCH 05/36] iommu/amd: Introduce per PCI segment dev_data_list
` [RFC PATCH 06/36] iommu/amd: Introduce per PCI segment old_dev_tbl_cpy
` [RFC PATCH 07/36] iommu/amd: Introduce per PCI segment alias_table
` [RFC PATCH 08/36] iommu/amd: Introduce per PCI segment unity map list
` [RFC PATCH 09/36] iommu/amd: Introduce per PCI segment last_bdf
` [RFC PATCH 10/36] iommu/amd: Introduce per PCI segment device table size
` [RFC PATCH 11/36] iommu/amd: Introduce per PCI segment alias "
` [RFC PATCH 12/36] iommu/amd: Introduce per PCI segment rlookup "
` [RFC PATCH 13/36] iommu/amd: Convert to use per PCI segment irq_lookup_table
` [RFC PATCH 14/36] iommu/amd: Convert to use rlookup_amd_iommu helper function
` [RFC PATCH 15/36] iommu/amd: Update irq_remapping_alloc to use IOMMU lookup "
` [RFC PATCH 16/36] iommu/amd: Introduce struct amd_ir_data.iommu
` [RFC PATCH 17/36] iommu/amd: Update amd_irte_ops functions
` [RFC PATCH 18/36] iommu/amd: Update alloc_irq_table and alloc_irq_index
` [RFC PATCH 19/36] iommu/amd: Convert to use per PCI segment rlookup_table
` [RFC PATCH 20/36] iommu/amd: Update set_dte_entry and clear_dte_entry
` [RFC PATCH 21/36] iommu/amd: Update iommu_ignore_device
` [RFC PATCH 22/36] iommu/amd: Update dump_dte_entry
` [RFC PATCH 23/36] iommu/amd: Update set_dte_irq_entry
` [RFC PATCH 24/36] iommu/amd: Update (un)init_device_table_dma()
` [RFC PATCH 25/36] iommu/amd: Update set_dev_entry_bit() and get_dev_entry_bit()
` [RFC PATCH 26/36] iommu/amd: Remove global amd_iommu_dev_table
` [RFC PATCH 27/36] iommu/amd: Remove global amd_iommu_alias_table
` [RFC PATCH 28/36] iommu/amd: Remove global amd_iommu_last_bdf
` [RFC PATCH 29/36] iommu/amd: Flush upto last_bdf only
` [RFC PATCH 30/36] iommu/amd: Introduce get_device_sbdf_id() helper function
` [RFC PATCH 31/36] iommu/amd: Include PCI segment ID when initialize IOMMU
` [RFC PATCH 32/36] iommu/amd: Specify PCI segment ID when getting pci device
` [RFC PATCH 33/36] iommu/amd: Add PCI segment support for ivrs_ioapic, ivrs_hpet, ivrs_acpihid commands
` [RFC PATCH 34/36] iommu/amd: Print PCI segment ID in error log messages
` [RFC PATCH 35/36] iommu/amd: Update device_state structure to include PCI seg ID
` [RFC PATCH 36/36] iommu/amd: Update amd_iommu_fault "

RTT-PROBE: lore-subspace-rtt
 2022-03-11 10:01 UTC 

[PATCH v3] i386/cpu: Remove the deprecated cpu model 'Icelake-Client'
 2022-03-11  9:59 UTC  (4+ messages)

nspr-native does not build on Debian bullseye for x86_64 target?
 2022-03-11 10:01 UTC  (3+ messages)
` [yocto] "
  ` AW: "

[PATCH v7 00/13] Add GuC Error Capture Support
 2022-03-11  9:59 UTC  (4+ messages)
` [Intel-gfx] [PATCH v7 01/13] drm/i915/guc: Update GuC ADS size for error capture lists

[PATCH 0/7] RZN1 UART DMA support
 2022-03-11  9:59 UTC  (5+ messages)
` [PATCH 6/7] serial: 8250_dw: Add support for RZ/N1 DMA

[PATCH v6 0/6] A design for future-proofing fsync() configuration
 2022-03-11  9:58 UTC  (2+ messages)
` [PATCH v2] core.fsync: new option to harden references

[PATCH 5.4 00/33] 5.4.184-rc2 review
 2022-03-11  9:58 UTC  (2+ messages)

Linux 4.19.234
 2022-03-11  9:57 UTC  (2+ messages)

Linux 4.14.271
 2022-03-11  9:57 UTC  (2+ messages)

Linux 4.9.306
 2022-03-11  9:57 UTC  (2+ messages)

[PATCH] mm/huge_memory: remove unneeded local variable follflags
 2022-03-11  9:56 UTC  (2+ messages)

RTT-PROBE: lore-subspace-rtt
 2022-03-11  9:56 UTC 

[PATCH] staging: r8188eu: Directly return 0 instead of using local ret variable
 2022-03-11  9:56 UTC  (2+ messages)

[PATCH V7 00/29] Live Update
 2022-03-11  9:54 UTC  (13+ messages)
` [PATCH V7 10/29] machine: memfd-alloc option

[PATCH] mm/madvise: Use vma_lookup() instead of find_vma()
 2022-03-11  9:55 UTC  (2+ messages)

[PATCH] mm/khugepaged: sched to numa node when collapse huge page
 2022-03-11  9:55 UTC  (4+ messages)

[PATCH v15 00/22] Add MediaTek SoC DRM (vdosys1) support for mt8195
 2022-03-11  9:51 UTC  (10+ messages)
` [PATCH v15 01/22] dt-bindings: mediatek: add vdosys1 RDMA definition "

[PATCH 0/2] ARM: at91: sama7g5: Reset external devices at software reset
 2022-03-11  9:51 UTC  (2+ messages)

[bug report] worker watchdog timeout in dispatch loop for null_blk
 2022-03-11  9:51 UTC  (6+ messages)

[PATCH] dmaengine: idxd: Remove useless DMA-32 fallback configuration
 2022-03-11  9:51 UTC  (2+ messages)

RTT-PROBE: lore-subspace-rtt
 2022-03-11  9:51 UTC 

[PATCH v2] target/riscv: write back unmodified value for csrrc/csrrs with rs1 is not x0 but holding zero
 2022-03-11  9:46 UTC  (2+ messages)

[PATCH] mke2fs: Add extended option for prezeroed storage devices
 2022-03-11  9:49 UTC  (4+ messages)
` [PATCH v2] "

[PATCH v2 0/2] Add support for ARTPEC-8 UART
 2022-03-11  9:45 UTC  (6+ messages)
` [PATCH v2 1/2] dt-bindings: serial: samsung: Add "
` [PATCH v2 2/2] tty: serial: samsung: Add ARTPEC-8 support

[PATCH v2 0/6] Boot time cpupools
 2022-03-11  9:46 UTC  (6+ messages)
` [PATCH v2 4/6] xen/cpupool: Create different cpupools at boot time

[linux-next:master 8752/11953] sound/soc/codecs/lpass-macro-common.c:53 lpass_macro_pds_init() warn: passing zero to 'ERR_PTR'
 2022-03-11  9:47 UTC 

[PATCH v8 00/24] drm/rockchip: RK356x VOP2 support
 2022-03-11  8:33 UTC  (3+ messages)
` [PATCH v8 04/24] dt-bindings: display: rockchip: dw-hdmi: use "ref" as clock name
` [PATCH v8 10/24] dt-bindings: display: rockchip: dw-hdmi: Add additional clock

RTT-PROBE: lore-subspace-rtt
 2022-03-11  9:46 UTC 

RFC: Using '--no-output-indicator-old' to only show new state
 2022-03-11  9:45 UTC  (2+ messages)
` [PATCH] parse-options: add per-option flag to stop abbreviation

[mm] aae2359b1a: BUG:Bad_rss-counter_state_mm:#type:MM_ANONPAGES_val
 2022-03-11  9:44 UTC  (3+ messages)

[PATCH V3] tty: serial: bcm63xx: use more precise Kconfig symbol
 2022-03-11  9:43 UTC  (4+ messages)

[next] arm64: allmodconfig: kernel BUG at include/linux/page-flags.h:509
 2022-03-11  9:43 UTC 

[PATCH v5 0/5] A design for future-proofing fsync() configuration
 2022-03-11  9:36 UTC  (5+ messages)
` [PATCH 7/8] core.fsync: new option to harden loose references

[RFC 0/2] support to clear in-flight packets for async
 2022-03-11 17:34 UTC  (4+ messages)
` [RFC v2 "
  ` [RFC v2 1/2] vhost: support clear in-flight packets for async dequeue
  ` [RFC v2 2/2] example/vhost: support to "

RTT-PROBE: lore-subspace-rtt
 2022-03-11  9:41 UTC 

[PATCH] app/testpmd: fixed using strtoull with 64-bit variables
 2022-03-11  9:40 UTC  (3+ messages)

[PATCH v9 00/14] Multi-Gen LRU Framework
 2022-03-11  9:38 UTC  (5+ messages)
` [PATCH v9 14/14] mm: multi-gen LRU: design doc

[PATCH v2 0/3] PL022 DT fixes for seattle, lg and lpc platform
 2022-03-11  9:38 UTC  (8+ messages)
` [PATCH v2 1/3] arm64: dts: seattle: Update spi clock properties
` [PATCH v2 2/3] arm64: dts: lg131x: "
` [PATCH v2 3/3] ARM: dts: lpc32xx: "

[PATCH v6 0/2] drm/mm: Add an iterator to optimally walk over holes suitable for an allocation
 2022-03-11  9:39 UTC  (4+ messages)
` [PATCH v6 2/2] drm/i915/gem: Don't try to map and fence large scanout buffers (v9)
  ` [Intel-gfx] "

[PATCH] ALSA: hda/realtek - Fix headset mic problem for a HP machine with alc671
 2022-03-11  9:38 UTC 

[PATCH] block-qdict: Fix -Werror=maybe-uninitialized build failure
 2022-03-11  9:33 UTC  (2+ messages)

[PATCH v7 0/4] add TCB driver for sama5d2
 2022-03-11  9:35 UTC  (5+ messages)
` [PATCH v7 1/4] timer: atmel_tcb_timer: add atmel_tcb driver
` [PATCH v7 2/4] ARM: dts: at91: sama5d2: add AIC node
` [PATCH v7 3/4] ARM: dts: at91: sama5d2: add TCB node
` [PATCH v7 4/4] configs: sama5d2: enable option CONFIG_ATMEL_TCB_TIMER

[PATCH net-next 0/3] netdevsim: Support for L3 HW stats
 2022-03-11  9:18 UTC  (4+ messages)
` [PATCH net-next 1/3] netdevsim: Introduce support for L3 offload xstats

[PATCH] ref-manual: INCOMPATIBLE_LICENSE: use new license wildcards
 2022-03-11  9:38 UTC  (2+ messages)
` [docs] "

[PATCH v2] USB: serial: pl2303: Add IBM device IDs
 2022-03-11  9:37 UTC  (10+ messages)

[PATCH] mm/mempolicy: fix potential mpol_new leak in shared_policy_replace
 2022-03-11  9:36 UTC 

[RFC PATCH v0 0/6] x86/AMD: Userspace address tagging
 2022-03-11  9:36 UTC  (8+ messages)

RTT-PROBE: lore-subspace-rtt
 2022-03-11  9:36 UTC 

[PATCH v3 1/2] media: coda: Fix reported H264 profile
 2022-03-11  9:35 UTC  (3+ messages)
` [PATCH v3 2/2] media: coda: Add more H264 levels for CODA960

linux-next: No tree today
 2022-03-11  9:34 UTC 

[PATCH 0/2 RESEND] Mitigate race condition problems when unbinding DRM driver
 2022-03-11  9:34 UTC  (9+ messages)
` [PATCH 1/2 RESEND] drm/bridge: parade-ps8640: avoid race condition on driver unbinding
` [PATCH 2/2 RESEND] drm/bridge: Add extra checks in pre_enable and post_enable

[PATCH v3 01/10] arch: arm: mach-hpe: Introduce the HPE GXP architecture
 2022-03-11  9:34 UTC  (5+ messages)
` [PATCH v3 05/10] dt-bindings: timer: Add HPE GXP Timer Binding
` [PATCH v3 06/10] dt-bindings: watchdog: Add HPE GXP Watchdog timer binding

[PATCH 0/2] media: Add ST VGXY61 camera sensor driver
 2022-03-11  9:34 UTC  (6+ messages)
` [PATCH 2/2] media: i2c: Add driver for ST VGXY61 camera sensor

[Buildroot] [PATCH v2 0/7] boot/optee-os: support new optee-os 3.16.0 build dependencies
 2022-03-11  9:32 UTC  (2+ messages)

[PATCH experiment 00/35] stackless coroutine backend
 2022-03-11  9:27 UTC  (4+ messages)

[PATCH mmotm] mempolicy: mbind_range() set_policy() after vma_merge()
 2022-03-11  9:33 UTC  (11+ messages)

[PATCH v8 0/3] teach submodules to know they're submodules
 2022-03-11  9:09 UTC  (3+ messages)
` [PATCH v9 "

[PATCH 00/11] edk2: update to stable202202
 2022-03-11  9:26 UTC  (5+ messages)
` MAINTAINERS: macOS host support (was: MAINTAINERS: take edk2)

[PATCH] sched: topology: make cache topology separate from cpu topology
 2022-03-11  9:30 UTC  (8+ messages)

RTT-PROBE: lore-subspace-rtt
 2022-03-11  9:31 UTC 

[PATCH V2] tty: serial: bcm63xx: use more precise Kconfig symbol
 2022-03-11  9:29 UTC  (3+ messages)

[igt-dev] [i-g-t,v2] igt/gem_mmap_offset: Adding subtest oob_read
 2022-03-11  9:28 UTC  (2+ messages)
` [igt-dev] ✗ Fi.CI.IGT: failure for igt/gem_mmap_offset: Adding subtest oob_read (rev3)

[f2fs-dev] [PATCH v2] generic/066: attr1 is still there after log replay on f2fs
 2022-03-11  9:43 UTC  (2+ messages)
`  "

[djwong-xfs:vectorized-scrub 95/346] fs/xfs/xfs_inode.c:952:1: error: expected identifier or '('
 2022-03-11  9:26 UTC 

[PATCH 0/3] drm/msm/gpu: More system suspend fixes
 2022-03-11  9:26 UTC  (4+ messages)
` [PATCH 1/3] drm/msm/gpu: Rename runtime suspend/resume functions

RTT-PROBE: lore-subspace-rtt
 2022-03-11  9:26 UTC 

[PATCH v1 0/3]sgpio:nuvoton:add support for Nuvoton NPCM SoCs
 2022-03-11  9:25 UTC  (4+ messages)
` [PATCH v1 2/3] dt-bindings: support Nuvoton sgpio

Linux kernel 4.14.271 released
 2022-03-11  9:25 UTC 

Linux kernel 4.19.234 released
 2022-03-11  9:25 UTC 

[PATCH v2] mm: Only re-generate demotion targets when a numa node changes its N_CPU state
 2022-03-11  9:23 UTC  (3+ messages)

[PATCH 2/2] block: remove the per-bio/request write hint
 2022-03-11  9:23 UTC  (14+ messages)
    ` [EXT] "

[PATCH 0/2] KVM: x86: add support for CPUID leaf 0x80000021
 2022-03-11  9:23 UTC  (3+ messages)
` [PATCH 2/2] KVM: x86: synthesize CPUID leaf 0x80000021h if useful

[PATCH 3/3] serial: 8250_fintek.c: Clean up set_termios() message
 2022-03-11  9:23 UTC  (2+ messages)

[PATCH v5 0/5] Update mdp clk to max supported value to support higher refresh rates
 2022-03-11  9:22 UTC  (6+ messages)
` [PATCH v5 1/5] arm64/dts/qcom/sc7280: remove assigned-clock-rate property for mdp clk

[PATCH v2 0/2] exfat: allow access to paths with trailing dots
 2022-03-11  9:22 UTC  (5+ messages)
` [PATCH v2 2/2] exfat currently unconditionally strips trailing periods '.' when performing path lookup, but allows them in the filenames during file creation. This is done intentionally, loosely following Windows behaviour and specifications which state:

[PATCH] ref-manual: system-requirements: update supported Linux distributions
 2022-03-11  9:22 UTC  (3+ messages)
` [docs] "

[PATCH 2/3] serial: 8250_fintek.c: Report chipID
 2022-03-11  9:21 UTC  (2+ messages)


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.