All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-11-17 11:02:31 to 2020-11-17 11:50:51 UTC [more...]

[PATCHv4 00/17] arm64: remove set_fs() and friends
 2020-11-17 11:10 UTC  (9+ messages)
` [PATCHv4 14/17] arm64: uaccess: remove set_fs()

[PATCH 0/3] mmc: renesas_sdhi: refactor SCC reset
 2020-11-17 11:49 UTC  (2+ messages)

[PATCH 0/3] mmc: renesas_sdhi: generic cleanups
 2020-11-17 11:50 UTC  (2+ messages)

[PATCH] mmc: mediatek: fix mem leak in msdc_drv_probe
 2020-11-17 11:50 UTC  (2+ messages)

[RFC PATCH 0/4] mmc: renesas_sdhi: reset SCC only when available
 2020-11-17 11:49 UTC  (2+ messages)

[PATCH -next] mmc: owl-mmc: use true and false for bool variables
 2020-11-17 11:49 UTC  (2+ messages)

[PATCH] mmc: host: Kconfig: fix spelling mistake "hardare" -> "hardware"
 2020-11-17 11:50 UTC  (2+ messages)

[PATCH] curl: remove compatibility code
 2020-11-17 11:46 UTC  (2+ messages)

[dpdk-dev] [PATCH] net/mlx5: fix validate RSS queues types
 2020-11-17 11:49 UTC  (2+ messages)

Corporate and Personal Loan::,
 2020-11-13 16:08 UTC 

Add support for the OnePlus 6 and 6T SDM845 devices
 2020-11-17 11:47 UTC  (3+ messages)
` [PATCH 5/5] i2c: geni: sdm845: dont perform DMA for OnePlus 6 devices

[PATCH-for-5.2?] MAINTAINERS: Fix default-configs/ entries
 2020-11-17 11:46 UTC 

[LTP] [PATCH 0/1] overcommit_memory: Remove unstable subtest
 2020-11-17 11:48 UTC  (5+ messages)

[PATCH] MIPS: kernel: Fix for_each_memblock conversion
 2020-11-17 11:47 UTC  (2+ messages)

[v4.9.y] backport of few missed perf fixes
 2020-11-17 11:47 UTC  (3+ messages)

[PATCH v2 0/7] Common macros for QAPI list growth
 2020-11-17 11:45 UTC  (3+ messages)
` [PATCH v2 4/7] qapi: Use QAPI_LIST_PREPEND() where possible

FAILED: patch "[PATCH] ext4: fix leaking sysfs kobject after failed mount" failed to apply to 4.9-stable tree
 2020-11-17 11:47 UTC  (3+ messages)

FAILED: patch "[PATCH] Revert "kernel/reboot.c: convert simple_strtoul to kstrtoint"" failed to apply to 4.19-stable tree
 2020-11-17 11:47 UTC  (3+ messages)

[Intel-gfx] [PATCH] drm/i915/gem: Remove incorrect early dbg print
 2020-11-17 11:46 UTC 

[PATCH stable-5.9 1/2] coresight: etm: perf: Sink selection using sysfs is deprecated
 2020-11-17 11:45 UTC  (3+ messages)

[PATCH] Clean up includes
 2020-11-17 11:43 UTC  (2+ messages)

[PATCH] um: borrow bitops from the x86 tree
 2020-11-17 11:46 UTC  (3+ messages)

[PATCH for-5.2] configure: Make "does libgio work" test pull in some actual functions
 2020-11-17 11:44 UTC  (3+ messages)

Loadavg accounting error on arm64
 2020-11-17 11:43 UTC  (9+ messages)
        ` [PATCH] sched: Fix data-race in wakeup
          ` [PATCH] sched: Fix rq->nr_iowait ordering

[PULL v3 00/32] VFIO updates 2020-11-01 (for QEMU 5.2 soft-freeze)
 2020-11-17 11:43 UTC  (3+ messages)
` [PULL v3 26/32] s390x/pci: use a PCI Group structure

[igt-dev] [PATCH i-g-t 1/2] lib/igt_device_scan: Remember vendor/device for pci devices
 2020-11-17 11:44 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for series starting with [i-g-t,1/2] "

backport of f91072ed1b72 for v4.14.y+
 2020-11-17 11:44 UTC  (2+ messages)

[PATCH v5 8/8] rpmsg: Turn name service into a stand alone driver
 2020-11-17 11:42 UTC  (12+ messages)

[Intel-gfx] [PATCH 01/28] drm/i915/selftests: Improve granularity for mocs reset checks
 2020-11-17 11:42 UTC  (29+ messages)
