All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-01-27 23:16:17 to 2022-01-28 00:27:28 UTC [more...]

[PATCH v3 00/14] CXL Region driver
 2022-01-28  0:27 UTC  (10+ messages)
` [PATCH v3 01/14] cxl/region: Add region creation ABI
` [PATCH v3 02/14] cxl/region: Introduce concept of region configuration
` [PATCH v3 03/14] cxl/mem: Cache port created by the mem dev
` [PATCH v3 04/14] cxl/region: Introduce a cxl_region driver
` [PATCH v3 05/14] cxl/acpi: Handle address space allocation
` [PATCH v3 06/14] cxl/region: Address "
` [PATCH v3 07/14] cxl/region: Implement XHB verification
` [PATCH v3 08/14] cxl/region: HB port config verification
` [PATCH v3 09/14] cxl/region: Add infrastructure for decoder programming

[seabios test] 167920: tolerable FAIL - PUSHED
 2022-01-28  0:26 UTC 

[PATCH v5 00/24] Userspace P2PDMA with O_DIRECT NVMe devices
 2022-01-28  0:26 UTC  (50+ messages)
` [PATCH v5 01/24] ext4/xfs: add page refcount helper
` [PATCH v5 02/24] mm: remove extra ZONE_DEVICE struct page refcount
` [PATCH v5 03/24] lib/scatterlist: add flag for indicating P2PDMA segments in an SGL
` [PATCH v5 04/24] PCI/P2PDMA: Attempt to set map_type if it has not been set
` [PATCH v5 05/24] PCI/P2PDMA: Expose pci_p2pdma_map_type()
` [PATCH v5 06/24] PCI/P2PDMA: Introduce helpers for dma_map_sg implementations
` [PATCH v5 07/24] dma-mapping: allow EREMOTEIO return code for P2PDMA transfers
` [PATCH v5 08/24] dma-direct: support PCI P2PDMA pages in dma-direct map_sg
` [PATCH v5 09/24] dma-mapping: add flags to dma_map_ops to indicate PCI P2PDMA support
` [PATCH v5 10/24] iommu/dma: support PCI P2PDMA pages in dma-iommu map_sg
` [PATCH v5 11/24] nvme-pci: check DMA ops when indicating support for PCI P2PDMA
` [PATCH v5 12/24] nvme-pci: convert to using dma_map_sgtable()
` [PATCH v5 13/24] RDMA/core: introduce ib_dma_pci_p2p_dma_supported()
` [PATCH v5 14/24] RDMA/rw: drop pci_p2pdma_[un]map_sg()
` [PATCH v5 15/24] PCI/P2PDMA: Remove pci_p2pdma_[un]map_sg()
` [PATCH v5 16/24] mm: introduce FOLL_PCI_P2PDMA to gate getting PCI P2PDMA pages
` [PATCH v5 17/24] iov_iter: introduce iov_iter_get_pages_[alloc_]flags()
` [PATCH v5 18/24] block: add check when merging zone device pages
` [PATCH v5 19/24] lib/scatterlist: "
` [PATCH v5 20/24] block: set FOLL_PCI_P2PDMA in __bio_iov_iter_get_pages()
` [PATCH v5 21/24] block: set FOLL_PCI_P2PDMA in bio_map_user_iov()
` [PATCH v5 22/24] mm: use custom page_free for P2PDMA pages
` [PATCH v5 23/24] PCI/P2PDMA: Introduce pci_mmap_p2pmem()
` [PATCH v5 24/24] nvme-pci: allow mmaping the CMB in userspace

stable-rc/linux-5.10.y build: 173 builds: 3 failed, 170 passed, 4 errors, 9 warnings (v5.10.94-7-ga2441d7f51b17)
 2022-01-28  0:24 UTC 

[dunfell][PATCH 1/2] glibc : Fix CVE-2022-23218
 2022-01-28  0:24 UTC  (4+ messages)
` [dunfell][PATCH 2/2] glibc : Fix CVE-2022-23219
` [OE-core] [dunfell][PATCH 1/2] glibc : Fix CVE-2022-23218

[PATCH] target/arm: Use correct entrypoint for SVC taken from Hyp to Hyp
 2022-01-28  0:23 UTC  (4+ messages)

stable-rc/linux-4.4.y baseline: 125 runs, 1 regressions (v4.4.300-2-g187d7c3b8ca09)
 2022-01-28  0:23 UTC 

[PATCH] dt-bindings: mtd: drop mtd/cortina,gemini-flash.txt
 2022-01-28  0:18 UTC  (4+ messages)

converting IMX6 board to DM_ETH and DM_USB - usb_ether gadget support
 2022-01-28  0:20 UTC  (3+ messages)

[RFC][PATCH v2 0/5] sched: User Managed Concurrency Groups
 2022-01-28  0:17 UTC  (7+ messages)
` [RFC][PATCH v2 4/5] x86/uaccess: Implement unsafe_try_cmpxchg_user()

