All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-06-07 08:28:05 to 2021-06-07 09:14:10 UTC [more...]

[LTP] [RFC PATCH v2 0/2] Libclang based analyzer
 2021-06-07  9:18 UTC  (5+ messages)
` [LTP] [RFC PATCH v2 1/2] Add 'make check' and clang-check to build system

[linux-next:master 3282/7430] drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_debugfs.c:721:12: warning: stack frame size of 1040 bytes in function 'hclge_dbg_dump_tm_pg'
 2021-06-07  9:13 UTC  (2+ messages)

[PATCH 01/10] virglrenderer: explicitly depend on libgbm
 2021-06-07  9:13 UTC  (4+ messages)
` [PATCH 05/10] perl: split perl-cross into its own recipe
  ` [OE-core] "

[PATCH v2 00/13] imx8q video decoder/encoder driver
 2021-06-07  8:43 UTC  (26+ messages)
` [PATCH v2 01/13] dt-bindings: media: imx8q: add imx video codec bindings
` [PATCH v2 02/13] media: v4l: add some definition of v4l2 colorspace/xfer_func/ycbcr_encoding
` [PATCH v2 03/13] media: imx: imx8q: add imx8q vpu device driver
` [PATCH v2 04/13] media: imx: imx8q: add vpu core driver
` [PATCH v2 05/13] media: imx: imx8q: implement vpu core communication based on mailbox
` [PATCH v2 06/13] media: imx: imx8q: add vpu v4l2 m2m support
` [PATCH v2 07/13] media: imx: imx8q: add v4l2 m2m vpu encoder stateful driver
` [PATCH v2 08/13] media: imx: imx8q: add v4l2 m2m vpu decoder "
` [PATCH v2 09/13] media: imx: imx8q: implement windsor encoder rpc interface
` [PATCH v2 10/13] media: imx: imx8q: implement malone decoder "
` [PATCH v2 11/13] ARM64: dts: freescale: imx8q: add imx vpu codec entries
` [PATCH v2 12/13] firmware: imx: scu-pd: imx8q: add vpu mu resources
` [PATCH v2 13/13] MAINTAINERS: add NXP IMX8Q VPU CODEC V4L2 driver entry

[Buildroot] Buildroot 2021.05 released
 2021-06-07  9:12 UTC 

[PATCH] tools/libs/guest: fix save and restore of pv domains after 32-bit de-support
 2021-06-07  9:12 UTC  (2+ messages)

[PATCH] agp: remove set but not used variable 'current_size'
 2021-06-07  9:11 UTC  (3+ messages)

[PATCH 0/2] cleanup patches for PM reference leak
 2021-06-07  9:10 UTC  (4+ messages)

[PATCH v6 0/4] Introduce pcim_alloc_irq_vectors()
 2021-06-07  9:09 UTC  (2+ messages)

[PATCH] nsfs: fix oops when ns->ops is not provided
 2021-06-07  9:08 UTC  (8+ messages)

[PATCH 0/4] improve zbd initialization
 2021-06-07  9:08 UTC  (4+ messages)
` [PATCH 3/4] zbd: remove zbd_zoned_model ZBD_IGNORE

[oe] [meta-networking] [PATCH] wireshark: upgrade 3.4.5 -> 3.4.6
 2021-06-07  9:08 UTC 

[linux-next:master 5499/7430] drivers/thunderbolt/usb4_port.c:9:1: iwyu: warning: superfluous #include <linux/acpi.h>
 2021-06-07  9:07 UTC  (2+ messages)

[PATCH] clk: socfpga: remove set but not used variable 'rc'
 2021-06-07  9:08 UTC  (3+ messages)
` [PATCH V2] clk: socfpga: err out if of_clk_add_provider() failed in __socfpga_pll_init()

[Buildroot] [Bug 13831] New: mesa3d - kmsro driver requires dri3
 2021-06-07  9:07 UTC 

[PATCH v2 00/26] s390x/tcg: Implement Vector enhancements facility and switch to z14
 2021-06-07  9:06 UTC  (4+ messages)
` [PATCH v2 24/26] s390x/tcg: Implement VECTOR FP (MAXIMUM|MINIMUM)

[PATCH] misc/pvpanic: Remove some dead-code
 2021-06-07  9:07 UTC  (2+ messages)

[PATCH v3] usb: dwc3: support 64 bit DMA in platform driver
 2021-06-07  9:06 UTC  (5+ messages)

[PATCH 1/1] lib/test: Fix spelling mistakes
 2021-06-07  9:06 UTC  (5+ messages)

[PATCH] thermal: rcar_gen3_thermal: Fix coefficient calculations
 2021-06-07  9:05 UTC  (2+ messages)

[PATCH net-next] xfrm: use BUG_ON instead of if condition followed by BUG
 2021-06-07  9:11 UTC  (2+ messages)

[PATCH v4 0/6] Support ROCKCHIP SPI new feature
 2021-06-07  9:04 UTC  (4+ messages)
` [PATCH v4 1/6] dt-bindings: spi: spi-rockchip: add description for rv1126 and rk3568

