linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-11-16 09:32:08 to 2020-11-16 12:37:59 UTC [more...]

[PATCH RFC 00/12] vdpa: generalize vdpa simulator and add block device
 2020-11-16 11:23 UTC  (21+ messages)
` [PATCH RFC 02/12] vdpa: split vdpasim to core and net modules
` [PATCH RFC 04/12] vdpa: add vdpa simulator for block device
` [PATCH RFC 05/12] vdpa_sim: remove the limit of IOTLB entries
` [PATCH RFC 06/12] vdpa_sim: add struct vdpasim_device to store device properties
` [PATCH RFC 07/12] vdpa_sim: move config management outside of the core
` [PATCH RFC 12/12] vdpa_sim_blk: implement ramdisk behaviour

[PATCH 0/3] PPC: Fix -Wimplicit-fallthrough for clang
 2020-11-16 11:24 UTC  (6+ messages)
` [PATCH 1/3] powerpc: boot: include compiler_attributes.h
` [PATCH 2/3] Revert "lib: Revert use of fallthrough pseudo-keyword in lib/"

[PATCH 0/6] Add improvements suggested by checkpatch for vmbus_drv
 2020-11-16 11:21 UTC  (3+ messages)
` [PATCH 5/6] drivers: hv: vmbus: Fix unnecessary OOM_MESSAGE

rmk/for-next bisection: baseline.login on bcm2836-rpi-2-b
 2020-11-16 11:20 UTC  (8+ messages)

[PATCH 00/40] [Set 7] Rid W=1 warnings from GPU
 2020-11-16 11:18 UTC  (7+ messages)
` [PATCH 12/40] drm/pl111/pl111_display: Make local function static

KASAN: invalid-free in p9_client_create
 2020-11-16 11:11 UTC  (2+ messages)

[PATCH][next] drm/atomic: avoid null pointer dereference on pointer crtc
 2020-11-16 11:08 UTC  (2+ messages)

[PATCH 0/2] Preserve goldfish rtc
 2020-11-16 11:06 UTC  (4+ messages)
` [PATCH 2/2] MAINTAINERS: Set myself as Goldfish RTC maintainer

[PATCH v9 0/3] Drivers: hv: vmbus: vmbus_requestor data structure for VMBus hardening
 2020-11-16 11:03 UTC  (6+ messages)
` [PATCH v9 2/3] scsi: storvsc: Use vmbus_requestor to generate transaction IDs "

[PATCH] perf test: Fix dwarf unwind for optimized builds
 2020-11-16 11:03 UTC  (4+ messages)

[PATCH mm v3 00/19] kasan: boot parameters for hardware tag-based mode
 2020-11-16 11:01 UTC  (5+ messages)
` [PATCH mm v3 04/19] kasan, arm64: unpoison stack only with CONFIG_KASAN_STACK
` [PATCH mm v3 05/19] kasan: allow VMAP_STACK for HW_TAGS mode

[PATCH v11 00/13] SMMUv3 Nested Stage Setup (VFIO part)
 2020-11-16 11:00 UTC  (14+ messages)
` [PATCH v11 01/13] vfio: VFIO_IOMMU_SET_PASID_TABLE
` [PATCH v11 02/13] vfio: VFIO_IOMMU_CACHE_INVALIDATE
` [PATCH v11 03/13] vfio: VFIO_IOMMU_SET_MSI_BINDING
` [PATCH v11 04/13] vfio/pci: Add VFIO_REGION_TYPE_NESTED region type
` [PATCH v11 05/13] vfio/pci: Register an iommu fault handler
` [PATCH v11 06/13] vfio/pci: Allow to mmap the fault queue
` [PATCH v11 07/13] vfio: Use capability chains to handle device specific irq
` [PATCH v11 08/13] vfio/pci: Add framework for custom interrupt indices
` [PATCH v11 09/13] vfio: Add new IRQ for DMA fault reporting
` [PATCH v11 10/13] vfio/pci: Register and allow DMA FAULT IRQ signaling
` [PATCH v11 11/13] vfio: Document nested stage control
` [PATCH v11 12/13] vfio/pci: Register a DMA fault response region
` [PATCH v11 13/13] vfio/pci: Inject page response upon response region fill

[PATCH RFC v2 00/21] kasan: hardware tag-based mode for production use on arm64
 2020-11-16 10:59 UTC  (5+ messages)
` [PATCH RFC v2 04/21] kasan: unpoison stack only with CONFIG_KASAN_STACK

