All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-10-21 10:37:10 to 2021-10-21 11:27:11 UTC [more...]

[PATCH v13 0/9] Add support for the silergy,sy7636a
 2021-10-21 11:27 UTC  (3+ messages)
` [PATCH v13 3/9] mfd: simple-mfd-i2c: Enable "

[PATCH] iio: adc: stm32-adc: Fix of_node_put() issue in stm32-adc
 2021-10-21 11:24 UTC  (2+ messages)

[PATCH] RISC-V:KVM: remove unneeded semicolon Elimate the following coccinelle check warning: ./arch/riscv/kvm/vcpu_sbi.c:169:2-3: Unneeded semicolon ./arch/riscv/kvm/vcpu_exit.c:397:2-3: Unneeded semicolon ./arch/riscv/kvm/vcpu_exit.c:687:2-3: Unneeded semicolon ./arch/riscv/kvm/vcpu_exit.c:645:2-3: Unneeded semicolon ./arch/riscv/kvm/vcpu.c:247:2-3: Unneeded semicolon ./arch/riscv/kvm/vcpu.c:284:2-3: Unneeded semicolon ./arch/riscv/kvm/vcpu_timer.c:123:2-3: Unneeded semicolon ./arch/riscv/kvm/vcpu_timer.c:170:2-3: Unneeded semicolon
 2021-10-21 11:24 UTC  (4+ messages)

[XEN PATCH v7 00/51] xen: Build system improvements, now with out-of-tree build!
 2021-10-21 11:24 UTC  (7+ messages)
` [XEN PATCH v7 42/51] build: grab common EFI source files in arch specific dir

[Intel-gfx] [drm-intel:drm-intel-gt-next 5/10] drivers/gpu/drm/i915/gem/i915_gem_dmabuf.c:248:3: error: implicit declaration of function 'wbinvd_on_all_cpus'
 2021-10-21 11:23 UTC  (3+ messages)
`  "

[Buildroot] [PATCH] package/ltp-testsuite: Add Open POSIX and realtime test suite opts
 2021-10-21 11:23 UTC 

[PATCH] ata: sata_mv: Fix the return value of the probe function
 2021-10-21 11:23 UTC  (4+ messages)

[PATCH 0/6] dax poison recovery with RWF_RECOVERY_DATA flag
 2021-10-21 11:23 UTC  (6+ messages)
` [PATCH 2/6] dax: prepare dax_direct_access() API with DAXDEV_F_RECOVERY flag
` [PATCH 3/6] pmem: pmem_dax_direct_access() to honor the "
  ` [dm-devel] "

[PATCH v4 0/2] Fix simple-bus issues with fw_devlink
 2021-10-21 11:21 UTC  (5+ messages)
` [PATCH v4 2/2] drivers: bus: Delete CONFIG_SIMPLE_PM_BUS

[PATCH net 0/4][pull request] Intel Wired LAN Driver Updates 2021-10-20
 2021-10-21 11:20 UTC  (2+ messages)

[net 1/5] net/mlx5: Lag, change multipath and bonding to be mutually exclusive
 2021-10-21 11:20 UTC  (2+ messages)

[linux-nvme:nvme-5.16] BUILD SUCCESS 117d5b6d00ee02f73d7065fe906e2ef1af74bb68
 2021-10-21 11:17 UTC 

[PATCH 0/8] pci/iommu: Fail early if vfio-pci detected before vIOMMU
 2021-10-21 11:15 UTC  (18+ messages)
` [PATCH 1/8] pci: Define pci_bus_dev_fn type
` [PATCH 2/8] pci: Export pci_for_each_device_under_bus*()
` [PATCH 3/8] pci: Use pci_for_each_device_under_bus*()
` [PATCH 4/8] pci: Define pci_bus_fn/pci_bus_ret_fn type
` [PATCH 5/8] pci: Add pci_for_each_root_bus()
` [PATCH 6/8] pci: Use pci_for_each_root_bus() in current code
` [PATCH 7/8] pci: Add pci_for_each_device_all()
` [PATCH 8/8] x86-iommu: Fail early if vIOMMU specified after vfio-pci

[kvalo-wireless-drivers-next:master] BUILD SUCCESS 9bc0b1aa8b7e54d62082749fc5404660690d17ce
 2021-10-21 11:17 UTC 

[PATCH v2] runfvp: Ensure new process group is in the foreground
 2021-10-21 11:16 UTC 

[PATCH 1/1] mm: bdi: Initialize bdi_min_ratio when bdi unregister
 2021-10-21 16:19 UTC  (2+ messages)

[PATCH] mfd: replace snprintf in show functions with sysfs_emit
 2021-10-21 11:16 UTC  (2+ messages)

[PATCHv4] mfd: intel-lpss: Add support for MacBookPro16,2 ICL-N UART
 2021-10-21 11:15 UTC  (5+ messages)

[igt-dev] [PATCH i-g-t] tests/kms_psr2_su: add biplanar selective update tests
 2021-10-21 11:15 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.IGT: success for "

[PATCH v3 00/21] Adding partial support for 128-bit riscv target
 2021-10-21 11:12 UTC  (5+ messages)
` [PATCH v3 21/21] target/riscv: support for 128-bit satp