[PATCH v3] linux-user: Implement starttime field in self stat emulation
 2022-01-28  0:12 UTC 

stable-rc/linux-5.4.y baseline: 89 runs, 5 regressions (v5.4.174-12-gaa3124a3444f)
 2022-01-28  0:15 UTC 

sound/soc/codecs/ak4375.c:343:3: warning: Value stored to 'mclk' is never read [clang-analyzer-deadcode.DeadStores]
 2022-01-28  0:14 UTC 

[PATCH 00/11] Finish converting git bisect into a built-in
 2022-01-28  0:12 UTC  (12+ messages)
` [PATCH 01/11] bisect run: fix the error message
` [PATCH 02/11] bisect--helper: retire the --no-log option
` [PATCH 03/11] bisect--helper: really retire --bisect-next-check
` [PATCH 04/11] bisect--helper: really retire `--bisect-autostart`
` [PATCH 05/11] bisect--helper: align the sub-command order with git-bisect.sh
` [PATCH 06/11] bisect--helper: make `--bisect-state` optional
` [PATCH 07/11] bisect: move even the option parsing to `bisect--helper`
` [PATCH 08/11] bisect--helper: using `--bisect-state` without an argument is a bug
` [PATCH 09/11] Turn `git bisect` into a full built-in
` [PATCH 10/11] bisect: remove Cogito-related code
` [PATCH 11/11] bisect: no longer try to clean up left-over `.git/head-name` files

RFC random(4) We don't need no steenking 
 2022-01-28  0:12 UTC  (3+ messages)

[Intel-wired-lan] [PATCH net-next 00/19] Add iecm and idpf
 2022-01-28  0:10 UTC  (20+ messages)
` [Intel-wired-lan] [PATCH net-next 01/19] virtchnl: Add new virtchnl2 ops
` [Intel-wired-lan] [PATCH net-next 02/19] iecm: add basic module init and documentation
` [Intel-wired-lan] [PATCH net-next 03/19] iecm: add probe and remove
` [Intel-wired-lan] [PATCH net-next 04/19] iecm: add api_init and controlq init
` [Intel-wired-lan] [PATCH net-next 05/19] iecm: add vport alloc and virtchnl messages
` [Intel-wired-lan] [PATCH net-next 06/19] iecm: add virtchnl messages for queues
` [Intel-wired-lan] [PATCH net-next 07/19] iecm: finish virtchnl messages
` [Intel-wired-lan] [PATCH net-next 08/19] iecm: add interrupts and configure netdev
` [Intel-wired-lan] [PATCH net-next 09/19] iecm: alloc vport TX resources
` [Intel-wired-lan] [PATCH net-next 10/19] iecm: alloc vport RX resources
` [Intel-wired-lan] [PATCH net-next 11/19] iecm: add start_xmit and set_rx_mode
` [Intel-wired-lan] [PATCH net-next 12/19] iecm: finish netdev_ops
` [Intel-wired-lan] [PATCH net-next 13/19] iecm: implement splitq napi_poll
` [Intel-wired-lan] [PATCH net-next 14/19] iecm: implement singleq napi_poll
` [Intel-wired-lan] [PATCH net-next 15/19] iecm: implement ethtool callbacks
` [Intel-wired-lan] [PATCH net-next 16/19] iecm: implement flow director
` [Intel-wired-lan] [PATCH net-next 17/19] iecm: implement cloud filters
` [Intel-wired-lan] [PATCH net-next 18/19] iecm: add advanced rss
` [Intel-wired-lan] [PATCH net-next 19/19] idpf: introduce idpf driver

[PATCH 0/2] iommu/ipmmu-vmsa: Add support for R-Car Gen4
 2022-01-28  0:09 UTC  (5+ messages)
` [PATCH 1/2] dt-bindings: iommu: renesas, ipmmu-vmsa: add r8a779f0 support
  ` [PATCH 1/2] dt-bindings: iommu: renesas,ipmmu-vmsa: "

[PATCH v3 0/3] sparse checkout: custom bash completion updates
 2022-01-28  0:08 UTC  (4+ messages)
` [PATCH v4 0/3] completion: sparse-checkout updates
  ` [PATCH v4 1/3] completion: add sparse-checkout tests

[PATCH v2] x86/csum: Add KASAN/KCSAN instrumentation
 2022-01-28  0:07 UTC 

[RFC PATCH v2 0/5] vfio/pci: Enable runtime power management support
 2022-01-28  0:05 UTC  (3+ messages)
