All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-02-02 14:04:30 to 2022-02-02 14:35:55 UTC [more...]

[PATCH v3 0/9] mm: COW fixes part 1: fix the COW security issue for THP and swap
 2022-02-02 14:35 UTC  (3+ messages)
` [PATCH v3 7/9] mm/swapfile: remove stale reuse_swap_page()

[PATCH] x86/Xen: streamline (and fix) PV CPU enumeration
 2022-02-02 14:35 UTC  (3+ messages)

[PATCH v2 0/3] mtd: Ensure DT compatibles have SPI device IDs
 2022-02-02 14:34 UTC 

[Intel-gfx] [PATCH v2 1/2] drm/i915/vga: switch to use VGA definitions from video/vga.h
 2022-02-02 14:35 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for series starting with [v2,1/2] "

[PATCH v2 0/6] Fix some bugs related to ramp and dax
 2022-02-02 14:33 UTC  (7+ messages)
` [PATCH v2 1/6] mm: rmap: fix cache flush on THP pages
` [PATCH v2 2/6] dax: fix cache flush on PMD-mapped pages
` [PATCH v2 3/6] mm: page_vma_mapped: support checking if a pfn is mapped into a vma
` [PATCH v2 4/6] mm: rmap: introduce pfn_mkclean_range() to cleans PTEs
` [PATCH v2 5/6] dax: fix missing writeprotect the pte entry
` [PATCH v2 6/6] mm: remove range parameter from follow_invalidate_pte()

[RFC v2 0/4] vfio/hisilicon: add acc live migration driver
 2022-02-02 14:34 UTC  (3+ messages)

[PATCH] qemu-options: fix incorrect description for '-drive index='
 2022-02-02 14:34 UTC 

[PATCH 00/12] genirq: Move irqchip runtime PM over to irq domain
 2022-02-02 14:28 UTC  (21+ messages)
` [PATCH 01/12] genirq: Allow the PM device to originate from "
` [PATCH 02/12] irqchip/gic: Move PM device over to "
` [PATCH 03/12] irqchip/renesas-intc-gpio: "
` [PATCH 04/12] irqchip/renesas-irqc: "
` [PATCH 08/12] gpio: rcar: "

[PATCH v5 00/43] CXl 2.0 emulation Support
 2022-02-02 14:10 UTC  (47+ messages)