[PATCH 01/28] drm/i915: Fix i915_request fence wait semantics
 2021-10-21 11:13 UTC  (39+ messages)
` [PATCH 02/28] drm/i915: use new iterator in i915_gem_object_wait_reservation
    ` [Intel-gfx] "
` [PATCH 09/28] drm/i915: vma is always backed by an object
` [PATCH 10/28] drm/i915: Change shrink ordering to use locking around unbinding
` [PATCH 13/28] drm/i915: Remove pages_mutex and intel_gtt->vma_ops.set/clear_pages members
` [PATCH 14/28] drm/i915: Take object lock in i915_ggtt_pin if ww is not set
  ` [Intel-gfx] "
` [PATCH 15/28] drm/i915: Add lock for unbinding to i915_gem_object_ggtt_pin_ww
` [PATCH 16/28] drm/i915: Rework context handling in hugepages selftests
` [PATCH 17/28] drm/i915: Ensure gem_contexts selftests work with unbind changes
  ` [Intel-gfx] "
` [PATCH 18/28] drm/i915: Take trylock during eviction, v2
` [PATCH 19/28] drm/i915: Pass trylock context to callers
  ` [Intel-gfx] "
` [PATCH 20/28] drm/i915: Ensure i915_vma tests do not get -ENOSPC with the locking changes
  ` [Intel-gfx] "
` [Intel-gfx] [PATCH 21/28] drm/i915: Drain the ttm delayed workqueue too
  `  "
` [Intel-gfx] [PATCH 22/28] drm/i915: Make i915_gem_evict_vm work correctly for already locked objects
  `  "
` [PATCH 23/28] drm/i915: Call i915_gem_evict_vm in vm_fault_gtt to prevent new ENOSPC errors
` [Intel-gfx] [PATCH 24/28] drm/i915: Add i915_vma_unbind_unlocked, and take obj lock for i915_vma_unbind
  `  "
` [PATCH 25/28] drm/i915: Require object lock when freeing pages during destruction
  ` [Intel-gfx] "
` [Intel-gfx] [PATCH 26/28] drm/i915: Remove assert_object_held_shared
  `  "
` [Intel-gfx] [PATCH 27/28] drm/i915: Remove support for unlocked i915_vma unbind
  `  "
` [Intel-gfx] [PATCH 28/28] drm/i915: Remove short-term pins from execbuf, v4
  `  "
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [01/28] drm/i915: Fix i915_request fence wait semantics
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✗ Fi.CI.DOCS: "

[PATCH] mfd: altera-a10sr: include linux/module.h
 2021-10-21 11:12 UTC  (2+ messages)

[PATCH 00/20] exit cleanups
 2021-10-21 11:12 UTC  (3+ messages)
` [PATCH 12/20] exit/kthread: Have kernel threads return instead of calling do_exit

[Intel-gfx] [PATCH] Revert "drm/i915/bios: gracefully disable dual eDP for now"
 2021-10-21 11:12 UTC  (3+ messages)

[PATCH] platform/surface: gpe: Add support for Surface Laptop Studio
 2021-10-21 11:10 UTC 

[RFC PATCH 0/9] clk/mmc: renesas_sdhi: refactor SDnH to be a seperate clock
 2021-10-21 11:10 UTC  (5+ messages)
