linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-07-09 10:41:58 to 2021-07-09 13:23:03 UTC [more...]

[PATCH 5.12 00/11] 5.12.16-rc1 review
 2021-07-09 13:21 UTC  (5+ messages)
` [PATCH 5.12 01/11] Hexagon: fix build errors
` [PATCH 5.12 02/11] Hexagon: add target builtins to kernel
` [PATCH 5.12 03/11] Hexagon: change jumps to must-extend in futex_atomic_*
` [PATCH 5.12 04/11] mt76: mt7921: check mcu returned values in mt7921_start

[RESEND PATCH v2 0/7] clk: qcom: use power-domain for sm8250's clock controllers
 2021-07-09 13:22 UTC  (12+ 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 5.10 0/6] 5.10.49-rc1 review
 2021-07-09 13:21 UTC  (7+ messages)
` [PATCH 5.10 1/6] KVM: PPC: Book3S HV: Save and restore FSCR in the P9 path
` [PATCH 5.10 2/6] media: uvcvideo: Support devices that report an OT as an entity source
` [PATCH 5.10 3/6] Hexagon: fix build errors
` [PATCH 5.10 4/6] Hexagon: add target builtins to kernel
` [PATCH 5.10 5/6] Hexagon: change jumps to must-extend in futex_atomic_*
` [PATCH 5.10 6/6] xen/events: reset active flag for lateeoi events later

[PATCH 4.19 00/34] 4.19.197-rc1 review
 2021-07-09 13:20 UTC  (35+ messages)
` [PATCH 4.19 01/34] mm: add VM_WARN_ON_ONCE_PAGE() macro
` [PATCH 4.19 02/34] mm/rmap: remove unneeded semicolon in page_not_mapped()
` [PATCH 4.19 03/34] mm/rmap: use page_not_mapped in try_to_unmap()
` [PATCH 4.19 04/34] mm/thp: fix __split_huge_pmd_locked() on shmem migration entry
` [PATCH 4.19 05/34] mm/thp: make is_huge_zero_pmd() safe and quicker
` [PATCH 4.19 06/34] mm/thp: try_to_unmap() use TTU_SYNC for safe splitting
` [PATCH 4.19 07/34] mm/thp: fix vma_address() if virtual address below file offset
` [PATCH 4.19 08/34] mm/thp: fix page_address_in_vma() on file THP tails
` [PATCH 4.19 09/34] mm/thp: unmap_mapping_page() to fix THP truncate_cleanup_page()
` [PATCH 4.19 10/34] mm: thp: replace DEBUG_VM BUG with VM_WARN when unmap fails for split
` [PATCH 4.19 11/34] mm: page_vma_mapped_walk(): use page for pvmw->page
` [PATCH 4.19 12/34] mm: page_vma_mapped_walk(): settle PageHuge on entry
` [PATCH 4.19 13/34] mm: page_vma_mapped_walk(): use pmde for *pvmw->pmd
` [PATCH 4.19 14/34] mm: page_vma_mapped_walk(): prettify PVMW_MIGRATION block
` [PATCH 4.19 15/34] mm: page_vma_mapped_walk(): crossing page table boundary
` [PATCH 4.19 16/34] mm: page_vma_mapped_walk(): add a level of indentation
` [PATCH 4.19 17/34] mm: page_vma_mapped_walk(): use goto instead of while (1)
` [PATCH 4.19 18/34] mm: page_vma_mapped_walk(): get vma_address_end() earlier
` [PATCH 4.19 19/34] mm/thp: fix page_vma_mapped_walk() if THP mapped by ptes
` [PATCH 4.19 20/34] mm/thp: another PVMW_SYNC fix in page_vma_mapped_walk()
` [PATCH 4.19 21/34] mm, futex: fix shared futex pgoff on shmem huge page
` [PATCH 4.19 22/34] scsi: sr: Return appropriate error code when disk is ejected
` [PATCH 4.19 23/34] drm/nouveau: fix dma_address check for CPU/GPU sync
` [PATCH 4.19 24/34] ext4: eliminate bogus error in ext4_data_block_valid_rcu()
` [PATCH 4.19 25/34] KVM: SVM: Periodically schedule when unregistering regions on destroy
` [PATCH 4.19 26/34] ARM: dts: imx6qdl-sabresd: Remove incorrect power supply assignment
` [PATCH 4.19 27/34] kthread_worker: split code for canceling the delayed work timer
` [PATCH 4.19 28/34] kthread: prevent deadlock when kthread_mod_delayed_work() races with kthread_cancel_delayed_work_sync()
` [PATCH 4.19 29/34] xen/events: reset active flag for lateeoi events later
` [PATCH 4.19 30/34] KVM: SVM: Call SEV Guest Decommission if ASID binding fails
` [PATCH 4.19 31/34] ARM: OMAP: replace setup_irq() by request_irq()
` [PATCH 4.19 32/34] clocksource/drivers/timer-ti-dm: Add clockevent and clocksource support
` [PATCH 4.19 33/34] clocksource/drivers/timer-ti-dm: Prepare to handle dra7 timer wrap issue
` [PATCH 4.19 34/34] clocksource/drivers/timer-ti-dm: Handle dra7 timer wrap errata i940

