linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-11-06 11:25:52 to 2019-11-06 15:03:12 UTC [more...]

[PATCH] virtio_console: allocate inbufs in add_port() only if it is needed
 2019-11-06 15:03 UTC  (5+ messages)

[PATCH v6 1/3] dt-bindings: pci: layerscape-pci: add compatible strings "fsl,ls1028a-pcie"
 2019-11-06 15:01 UTC  (6+ messages)
` [PATCH v6 3/3] PCI: layerscape: Add LS1028a support

[PATCH] drivers: ipmi: Support for both IPMB Req and Resp
 2019-11-06 15:01 UTC  (3+ messages)

[PATCH v3] media: vimc: Implement get/set selection in sink
 2019-11-06 14:58 UTC  (3+ messages)
  ` [Lkcamp] "

[PATCH] EFI/stub: tpm: enable tpm eventlog function for ARM64 platform
 2019-11-06 14:59 UTC  (3+ messages)

mlockall(MCL_CURRENT) blocking infinitely
 2019-11-06 14:56 UTC  (21+ messages)

[PATCH v5 0/3] reset: npcm: add NPCM reset driver support
 2019-11-06 14:53 UTC  (4+ messages)
` [PATCH v5 1/3] dt-bindings: reset: add NPCM reset controller documentation
` [PATCH v5 2/3] dt-bindings: reset: Add binding constants for NPCM7xx reset controller
` [PATCH v5 3/3] reset: npcm: add NPCM reset controller driver

[PATCH 00/12] staging: dpaa2-ethsw: add support for control interface traffic
 2019-11-06 14:50 UTC  (7+ messages)
` [PATCH 06/12] staging: dpaa2-ethsw: add ACL entry to redirect STP to CPU

[PATCH] perf/core: fix missing static inline on perf_cgroup_switch
 2019-11-06 14:50 UTC  (2+ messages)

[RFC PATCH 00/12] i2c: replace i2c_new_probed_device with an ERR_PTR variant
 2019-11-06 14:49 UTC  (8+ messages)
` [RFC PATCH 01/12] "
` [RFC PATCH 02/12] i2c: icy: convert to i2c_new_scanned_device
` [RFC PATCH 08/12] media: pci: cx88: "

[PATCH v5] vhost: introduce mdev based hardware backend
 2019-11-06 14:49 UTC  (8+ messages)

[PATCH] mm/memblock: cleanup doc
 2019-11-06 14:46 UTC  (3+ messages)

[PATCH] usb: dwc3: gadget: Handle dequeuing of non queued URB gracefully
 2019-11-06 14:45 UTC 

[PATCH v1 0/2] KVM: deliver IOAPIC scan request only to the target vCPUs
 2019-11-06 14:43 UTC  (4+ messages)
` [Patch v1 1/2] KVM: remember position in kvm->vcpus array
` [Patch v1 2/2] KVM: x86: deliver KVM IOAPIC scan request to target vCPUs

[PATCH v4 0/9] Improvements to memory usage by parse events
 2019-11-06 14:39 UTC  (22+ messages)
` [PATCH v5 00/10] "
  ` [PATCH v5 01/10] perf tools: add parse events handle error
  ` [PATCH v5 05/10] perf tools: ensure config and str in terms are unique
  ` [PATCH v5 06/10] perf tools: add destructors for parse event terms
  ` [PATCH v5 07/10] perf tools: before yyabort-ing free components
  ` [PATCH v5 08/10] perf tools: if pmu configuration fails free terms
  ` [PATCH v5 09/10] perf tools: add a deep delete for parse event terms
  ` [PATCH v5 10/10] perf tools: report initial event parsing error

[RESEND PATCH v2 1/7] ASoC: amd: Create multiple I2S platform device endpoints
 2019-11-07 14:36 UTC  (7+ messages)
` [RESEND PATCH v2 2/7] ASoC: amd: Refactoring of DAI from DMA driver
` [PATCH v2 3/7] ASoC: amd: Enabling I2S instance in DMA and DAI
` [RESEND PATCH v2 4/7] ASoC: amd: add ACP3x TDM mode support
` [RESEND PATCH v2 5/7] ASoC: amd: handle ACP3x i2s-sp watermark interrupt
` [PATCH v2 6/7] ASoC: amd: ACP powergating to be done by controller
` [RESEND PATCH v2 7/7] ASoC: amd: Added ACP3x system resume and runtime pm ops

[PATCH 0/2] x86, efi/random: invoke EFI_RNG_PROTOCOL in the x86 EFI stub
 2019-11-06 14:38 UTC  (2+ messages)

[KVM] 671ddc700f: kvm-unit-tests.vmx.fail
 2019-11-06 14:45 UTC  (3+ messages)

[PATCH] watchdog: make nowayout sysfs file writable
 2019-11-06 14:37 UTC  (3+ messages)
` [PATCH v2] "