` [PATCH v5 01/43] hw/pci/cxl: Add a CXL component type (interface)
` [PATCH v5 02/43] hw/cxl/component: Introduce CXL components (8.1.x, 8.2.5)
` [PATCH v5 03/43] MAINTAINERS: Add entry for Compute Express Link Emulation
` [PATCH v5 04/43] hw/cxl/device: Introduce a CXL device (8.2.8)
` [PATCH v5 05/43] hw/cxl/device: Implement the CAP array (8.2.8.1-2)
` [PATCH v5 06/43] hw/cxl/device: Implement basic mailbox (8.2.8.4)
` [PATCH v5 07/43] hw/cxl/device: Add memory device utilities
` [PATCH v5 08/43] hw/cxl/device: Add cheap EVENTS implementation (8.2.9.1)
` [PATCH v5 09/43] hw/cxl/device: Timestamp implementation (8.2.9.3)
` [PATCH v5 10/43] hw/cxl/device: Add log commands (8.2.9.4) + CEL
` [PATCH v5 11/43] hw/pxb: Use a type for realizing expanders
` [PATCH v5 12/43] hw/pci/cxl: Create a CXL bus type
` [PATCH v5 13/43] hw/pxb: Allow creation of a CXL PXB (host bridge)
` [PATCH v5 14/43] tests/acpi: allow DSDT.viot table changes
` [PATCH v5 15/43] acpi/pci: Consolidate host bridge setup
` [PATCH v5 16/43] tests/acpi: Add update DSDT.viot
` [PATCH v5 17/43] cxl: Machine level control on whether CXL support is enabled
` [PATCH v5 18/43] hw/cxl/component: Implement host bridge MMIO (8.2.5, table 142)
` [PATCH v5 19/43] hw/cxl/rp: Add a root port
` [PATCH v5 20/43] hw/cxl/device: Add a memory device (8.2.8.5)
` [PATCH v5 21/43] hw/cxl/device: Implement MMIO HDM decoding (8.2.5.12)
` [PATCH v5 22/43] acpi/cxl: Add _OSC implementation (9.14.2)
` [PATCH v5 23/43] tests/acpi: allow CEDT table addition
` [PATCH v5 24/43] acpi/cxl: Create the CEDT (9.14.1)
` [PATCH v5 25/43] hw/cxl/device: Add some trivial commands
` [PATCH v5 26/43] hw/cxl/device: Plumb real Label Storage Area (LSA) sizing
` [PATCH v5 27/43] hw/cxl/device: Implement get/set Label Storage Area (LSA)
` [PATCH v5 28/43] hw/cxl/component: Add utils for interleave parameter encoding/decoding
` [PATCH v5 29/43] hw/cxl/host: Add support for CXL Fixed Memory Windows
` [PATCH v5 30/43] acpi/cxl: Introduce CFMWS structures in CEDT
` [PATCH v5 31/43] hw/pci-host/gpex-acpi: Add support for dsdt construction for pxb-cxl
` [PATCH v5 32/43] pci/pcie_port: Add pci_find_port_by_pn()
` [PATCH v5 33/43] CXL/cxl_component: Add cxl_get_hb_cstate()
` [PATCH v5 34/43] mem/cxl_type3: Add read and write functions for associated hostmem
` [PATCH v5 35/43] cxl/cxl-host: Add memops for CFMWS region
` [PATCH v5 36/43] arm/virt: Allow virt/CEDT creation
` [PATCH v5 37/43] hw/arm/virt: Basic CXL enablement on pci_expander_bridge instances pxb-cxl
` [PATCH v5 38/43] RFC: softmmu/memory: Add ops to memory_region_ram_init_from_file
` [PATCH v5 39/43] hw/cxl/component Add a dumb HDM decoder handler
` [PATCH v5 40/43] i386/pc: Enable CXL fixed memory windows
` [PATCH v5 41/43] qtest/acpi: Add reference CEDT tables
` [PATCH v5 42/43] qtest/cxl: Add very basic sanity tests
` [PATCH v5 43/43] scripts/device-crash-test: Add exception for pxb-cxl

[PATCH 1/2] media: cec: add SECO MEC-based cec driver
 2022-02-02 14:31 UTC  (3+ messages)

[net-next v3 00/10] page_pool: Add page_pool stat counters
 2022-02-02 14:31 UTC  (3+ messages)

[PATCH v5 00/14] PCI devices passthrough on Arm, part 3
 2022-02-02 14:31 UTC  (12+ messages)
` [PATCH v5 09/14] vpci/header: emulate PCI_COMMAND register for guests
` [PATCH v5 13/14] xen/arm: account IO handlers for emulated PCI MSI-X

[PATCH v1] Bluetooth: btusb: Add support for Intel Madison Peak (MsP2) device
 2022-02-02 14:31 UTC  (2+ messages)

[PATCH v7 0/5] Allow guest access to EFI confidential computing secret area
 2022-02-02 14:31 UTC  (5+ messages)
` [PATCH v7 4/5] efi: Load efi_secret module if EFI secret area is populated

[net 01/18] net/mlx5: Bridge, take rtnl lock in init error handler
 2022-02-02 14:30 UTC  (2+ messages)

[PATCH v9 00/43] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2022-02-02 14:29 UTC  (7+ messages)
` [PATCH v9 10/43] x86/sev: Check SEV-SNP features support
` [PATCH v9 15/43] x86/sev: Register GHCB memory when SEV-SNP is active