` [Intel-gfx] [PATCH 02/28] drm/i915/selftests: Small tweak to put the termination conditions together
` [Intel-gfx] [PATCH 03/28] drm/i915/gem: Drop free_work for GEM contexts
` [Intel-gfx] [PATCH 04/28] drm/i915/gt: Ignore dt==0 for reporting underflows
` [Intel-gfx] [PATCH 05/28] drm/i915/gt: Track the overall busy time
` [Intel-gfx] [PATCH 06/28] drm/i915/gt: Include semaphore status in print_request()
` [Intel-gfx] [PATCH 07/28] drm/i915: Lift i915_request_show()
` [Intel-gfx] [PATCH 08/28] drm/i915/gt: Show all active timelines for debugging
` [Intel-gfx] [PATCH 09/28] drm/i915: Lift waiter/signaler iterators
` [Intel-gfx] [PATCH 10/28] drm/i915: Show timeline dependencies for debug
` [Intel-gfx] [PATCH 11/28] drm/i915/gt: Defer enabling the breadcrumb interrupt to after submission
` [Intel-gfx] [PATCH 12/28] drm/i915/gt: Track signaled breadcrumbs outside of the breadcrumb spinlock
` [Intel-gfx] [PATCH 13/28] drm/i915/gt: Don't cancel the interrupt shadow too early
` [Intel-gfx] [PATCH 14/28] drm/i915/gt: Free stale request on destroying the virtual engine
` [Intel-gfx] [PATCH 15/28] drm/i915/gt: Protect context lifetime with RCU
` [Intel-gfx] [PATCH 16/28] drm/i915/gt: Split the breadcrumb spinlock between global and contexts
` [Intel-gfx] [PATCH 17/28] drm/i915/gt: Move the breadcrumb to the signaler if completed upon cancel
` [Intel-gfx] [PATCH 18/28] drm/i915/gt: Decouple completed requests on unwind
` [Intel-gfx] [PATCH 19/28] drm/i915/gt: Check for a completed last request once
` [Intel-gfx] [PATCH 20/28] drm/i915/gt: Replace direct submit with direct call to tasklet
` [Intel-gfx] [PATCH 21/28] drm/i915/gt: ce->inflight updates are now serialised
` [Intel-gfx] [PATCH 22/28] drm/i915/gt: Use virtual_engine during execlists_dequeue
` [Intel-gfx] [PATCH 23/28] drm/i915/gt: Decouple inflight virtual engines
` [Intel-gfx] [PATCH 24/28] drm/i915/gt: Defer schedule_out until after the next dequeue
` [Intel-gfx] [PATCH 25/28] drm/i915/gt: Remove virtual breadcrumb before transfer
` [Intel-gfx] [PATCH 26/28] drm/i915/gt: Shrink the critical section for irq signaling
` [Intel-gfx] [PATCH 27/28] drm/i915/gt: Resubmit the virtual engine on schedule-out
` [Intel-gfx] [PATCH 28/28] drm/i915/gt: Simplify virtual engine handling for execlists_hold()

[PATCH v2 00/14] Backport of patch series for stable 4.14 branch
 2020-11-17 11:42 UTC  (2+ messages)

[PATCH net-next v2 0/6] netdev event handling + neighbour config
 2020-11-17 11:41 UTC  (7+ messages)
` [PATCH net-next v2 4/6] net/x25: support NETDEV_CHANGE notifier
` [PATCH net-next v2 5/6] net/lapb: support netdev events

[PATCH 0/3] quorum: Require WRITE perm with rewrite-corrupted
 2020-11-17 11:38 UTC  (2+ messages)

[PATCH v2 0/3] Adding I2C support to RX6110 RTC
 2020-11-17 11:41 UTC  (10+ messages)
` [PATCH v2 2/3] rtc: rx6110: add ACPI bindings to I2C
      ` AW: "

[Intel-gfx] [PATCH i-g-t] gem_wsim: Implement device selection
 2020-11-17 11:40 UTC  (2+ messages)
` [igt-dev] "

[PATCH v12 00/15] SMMUv3 Nested Stage Setup (IOMMU part)
 2020-11-17 11:39 UTC  (5+ messages)
