All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-07-09 12:21:30 to 2021-07-09 13:20:01 UTC [more...]

[PATCH 4.14 00/25] 4.14.239-rc1 review
 2021-07-09 13:18 UTC  (20+ messages)
` [PATCH 4.14 01/25] include/linux/mmdebug.h: make VM_WARN* non-rvals
` [PATCH 4.14 02/25] mm: add VM_WARN_ON_ONCE_PAGE() macro
` [PATCH 4.14 03/25] mm/rmap: remove unneeded semicolon in page_not_mapped()
` [PATCH 4.14 04/25] mm/rmap: use page_not_mapped in try_to_unmap()
` [PATCH 4.14 05/25] mm/thp: try_to_unmap() use TTU_SYNC for safe splitting
` [PATCH 4.14 06/25] mm/thp: fix vma_address() if virtual address below file offset
` [PATCH 4.14 07/25] mm/thp: fix page_address_in_vma() on file THP tails
` [PATCH 4.14 08/25] mm: thp: replace DEBUG_VM BUG with VM_WARN when unmap fails for split
` [PATCH 4.14 09/25] mm: page_vma_mapped_walk(): use page for pvmw->page
` [PATCH 4.14 10/25] mm: page_vma_mapped_walk(): settle PageHuge on entry
` [PATCH 4.14 11/25] mm: page_vma_mapped_walk(): use pmde for *pvmw->pmd
` [PATCH 4.14 13/25] mm: page_vma_mapped_walk(): crossing page table boundary
` [PATCH 4.14 14/25] mm: page_vma_mapped_walk(): add a level of indentation
` [PATCH 4.14 15/25] mm: page_vma_mapped_walk(): use goto instead of while (1)
` [PATCH 4.14 16/25] mm: page_vma_mapped_walk(): get vma_address_end() earlier
` [PATCH 4.14 17/25] mm/thp: fix page_vma_mapped_walk() if THP mapped by ptes
` [PATCH 4.14 18/25] mm/thp: another PVMW_SYNC fix in page_vma_mapped_walk()
` [PATCH 4.14 19/25] mm, futex: fix shared futex pgoff on shmem huge page
` [PATCH 4.14 20/25] scsi: sr: Return appropriate error code when disk is ejected

[PATCH] video: backlight: Only set maximum brightness for gpio-backlight
 2021-07-09 13:19 UTC  (4+ messages)

[PATCH 0/5] writeback: Fix bandwidth estimates
 2021-07-09 13:19 UTC  (2+ messages)

[PATCH 4.9 0/9] 4.9.275-rc1 review
 2021-07-09 13:18 UTC  (10+ messages)
` [PATCH 4.9 1/9] include/linux/mmdebug.h: make VM_WARN* non-rvals
` [PATCH 4.9 2/9] mm: add VM_WARN_ON_ONCE_PAGE() macro
` [PATCH 4.9 3/9] mm: thp: replace DEBUG_VM BUG with VM_WARN when unmap fails for split
` [PATCH 4.9 4/9] mm, futex: fix shared futex pgoff on shmem huge page
` [PATCH 4.9 5/9] scsi: sr: Return appropriate error code when disk is ejected
` [PATCH 4.9 6/9] drm/nouveau: fix dma_address check for CPU/GPU sync
` [PATCH 4.9 7/9] kthread_worker: split code for canceling the delayed work timer
` [PATCH 4.9 8/9] kthread: prevent deadlock when kthread_mod_delayed_work() races with kthread_cancel_delayed_work_sync()
` [PATCH 4.9 9/9] xen/events: reset active flag for lateeoi events later

[PATCH V2 0/2] driver core: Add ability to delete device links of unregistered devices
 2021-07-09 13:18 UTC  (4+ messages)