[RFC 0/7] ARM: dts: Mali for Realtek RTD1195/RTD1295
 2019-11-06 14:36 UTC  (4+ messages)
` [PATCH 1/7] dt-bindings: gpu: mali-midgard: Tidy up conversion to YAML

[PATCH v5] nvme: Add hardware monitoring support
 2019-11-06 14:35 UTC 

[PATCH] modpost: add an option to suppress 'exported twice' warnings
 2019-11-06 14:34 UTC  (2+ messages)

[PATCH V2] ARM: dts: imx6q-logicpd: Enable ili2117a Touchscreen
 2019-11-06 14:23 UTC 

KASAN: use-after-free Read in appledisplay_bl_get_brightness
 2019-11-06 14:22 UTC  (7+ messages)
` [PATCH] usb: appledisplay: fix use-after-free in bl_get_brightness

[PATCH] iio: temperature: ltc2983: fix u32 read into a unsigned long long
 2019-11-06 14:19 UTC  (2+ messages)

[PATCH V10 0/6] mdev based hardware virtio offloading support
 2019-11-06 14:16 UTC  (8+ messages)
` [PATCH V10 1/6] mdev: class id support
` [PATCH V10 2/6] modpost: add support for mdev class id
` [PATCH V10 3/6] mdev: introduce device specific ops
` [PATCH V10 4/6] mdev: introduce virtio device and its device ops
` [PATCH V10 5/6] virtio: introduce a mdev based transport
` [PATCH V10 6/6] docs: sample driver to demonstrate how to implement virtio-mdev framework

[RFC v2 PATCH] futex: extend set_robust_list to allow 2 locking ABIs at the same time
 2019-11-06 14:04 UTC  (20+ messages)
    ` handle_exit_race && PF_EXITING

[PATCHv2 0/8] arm64: ftrace cleanup + FTRACE_WITH_REGS
 2019-11-06 14:15 UTC  (6+ messages)
` [PATCHv2 1/8] ftrace: add ftrace_init_nop()

[PATCH 1/7] ASoC: amd: Create multiple I2S platform device endpoints
 2019-11-06 14:11 UTC  (4+ messages)
` [PATCH 6/7] ASoC: amd: ACP powergating should be done by controller

[PATCH v2 0/2] cleanup of submission path
 2019-11-06 14:10 UTC  (2+ messages)

use generic DMA mapping code in powerpc V4
 2019-11-06 14:09 UTC  (12+ messages)
                ` Bug 205201 - overflow of DMA mask and bus mask

[PATCH 0/2] mtd: mtk-quadspi: add support for memory-mapped flash reading
 2019-11-06 14:07 UTC  (3+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] dt-bindings: mtd: mtk-quadspi: update bindings for mmap flash read

[RFC PATCH] perf tools: Fix cross compile for ARM64
 2019-11-06 14:00 UTC  (2+ messages)

[PATCH v9 0/4] Rockchip ISP Driver
 2019-11-06 13:49 UTC  (9+ messages)
` [PATCH v9 1/4] media: videodev2.h, v4l2-ioctl: add rkisp1 meta buffer format
` [PATCH v9 2/4] media: staging: phy-rockchip-dphy: add Rockchip MIPI Synopsys DPHY driver
` [PATCH v9 3/4] media: staging: rkisp1: add Rockchip ISP1 driver
` [PATCH v9 4/4] MAINTAINERS: add entry for "

[PATCH] perf inject: Make --strip keep evsels
 2019-11-06 13:56 UTC  (3+ messages)

[PATCH 0/3] arm64: dts: qcom: sdm845: Add PCIe nodes
 2019-11-06 13:53 UTC  (3+ messages)
` [PATCH 2/3] arm64: dts: qcom: sdm845: Add second PCIe PHY and controller

[PATCH v15 0/5] DMA-BUF Heaps (destaging ION)
 2019-11-06 13:52 UTC  (3+ messages)
` [PATCH v15 1/5] dma-buf: Add dma-buf heaps framework

[PATCH 00/17] remoteproc: omap changes on top of v5.4-rc1
 2019-11-06 13:50 UTC  (6+ messages)
` [PATCH 01/17] dt-bindings: remoteproc: Add OMAP remoteproc bindings

[PATCHSET cgroup/for-5.5] kernfs,cgroup: support 64bit inos and unify cgroup IDs
 2019-11-06 13:50 UTC  (2+ messages)

[PATCH] ARM: dts: exynos5420: add mali dt bindings and enable mali on Odroid XU3/4
 2019-11-06 13:45 UTC  (2+ messages)

[PATCH v2 01/10] PCI: designware-ep: Add multiple PFs support for DWC
 2019-11-06 13:39 UTC  (8+ messages)
` [PATCH v2 07/10] PCI: layerscape: Modify the MSIX to the doorbell way