` [PATCH v12 04/15] iommu/smmuv3: Dynamically allocate s1_cfg and s2_cfg

[cip-dev] Joining CIP from Codethink
 2020-11-17 11:39 UTC  (2+ messages)

[PATCH] mmc: sdhci-esdhc-imx: Convert the driver to DT-only
 2020-11-17 11:37 UTC 

[PATCH 2/2] plugins: Fix two resource leaks in connect_socket()
 2020-11-17 11:36 UTC  (5+ messages)

[PATCH RFC 00/12] vdpa: generalize vdpa simulator and add block device
 2020-11-17 11:36 UTC  (13+ messages)
` [PATCH RFC 04/12] vdpa: add vdpa simulator for "
` [PATCH RFC 06/12] vdpa_sim: add struct vdpasim_device to store device properties
` [PATCH RFC 10/12] vdpa_sim: split vdpasim_virtqueue's iov field in riov and wiov
` [PATCH RFC 12/12] vdpa_sim_blk: implement ramdisk behaviour

[PATCH v2 0/1] NET: mcan: Move runtime PM enable/disable to m_can_platform
 2020-11-17 11:36 UTC  (3+ messages)
` [PATCH v2 1/1] "

[PATCH v2 00/13] Backport of patch series for stable 4.9 branch
 2020-11-17 11:35 UTC  (2+ messages)

[PATCH] ARM: dts: stm32: Add DHCOM based PicoITX board
 2020-11-17 11:32 UTC  (2+ messages)

Information request
 2020-11-17 11:33 UTC  (3+ messages)

[Intel-wired-lan] [tnguy-next-queue:master] BUILD SUCCESS 72308ecbf33b145641aba61071be31a85ebfd92c
 2020-11-17 11:34 UTC 

[PATCH] dt-bindings: arm: stm32: Add compatible strings for DH SoMs and boards
 2020-11-17 11:31 UTC  (3+ messages)

[PATCH net-next v3 1/4] ethtool: add ETHTOOL_COALESCE_ALL_PARAMS define
 2020-11-17 11:32 UTC  (4+ messages)
` [PATCH net-next v3 4/4] selftests: add ring and coalesce selftests

[PATCH V2] cpufreq: stats: Use local_clock() instead of jiffies
 2020-11-17 11:32 UTC 

[PATCH] media: i2c: Add ov9734 image sensor driver
 2020-11-17 11:29 UTC  (3+ messages)

[PATCH 0/5] allow default environment to be amended from dtb
 2020-11-17 11:31 UTC  (5+ messages)
` [PATCH 4/5] env: allow default environment to be amended from control dtb

[PATCH 00/13] Backport of patch series for stable 4.4 branch
 2020-11-17 11:31 UTC  (2+ messages)

[LTP] [PATCH] net/host: update to new api
 2020-11-17 11:30 UTC  (4+ messages)

WARNING at kernel/sched/core.c:2013 migration_cpu_stop+0x2e3/0x330
 2020-11-17 11:29 UTC  (4+ messages)

[RFC PATCH 0/9] net: dsa: microchip: PTP support for KSZ956x
 2020-11-17 11:27 UTC  (4+ messages)
` [RFC PATCH net-next 7/9] net: dsa: microchip: ksz9477: add hardware time stamping support

[RFC PATCH] spi: Take the SPI IO-mutex in the spi_setup() method
 2020-11-17 11:28 UTC  (3+ messages)

[ath6kl:ath11k-qca6390-bringup] BUILD SUCCESS 3fe683eccb0815cd2c2ff53a928a4e7d2517ece0
 2020-11-17 11:28 UTC 

[PATCH v1 0/1] mmc: sdhci-of-arasan: Specify .clk_ops for Keem Bay SOC
 2020-11-17 11:27 UTC  (6+ messages)
` [PATCH v1 1/1] "

[PATCH] thermal: Fix NULL pointer dereference issue
 2020-11-17 11:27 UTC  (4+ messages)

[dpdk-dev] [PATCH v4 0/2] net/mlx5: fixes for rx queue count calculation
 2020-11-17 11:26 UTC  (3+ messages)
` [dpdk-dev] [PATCH v4 1/2] net/mlx5: fix Rx "
` [dpdk-dev] [PATCH v4 2/2] net/mlx5: fix Rx descriptor status returned value

[PATCH] ASoC: hdmi-codec: Get ELD in before reporting plugged event
 2020-11-17 11:26 UTC  (5+ messages)

[Bug 1861562] [NEW] piix crashes on mips when using multiple cpus
 2020-11-17 11:08 UTC  (2+ messages)
` [Bug 1861562] "

Add peci-pcie repo to CI
 2020-11-17 11:19 UTC  (5+ messages)

[PATCHv2 1/2] nl80211: vendor-cmd: qca: add command for ap power save
 2020-11-17 11:23 UTC  (11+ messages)

backport of 073d0552ead5 ("xen/events: avoid removing an event
 2020-11-17 11:24 UTC  (2+ messages)

[PATCH 00/12] xen: support per-cpupool scheduling granularity
 2020-11-17 11:23 UTC  (5+ messages)
` [PATCH 06/12] xen/hypfs: move per-node function pointers into a dedicated struct
` [PATCH 07/12] xen/hypfs: pass real failure reason up from hypfs_get_entry()

[PATCH v2 00/42] Rid W=1 warnings from GPU (non-Radeon)
 2020-11-17 11:22 UTC  (4+ messages)
` [PATCH 41/42] gpu/ipu-v3/ipu-di: Strip out 2 unused 'di_sync_config' entries