` [PATCH V2 1/2] "

[PATCH] util/guest-random: Fix size arg to tail memcpy
 2021-07-09 12:06 UTC  (2+ messages)

[PATCH 4.4 0/4] 4.4.275-rc1 review
 2021-07-09 13:18 UTC  (5+ messages)
` [PATCH 4.4 1/4] scsi: sr: Return appropriate error code when disk is ejected
` [PATCH 4.4 2/4] drm/nouveau: fix dma_address check for CPU/GPU sync
` [PATCH 4.4 3/4] xen/events: reset active flag for lateeoi events later
` [PATCH 4.4 4/4] arm: kprobes: Allow to handle reentered kprobe on single-stepping

[PULL 00/28] Block layer patches
 2021-07-09 12:50 UTC  (28+ messages)
` [PULL 01/28] MAINTAINERS: update block/rbd.c maintainer
` [PULL 02/28] block/rbd: Add support for rbd image encryption
` [PULL 03/28] block/rbd: bump librbd requirement to luminous release
` [PULL 04/28] block/rbd: store object_size in BDRVRBDState
` [PULL 05/28] block/rbd: update s->image_size in qemu_rbd_getlength
` [PULL 06/28] block/rbd: migrate from aio to coroutines
` [PULL 07/28] block/rbd: add write zeroes support
` [PULL 08/28] block/rbd: drop qemu_rbd_refresh_limits
` [PULL 09/28] util/uri: do not check argument of uri_free()
` [PULL 10/28] export/fuse: Pass default_permissions for mount
` [PULL 11/28] export/fuse: Add allow-other option
` [PULL 12/28] export/fuse: Give SET_ATTR_SIZE its own branch
` [PULL 13/28] export/fuse: Let permissions be adjustable
` [PULL 14/28] iotests/308: Test +w on read-only FUSE exports
` [PULL 15/28] iotests/fuse-allow-other: Test allow-other
` [PULL 16/28] block/rbd: fix type of task->complete
` [PULL 17/28] MAINTAINERS: add block/rbd.c reviewer
` [PULL 18/28] vhost-user: Fix backends without multiqueue support
` [PULL 19/28] blockdev: fix drive-backup transaction endless drained section
` [PULL 20/28] qcow2: Prohibit backing file changes in 'qemu-img amend'
` [PULL 21/28] qemu-img: Require -F with -b backing image
` [PULL 22/28] qemu-img: Improve error for rebase without backing format
` [PULL 23/28] qcow2: Fix dangling pointer after reopen for 'file'
` [PULL 24/28] block: Add bdrv_reopen_queue_free()
` [PULL 25/28] block: Acquire AioContexts during bdrv_reopen_multiple()
` [PULL 26/28] block: Support multiple reopening with x-blockdev-reopen
` [PULL 28/28] block: Make blockdev-reopen stable API

The format of password change audit events seems to have changed, Can you confirm the correct record type ?
 2021-07-09 13:18 UTC  (5+ messages)
      ` [EXT] "

[PATCH v2 1/2] powerpc/32s: Do kuep_lock() and kuep_unlock() in assembly
 2021-07-09 13:16 UTC  (4+ messages)
` [PATCH v2 2/2] powerpc/32s: Save content of sr0 to avoid 'mfsr'

[PATCH v1 0/7] drm/msm/dpu: add support for idependent DSI config
 2021-07-09 13:06 UTC  (3+ messages)
` [Freedreno] "

[Bridge] [RFC PATCH v2 net-next 00/10] Allow forwarding for the software bridge data path to be offloaded to capable devices
 2021-07-09 13:16 UTC  (3+ messages)
` [Bridge] [RFC PATCH v2 net-next 04/10] net: bridge: switchdev: allow the data plane forwarding to be offloaded
  `  "

[RESEND PATCH v2 0/7] clk: qcom: use power-domain for sm8250's clock controllers
 2021-07-09 13:14 UTC  (11+ messages)
` [RESEND PATCH v2 3/7] PM: domains: Add support for runtime PM
` [RESEND PATCH v2 4/7] clk: qcom: gdsc: enable optional power domain support

[PATCH 0/3] Retire remaining WindRiver embedded SBC BSPs
 2021-07-09 12:48 UTC  (3+ messages)

[igt-dev] How to integrate new hardware to IGT CI?
 2021-07-09 13:12 UTC  (2+ messages)

[Intel-gfx] [PATCH v2] drm/i915: Add TTM offset argument to mmap
 2021-07-09 13:11 UTC  (3+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915: Add TTM offset argument to mmap. (rev2)
` [Intel-gfx] ✓ Fi.CI.BAT: success "