` [RFC PATCH v2 3/5] vfio/pci: fix memory leak during D3hot to D0 tranistion

[RFC PATCH 0/4] nfsd: allow NFSv4 state to be revoked
 2022-01-28  0:07 UTC  (4+ messages)

[RFC PATCH] docs/devel: mention our .editorconfig
 2022-01-28  0:05 UTC  (2+ messages)

[linux-5.4 test] 167916: tolerable FAIL - PUSHED
 2022-01-28  0:06 UTC 

[PATCH bpf-next 0/3] migrate from bpf_prog_test_run{,_xattr}
 2022-01-27 23:58 UTC  (3+ messages)
` [PATCH bpf-next 2/3] bpftool: migrate from bpf_prog_test_run_xattr
` [PATCH bpf-next 3/3] libbpf: Deprecate bpf_prog_test_run_xattr and bpf_prog_test_run

[PATCH net-next 0/5] Virtual PTP clock improvements and fix
 2022-01-27 23:58 UTC  (3+ messages)
` [PATCH net-next 1/5] ptp: unregister virtual clocks when unregistering physical clock

[PATCH] gpio: ixp4xx: Detect special machines by compatible
 2022-01-27 23:54 UTC 

[PATCH net-next 0/6] net: page_pool: Add page_pool stat counters
 2022-01-27 23:55 UTC  (3+ messages)

[PATCH next] bonding: pair enable_port with slave_arr_updates
 2022-01-27 23:54 UTC  (2+ messages)

[PATCH net 0/8] Netfilter fixes for net
 2022-01-27 23:52 UTC  (9+ messages)
` [PATCH net 1/8] netfilter: Remove flowtable relics
` [PATCH net 2/8] netfilter: nft_ct: fix use after free when attaching zone template
` [PATCH net 3/8] selftests: netfilter: reduce zone stress test running time
` [PATCH net 4/8] selftests: netfilter: check stateless nat udp checksum fixup
` [PATCH net 5/8] netfilter: nft_reject_bridge: Fix for missing reply from prerouting
` [PATCH net 6/8] netfilter: nft_byteorder: track register operations
` [PATCH net 7/8] selftests: nft_concat_range: add test for reload with no element add/del
` [PATCH net 8/8] netfilter: nf_tables: remove assignment with no effect in chain blob builder

[PATCH 0/7] tracing: Misc bugfixes
 2022-01-27 23:50 UTC  (3+ messages)

[Bug 215540] New: mvebu: no pcie devices detected on turris omnia (5.16.3 regression)
 2022-01-27 23:49 UTC 

[PATCH] receive-pack: interrupt pre-receive when client disconnects
 2022-01-27 23:47 UTC  (7+ messages)
` [PATCH v2] receive-pack: add option to interrupt pre-receive when client exits

[PATCH v2] ACPI: device_sysfs: Add sysfs support for _PLD
 2022-01-27 23:44 UTC 

[Intel-gfx] [CI v3 0/6] Second round of i915_reg.h splitting
 2022-01-27 23:43 UTC  (7+ messages)
` [Intel-gfx] [CI v3 1/6] drm/i915/perf: Move OA regs to their own header
` [Intel-gfx] [CI v3 2/6] drm/i915/perf: Express OA register ranges with i915_range
` [Intel-gfx] [CI v3 3/6] drm/i915: Parameterize R_PWR_CLK_STATE register definition
` [Intel-gfx] [CI v3 4/6] drm/i915: Parameterize MI_PREDICATE registers
` [Intel-gfx] [CI v3 5/6] drm/i915: Move GT registers to their own header file
` [Intel-gfx] [CI v3 6/6] drm/i915: Only include i915_reg.h from .c files

[Intel-gfx] [PATCH 0/2] Use drm_clflush* instead of clflush
 2022-01-27 23:41 UTC  (3+ messages)
` [Intel-gfx] [PATCH 1/2] drm/i915/gt: Re-work intel_write_status_page
` [Intel-gfx] [PATCH 2/2] drm/i915/gt: Re-work invalidate_csb_entries

[PATCH] Revert "module, async: async_synchronize_full() on module init iff async is used"
 2022-01-27 23:39 UTC 

[PATCH] ata: ahci: Skip 200 ms debounce delay for Marvell 88SE9235
 2022-01-27 23:40 UTC  (2+ messages)

[PATCH] input/adb: Only include where needed
 2022-01-27 23:39 UTC  (2+ messages)

Treating CXL Type 3 device as a block device
 2022-01-27 23:39 UTC 

[PATCH v2 0/8] HMM profiler interface
 2022-01-27 23:37 UTC  (5+ messages)
` [PATCH v2 5/8] drm/amdkfd: add migration SMI event
` [PATCH v2 6/8] drm/amdkfd: Add user queue eviction restore "

[PATCH 1/2] ath11k: pci: fix crash on suspend if board file is not found
 2022-01-27 23:36 UTC  (3+ messages)
` [PATCH 2/2] ath11k: mhi: use mhi_sync_power_up()