[Qemu-devel] [Bug 1757363] [NEW] infinite loop due to improper deal with "eret" on mips32
 2020-11-17 11:08 UTC  (2+ messages)
` [Bug 1757363] "

[PATCH] trace-cmd: Parse command lines with spaces
 2020-11-17 11:22 UTC 

[PATCH v2 1/2] dt-bindings: arm: stm32: add simple-mfd compatible for tamp node
 2020-11-17 11:18 UTC  (4+ messages)
` [PATCH v2 2/2] ARM: dts: stm32: support child mfd cells for the stm32mp1 TAMP syscon

[QEUSTION] VG refresh: remove disk and reinsert disk, VG not refresh
 2020-11-17 11:20 UTC  (3+ messages)
  ` [QUESTION] "

[PATCH v2 0/4] ARM: stm32: add DT properties for remote proc synchronisation
 2020-11-17 11:18 UTC  (3+ messages)

[Intel-gfx] [PATCH v2] drm/i915: Tweaked Wa_14010685332 for PCHs used on gen11 platforms
 2020-11-17 11:06 UTC  (3+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for drm/i915: Tweaked Wa_14010685332 for PCHs used on gen11 platforms (rev4)

[linux-stable-rc:linux-4.14.y 9292/9999] drivers/net/phy/mdio-bcm-iproc.c:192:5: warning: no previous prototype for 'iproc_mdio_resume'
 2020-11-17 11:20 UTC 

[PATCH] linux-user, netlink: add IFLA_BRPORT_MRP_RING_OPEN, IFLA_BRPORT_MRP_IN_OPEN
 2020-11-17 11:19 UTC 

[PATCH] mmc: export sd3_bus_mode to user space
 2020-11-17 11:19 UTC  (4+ messages)

[PATCH v2] hw/core/qdev-properties-system: Rewrite set_pci_host_devaddr using GLib
 2020-11-17 11:16 UTC  (4+ messages)
` [PATCH-for-5.2 "

[Bug 1877706] [NEW] [Feature request] qemu does not support for Octeon MIPS64 on X86
 2020-11-17 10:57 UTC  (2+ messages)
` [Bug 1877706] "

[PATCH v5 1/3] dt-bindings: media: atmel: csi2dc: add bindings for microchip csi2dc
 2020-11-17 11:14 UTC  (3+ messages)

[PATCHv2 00/24] perf: Add mmap2 build id support
 2020-11-17 11:13 UTC  (12+ messages)
` [PATCH 03/24] perf: Add build id data in mmap2 event
` [PATCH 15/24] perf tools: Synthesize build id for kernel/modules/tasks
` [PATCH 16/24] perf tools: Add support to display build id for mmap2 events
` [PATCH 18/24] perf tools: Add __perf_session__cache_build_ids function
` [PATCH 19/24] perf tools: Add is_perf_data function
` [PATCH 20/24] perf tools: Add build_id_cache__add function
` [PATCH 21/24] perf buildid-cache: Add support to add build ids from perf data
` [PATCH 22/24] perf buildid-cache: Add --debuginfod option
` [PATCH 23/24] perf buildid-list: Add support for mmap2's buildid events
` [PATCH 24/24] perf record: Add --buildid-mmap option to enable mmap's build id

[PATCH] drm/imx: depend on COMMON_CLK to fix compile tests
 2020-11-17 11:13 UTC  (5+ messages)

[Bug 1900155] [NEW] MIPS Malta fails booting due to IDE error
 2020-11-17 11:03 UTC  (2+ messages)
` [Bug 1900155] "

[PATCH 0/2] git-gui: Auto-rescan on activate
 2020-11-17 11:13 UTC  (6+ messages)
` [PATCH v2 0/1] "
  ` [PATCH v2 1/1] "

[PATCH v3 0/3] xen/arm: Make PCI passthrough code non-x86 specific
 2020-11-17 11:12 UTC  (5+ messages)
` [PATCH v3 2/3] xen/pci: Move x86 specific code to x86 directory
` [PATCH v3 3/3] xen/pci: solve compilation error on ARM with HAS_PCI enabled

[PATCH mm v3 00/19] kasan: boot parameters for hardware tag-based mode
 2020-11-17 11:12 UTC  (13+ messages)
` [PATCH mm v3 07/19] kasan: inline kasan_reset_tag for tag-based modes
` [PATCH mm v3 11/19] kasan: add and integrate kasan boot parameters
` [PATCH mm v3 12/19] kasan, mm: check kasan_enabled in annotations

[Bug 1858461] [NEW] Please refactor linux-user/mips/cpu_loop.c
 2020-11-17 11:05 UTC  (2+ messages)
` [Bug 1858461] "

[PATCH] iommu: fix return error code in iommu_probe_device()
 2020-11-17 11:11 UTC  (4+ messages)

[PATCH 0/7] scsi: scsi-disk corrupts data
 2020-11-17 11:10 UTC  (9+ messages)
` [PATCH 7/7] scsi: move host_status handling into SCSI drivers

[PATCH 00/13] Categorize some uncategorized devices
 2020-11-17 11:08 UTC  (8+ messages)
` [PATCH 13/13] bcm2835_cprman: put some peripherals of bcm2835 cprman into the 'misc' category

[PATCH] python, tests: do not use short-form boolean options
 2020-11-17 11:08 UTC  (3+ messages)

[rcu:rcu/next] BUILD SUCCESS 6741d61618cf8f7aa805f62c5eeb1a0859712d94
 2020-11-17 11:08 UTC 

[PATCH] phy: phylink: Fix CuSFP issue in phylink
 2020-11-17 11:09 UTC  (7+ messages)

[PULL 0/5] Misc fixes for QEMU 5.2
 2020-11-17 11:06 UTC  (2+ messages)

[PATCH 1/3] iio: adc: ad7887: convert dual-channel mode to DT/ACPI
 2020-11-17 11:08 UTC  (9+ messages)
` [PATCH 2/3] iio: adc: ad7887: convert driver to full DT probing
` [PATCH 3/3] dt-bindings: adc: ad7887: add binding doc for AD7887

[PATCH] powerpc/powernv/memtrace: Fake non-memblock aligned sized traces
 2020-11-17 11:04 UTC  (4+ messages)

[PATCH 00/30] [Set 6] Rid W=1 warnings from GPU
 2020-11-17 11:08 UTC  (12+ messages)
` [PATCH 02/30] include: drm: drm_atomic: Artificially use 'crtc' to avoid 'not used' warning

[PATCH v4 00/21] Free some vmemmap pages of hugetlb page
 2020-11-17 11:07 UTC  (5+ messages)
  ` [External] "

[PATCH v2] target/i386: seg_helper: Correct segement selector nullification in the RET/IRET helper
 2020-11-17 11:06 UTC  (6+ messages)

[iptables PATCH] ebtables: Fix for broken chain renaming
 2020-11-17 11:07 UTC  (2+ messages)

[PATCH 0/8] io_uring: buffer registration enhancements
 2020-11-17 11:04 UTC  (3+ messages)
` [PATCH 7/8] io_uring: support readv/writev with fixed buffers

Corporate and Personal Loan/
 2020-11-10 14:11 UTC 

[Intel-gfx] [PATCH 00/23] drm/i915: Big bigjoiner series
 2020-11-17 11:07 UTC  (3+ messages)
` [Intel-gfx] [PATCH 19/23] drm/i915: Add debugfs dumping for bigjoiner, v3

[PATCH v2 00/19] dmaengine/soc: k3-udma: Add support for BCDMA and PKTDMA
 2020-11-17 10:56 UTC  (6+ messages)
` [PATCH v2 15/19] soc: ti: k3-ringacc: add AM64 DMA rings support
` [PATCH v2 16/19] dmaengine: ti: k3-udma: Initial support for K3 BCDMA
` [PATCH v2 17/19] dmaengine: ti: k3-udma: Add support for BCDMA channel TPL handling
` [PATCH v2 18/19] dmaengine: ti: k3-udma: Initial support for K3 PKTDMA
` [PATCH v2 19/19] dmaengine: ti: k3-udma-glue: Add "

[PATCH 1/2] kbuild: Hoist '--orphan-handling' into Kconfig
 2020-11-17 11:03 UTC  (3+ messages)

[PATCH] riscv: timer: Add support for an early timer
 2020-11-17 11:05 UTC 

[PATCH 1/2] kvm: x86/mmu: Add existing trace points to TDP MMU
 2020-11-17 11:04 UTC  (4+ messages)

[PATCH v2 0/2] KVM: SVM: Create separate vmcbs for L1 and L2
 2020-11-17 11:03 UTC  (2+ messages)

Corporate and Personal Loan::,
 2020-11-13 16:07 UTC 


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.