[PATCH v2 0/6] GPIO reset support
 2021-07-09 13:10 UTC  (7+ messages)
` [PATCH v2 1/6] lib: utils/fdt: Add fdt_parse_phandle_with_args() API
` [PATCH v2 2/6] lib: utils/gpio: Add generic GPIO configuration library
` [PATCH v2 3/6] lib: utils/gpio: Add simple FDT based GPIO framework
` [PATCH v2 4/6] lib: utils/gpio: Add minimal SiFive GPIO driver
` [PATCH v2 5/6] lib: utils/reset: Add generic GPIO reset driver
` [PATCH v2 6/6] lib: utils/fdt: Disable GPIO restart and poweroff nodes in fdt_fixups()

[for-linus][PATCH 0/3] tracing: Some minor clean ups and fixes for 5.14
 2021-07-09 13:09 UTC  (4+ messages)
` [for-linus][PATCH 1/3] tracing/histograms: Fix parsing of "sym-offset" modifier
` [for-linus][PATCH 2/3] tracing/selftests: Add tests to test histogram sym and sym-offset modifiers
` [for-linus][PATCH 3/3] ftrace: Use list_move instead of list_del/list_add

[PATCH] selftests: memory-hotplug: avoid spamming logs with dump_page(), ratio limit hot-remove error test
 2021-07-09 13:00 UTC  (2+ messages)

ping // [PATCH 4.4.y] arm: kprobes: Allow to handle reentered kprobe on single-stepping
 2021-07-09 13:06 UTC  (4+ messages)
`  "

[Backport for 4.19.y PATCH 1/4] ARM: OMAP: replace setup_irq() by request_irq()
 2021-07-09 13:08 UTC  (2+ messages)

[PATCH] PM: domains: Don't attach a device to genpd that corresponds to a provider
 2021-07-09 13:06 UTC  (2+ messages)

[PATCH v2] kernel/sched/core: Print the time when the process entered the D state
 2021-07-09 13:06 UTC  (2+ messages)

[PATCH 0/1] mt76: mt7921: Fix resume fail if fw was dropped
 2021-07-09 13:06 UTC  (3+ messages)
` [PATCH 1/1] mt76: mt7921: get rid of mcu_reset function pointer

[PATCH] docs: remove image-mklibs references
 2021-07-09 13:03 UTC 

[PATCH] libata: fix ata_pio_sector for CONFIG_HIGHMEM
 2021-07-09 13:02 UTC 

[RFC v1 0/8] MSHV: add PV-IOMMU driver
 2021-07-09 13:02 UTC  (12+ messages)
` [RFC v1 3/8] intel/vt-d: make DMAR table parsing code more flexible
` [RFC v1 6/8] mshv: command line option to skip devices in PV-IOMMU
` [RFC v1 7/8] mshv: implement in-kernel device framework

[PATCH v7 00/37] NVIDIA Tegra power management patches for 5.15
 2021-07-09 13:01 UTC  (2+ messages)

[PATCH net-next] net: phy: intel-xway: Add RGMII internal delay configuration
 2021-07-09 13:01 UTC  (3+ messages)

linux-next: Fixes tag needs some work in the amdgpu tree
 2021-07-09 13:01 UTC  (3+ messages)

[PATCH v2 0/5] ASoC: ti: davinci-mcasp: Fix the DIT mode and OMAP4 support
 2021-07-09 12:59 UTC  (8+ messages)

[ovmf test] 163460: regressions - FAIL
 2021-07-09 12:59 UTC 

main - vdo: add vdoimport support
 2021-07-09 12:59 UTC 

main - configure: updates
 2021-07-09 12:59 UTC 