[PATCH v3] ata: ahci: Skip 200 ms debounce delay for Marvell 88SE9235
 2022-02-02 14:29 UTC  (3+ messages)

[PATCH net 0/2] net: fix issues when uncloning an skb dst+metadata
 2022-02-02 14:29 UTC  (4+ messages)
` [PATCH net 1/2] net: do not keep the dst cache when uncloning an skb dst and its metadata

[PATCH v3 0/7] Add basic node support for Mediatek MT8186 SoC
 2022-02-02 14:27 UTC  (5+ messages)
` [PATCH v3 5/7] dt-bindings: phy: Add compatible for Mediatek MT8186

[Intel-gfx] [PATCH v1] drm/i915: fix null pointer dereference
 2022-02-02 14:27 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "

commit a504b703bb1da526a01593da0e4be2af9d9f5fa8 missing from 4.x LTS
 2022-02-02 14:26 UTC 

[LTP] [PATCH 1/1] fanotify22: Lower the timeout
 2022-02-02 14:26 UTC 

[PATCH v10 0/6] drm: LogiCVC display controller support
 2022-02-02 14:26 UTC  (5+ messages)
` [PATCH v10 2/6] dt-bindings: gpio: logicvc: Add a compatible with major version only

[PATCH net-next v2 0/2] Support for the IOAM insertion frequency
 2022-02-02 14:25 UTC  (3+ messages)
` [PATCH net-next v2 1/2] uapi: ioam: Insertion frequency
` [PATCH net-next v2 2/2] ipv6: ioam: Insertion frequency in lwtunnel output

[PATCH v1 1/1] x86/apic: Do apic driver probe for "nosmp" use case
 2022-02-02 17:33 UTC 

[PULL 00/20] NBD patches through 2021-09-27
 2022-02-02 13:53 UTC  (4+ messages)
` [PULL 18/20] block/nbd: drop connection_co

[PATCH] platform/x86: amd-pmc: Add support for AMD Spill to DRAM STB feature
 2022-02-02 14:24 UTC  (4+ messages)

[PATCH v2] phy: cadence: Sierra: Add support for skipping configuration
 2022-02-02 14:23 UTC  (3+ messages)

[PATCH v2] arm64: move efi_reboot to restart handler
 2022-02-02 14:01 UTC  (6+ messages)

[PATCH v5 06/12] dt-bindings: pwm: add microchip corepwm binding
 2022-02-02 14:02 UTC  (5+ messages)

[PATCH v3 0/3] Add STM32MP13 EXTI support
 2022-02-02 14:00 UTC  (4+ messages)
` [PATCH v3 1/3] dt-bindings: interrupt-controller: stm32-exti: document st, stm32mp13-exti
` [PATCH v3 2/3] irqchip/stm32-exti: add STM32MP13 support
` [PATCH v3 3/3] ARM: dts: stm32: Enable EXTI on stm32mp13

[PATCH v4 0/9] Test the new fanotify FAN_FS_ERROR event
 2022-02-02 14:22 UTC  (7+ messages)
    ` [LTP] "

[GIT PULL v3 FOR 5.18] V4L2 patches
 2022-02-02 14:22 UTC 

[PATCH] soc: renesas: Insert "Rev" before printed revision on RZ/G2L
 2022-02-02 14:21 UTC 

[PATCH 0/2] Fixing the compile-test warnings in pinctrl-npcm7xx
 2022-02-02 14:20 UTC  (2+ messages)

[ANNOUNCE] util-linux v2.38-rc1
 2022-02-02 14:21 UTC  (4+ messages)

lib/ref_tracker.c:24:9: sparse: sparse: static assertion failed: "pointer type mismatch in container_of()"
 2022-02-02 14:21 UTC 

[PATCH bpf-next 0/3] libbpf: Fix accessing the first syscall argument on s390
 2022-02-02 14:19 UTC  (3+ messages)