` [RFC PATCH 4/9] clk: renesas: gen3: switch to new SD clock handling

[PATCH] [media] s5c73m3: Drop empty spi_driver remove callback
 2021-10-21 11:10 UTC  (2+ messages)

use the generic DMA remap allocator for sparc32
 2021-10-21 11:09 UTC  (3+ messages)
` [PATCH 1/2] sparc32: remove dma_make_coherent

[PATCH v2] powerpc/smp: do not decrement idle task preempt count in CPU offline
 2021-10-21 11:07 UTC  (3+ messages)

[PATCH v1] regulator: Don't error out fixed regulator in regulator_sync_voltage()
 2021-10-21 11:07 UTC 

[PATCH] powerpc/idle: Don't corrupt back chain when going idle
 2021-10-21 11:07 UTC  (3+ messages)

[PATCH v1 0/2] board: toradex: improve env badblock management for NAND variant boards
 2021-10-21 11:08 UTC  (3+ messages)

[PATCH] kernel: power: swap: Make use of vzalloc() and kzalloc()
 2021-10-21 11:06 UTC  (2+ messages)

[Intel-gfx] [PATCH v3] drm/i915/display: program audio CDCLK-TS for keepalives
 2021-10-21 10:59 UTC 

[PATCH] char: ipmi: replace snprintf in show functions with sysfs_emit
 2021-10-21 11:06 UTC 

SCMI protocol for interconnect scaling
 2021-10-21 11:06 UTC 

[PATCH RESEND v2] scsi: ufs: clear doorbell for hibern8 errors when using ah8
 2021-10-21 11:05 UTC  (5+ messages)

[PATCH] ASoC: Intel: Unify HDAudio-ext bus initialization
 2021-10-21 11:02 UTC  (7+ messages)

[PATCH V7] gpio: virtio: Add IRQ support
 2021-10-21 11:04 UTC  (2+ messages)

[PATCH V6] gpio: virtio: Add IRQ support
 2021-10-21 11:04 UTC  (14+ messages)

[PATCH] powerpc: mpc8349emitx: Make mcu_gpiochip_remove() return void
 2021-10-21 10:56 UTC 

[PATCH nft 1/3] tests: shell: README: copy edit
 2021-10-21 11:03 UTC  (5+ messages)

[PATCH] ARM: imx25: provide a fixed regulator for usb phys
 2021-10-21 11:02 UTC  (8+ messages)

[PATCH v7 0/4] Add Xilinx AMS Driver
 2021-10-21 11:06 UTC  (3+ messages)
` [PATCH v7 2/4] iio: adc: Add Xilinx AMS driver

[PATCH -next] PM: hibernate: Get block device exclusively when do swsusp_check
 2021-10-21 11:00 UTC  (2+ messages)

[PATCH v2 0/3] mtd: spi-nor / spi / MFD: Convert intel-spi to SPI MEM
 2021-10-21 10:57 UTC  (7+ messages)
` [PATCH v2 1/3] mtd: spi-nor: intel-spi: Disable write protection only if asked
` [PATCH v2 2/3] mtd: spi-nor: intel-spi: Convert to SPI MEM

[PATCH v2] fs: replace the ki_complete two integer arguments with a single argument
 2021-10-21 10:57 UTC  (3+ messages)

[PATCH] softmmu: fix watchpoint processing in icount mode
 2021-10-21 10:54 UTC  (6+ messages)

[PATCH v9] btrfs: consolidate device_list_mutex in prepare_sprout to its parent
 2021-10-21 10:56 UTC  (2+ messages)

[syzbot] KMSAN: uninit-value in hci_phy_link_complete_evt
 2021-10-21 10:56 UTC 

[PATCH V2] powerpc/perf: Enable PMU counters post partition migration if PMU is active
 2021-10-21 10:54 UTC  (2+ messages)

[PATCH RESEND 3/3] scheduler: Add cluster scheduler level for x86
 2021-10-21 10:54 UTC  (10+ messages)
` [tip: sched/core] sched: "

[PATCH v4 0/6] x86/PVH: Dom0 building adjustments
 2021-10-21 10:54 UTC  (3+ messages)