[PATCH] drm/sun4i: de3: Be explicit about supported modifiers
 2021-06-07  8:43 UTC  (8+ messages)

[PATCH] btrfs: fix a rare race between metadata endio and eb freeing
 2021-06-07  9:02 UTC 

[PATCH v3 0/8] Introduce KVM_{GET|SET}_SREGS2 and fix PDPTR migration
 2021-06-07  9:02 UTC  (9+ messages)
` [PATCH v3 1/8] KVM: nVMX: Drop obsolete (and pointless) pdptrs_changed() check
` [PATCH v3 2/8] KVM: nSVM: Drop pointless pdptrs_changed() check on nested transition
` [PATCH v3 3/8] KVM: x86: Always load PDPTRs on CR3 load for SVM w/o NPT and a PAE guest
` [PATCH v3 4/8] KVM: nSVM: refactor the CR3 reload on migration
` [PATCH v3 5/8] KVM: nVMX: delay loading of PDPTRs to KVM_REQ_GET_NESTED_STATE_PAGES
` [PATCH v3 6/8] KVM: x86: introduce kvm_register_clear_available
` [PATCH v3 7/8] KVM: x86: Introduce KVM_GET_SREGS2 / KVM_SET_SREGS2
` [PATCH v3 8/8] KVM: x86: avoid loading PDPTRs after migration when possible

[PATCH v2 1/7] docs: firmware-guide: ACPI: Add a PWM example
 2021-06-07  9:02 UTC  (4+ messages)
` [PATCH v2 2/7] pwm: core: Always require PWM flags to be provided

[kas:kvm-unmapped-guest-only 1/9] arch/x86/mm/mem_encrypt_common.c:10:1: iwyu: warning: superfluous #include <linux/mm.h>
 2021-06-07  9:02 UTC 

[PATCH v7 0/6] cgroup, blkcg: prevent dirty inodes to pin dying memory cgroups
 2021-06-07  9:00 UTC  (7+ messages)
` [PATCH v7 1/6] writeback, cgroup: do not switch inodes with I_WILL_FREE flag
` [PATCH v7 5/6] writeback, cgroup: support switching multiple inodes at once

[PATCH] drm/amdgpu: fix VM handling for GART allocations
 2021-06-07  8:59 UTC  (2+ messages)

[GSoC] My Git Dev Blog - Week 3
 2021-06-07  8:57 UTC  (2+ messages)

handle exclusive fence similar to shared ones
 2021-06-07  8:58 UTC  (2+ messages)

[PATCH v2] drm/sun4i: dw-hdmi: Make HDMI PHY into a platform device
 2021-06-07  8:58 UTC  (2+ messages)

[PATCH net-next] net: ipv4: use BUG_ON instead of if condition followed by BUG
 2021-06-07  9:11 UTC 

[LTP] [PATCH v2] syscalls/fchown: Convert fchown05 to the new API
 2021-06-07  8:57 UTC  (2+ messages)

[PATCH net-next] net: use BUG_ON instead of if condition followed by BUG
 2021-06-07  9:11 UTC 

[PATCH] ping: Check return value of function 'ping_queue_rcv_skb'
 2021-06-07  9:10 UTC 

[PATCH v2] nvme: verify MNAN value if ANA is enabled
 2021-06-07  8:56 UTC 

[PATCH] drm/amdgpu: Fixing "Indirect register access for Navi12 sriov" for vega10
 2021-06-07  8:55 UTC  (2+ messages)

[meta-oe][PATCH 0/9] libgpiod: ptest improvements
 2021-06-07  8:55 UTC  (4+ messages)
` [meta-oe][PATCH 8/9] libgpiod: ptest: warn if the gpio-mockup kernel module is not selected

[PATCH v3 00/38] media: ti-vpe: cal: multistream & embedded data support
 2021-06-07  8:53 UTC  (6+ messages)
` [PATCH v3 21/38] media: ti-vpe: cal: handle cal_ctx_v4l2_register error

[PATCH 0/4] Add "activ bpc" drm property and use it in AMD and Intel driver
 2021-06-07  8:53 UTC  (6+ messages)
` [PATCH 2/4] drm/uAPI: Add "active bpc" as feedback channel for "max bpc" drm property
      ` [Intel-gfx] "

[PATCH v2 0/9] Remove DISCINTIGMEM memory model
 2021-06-07  8:53 UTC  (14+ messages)
` [PATCH v2 8/9] mm: replace CONFIG_NEED_MULTIPLE_NODES with CONFIG_NUMA