[PATCH v7 for-next 0/3] IB/core: Obtaining subnet_prefix from cache in
 2021-07-09 13:21 UTC  (3+ messages)

[PATCH 5.4 0/4] 5.4.131-rc1 review
 2021-07-09 13:20 UTC  (5+ messages)
` [PATCH 5.4 1/4] KVM: SVM: Periodically schedule when unregistering regions on destroy
` [PATCH 5.4 2/4] s390/stack: fix possible register corruption with stack switch helper
` [PATCH 5.4 3/4] KVM: SVM: Call SEV Guest Decommission if ASID binding fails
` [PATCH 5.4 4/4] xen/events: reset active flag for lateeoi events later

[PATCH 4.14 00/25] 4.14.239-rc1 review
 2021-07-09 13:18 UTC  (26+ 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 12/25] mm: page_vma_mapped_walk(): prettify PVMW_MIGRATION block
` [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 4.14 21/25] drm/nouveau: fix dma_address check for CPU/GPU sync
` [PATCH 4.14 22/25] kfifo: DECLARE_KIFO_PTR(fifo, u64) does not work on arm 32 bit
` [PATCH 4.14 23/25] kthread_worker: split code for canceling the delayed work timer
` [PATCH 4.14 24/25] kthread: prevent deadlock when kthread_mod_delayed_work() races with kthread_cancel_delayed_work_sync()
` [PATCH 4.14 25/25] xen/events: reset active flag for lateeoi events later

[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  (6+ messages)
` [PATCH V2 1/2] "