[PATCH v3] phy: mapphone-mdm6600: return error when timed out powering up
 2020-11-16 10:58 UTC 

[PATCH v4] tcp: fix race condition when creating child sockets from syncookies
 2020-11-16 10:57 UTC  (2+ messages)

[PATCH v4] clk: renesas: r8a774c0: Add RPC clocks
 2020-11-16 10:56 UTC  (2+ messages)

[patch 00/19] softirq: Cleanups and RT awareness
 2020-11-16 10:51 UTC  (4+ messages)
` [patch 06/19] arm64: irqstat: Get rid of duplicated declaration

[PATCH] lib: vsprintf: Avoid 32-bit truncation in vsscanf number parsing
 2020-11-16 10:47 UTC  (6+ messages)

[PATCH virtio] virtio: virtio_console: fix DMA memory allocation for rproc serial
 2020-11-16 10:46 UTC  (4+ messages)

[PATCH v2] arm64: mm: free unused memmap for sparse memory model that define VMEMMAP
 2020-11-16 10:46 UTC  (6+ messages)
      ` 答复: "

drivers/gpu/drm/i915/gem/i915_gem_throttle.c:59 i915_gem_throttle_ioctl() error: double locked 'ctx->engines_mutex' (orig line 59)
 2020-11-16 10:44 UTC  (3+ messages)

[PATCH v12 00/15] SMMUv3 Nested Stage Setup (IOMMU part)
 2020-11-16 10:43 UTC  (16+ messages)
` [PATCH v12 01/15] iommu: Introduce attach/detach_pasid_table API
` [PATCH v12 02/15] iommu: Introduce bind/unbind_guest_msi
` [PATCH v12 03/15] iommu/arm-smmu-v3: Maintain a SID->device structure
` [PATCH v12 04/15] iommu/smmuv3: Dynamically allocate s1_cfg and s2_cfg
` [PATCH v12 05/15] iommu/smmuv3: Get prepared for nested stage support
` [PATCH v12 06/15] iommu/smmuv3: Implement attach/detach_pasid_table
` [PATCH v12 07/15] iommu/smmuv3: Allow stage 1 invalidation with unmanaged ASIDs
` [PATCH v12 08/15] iommu/smmuv3: Implement cache_invalidate
` [PATCH v12 09/15] dma-iommu: Implement NESTED_MSI cookie
` [PATCH v12 10/15] iommu/smmuv3: Nested mode single MSI doorbell per domain enforcement
` [PATCH v12 11/15] iommu/smmuv3: Enforce incompatibility between nested mode and HW MSI regions
` [PATCH v12 12/15] iommu/smmuv3: Implement bind/unbind_guest_msi
` [PATCH v12 13/15] iommu/smmuv3: Report non recoverable faults
` [PATCH v12 14/15] iommu/smmuv3: Accept configs with more than one context descriptor
` [PATCH v12 15/15] iommu/smmuv3: Add PASID cache invalidation per PASID

[PATCH 1/1] scsi: pm8001: pm8001_hwi: Remove unused variable 'value'
 2020-11-16 10:44 UTC  (2+ messages)

[PATCH v5 0/7] gpio: exar: refactor the driver
 2020-11-16 10:42 UTC  (8+ messages)
` [PATCH v5 1/7] gpio: exar: add a newline after the copyright notice
` [PATCH v5 2/7] gpio: exar: include idr.h
` [PATCH v5 3/7] gpio: exar: switch to a simpler IDA interface
` [PATCH v5 4/7] gpio: exar: use a helper variable for &pdev->dev
` [PATCH v5 5/7] gpio: exar: unduplicate address and offset computation
` [PATCH v5 6/7] gpio: exar: switch to using regmap
` [PATCH v5 7/7] gpio: exar: use devm action for freeing the IDA and drop remove()

[PATCH v1] lib/cmdline_kunit: Provide meaningful MODULE_LICENSE()
 2020-11-16 10:42 UTC 