[PATCH v3] perf tools: Fix pattern matching for same substring in different pmu type
 2021-07-09 12:59 UTC  (4+ messages)

[PATCH 1/2] powerpc/32s: Do kuep_lock() and kuep_unlock() in assembly
 2021-07-09 12:55 UTC  (4+ messages)

[PATCH] sched: Fix nr_uninterruptible race causing increasing load average
 2021-07-09 12:57 UTC  (6+ messages)

[PATCH 1/3] sfc: revert "reduce the number of requested xdp ev queues"
 2021-07-09 12:55 UTC  (5+ messages)
` [PATCH v2 0/3] Fix lack of XDP TX queues
  ` [PATCH v2 1/3] sfc: fix lack of XDP TX queues - error XDP TX failed (-22)
  ` [PATCH v2 2/3] sfc: revert "adjust efx->xdp_tx_queue_count with the real number of initialized queues"
  ` [PATCH v2 3/3] sfc: add logs explaining XDP_TX/REDIRECT is not available

[PATCH] perf stat: Add Topdown metrics L2 events as default events
 2021-07-09 12:52 UTC  (3+ messages)

[PATCH] perf record: Add a dummy event for a hybrid system
 2021-07-09 12:51 UTC  (3+ messages)

[PATCH] dma-buf: fix and rework dma_buf_poll v5
 2021-07-09 12:50 UTC  (3+ messages)

[dpdk-dev] [PATCH] doc: fix build on Windows with meson 0.58
 2021-07-09 12:49 UTC  (4+ messages)

[PATCH 1/2] dt-bindings: remoteproc: mediatek: Add binding for mt8195 scp
 2021-07-09 12:46 UTC  (6+ messages)
` [PATCH 2/2] remoteproc: mediatek: Support "

git checkout -b refs/master origin/master
 2021-07-09 12:40 UTC 

[Intel-gfx] [PATCH] drm/i915: Add TTM offset argument to mmap
 2021-07-09 12:47 UTC  (5+ messages)

[PATCH v10 0/8] Expose and manage PCI device reset
 2021-07-09 12:46 UTC  (10+ messages)
` [PATCH v10 1/8] PCI: Add pcie_reset_flr to follow calling convention of other reset methods
` [PATCH v10 2/8] PCI: Add new array for keeping track of ordering of "
` [PATCH v10 3/8] PCI: Remove reset_fn field from pci_dev
` [PATCH v10 4/8] PCI/sysfs: Allow userspace to query and set device reset mechanism
` [PATCH v10 5/8] PCI: Define a function to set ACPI_COMPANION in pci_dev
` [PATCH v10 6/8] PCI: Setup ACPI fwnode early and at the same time with OF
` [PATCH v10 7/8] PCI: Add support for ACPI _RST reset method
` [PATCH v10 8/8] PCI: Change the type of probe argument in reset functions

[PATCH] MAINTAINERS: Add Raphael Gallais-Pou as STM32 DRM maintainer
 2021-07-09 12:43 UTC  (4+ messages)

Realtek 8139 problem on 486
 2021-07-09 12:43 UTC  (21+ messages)

[PATCH 0/5] stm32mp1: handle TF-A boot with FIP
 2021-07-09 12:43 UTC  (11+ messages)
` [PATCH 1/5] arm: stm32mp: add config for STM32IMAGE support
` [PATCH 2/5] arm: stm32mp: handle the OP-TEE nodes in DT with FIP support
` [PATCH 3/5] arm: stm32mp: add defconfig for trusted boot with FIP
` [PATCH 4/5] doc: st: stm32mp1: Add FIP support for trusted boot
` [PATCH 5/5] stm32mp1: stm32prog: remove stm32prog_get_tee_partitions with FIP

[igt-dev] [PATCH] lib/igt_debugfs: skip test instead of assert if crc/control is invalid
 2021-07-09 12:41 UTC  (2+ messages)

[cip-dev] [ANNOUNCE] Release v4.19.196-cip53 and v4.4.274-cip59
 2021-07-09 12:41 UTC 