[PATCH v2 2/2] PCI: Add missing link delays required by the PCIe spec
 2019-11-06 13:31 UTC  (3+ messages)

[PATCH v15 00/23] Generic page walk and ptdump
 2019-11-06 13:31 UTC  (3+ messages)

[PATCH 00/11] thermal: clean up output of make W=1
 2019-11-06 13:28 UTC  (12+ messages)
` [PATCH 01/11] thermal: of-thermal: Appease the kernel-doc deity
` [PATCH 02/11] thermal: cpu_cooling: "
` [PATCH 03/11] thermal: step_wise: "
` [PATCH 04/11] thermal: devfreq_cooling: "
` [PATCH 05/11] thermal: max77620: "
` [PATCH 06/11] thermal: mediatek: "
` [PATCH 07/11] thermal: rockchip: "
` [PATCH 08/11] thermal: samsung: "
` [PATCH 09/11] thermal: tegra: "
` [PATCH 10/11] thermal: amlogic: "
` [PATCH 11/11] thermal: zx2967: "

[PATCH v2 2/2] PCI: Add missing link delays required by the PCIe spec
 2019-11-06 13:29 UTC  (3+ messages)

[PATCH 09/50] arm64: Add loglvl to dump_backtrace()
 2019-11-06 13:25 UTC  (2+ messages)

[Linux-kernel-mentees] [PATCH] Doc: Improve format for whatisRCU.rst
 2019-11-06 13:16 UTC  (5+ messages)
` [PATCH] Doc: whatisRCU: Add more Markup
    ` [PATCH] doc: Convert whatisRCU.txt to .rst
    ` Re: [Linux-kernel-mentees] [PATCH] Doc: whatisRCU: Add more Markup

[PATCH V9 0/6] mdev based hardware virtio offloading support
 2019-11-06 13:11 UTC  (4+ messages)
` [PATCH V9 5/6] virtio: introduce a mdev based transport

NULL pointer dereference in pick_next_task_fair
 2019-11-06 13:08 UTC  (3+ messages)

Linux 5.3.9
 2019-11-06 13:08 UTC  (2+ messages)

Linux 4.19.82
 2019-11-06 13:07 UTC  (2+ messages)

Linux 4.14.152
 2019-11-06 13:07 UTC  (2+ messages)

Linux 4.9.199
 2019-11-06 13:06 UTC  (2+ messages)

[PATCH 1/3] drm/bridge/synopsys: dsi: move phy_ops callbacks around panel enablement
 2019-11-06 13:05 UTC  (4+ messages)
` [PATCH 2/3] drm/rockchip: add ability to handle external dphys in mipi-dsi
` [PATCH 3/3] drm/rockchip: dsi: add px30 support

Linux 4.4.199
 2019-11-06 13:05 UTC  (2+ messages)

[RFC PATCH v3 00/15] Support ROHM BD71828 PMIC
 2019-11-06 13:05 UTC  (7+ messages)
` [RFC PATCH v3 02/15] dt-bindings: mfd: Document ROHM BD71828 bindings
    ` SPAM (R/EU IT) // "
` [RFC PATCH v3 04/15] dt-bindings: leds: ROHM BD71282 PMIC LED driver

[PATCH] s390/pkey: Use memdup_user() rather than duplicating its implementation
 2019-11-06 13:00 UTC  (4+ messages)
  `  "

INFO: task hung in hwrng_unregister
 2019-11-06 12:56 UTC  (2+ messages)

[Patch v5 0/6] Introduce Thermal Pressure
 2019-11-06 12:50 UTC  (12+ messages)
` [Patch v5 1/6] sched/pelt.c: Add support to track thermal pressure
` [Patch v5 2/6] sched/fair: Add infrastructure to store and update instantaneous "
` [Patch v5 5/6] thermal/cpu-cooling: Update thermal pressure in case of a maximum frequency capping

[PATCH v2] drm/amdgpu: fix double reference dropping
 2019-11-06 12:48 UTC  (2+ messages)

[PATCH] mm/memory_hotplug: move definitions of {set,clear}_zone_contiguous
 2019-11-06 12:39 UTC 

[PATCH 13/62] gpio: gpio-f7188x: Use new GPIO_LINE_DIRECTION
 2019-11-06 12:38 UTC  (4+ messages)

[PATCH] cpufreq: intel_pstate: Fix sparse plain int pointer
 2019-11-06 12:37 UTC  (2+ messages)

[PATCH] scsi: bnx2i: fix potential use after free
 2019-11-06 12:32 UTC 

INFO: task hung in chaoskey_disconnect
 2019-11-06 12:32 UTC 