` [PATCH v4 1/6] x86/PVH: improve Dom0 memory size calculation

[PATCH v2 0/2] plugins: add a drcov plugin
 2021-10-21 10:40 UTC  (5+ messages)
` [PATCH v2 1/2] src/plugins: add helper functions for drcov
` [PATCH v2 2/2] contrib/plugins: add a drcov plugin

[dhowells-fs:fscache-rewrite-indexing-2 12/39] fs/cifs/cifs_swn.c:15:10: fatal error: 'fscache_old.h' file not found
 2021-10-21 10:52 UTC  (2+ messages)

[PATCH for-4.16] tools/xenstored: Ignore domain we were unable to restore
 2021-10-21 10:52 UTC  (3+ messages)

[PATCH v2] usb: dwc3: gadget: Skip resizing EP's TX FIFO if already resized
 2021-10-21 10:52 UTC  (2+ messages)

[LTP] [PATCH v4 1/2] lib: memutils: respect minimum memory watermark when polluting memory
 2021-10-21 10:51 UTC  (3+ messages)
` [LTP] [PATCH v4 2/2] lib: memutils: include also available memory when polluting

[Intel-gfx] [PATCH 0/2] Selective fetch support for biplanar formats
 2021-10-21 10:51 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "

[RFC PATCH v8 00/21] riscv: Add vector ISA support
 2021-10-21 10:50 UTC  (10+ messages)