[PATCH] docs: replace ``FOO`` by :term:`FOO` where possible
 2021-06-07  8:53 UTC  (8+ messages)
` [docs] "

[RFC PATCH 0/3] kvm/arm: New VMID allocator based on asid(2nd approach)
 2021-06-07  8:48 UTC  (7+ messages)

[GIT PULL] memory: Tegra memory controller for v5.14
 2021-06-07  8:49 UTC  (3+ messages)

Request to backport KERNEL_DTC_FLAGS to Dunfell
 2021-06-07  8:49 UTC  (4+ messages)
    ` [OE-core] "

[patch V2 00/14] x86/fpu: Mop up XSAVES and related damage
 2021-06-07  8:49 UTC  (3+ messages)
` [patch V2 02/14] x86/fpu: Prevent state corruption in __fpu__restore_sig()

[PATCH -next] dmaengine: sun4i: Use list_move_tail instead of list_del/list_add_tail
 2021-06-07  8:41 UTC  (3+ messages)

[PATCH v2 0/3] Memory hotplug locking cleanup
 2021-06-07  8:49 UTC  (10+ messages)
` [PATCH v2 1/3] mm,page_alloc: Use {get,put}_online_mems() to get stable zone's values

[PATCH v3] nvme: remove superfluous bio_set_dev in nvme_requeue_work
 2021-06-07  8:46 UTC 

[PATCH] staging: rtl8723bs: Fix uninitialized variable
 2021-06-07  8:46 UTC  (4+ messages)
` [PATCH v2] "

[PATCH RFC 1/2] m68k: io_mm.h: conditionalize ISA address translation on Atari
 2021-06-07  8:46 UTC  (7+ messages)
` [PATCH RFC 0/2] Add APNE PCMCIA 100 Mbit support
  ` [PATCH RFC 2/2] net/8390: apne.c - add 100 Mbit support to apne.c driver

Request to create ampere-platform-mgmt and ampere-ipmi-oem repos
 2021-06-07  8:45 UTC  (3+ messages)

[PATCH -next] arm64: perf: Fix hw_event_id check in __armv8_pmuv3_map_event
 2021-06-07  8:37 UTC  (2+ messages)

[PATCH] rfkill: Set scols table name to make the json output valid
 2021-06-07  8:44 UTC  (2+ messages)

[LTP] [PATCH] syscalls/fchown: Make output nicer and add checks before SAFE_CLOSE(fd)
 2021-06-07  8:43 UTC  (2+ messages)

[meta-oe][PATCH] libgpiod: add the python test-suite to the ptest package
 2021-06-07  8:43 UTC 

[PATCH v4 0/9] usb: isp1760: extend support for isp1763
 2021-06-07  8:42 UTC  (3+ messages)

[PATCH v10] mm: slub: move sysfs slab alloc/free interfaces to debugfs
 2021-06-07  8:42 UTC  (5+ messages)

[PATCH v2 0/7] ARM: mm: cleanup page fault and fix pxn process issue
 2021-06-07  8:32 UTC  (8+ messages)
` [PATCH v2 7/7] ARM: mm: Fix PXN process with LPAE feature

[PATCH 1/4] arm64: dts: imx8mm-venice-gw700x: override thermal cfg for industrial temp
 2021-06-07  8:34 UTC  (9+ messages)

[PATCH] arm64: dts: rockchip: add EEPROM node for NanoPi R4S
 2021-06-07  8:35 UTC  (4+ messages)

[PATCH v2 00/15] init_mm: cleanup ARCH's text/data/brk setup code
 2021-06-07  8:30 UTC  (10+ messages)
        ` [OpenRISC] "

[PATCH v7 0/9] i386: KVM: expand Hyper-V features early
 2021-06-07  8:38 UTC  (6+ messages)
` [PATCH v7 3/9] i386: hardcode supported eVMCS version to '1'

[PATCH v2] NTB: perf: Fix an error code in perf_setup_inbuf()
 2021-06-07  8:40 UTC 

[RFC PATCH 10/13] mm/damon/schemes: Activate schemes based on a watermarks mechanism
 2021-06-07  8:40 UTC  (2+ messages)

[PATCH v3 1/1] pgo: Fix sleep in atomic section in prf_open() v3
 2021-06-07  8:39 UTC 

[PATCH RFC 0/3] riscv: Add DMA_COHERENT support
 2021-06-07  8:35 UTC  (12+ messages)