[PATCH] ata: pata_pdc202xx_old: make make static read-only array pio_timing const
 2022-01-27 23:36 UTC  (2+ messages)

[PATCH v4] selftests/kselftest/runner.sh: Pass optional command parameters in environment
 2022-01-27 23:35 UTC  (2+ messages)

[PATCH] ata: pata_atiixp: make static read-only arrays const
 2022-01-27 23:35 UTC  (2+ messages)

[PATCH] ata: pata_platform: Make use of platform_get_mem_or_io()
 2022-01-27 23:35 UTC  (2+ messages)

[PATCH 0/3] Quartz64-A fixes and enablement from 5.17-rc1
 2022-01-27 23:32 UTC  (7+ messages)
` [PATCH 3/3] arm64: dts: rockchip: add Quartz64-A sdmmc1 node

[cxl:preview 57/60] drivers/cxl/region.c:533:26: warning: The expression is an uninitialized value. The computed value will also be garbage [clang-analyzer-core.uninitialized.Assign]
 2022-01-27 23:33 UTC 

[PATCH 1/2] arm64: dts: rockchip: rename and sort the rk356x usb2 phy handles
 2022-01-27 23:32 UTC  (4+ messages)

[PATCH] btrfs: add test case to make sure autodefrag won't give up the whole cluster when there is a hole in it
 2022-01-27 23:32 UTC  (3+ messages)

[PATCH] arm64: errata: Remove AES hwcap for COMPAT tasks on A57 and A72
 2022-01-27 23:31 UTC  (6+ messages)

[PATCH v4 RESEND 0/4] power: supply: Add Support for RK817 Charger
 2022-01-27 23:27 UTC  (5+ messages)
` [PATCH v4 RESEND 3/4] power: supply: Add charger driver for Rockchip RK817

stable-rc/queue/5.16 build: 169 builds: 5 failed, 164 passed, 12 errors, 4 warnings (v5.16.3-9-g8b2afa9933759)
 2022-01-27 23:26 UTC 

[PATCH net-next 2/3] net/smc: Limits backlog connections
 2022-01-27 23:23 UTC  (3+ messages)

Regression with 5021d709b31b ("tty: serial: Use fifo in 8250 console driver")
 2022-01-27 23:24 UTC 

[PATCH 0/5] Miscellaneous trivial fixes
 2022-01-27 23:23 UTC  (3+ messages)
` [PATCH 1/5] selftests: skip mincore.check_file_mmap when fs lacks needed support

[Buildroot] [Bug 14556] New: python-crossbar fails to build
 2022-01-27 23:22 UTC 

[PATCH v2 00/15] rk3399: Clean up and enable DDR DVFS
 2022-01-27 23:17 UTC  (14+ messages)
` [PATCH v2 02/15] dt-bindings: devfreq: rk3399_dmc: Deprecate unused/redundant properties
` [PATCH v2 11/15] arm64: dts: rk3399: Add dfi and dmc nodes
` [PATCH v2 12/15] arm64: dts: rockchip: Enable dmc and dfi nodes on gru
` [PATCH v2 13/15] PM / devfreq: rk3399_dmc: Disable edev on remove()
` [PATCH v2 14/15] PM / devfreq: rk3399_dmc: Use devm_pm_opp_of_add_table()
` [PATCH v2 15/15] PM / devfreq: rk3399_dmc: Avoid static (reused) profile

[PATCH] hw/sensor: Add SB-TSI Temperature Sensor Interface
 2022-01-27 23:18 UTC  (8+ messages)

[PATCH v4 00/10] Add MEMORY_DEVICE_COHERENT for coherent device memory mapping
 2022-01-27 23:20 UTC  (4+ messages)

[PATCH] imx: ventana: correct splashimage load address
 2022-01-27 23:19 UTC  (3+ messages)

[PATCH v2 0/8] target/ppc: powerpc_excp improvements [74xx] (5/n)
 2022-01-27 23:16 UTC  (4+ messages)

stable-rc/queue/4.4 baseline: 101 runs, 3 regressions (v4.4.300-1-g5b4f04e1d4173)
 2022-01-27 23:19 UTC 

[PATCH 00/11] mos6522: switch to gpios, add control line edge-triggering and extra debugging
 2022-01-27 23:16 UTC  (3+ messages)
` [PATCH 01/11] mos6522: add defines for IFR bit flags

[PATCH 2/5] kselftest: Fix vdso_test_time to pass on skips
 2022-01-27 23:18 UTC  (3+ messages)
` [PATCH] kselftest: Fix vdso_test_abi return status

[PATCH] usb: dwc3: xilinx: fix uninitialized return value
 2022-01-27 22:15 UTC 


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.