BUG: bad host security descriptor; not enough data (2 vs 5 left)
 2019-11-06 12:32 UTC 

WARNING in dln2_start_rx_urbs/usb_submit_urb
 2019-11-06 12:32 UTC 

WARNING in drm_mode_createblob_ioctl
 2019-11-06 12:30 UTC  (2+ messages)

[PATCH v5 0/3] PCI: Add Intel PCIe Driver and respective dt-binding yaml file
 2019-11-06 12:24 UTC  (3+ messages)
` [PATCH v5 2/3] dwc: PCI: intel: PCIe RC controller driver

[PATCH v5 0/4] Add MMC software queue support
 2019-11-06 12:17 UTC  (6+ messages)
` [PATCH v5 4/4] mmc: host: sdhci: Add a variable to defer to complete data requests if needed

[PATCH v2 00/14] KVM: x86: Remove emulation_result enums
 2019-11-06 12:17 UTC  (5+ messages)

INFO: task hung in snd_timer_close
 2019-11-06 12:13 UTC  (3+ messages)

[PATCH] x86/boot: explicitly place .eh_frame after .rodata
 2019-11-06 12:06 UTC  (2+ messages)
` [PATCH V2] "

[PATCH] netlink: fix double drop dev reference
 2019-11-06 12:05 UTC 

[PATCH] usb: gadget: ffs: ffs_aio_cancel(): Save/restore IRQ flags
 2019-11-06 12:02 UTC 

[PATCH -next] coresight: funnel: Fix missing spin_lock_init()
 2019-11-06 12:00 UTC 

[RFC 0/2] Add workaround for core wake-up on IPI for i.MX8MQ
 2019-11-06 11:59 UTC  (7+ messages)

[PATCH -next] coresight: replicator: Fix missing spin_lock_init()
 2019-11-06 11:56 UTC 

[PATCH RESEND v2 0/4] misc fixes on halt-poll code for both KVM and guest
 2019-11-06 11:55 UTC  (5+ messages)
` [PATCH RESEND v2 1/4] cpuidle-haltpoll: ensure grow start value is nonzero
` [PATCH RESEND v2 2/4] KVM: "
` [PATCH RESEND v2 3/4] cpuidle-haltpoll: ensure cpu_halt_poll_us in right scope
` [PATCH RESEND v2 4/4] KVM: ensure vCPU halt_poll_us "

[PATCH] arm64: dts: sun50i: sopine-baseboard: Expose serial1, serial2 and serial3
 2019-11-06 11:52 UTC  (6+ messages)

[PATCH V3 0/4] Add Xilinx's ZynqMP AES driver support
 2019-11-06 11:40 UTC  (5+ messages)
` [PATCH V3 1/4] dt-bindings: crypto: Add bindings for ZynqMP AES driver
` [PATCH V3 2/4] ARM64: zynqmp: Add Xilinix AES node
` [PATCH V3 3/4] firmware: xilinx: Add ZynqMP aes API for AES functionality
` [PATCH V3 4/4] crypto: Add Xilinx AES driver

[PATCH 0/2] Workaround for ThunderX2 erratum 221
 2019-11-06 11:37 UTC  (5+ messages)
` [PATCH 1/2] perf/core: Adding capability to disable PMUs event multiplexing
` [PATCH 2/2] Thunderx2, uncore: Add workaround for ThunderX2 erratum 221

[PATCH] ASoC: fsl_audmix: Add spin lock to protect tdms
 2019-11-06 11:36 UTC  (2+ messages)
` [alsa-devel] "

[PATCH] clk: clk-gpio: Add dt option to propagate rate change to parent
 2019-11-06 11:35 UTC 

[PATCH v2 0/3] dma-mapping: introduce new dma unmap and sync variants
 2019-11-06 11:32 UTC  (4+ messages)
` [PATCH v2 1/3] dma-mapping: introduce new dma unmap and sync api variants

[PATCHv3 0/4] Update cpupower and make it more accurate
 2019-11-06 11:32 UTC  (2+ messages)

[RFC PATCH 0/5] leds: Add DT node finding and parsing to core
 2019-11-06 11:30 UTC  (4+ messages)
` [RFC PATCH 2/5] dt-bindings: an30259a: example for using fixed LED node names
    ` SPAM (R/EU IT) // "

KCSAN: data-race in fat16_ent_put / fat_search_long
 2019-11-06 11:26 UTC  (5+ messages)

[PATCH v2] gpio: pca953x: Add Maxim MAX7313 PWM support
 2019-11-06 11:26 UTC 

[PATCH v4 0/3] reset: npcm: add NPCM reset driver support
 2019-11-06 11:25 UTC  (4+ messages)
` [PATCH v4 3/3] reset: npcm: add NPCM reset controller driver


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