[PATCH v1] lib/cmdline_kunit: Type of expected returned values should be int
 2020-11-16 10:42 UTC 

[PATCH net-next v3] net/tun: Call netdev notifiers
 2020-11-16 10:41 UTC 

[PATCH v4 00/27]Fix several bad kernel-doc markups
 2020-11-16 10:38 UTC  (32+ messages)
` [PATCH v4 01/27] net: phy: fix "
` [PATCH v4 02/27] net: datagram: fix some "
` [PATCH v4 03/27] net: core: "
` [PATCH v4 04/27] s390: fix "
` [PATCH v4 05/27] drm: fix some "
` [PATCH v4 06/27] HSI: fix a kernel-doc markup
` [PATCH v4 07/27] IB: fix kernel-doc markups
` [PATCH v4 08/27] parport: fix a kernel-doc markup
` [PATCH v4 09/27] rapidio: fix kernel-doc a markup
` [PATCH v4 10/27] video: fix some kernel-doc markups
` [PATCH v4 11/27] fs: fix "
` [PATCH v4 12/27] jbd2: "
` [PATCH v4 13/27] pstore/zone: fix a kernel-doc markup
` [PATCH v4 14/27] completion: fix kernel-doc markups
` [PATCH v4 15/27] firmware: stratix10-svc: "
` [PATCH v4 16/27] connector: fix a kernel-doc markup
` [PATCH v4 17/27] lib/crc7: "
` [PATCH v4 18/27] hrtimer: fix kernel-doc markups
` [PATCH v4 19/27] genirq: "
` [PATCH v4 20/27] list: fix a typo at the kernel-doc markup
` [PATCH v4 21/27] memblock: fix kernel-doc markups
` [PATCH v4 22/27] w1: fix a kernel-doc markup
` [PATCH v4 23/27] resource: fix kernel-doc markups
` [PATCH v4 24/27] shed: fix kernel-doc markup
` [PATCH v4 25/27] mm: fix kernel-doc markups
` [PATCH v4 26/27] selftests: kselftest_harness.h: partially "
` [PATCH v4 27/27] scripts: kernel-doc: validate kernel-doc markup with the actual names

[PATCH v4 00/16] Overhaul multi-page lookups for THP
 2020-11-16 10:34 UTC  (2+ messages)

WARNING at kernel/sched/core.c:2013 migration_cpu_stop+0x2e3/0x330
 2020-11-16 10:32 UTC  (6+ messages)

[PATCH 0/2] xtensa: cache aliasing fixes
 2020-11-16 10:30 UTC  (3+ messages)
` [PATCH 1/2] xtensa: fix TLBTEMP area placement
` [PATCH 2/2] xtensa: disable preemption around cache alias management calls

[PATCH v5 0/4] Introduce Embedded Controller driver for Acer A500
 2020-11-16 10:29 UTC  (7+ messages)
` [PATCH v5 2/4] mfd: Add driver for Embedded Controller found on Acer Iconia Tab A500

[PATCH v2 0/6] Updates to MHI channel handling
 2020-11-16 10:22 UTC  (3+ messages)
` [PATCH v2 2/6] bus: mhi: core: Improvements to the channel handling state machine

[PATCH] xsk: add cq event
 2020-11-16 10:21 UTC  (4+ messages)

[PATCH v4 0/8] media: i2c: Add RDACM21 camera module
 2020-11-16 10:20 UTC  (7+ messages)
` [PATCH v4 1/8] media: i2c: Add driver for "

[PATCH 1/2] phy: stm32: don't print an error on probe deferral
 2020-11-16 10:18 UTC  (5+ messages)

[PATCH v2 0/4] iio: adc: xilinx: use even more devres
 2020-11-16 10:18 UTC  (5+ messages)
` [PATCH v2 1/4] device: provide devm_krealloc_array()

[RESEND PATCH v3 0/3] phy: amlogic: add MIPI DSI function to analog MIPI+PCIe PHY
 2020-11-16 10:16 UTC  (4+ messages)
` [RESEND PATCH v3 1/3] dt-bindings: phy: amlogic,meson-axg-mipi-pcie-analog: remove reg attribute
` [RESEND PATCH v3 2/3] dt-bindings: phy: amlogic,meson-axg-mipi-pcie-analog: remove phy cell parameter
` [RESEND PATCH v3 3/3] phy: amlogic: phy-meson-axg-mipi-pcie-analog: add support for MIPI DSI analog