` [PATCH bpf-next 1/3] s390/bpf: Add orig_gpr2 to user_pt_regs

[PATCH 1/1] eal: add internal function to get base address
 2022-02-02 14:19 UTC  (3+ messages)
` [PATCH v5 "

[PATCH] mm/page_alloc: Don't pass pfn to free_unref_page_commit()
 2022-02-02 14:19 UTC  (2+ messages)

[PATCH v3] drivers: net: Replace acpi_bus_get_device()
 2022-02-02 14:19 UTC 

[PATCH v2 1/3] HID: apple: Add support for keyboard backlight on certain T2 Macs
 2022-02-02 14:18 UTC  (4+ messages)

[PATCH] iommu/vt-d: Remove comment reference to iommu_dev_has_feature
 2022-02-02 14:18 UTC  (2+ messages)

[PATCH v10 00/27] ima: Namespace IMA with audit support in IMA-ns
 2022-02-02 14:17 UTC  (4+ messages)
` [PATCH v10 02/27] ima: Do not print policy rule with inactive LSM labels

[PATCH v2 00/31] clk: mediatek: Cleanups and Improvements - Part 1
 2022-02-02 13:48 UTC  (29+ messages)
` [PATCH v2 18/31] clk: mediatek: Implement mtk_clk_unregister_composites() API
` [PATCH v2 19/31] clk: mediatek: Add mtk_clk_simple_remove()
` [PATCH v2 20/31] clk: mediatek: mtk: Clean up included headers
` [PATCH v2 21/31] clk: mediatek: cpumux: Implement error handling in register API
` [PATCH v2 22/31] clk: mediatek: gate: "
` [PATCH v2 23/31] clk: mediatek: mux: Reverse check for existing clk to reduce nesting level
` [PATCH v2 24/31] clk: mediatek: mux: Implement error handling in register API
` [PATCH v2 25/31] clk: mediatek: pll: "
` [PATCH v2 26/31] clk: mediatek: mtk: Implement error handling in register APIs
` [PATCH v2 27/31] clk: mediatek: Unregister clks in mtk_clk_simple_probe() error path
` [PATCH v2 28/31] clk: mediatek: mt8195: Hook up mtk_clk_simple_remove()
` [PATCH v2 29/31] clk: mediatek: mt8195: Implement error handling in probe functions
` [PATCH v2 30/31] clk: mediatek: mt8195: Implement remove functions
` [PATCH v2 31/31] clk: mediatek: Warn if clk IDs are duplicated

[PATCH v1 00/22] testing and plugin updates
 2022-02-02 14:17 UTC  (5+ messages)
` [PATCH v1 12/22] plugins: stxp test case from Aaron (!upstream)

[PATCH 0/1] ci: restrict concurrency
 2022-02-02 14:17 UTC  (4+ messages)
` [PATCH 1/1] "

[PATCH] ti-rtos-firmware: use nonarch_base_libdir for deployment
 2022-02-02 14:16 UTC 

[PATCH V6 0/1] nvme: Add verbose error logging
 2022-02-02 13:55 UTC  (3+ messages)
` [PATCH V6 1/1] "

[PATCH] drm/amdgpu: skipping SDMA IP suspend for S0ix
 2022-02-02 14:16 UTC  (3+ messages)

[PATCH v2 0/3] vmsd checks
 2022-02-02 13:52 UTC  (7+ messages)
` [PATCH v2 3/3] migration: Perform vmsd structure check during tests

[PATCH 1/2] powerpc: mpc8xx: drop CONFIG_SYS_RESET_ADDRESS
 2022-02-01 17:35 UTC  (3+ messages)
` [PATCH 2/2] common: drop CONFIG_SYS_RESET_ADDR

[PATCH 00/20] tcg: vector improvements
 2022-02-02 14:02 UTC  (5+ messages)
` [PATCH 09/20] tcg/i386: Implement avx512 scalar shift
` [PATCH 10/20] tcg/i386: Implement avx512 immediate sari shift

Device Tree Overlays and FIT Images - Are they supported together fully?
 2022-02-01  9:50 UTC 

[PATCH 0/8] scsi: Convert some options to Kconfig
 2022-02-01  6:14 UTC  (3+ messages)
` [PATCH 7/8] Convert CONFIG_SCSI_AHCI_PLAT et al "

[PATCH net-next 0/6] net: page_pool: Add page_pool stat counters
 2022-02-02 14:14 UTC  (6+ messages)
` [PATCH 1/6] net: page_pool: Add alloc stats and fast path stat

[RFC] remove the paride driver
 2022-02-02 14:13 UTC  (5+ messages)

[igt-dev] [PATCH i-g-t v3 0/1] lib/intel_batchbuffer: reset allocator before subtest
 2022-02-02 14:13 UTC  (2+ messages)
` [igt-dev] [PATCH i-g-t v3 1/1] lib/intel_batchbuffer: add tracking and reset for allocator

renesas/next baseline: 367 runs, 9 regressions (renesas-next-2022-02-02-v5.17-rc1)
 2022-02-02 14:13 UTC 

renesas/next baseline-nfs: 35 runs, 1 regressions (renesas-next-2022-02-02-v5.17-rc1)
 2022-02-02 14:13 UTC 

[PATCH 1/1] media: i2c: ov08d10: Unlock on error in ov08d10_enum_frame_size()
 2022-02-02 14:11 UTC 

[PATCH v1 0/6] Fast restart with many hugepages
 2022-02-02 14:12 UTC  (3+ messages)
` [PATCH v2 "

[PATCH v3] HID: add SiGma Micro driver
 2022-02-02 14:12 UTC  (2+ messages)

[PATCH] fs/ntfs3: remove unnecessary NULL check
 2022-02-02 14:12 UTC  (2+ messages)

[PATCH] block: fix DIO handling regressions in blkdev_read_iter()
 2022-02-02 14:12 UTC  (2+ messages)

[LSF/MM/BPF TOPIC][LSF/MM/BPF ATTEND] TLS handshake for in-kernel consumers
 2022-02-02 14:12 UTC 

[PATCH v2 1/2] kselftest: alsa: Check for event generation when we write to controls
 2022-02-02 14:10 UTC  (4+ messages)
` [PATCH v2 2/2] kselftest: alsa: Declare most functions static

[PATCH] random: use computational hash for entropy extraction
 2022-02-02 14:10 UTC  (5+ messages)

[PATCH][next] HID: google: Use struct_size() helper in kzalloc()
 2022-02-02 14:10 UTC  (2+ messages)

[PATCH] thunderbolt: Replace acpi_bus_get_device()
 2022-02-02 14:09 UTC  (4+ messages)

[PATCH] Revert "ASoC: amd: acp: Power on/off the speaker enable gpio pin based on DAPM callback."
 2022-02-02 14:07 UTC  (6+ messages)

[PATCH] memblock: Remove unused io.h include
 2022-02-02 14:06 UTC  (2+ messages)

[libvirt test] 167982: regressions - FAIL
 2022-02-02 14:06 UTC 

[PATCH 0/4] mm/gup: some cleanups
 2022-02-02 14:05 UTC  (3+ messages)
` [PATCH 3/4] mm/gup: remove unused pin_user_pages_locked()

[PATCH v2 0/4] ethdev: introduce IP reassembly offload
 2022-02-02 14:05 UTC  (10+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/4] "
      ` [EXT] "
  ` [PATCH v3 4/4] security: add IPsec option for IP reassembly
      ` [EXT] "

[PATCH 0/2] Fixes to amd_sfh driver
 2022-02-02 14:05 UTC  (2+ messages)

[PATCH v2 net-next 0/3] net/smc: Optimizing performance in
 2022-02-02 14:04 UTC  (4+ messages)
` [PATCH v2 net-next 3/3] net/smc: Fallback when handshake workqueue congested


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.