[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

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

[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)

[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)

ping // [PATCH 4.4.y] arm: kprobes: Allow to handle reentered kprobe on single-stepping
 2021-07-09 13:06 UTC  (5+ 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 v7 00/37] NVIDIA Tegra power management patches for 5.15
 2021-07-09 13:01 UTC  (2+ messages)

[RFC v1 0/8] MSHV: add PV-IOMMU driver
 2021-07-09 13:02 UTC  (12+ messages)
` [RFC v1 1/8] x86/hyperv: export hv_build_pci_dev_id
` [RFC v1 2/8] asm-generic/hyperv: add device domain definitions
` [RFC v1 3/8] intel/vt-d: make DMAR table parsing code more flexible
` [RFC v1 4/8] intel/vt-d: export intel_iommu_get_resv_regions
` [RFC v1 5/8] mshv: add paravirtualized IOMMU support
` [RFC v1 6/8] mshv: command line option to skip devices in PV-IOMMU
` [RFC v1 7/8] mshv: implement in-kernel device framework
` [RFC v1 8/8] mshv: add vfio bridge device

[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 v3] perf tools: Fix pattern matching for same substring in different pmu type
 2021-07-09 12:59 UTC  (4+ messages)

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

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

[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 0/3] Retire remaining WindRiver embedded SBC BSPs
 2021-07-09 12:48 UTC  (2+ messages)

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

[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  (2+ messages)

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

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

[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  (4+ messages)

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

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

[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] gpu: drm: Remove unneeded variable: "ret"
 2021-07-09  9:41 UTC 

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

[PATCH] xtensa: add fairness to IRQ handling
 2021-07-09 12:05 UTC 

potential null pointer deference (or maybe invalid null check) in io_uring io_poll_remove_double()
 2021-07-09 11:55 UTC 

WARNING: CPU: 5 PID: 0 at kernel/sched/fair.c:3306
 2021-07-09 11:59 UTC  (2+ messages)

[PATCH v1] binfmt: remove support for em86 (alpha only)
 2021-07-09 11:58 UTC  (3+ messages)

remove set_fs() for h8300
 2021-07-09 11:53 UTC  (3+ messages)
` [PATCH 1/2] h8300: remove memory.c
` [PATCH 2/2] h8300: don't implement set_fs

[v1] drm/msm/disp/dpu1: add safe lut config in dpu driver
 2021-07-09 11:38 UTC  (2+ messages)

[PATCH v6 0/4] use bin_attribute to break the size limitation of cpumap ABI
 2021-07-09 11:30 UTC  (7+ messages)
` [PATCH v6 1/4] cpumask: introduce cpumap_print_to_buf to support large bitmask and list
` [PATCH v6 3/4] drivers/base/node.c: use bin_attribute to break the size limitation of cpumap ABI
` [PATCH v6 4/4] lib: test_bitmap: add bitmap_print_to_buf test cases

BUG: MTK DRM/HDMI broken on 5.13 (mt7623/bpi-r2)
 2021-07-09 11:28 UTC  (8+ messages)
  ` Aw: "
        `  "
          ` Aw: "

[PATCH][RFT] PCI: Use pci_update_current_state() in pci_enable_device_flags()
 2021-07-09 11:21 UTC  (3+ messages)

[GIT PULL] virtio,vhost,vdpa: features, fixes
 2021-07-09 11:19 UTC 

[bpf-next 0/3] potential memleak and use after free in bpf verifier
 2021-07-09 11:11 UTC  (6+ messages)
` [bpf-next 3/3] bpf: Fix a use after free in bpf_check()

[PATCH v2 3/3] xen/blkfront: don't trust the backend response data blindly
 2021-07-09 11:09 UTC  (2+ messages)

pull request: linux-firmware: update cxgb4 firmware to 1.26.0.0
 2021-07-09 11:05 UTC 

[PATCH 1/4] mm/rmap: fix comments left over from recent changes
 2021-07-09 10:56 UTC  (5+ messages)
` [PATCH 2/4] mm/rmap: fix old bug: munlocking THP missed other mlocks

[PATCH 00/22] Mediatek MT8195 clock support
 2021-07-09 10:45 UTC  (3+ messages)
` [PATCH 19/22] clk: mediatek: Add MT8195 vppsys1 "

[PATCH v4 0/4] kdb code refactoring
 2021-07-09 10:43 UTC  (5+ messages)
` [PATCH v4 1/4] kdb: Rename struct defcmd_set to struct kdb_macro_t
` [PATCH v4 2/4] kdb: Get rid of redundant kdb_register_flags()
` [PATCH v4 3/4] kdb: Simplify kdb_defcmd macro logic
` [PATCH v4 4/4] kdb: Rename members of struct kdbtab_t

[PATCH v3 0/9] Add support for Hikey 970 PCIe
 2021-07-09 10:41 UTC  (9+ messages)
` [PATCH v3 1/9] dt-bindings: phy: add bindings for Hikey 960 PCIe PHY
` [PATCH v3 2/9] dt-bindings: phy: add bindings for Hikey 970 "
` [PATCH v3 3/9] dt-bindings: PCI: kirin: fix compatible string
` [PATCH v3 5/9] phy: hisilicon: add a PHY driver for Kirin 960
` [PATCH v3 6/9] PCI: kirin: drop the PHY logic from the driver
` [PATCH v3 7/9] PCI: kirin: use regmap for APB registers
` [PATCH v3 8/9] phy: hisilicon: add driver for Kirin 970 PCIe PHY
` [PATCH v3 9/9] arm64: dts: hisilicon: Add support for HiKey 970 PCIe controller hardware


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).