` [RFC PATCH v8 09/21] riscv: Add task switch support for vector

[dpdk-dev] [PATCH v8 0/3] support PPPoL2TPv2oUDP RSS Hash
 2021-10-21 10:49 UTC  (5+ messages)
` [dpdk-dev] [PATCH v9 "
  ` [dpdk-dev] [PATCH v9 1/3] ethdev: support L2TPv2 and PPP procotol
  ` [dpdk-dev] [PATCH v9 2/3] net/iavf: support PPPoL2TPv2oUDP RSS Hash
  ` [dpdk-dev] [PATCH v9 3/3] app/testpmd: support L2TPv2 and PPP protocol pattern

[PATCH v3] x86/cpu: Fix migration safety with X86_BUG_NULL_SEL
 2021-10-21 10:47 UTC 

[PATCH] kernel: power: swap: fix sparse warnings
 2021-10-21 10:49 UTC  (2+ messages)

[Intel-gfx] [PATCH v4 00/11] drm/i915: Simplify handling of modifiers
 2021-10-21 10:49 UTC  (4+ messages)
` [Intel-gfx] [PATCH v4 01/11] drm/i915: Add a table with a descriptor for all i915 modifiers

[PATCH bpf-next v3 0/1] btf_dump fixes for s390
 2021-10-21 10:46 UTC  (2+ messages)
` [PATCH bpf-next v3 1/1] libbpf: Fix ptr_is_aligned() usages

[PATCH net-next 0/2] Small fixes for redundant checks
 2021-10-21 10:46 UTC  (5+ messages)
` [PATCH net-next 1/2] net: qed_ptp: fix redundant check of rc and against -EINVAL

[PATCH V2 mlx5-next 00/14] Add mlx5 live migration driver
 2021-10-21 10:46 UTC  (13+ messages)
` [PATCH V2 mlx5-next 12/14] vfio/mlx5: Implement vfio_pci driver for mlx5 devices
` [PATCH V2 mlx5-next 14/14] vfio/mlx5: Use its own PCI reset_done error handler

[PATCH v1 0/4] Add additional setting and performance tuning
 2021-10-21 10:44 UTC  (5+ messages)
` [PATCH v1 4/4] media: platform: mtk-mdp3: Set rdma compression reg in each frame

[PATCH v15 00/13] Add support for Hikey 970 PCIe
 2021-10-21 10:45 UTC  (14+ messages)
` [PATCH v15 01/13] PCI: kirin: Reorganize the PHY logic inside the driver
` [PATCH v15 02/13] PCI: kirin: Add support for a PHY layer
` [PATCH v15 03/13] PCI: kirin: Use regmap for APB registers
` [PATCH v15 04/13] PCI: kirin: Add support for bridge slot DT schema
` [PATCH v15 05/13] PCI: kirin: Give more time for PERST# reset to finish
` [PATCH v15 06/13] PCI: kirin: Add Kirin 970 compatible
` [PATCH v15 07/13] PCI: kirin: Add MODULE_* macros
` [PATCH v15 08/13] PCI: kirin: Allow building it as a module
` [PATCH v15 09/13] PCI: kirin: Add power_off support for Kirin 960 PHY
` [PATCH v15 10/13] PCI: kirin: Move the power-off code to a common routine
` [PATCH v15 11/13] PCI: kirin: Disable clkreq during poweroff sequence
` [PATCH v15 12/13] PCI: kirin: De-init the dwc driver
` [PATCH v15 13/13] PCI: kirin: Allow removing the driver

next/master build: 230 builds: 37 failed, 193 passed, 479 errors, 276 warnings (next-20211021)
 2021-10-21 10:44 UTC 

next/master build: 230 builds: 37 failed, 193 passed, 479 errors, 276 warnings (next-20211021)
 2021-10-21 10:44 UTC 

[PATCH] udp: reduce padding field unused to 1-byte in struct udp_sock
 2021-10-21 10:44 UTC  (2+ messages)

[PATCH linux-next] net/core: Remove unused assignment operations and variable
 2021-10-21 10:44 UTC  (2+ messages)

[dpdk-dev] [PATCH 1/3] devargs: support path value for global device arguments
 2021-10-21 10:43 UTC  (4+ messages)
` [dpdk-dev] [PATCH v5 0/3] devargs: support path in global syntax

Revert "video: fbdev: mxsfb: Remove driver"
 2021-10-21 10:42 UTC  (11+ messages)

[dpdk-dev] [RFC] ethdev: introduce shared Rx queue
 2021-10-21 10:41 UTC  (9+ messages)
` [dpdk-dev] [PATCH v13 0/7] "
  ` [dpdk-dev] [PATCH v13 1/7] "
  ` [dpdk-dev] [PATCH v13 2/7] ethdev: get device capability name as string
  ` [dpdk-dev] [PATCH v13 3/7] app/testpmd: dump device capability and Rx domain info
  ` [dpdk-dev] [PATCH v13 4/7] app/testpmd: new parameter to enable shared Rx queue
  ` [dpdk-dev] [PATCH v13 5/7] app/testpmd: dump port info for "
  ` [dpdk-dev] [PATCH v13 6/7] app/testpmd: force shared Rx queue polled on same core
  ` [dpdk-dev] [PATCH v13 7/7] app/testpmd: add forwarding engine for shared Rx queue

[Intel-gfx] [PATCH 0/4] drm/i915: (near)atomic gamma LUT updates via vblank workers
 2021-10-21 10:42 UTC  (4+ messages)
` [Intel-gfx] [PATCH 3/4] drm/i915: Use vblank workers for gamma updates

[v8 0/3] Add L3 provider support for SC7280
 2021-10-21 10:40 UTC  (4+ messages)
` [v8 1/3] dt-bindings: interconnect: Add EPSS L3 DT binding on SC7280
` [v8 2/3] interconnect: qcom: Add EPSS L3 support "
` [v8 3/3] arm64: dts: qcom: sc7280: Add EPSS L3 interconnect provider

[PATCH v7 0/4] VNC-related HMP/QMP fixes
 2021-10-21 10:39 UTC  (4+ messages)
` [PATCH v7 3/4] qapi/monitor: allow VNC display id in set/expire_password

[RFC 2/3] mm/vmalloc: add support for __GFP_NOFAIL
 2021-10-21 10:40 UTC  (11+ messages)

[soc:toshiba/defconfigs] BUILD SUCCESS 9606ebc100ef3df5c859397ceddb57426db0ecc6
 2021-10-21 10:36 UTC 

[dpdk-dev] [PATCH v2 1/7] security: rework session framework
 2021-10-21 10:38 UTC  (6+ messages)
` [dpdk-dev] [PATCH v3 0/8] crypto/security session framework rework
  ` [dpdk-dev] [PATCH v3 6/8] cryptodev: rework session framework

[PATCH] selftests: arm64: Factor out utility functions for assembly FP tests
 2021-10-21 10:36 UTC  (2+ messages)

[PATCH V2 0/7] imx8mq: switch to binman
 2021-10-21 10:37 UTC  (3+ messages)
` [PATCH V2 6/7] imx: imx8mq use common imximage.cfg

[PATCH] ASoC: cs42l51: improve error handling in cs42l51_remove()
 2021-10-21 10:36 UTC 

[RFC PATCH RT] PM: runtime: avoid retry loops on RT
 2021-10-21 10:37 UTC  (6+ 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.