[PATCH] dfu: dfu_mtd: set max_buf_size to erasesize also for NOR devices
 2021-06-07  8:39 UTC  (4+ messages)
` [Uboot-stm32] "

[PATCH] MAINTAINERS: usb: add entry for isp1760
 2021-06-07  8:39 UTC 

[PATCH 00/11] Add imx8ulp basic dtsi support
 2021-06-07  8:39 UTC  (23+ messages)
` [PATCH 01/11] dt-bindings: gpio: gpio-vf610: Add imx8ulp compatible string
` [PATCH 02/11] dt-bindings: i2c: imx-lpi2c: "
` [PATCH 03/11] dt-bindings: mmc: imx-esdhc: Add imx8ulp compatibe string
` [PATCH 04/11] dt-bindings: serial: fsl-lpuart: Add imx8ulp compatible string
` [PATCH 05/11] dt-bindings: spi: fsl-lpspi: "
` [PATCH 06/11] dt-bindings: timer: tpm-timer: "
` [PATCH 07/11] dt-bindings: watchdog: imx7ulp-wdt: "
` [PATCH 08/11] dt-bindings: arm: fsl: Add binding for imx8ulp evk
` [PATCH 09/11] dt-bindings: clock: Add imx8ulp clock support
` [PATCH 10/11] arm64: dts: imx8ulp: Add the basic dtsi file for imx8ulp
` [PATCH 11/11] arm64: dts: imx8ulp: Add the basic dts for imx8ulp evk board

[ti:ti-rt-linux-5.10.y 4375/5278] drivers/phy/ti/phy-j721e-wiz.c:344 wiz_mode_select() error: uninitialized symbol 'mode'
 2021-06-07  8:38 UTC 

[PATCH] reset: bail if try_module_get() fails
 2021-06-07  8:36 UTC  (2+ messages)

linux-next: Fixes tag needs some work in the iio tree
 2021-06-07  8:36 UTC  (2+ messages)

[PATCH v20 10/14] xfs: Add delay ready attr set routines
 2021-06-07  8:35 UTC  (5+ messages)
` [PATCH v20 13/14] xfs: Fix default ASSERT in xfs_attr_set_iter
` [PATCH v20 14/14] xfs: Make attr name schemes consistent

[cip-dev] BUG: using smp_processor_id() in preemptible [00000000] code: TCPTSK/1809
 2021-06-07  8:25 UTC  (4+ messages)

[PATCH] staging: rtl8723bs: Fix uninitialized variable
 2021-06-07  8:33 UTC  (2+ messages)

linux-next: manual merge of the akpm-current tree with the percpu tree
 2021-06-07  8:33 UTC 

[PATCH 1/1] lib: devres: Add error information printing for __devm_ioremap_resource()
 2021-06-07  8:33 UTC  (5+ messages)

[QUESTION] drmModeAtomicCommit returns -EINVAL on return
 2021-06-07  8:32 UTC  (2+ messages)

Regarding commit a9bcedd (SD card size has to be power of 2)
 2021-06-07  8:29 UTC 

[PATCH V2 3/5] drm/amdgpu: correct the audio function initial Dstate
 2021-06-07  8:29 UTC  (2+ messages)

[PATCH] memory: Display MemoryRegion name in read/write ops trace events
 2021-06-07  8:28 UTC  (5+ messages)

[PATCH v6 0/5] add support for FRAM
 2021-06-07  8:26 UTC 

[PATCH v5 1/3] dt-bindings: dma: add schema for altera-msgdma
 2021-06-07  8:28 UTC  (4+ messages)
` [PATCH v5 3/3] dmaengine: altera-msgdma: add OF support

[PATCH 00/21] Rid W=1 warnings from IDE
 2021-06-07  8:26 UTC  (2+ messages)

[PULL] memory: tegra: Changes for v5.14-rc1
 2021-06-07  8:28 UTC  (5+ messages)

[PATCH v5 0/3] btrfs: make read time repair to be only submitted for each corrupted sector
 2021-06-07  8:27 UTC  (3+ messages)
` [PATCH v5 2/3] btrfs: submit read time repair only "

[dpdk-dev] [RFC PATCH] ethdev: clarify flow action PORT ID semantics
 2021-06-07  8:28 UTC  (4+ messages)

[RFC] LKMM: Add volatile_if()
 2021-06-07  8:27 UTC  (16+ messages)

[PATCH net-next v2 0/8] port asix ax88772 to the PHYlib
 2021-06-07  8:27 UTC  (3+ messages)
` [PATCH net-next v2 7/8] net: phy: do not print dump stack if device was removed
` [PATCH net-next v2 8/8] usbnet: run unbind() before unregister_netdev()


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.