[PATCH bpf] selftests/bpf: fix error return code in run_getsockopt_test()
 2020-11-16 10:16 UTC 

[RESEND PATCH v3 0/2] phy: amlogic: Add support for AXG MIPI D-PHY
 2020-11-16 10:13 UTC  (3+ messages)
` [RESEND PATCH v3 1/2] dt-bindings: phy: add Amlogic AXG MIPI D-PHY bindings
` [RESEND PATCH v3 2/2] phy: amlogic: Add AXG MIPI D-PHY driver

[PATCH v41 00/24] Intel SGX foundations
 2020-11-16 10:09 UTC  (5+ messages)
` [PATCH v41 10/24] mm: Add 'mprotect' hook to struct vm_operations_struct

[PATCH v3 0/5] console: Miscellaneous clean-ups, do not use FNTCHARCNT() in fbcon.c
 2020-11-16 10:09 UTC  (8+ messages)

[RFC PATCH] MIPS: Kconfig: Select ARCH_WANT_FRAME_POINTERS
 2020-11-16 10:09 UTC  (4+ messages)

[PATCH v3 0/2] phy: amlogic: Add support for AXG MIPI D-PHY
 2020-11-16 10:09 UTC  (4+ messages)

[PATCH v3] clk: renesas: r8a774c0: Add RPC clocks
 2020-11-16 10:09 UTC  (7+ messages)

[PATCH v8 -tip 00/26] Core scheduling
 2020-11-16 10:08 UTC  (7+ messages)
` [PATCH v8 -tip 13/26] kernel/entry: Add support for core-wide protection of kernel-mode

[PATCH net-next v2 00/11] net: dsa: microchip: PTP support for KSZ956x
 2020-11-16 10:07 UTC  (5+ messages)
` [PATCH net-next v2 03/11] net: dsa: microchip: split ksz_common.h

[auxdisplay] b26deabb1d: BUG:kernel_NULL_pointer_dereference,address
 2020-11-16 10:05 UTC  (4+ messages)
  ` [LKP] "

linux-next: build warning after merge of the akpm-current tree
 2020-11-16 10:03 UTC  (2+ messages)

[PATCH v5 0/2] leds: mt6360: Add LED driver for MT6360
 2020-11-16 10:01 UTC  (10+ messages)
` [PATCH v5 2/2] "

bitmap: Remove unused function declaration
 2020-11-16 10:00 UTC  (3+ messages)

[PATCH v4 00/13] iio: imu: new inv_icm42600 driver
 2020-11-16  9:25 UTC  (4+ messages)
` [PATCH v4 08/13] Documentation: ABI: add specific icm42600 documentation

drivers/gpu/drm/mcde/mcde_display.c:543 mcde_configure_channel() error: uninitialized symbol 'val'
 2020-11-16  9:58 UTC 

Build regressions/improvements in v5.10-rc4
 2020-11-16  9:55 UTC  (2+ messages)

[RFC PATCH v2] MIPS: Kconfig: Select ARCH_WANT_FRAME_POINTERS
 2020-11-16  9:55 UTC 

[PATCH] docs/vm: remove unused 3 items explanation for /proc/vmstat
 2020-11-16  9:51 UTC 