[PATCH v2] xen/arm64: Remove READ/WRITE_SYSREG32 helper macros
 2021-07-09 12:40 UTC 

[PATCH V8 0/4] soc: imx: add i.MX BLK-CTL support
 2021-07-09 12:38 UTC  (8+ messages)
` [PATCH V8 3/4] soc: imx: Add generic blk-ctl driver

Issues using simple-audio-card driver with Xilinx Audio Formatter
 2021-07-09 12:38 UTC  (7+ messages)

[PATCH] media: venus: venc: Fix potential null pointer dereference on pointer fmt
 2021-07-09 12:30 UTC 

[PATCH v1 0/4] ndctl: Add pcdctl tool with pcdctl list and reconfigure-region commands
 2021-07-09 12:23 UTC  (3+ messages)

[PATCH] stm32mp1: add pull-up for gpio button PA13 and PA14
 2021-07-09 12:38 UTC  (2+ messages)

[PATCH] MAINTAINERS: Update Benjamin Gaignard maintainer status
 2021-07-09 12:38 UTC  (2+ messages)

[Intel-gfx] [PATCH 0/7] CT changes required for GuC submission
 2021-07-09 12:37 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for "

[PATCH] net: send SYNACK packet with accepted fwmark
 2021-07-09 12:35 UTC 

[PATCH v6.1 6/7] fs/xfs: Handle CoW for fsdax write() path
 2021-07-09 12:36 UTC  (2+ messages)
` [PATCH v6.2 6/7] dax: Introduce dax_iomap_ops for end of reflink

[bug report] iommu_dma_unmap_sg() is very slow then running IO from remote numa node
 2021-07-09 12:34 UTC  (7+ messages)

[Qemu-devel] [Bug 1836136] [NEW] u-boot: any plans to update u-boot to v2019.07
 2021-07-09 12:24 UTC  (2+ messages)
` [Bug 1836136] "

[PATCH u-boot-mvebu 00/31] kwboot / kwbimage improvements
 2021-07-09 12:35 UTC  (4+ messages)

[PATCH v2 0/2] tools/xenstore: set resource limits of xenstored
 2021-07-09 12:34 UTC  (4+ messages)
` [PATCH v2 1/2] tools/xenstore: set oom score for xenstore daemon on Linux

1T and 500+500 mirror, but different speeds
 2021-07-09 12:27 UTC 

[Qemu-devel] [Bug 1839807] [NEW] Snapshots freeze guest Sabrelite IMX.6 board
 2021-07-09 12:21 UTC  (2+ messages)
` [Bug 1839807] "

[igt-dev] [PATCH 1/2] drmtest: Add is_msm_device check
 2021-07-09 12:32 UTC  (5+ messages)
` [igt-dev] [PATCH 2/2] kms_addfb_basic: Check for AMDGPU and MSM bad pitch

[PATCH] perf/x86/intel: Apply early ACK for small core
 2021-07-09 12:31 UTC  (3+ messages)

[dpdk-dev] [PATCH v6] build: use platform for generic and native builds
 2021-07-09 12:30 UTC  (4+ messages)
` [dpdk-dev] [PATCH v7] "

[PATCH v1] automation: document how to refresh a container
 2021-07-09 12:28 UTC  (4+ messages)

[PATCH] task_work: return -EBUSY when adding same work
 2021-07-09 12:27 UTC 

[PATCH 1/2] mm/page_alloc: correct return value when failing at preparing
 2021-07-09 12:26 UTC  (4+ messages)
` [PATCH 2/2] mm/page_alloc: avoid counting event if no successful allocation

[PATCH] clk: stm32mp1: add support of missing SPI clocks
 2021-07-09 12:24 UTC 

[PATCH 1/1] drm: drm_fourcc: add NV20 and NV30 format
 2021-07-09 12:15 UTC 

[PATCH v2 0/3] Updates to the OpenTitan machine
 2021-07-09 12:21 UTC  (4+ messages)
` [PATCH v2 3/3] hw/riscv: opentitan: Add the flash alias


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.