[PATCH net-next v2 RESEND] net/usb/r8153_ecm: support ECM mode for RTL8153
 2020-11-16  9:18 UTC  (3+ messages)
  ` [PATCH net-next] r8153_ecm: avoid to be prior to r8152 driver

[PATCH] Documentation: kgdb: Fix a typo
 2020-11-16  9:47 UTC  (2+ messages)

[patch V2 00/46] x86, PCI, XEN, genirq ...: Prepare for device MSI
 2020-11-16  9:47 UTC  (6+ messages)
` REGRESSION: "
      ` iommu/vt-d: Cure VF irqdomain hickup

ld.lld: error: undefined symbol: devm_mux_control_get
 2020-11-16  9:43 UTC 

[PATCH] MAINTAINERS: rectify file patterns for NETFILTER
 2020-11-16  9:17 UTC  (3+ messages)

[PATCH v2] phy: mapphone-mdm6600: return error when timed out powering up
 2020-11-16  9:42 UTC  (2+ messages)

[PATCH] x86/cpu: remove needless definition for !CONFIG_X86_32
 2020-11-16  9:42 UTC 

[PATCH v2 0/6] ARM: dts: sun8i: v3s: Enable video decoder
 2020-11-16  9:37 UTC  (5+ messages)

INFO: task can't die in io_sq_thread_stop
 2020-11-16  9:32 UTC  (2+ messages)

drivers/net/wireless/ath/ath10k/sdio.c:2234:2: warning: Non-boolean value returned from function returning bool
 2020-11-16  9:33 UTC  (3+ messages)

[PATCH] thermal: amlogic: Add hwmon support
 2020-11-16  9:31 UTC  (2+ messages)

[x86, sched] 2a0abc5969: phoronix-test-suite.stress-ng.SystemVMessagePassing.bogo_ops_s -14.1% regression
 2020-11-16  9:31 UTC  (2+ messages)

[PATCH v15 00/17] KVM RISC-V Support
 2020-11-16  9:29 UTC  (3+ messages)
` [PATCH v15 10/17] RISC-V: KVM: Implement stage2 page table programming

[PATCH net v2] net/tun: Call netdev notifiers
 2020-11-16  9:27 UTC 

[PATCH] thermal: intel_pch_thermal: Add PCI ids for Lewisburg PCH
 2020-11-16  9:28 UTC  (3+ messages)

drivers/net/ethernet/freescale/gianfar.c:580 gfar_parse_group() warn: 'grp->regs' not released on lines: 517
 2020-11-16  9:25 UTC 

[PATCH v2 0/1] Fix object remain in offline per-cpu quarantine
 2020-11-16  9:26 UTC  (3+ messages)
` [PATCH v2 1/1] kasan: fix "

[PATCH net] net: phy: smsc: add missed clk_disable_unprepare in smsc_phy_probe()
 2020-11-16  9:26 UTC  (4+ messages)

[PATCH v1] add axi clock control for MT8192 spi-nor
 2020-11-16  9:24 UTC  (3+ messages)
` [PATCH v1] spi: spi-mtk-nor: "

[PATCH] [v4] wireless: Initial driver submission for pureLiFi STA devices
 2020-11-16  9:22 UTC  (2+ messages)
` [PATCH] [v7] "

drivers/mmc/host/tmio_mmc.c:177 tmio_mmc_probe() warn: argument 3 to %08lx specifier is cast from pointer
 2020-11-16  9:22 UTC 

irq-loongson-pch-pic.c:undefined reference to `of_iomap'
 2020-11-16  9:21 UTC  (5+ messages)

Loadavg accounting error on arm64
 2020-11-16  9:10 UTC 

[PATCH net-next 3/3] nfc: s3fwrn5: Change the error code
 2020-11-16  9:08 UTC  (2+ messages)

[PATCH net-next 2/3] nfc: s3fwrn5: Fix the misspelling in a comment
 2020-11-16  9:08 UTC  (2+ messages)

[PATCH RFC] pwm: keembay: Fix build failure with -Os
 2020-11-16  9:08 UTC 

[RFC] Are you good with Lockdep?
 2020-11-16  9:05 UTC  (8+ messages)

[PATCH net-next 1/3] nfc: s3fwrn5: Remove the max_payload
 2020-11-16  9:06 UTC  (2+ messages)

[PATCH v2] ARM: multi_v7_defconfig: ti: Enable networking options for nfs boot
 2020-11-16  9:04 UTC  (2+ messages)

[PATCH v9 0/3] introduce memory hinting API for external process
 2020-11-16  9:02 UTC  (5+ messages)
` [PATCH v9 3/3] mm/madvise: introduce process_madvise() syscall: an external memory hinting API

[PATCH net-next] MAINTAINERS: Add Martin Schiller as a maintainer for the X.25 stack
 2020-11-16  9:01 UTC  (2+ messages)


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