All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-12-17 11:51:18 to 2018-12-17 12:33:05 UTC [more...]

serious doubts concerning a7d57abcc8a5bdeb53bbf8e87558e8e0a2c2a29d ("xhci: workaround CSS timeout on AMD SNPS 3.0 xHC")
 2018-12-17 12:33 UTC 

[Qemu-devel] [PATCH v3 0/2] hw: vmmouse: use link property instead of DEFINE_PROP_PTR
 2018-12-17 12:32 UTC  (3+ messages)
` [Qemu-devel] [PATCH v3 1/2] hw: pc: use TYPE_XXX instead of constant strings

[PATCH -next] irqchip: irq-rda-intc: Fix return value check in rda8810_intc_init()
 2018-12-17 12:31 UTC  (2+ messages)

divide error in alarm_forward
 2018-12-17 12:31 UTC  (2+ messages)
` [PATCH] posix-timers: Prevent division by zero

[PATCH v2] powerpc/mm: make NULL pointer deferences explicit on bad page faults
 2018-12-17 12:28 UTC  (3+ messages)

[PATCH v8] eal_interrupts: add option for pending callback unregister
 2018-12-17 12:30 UTC 

[PATCH] app/test-pmd: add IFPGA AFU register read/write access for testpmd
 2018-12-17 12:29 UTC  (7+ messages)
` [PATCH v2] "
` [PATCH v3] app/test-pmd: add IFPGA AFU register access fuction "

[PATCH 0/3] Add Xilinx I2S driver
 2018-12-17 12:28 UTC  (10+ messages)
` [PATCH 2/3] ASoC: xlnx: Add i2s driver

[regression] Mute button LED stopped working on Lenovo X1 Extreme
 2018-12-17 12:29 UTC  (3+ messages)

usb: typec: tcpm: Extend the matching rules on PPS APDO selection
 2018-12-17 12:29 UTC  (6+ messages)
  ` [PATCH] "

[PATCH v5 00/18] Xen PV backend 'qdevification'
 2018-12-17 12:28 UTC  (22+ messages)
` [PATCH v5 09/18] xen: remove unnecessary code from dataplane/xen-block.c
  ` [Qemu-devel] [Xen-devel] "
` [Qemu-devel] [PATCH v5 10/18] xen: add header and build dataplane/xen-block.c
  `  "
` [Qemu-devel] [PATCH v5 11/18] xen: remove 'XenBlkDev' and 'blkdev' names from dataplane/xen-block
  `  "
` [Qemu-devel] [PATCH v5 12/18] xen: remove 'ioreq' struct/varable/field names from dataplane/xen-block.c
  `  "
` [Qemu-devel] [PATCH v5 13/18] xen: purge 'blk' and 'ioreq' from function names in dataplane/xen-block.c
  `  "
` [Qemu-devel] [PATCH v5 14/18] xen: add implementations of xen-block connect and disconnect functions
  `  "
` [Qemu-devel] [PATCH v5 15/18] xen: add a mechanism to automatically create XenDevice-s
  `  "
` [Qemu-devel] [PATCH v5 16/18] xen: automatically create XenBlockDevice-s
  `  "
` [Qemu-devel] [PATCH v5 17/18] MAINTAINERS: add myself as a Xen maintainer
  `  "
` [Qemu-devel] [PATCH v5 18/18] xen: remove the legacy 'xen_disk' backend
  `  "

[PATCH v2 0/1] Initialize struct pages for the full section
 2018-12-17 12:28 UTC  (7+ messages)
` [PATCH v2 1/1] mm, memory_hotplug: Initialize struct pages for the full memory section

[PATCH v2 0/6] staging: iio: ad7606: Move out of staging
 2018-12-17 12:23 UTC  (7+ messages)
` [PATCH v2 1/6] staging: iio: adc: ad7606: Simplify the Kconfing menu
` [PATCH v2 2/6] staging: iio: adc: ad7606: Use SPDX identifier
` [PATCH v2 3/6] staging: iio: adc: ad7606: Add support for threaded irq
` [PATCH v2 4/6] staging: iio: adc: ad7606: Misc style fixes (no functional change)
` [PATCH v2 5/6] staging: iio: adc: ad7606: Move out of staging
` [PATCH v2 6/6] dt-bindings: iio: adc: Add docs for AD7606 ADC

x86_64 kernel with i586 userland plus SDK?
 2018-12-17 12:25 UTC  (6+ messages)

[RFC PATCH 00/14] Increase success rates and reduce latency of compaction v1
 2018-12-17 12:27 UTC  (3+ messages)
` [PATCH 01/14] mm, compaction: Shrink compact_control

[PATCH 00/17] linux-yocto: consolidated pull request
 2018-12-17 12:26 UTC  (2+ messages)

[PATCH 1/3] go: Upgrade 1.11.1 -> 1.11.4 minor release
 2018-12-17 12:25 UTC  (3+ messages)
` [PATCH 2/3] libxcrypt: Upgrade to 4.4.1 release

[PATCH] regulator: convert to DEFINE_SHOW_ATTRIBUTE
 2018-12-17 12:25 UTC  (2+ messages)

[PATCH] squashfs: enable __GFP_FS in ->readpage to prevent hang in mem alloc
 2018-12-17 12:25 UTC  (7+ messages)

[PATCH] mm, page_isolation: remove drain_all_pages() in set_migratetype_isolate()
 2018-12-17 12:25 UTC  (5+ messages)

[Qemu-devel] [RFC PATCH v2 0/9] target/ppc: convert VMX instructions to use TCG vector operations
 2018-12-17 12:24 UTC  (10+ messages)
` [Qemu-devel] [RFC PATCH v2 1/9] target/ppc: introduce get_fpr() and set_fpr() helpers for FP register access
` [Qemu-devel] [RFC PATCH v2 2/9] target/ppc: introduce get_avr64() and set_avr64() helpers for VMX "
` [Qemu-devel] [RFC PATCH v2 3/9] target/ppc: introduce get_cpu_vsr{l, h}() and set_cpu_vsr{l, h}() helpers for VSR "
` [Qemu-devel] [RFC PATCH v2 4/9] target/ppc: delay writeback of avr{l, h} during lvx instruction
` [Qemu-devel] [RFC PATCH v2 5/9] target/ppc: switch FPR, VMX and VSX helpers to access data directly from cpu_env
` [Qemu-devel] [RFC PATCH v2 6/9] target/ppc: merge ppc_vsr_t and ppc_avr_t union types
` [Qemu-devel] [RFC PATCH v2 7/9] target/ppc: move FP and VMX registers into aligned vsr register array
` [Qemu-devel] [RFC PATCH v2 8/9] target/ppc: convert VMX logical instructions to use vector operations
` [Qemu-devel] [RFC PATCH v2 9/9] target/ppc: convert vaddu[b, h, w, d] and vsubu[b, h, w, d] over "

Race condition on device add hanling in xl devd
 2018-12-17 12:23 UTC  (5+ messages)

[PATCH] drm/i915: avoid division by zero on skl_calc_wrpll_link
 2018-12-17 12:23 UTC 

[SPDK] [CI] Opening Geritt for external CI
 2018-12-17 12:23 UTC 

[PATCH v7 00/24] Tegra GART driver clean up and optimization
 2018-12-17 12:22 UTC  (3+ messages)

[PATCH -next] media: platform: Fix missing spin_lock_init()
 2018-12-17 12:14 UTC  (4+ messages)

[PATCH 0/9] ASoC/ARM: Merge the davinci and omap audio directories
 2018-12-17 12:21 UTC  (30+ messages)
` [PATCH 1/9] ASoC: ti: Merge davinci and omap directories
` [PATCH 2/9] MAINTAINERS: Add entry for sound/soc/ti and update the OMAP audio support
` [PATCH 3/9] ARM: OMAP1: Makefile: Update for new MCBSP Kconfig option
` [PATCH 4/9] ARM: OMAP2: "
` [PATCH 5/9] ARM: davinci: dm365-evm: Update for the new ASoC Kcofnig options
` [PATCH 6/9] ARM: omap2plus_defconfig: Update the audio options
` [PATCH 7/9] ARM: omap1_defconfig: Do not select ASoC by default
` [PATCH 8/9] ARM: davinci_all_defconfig: Update the audio options
` [PATCH 9/9] ASoC: ti: Kconfig: Remove the deprecated options

[PATCH] locks: Use inode_is_open_for_write
 2018-12-17 12:21 UTC  (2+ messages)

[Qemu-devel] [PATCH v4 0/8] hw: acpi: RSDP fixes and refactoring
 2018-12-17 12:20 UTC  (4+ messages)
` [Qemu-arm] [PATCH v4 7/8] hw: acpi: Export and share the ARM RSDP build
  ` [Qemu-devel] "
    ` [Qemu-arm] "

[PATCH -next] scsi: target/core: Use kmem_cache_free() instead of kfree()
 2018-12-17 12:19 UTC 

[PATCH 00/17] Add more support for the RZ/G2E
 2018-12-17 12:19 UTC  (9+ messages)
` [PATCH 02/17] arm64: dts: renesas: r8a774c0: Add I2C and IIC-DVFS support
` [PATCH 11/17] arm64: dts: renesas: r8a774c0: Add USB-DMAC and HSUSB device nodes

[kvm-unit-tests PATCH v2 1/6] s390x: Cleanup sclp-ascii.c and add sigp order definitions
 2018-12-17 12:19 UTC 

[RFC 0/2] Add MICFIL DAI support
 2018-12-17 12:18 UTC  (5+ messages)
` [RFC 2/2] ASoC: Add MICFIL SoC Digital Audio Interface driver

[Qemu-devel] [qemu-web PATCH v2] Add license files for GPLv2+ and CC-BY-SA-4.0
 2018-12-17 12:18 UTC  (3+ messages)

Need help fixing pop/click artifacts in an ASOC driver
 2018-12-17 12:17 UTC  (12+ messages)

[PATCH 0/3] Fix handling of block size in qat for hash
 2018-12-17 12:16 UTC  (6+ messages)
` [PATCH 1/3] crypto/qat: handle error msg of block size properly
` [PATCH 2/3] crypto/qat: fix message for CCM when setting unused counter

[U-Boot] [PATCH] Makefile: output migration warnings to stderr
 2018-12-17 12:16 UTC  (2+ messages)
` [U-Boot] "

[Bug 201631] New: WARNING: CPU: 11 PID: 29593 at fs/ext4/inode.c:3927 .ext4_set_page_dirty+0x70/0xb0
 2018-12-17 12:15 UTC  (3+ messages)
` [Bug 201631] "

[PATCH v6 0/3] device property: Add fwnode_get_name() helper
 2018-12-17 12:15 UTC  (5+ messages)
` [PATCH v6 3/3] of/property: Add of_fwnode_name()

[PATCH] fork,memcg: fix crash in free_thread_stack on memcg charge fail
 2018-12-17 12:14 UTC  (2+ messages)

[PATCH] mm: Remove __hugepage_set_anon_rmap()
 2018-12-17 12:13 UTC 

[PATCH 0/2 v3] kdump, vmcoreinfo: Export the value of sme mask to vmcoreinfo
 2018-12-17 12:12 UTC  (8+ messages)
` [PATCH 1/2 v3] kdump: add the vmcoreinfo documentation
  ` [PATCH 0/2 v3] kdump,vmcoreinfo: Export the value of sme mask to vmcoreinfo

rte_eal_hotplug_remove() generates error message
 2018-12-17 12:10 UTC  (3+ messages)

[U-Boot] [PATCH V2] Restore compatibility of image type IDs
 2018-12-17 12:11 UTC  (2+ messages)

[U-Boot] Please pull u-boot-rockchip
 2018-12-17 12:11 UTC  (2+ messages)

[U-Boot] [PULL] u-boot-usb/master
 2018-12-17 12:11 UTC  (2+ messages)

[U-Boot] [PATCH v2] syscon: update syscon_node_to_regmap to use the DM functions
 2018-12-17 12:11 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH v1] tools: mtk_image: replace strncpy(d, s, sizeof(d)) with snprintf()
 2018-12-17 12:11 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH] serial: serial_stm32: Add reset support
 2018-12-17 12:11 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH] poplar: fix boot failure caused by serial driver change
 2018-12-17 12:11 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH] poplar: add a co-maintainer for poplar board
 2018-12-17 12:10 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCHv2 3/3] tools: add a generic config for native tools building
 2018-12-17 12:10 UTC  (2+ messages)
` [U-Boot] [U-Boot, PATCHv2, "

[U-Boot] [PATCHv2 2/3] test: Only descend into test/ when CONFIG_UNIT_TEST is enabled
 2018-12-17 12:10 UTC  (2+ messages)
` [U-Boot] [U-Boot, PATCHv2, "

[U-Boot] [PATCHv2 1/3] cmd: Move the "dm" command from test/dm/ to cmd/
 2018-12-17 12:10 UTC  (2+ messages)
` [U-Boot] [U-Boot, PATCHv2, "

[U-Boot] [PATCH] hashtable: fix length calculation in hexport_r
 2018-12-17 12:10 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH 1/1] tee: change return code for REE FS supplicant cmd
 2018-12-17 12:10 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

Multiple compiler support in the backend
 2018-12-17 12:09 UTC  (5+ messages)
` [kernelci] "

[PATCH V3 0/4] blk-mq: queue mapping fix & improvement
 2018-12-17 12:08 UTC  (4+ messages)
` [PATCH V3 1/3] blk-mq: fix allocation for queue mapping table
` [PATCH V3 2/3] blk-mq: export hctx->type in debugfs instead of sysfs
` [PATCH V3 3/3] blk-mq: fix dispatch from sw queue

[PATCH 1/2] video: lcd: Remove useless BACKLIGHT_LCD_SUPPORT kernel symbol
 2018-12-17 12:09 UTC  (4+ messages)
` [PATCH 2/2] video: lcd: Remove useless BACKLIGHT_CLASS_DEVICE dependencies

[U-Boot] [PATCH] net: macb: fix mapping of registers
 2018-12-17 12:08 UTC  (2+ messages)

[PATCH v7] eal_interrupts: add option for pending callback unregister
 2018-12-17 12:06 UTC 

libsensors soname bump
 2018-12-17 12:06 UTC  (7+ messages)

[PATCH kvmtool 0/6] arm: Add support for firmware booting
 2018-12-17 12:04 UTC  (9+ messages)
` [PATCH kvmtool 4/6] arm: Support firmware loading
` [PATCH kvmtool 6/6] arm: Support non-volatile memory

[PATCH] backlight: pwm_bl: Use SIMPLE_DEV_PM_OPS()
 2018-12-17 12:05 UTC  (3+ messages)

[PATCH V2] livepatch: fix non-static warnings
 2018-12-17 12:03 UTC  (3+ messages)

[PATCH v6] eal_interrupts: add option for pending callback unregister
 2018-12-17 12:02 UTC 

[xen-unstable-smoke test] 131389: tolerable all pass - PUSHED
 2018-12-17 12:01 UTC 

[igt-dev] [PATCH i-g-t] test/kms_dp_dsc: Basic KMS test to validate VESA DSC on DP/eDP
 2018-12-17 12:00 UTC  (2+ messages)

[PATCH v3 2/3] iio: chemical: sgp30: Support Sensirion SGP30/SGPC3 sensors
 2018-12-17 11:59 UTC  (4+ messages)

[RFC/RFT][PATCH v8] cpuidle: New timer events oriented governor for tickless systems
 2018-12-17 11:59 UTC  (2+ messages)

ensure dma_alloc_coherent always returns zeroed memory
 2018-12-17 11:59 UTC  (9+ messages)
` [PATCH 1/2] dma-mapping: zero memory returned from dma_alloc_*
          ` [OpenRISC] "

[PATCH v2 0/2] lib/librte_meter: add RFC4115 trTCM meter support
 2018-12-17 11:59 UTC  (4+ messages)
` [PATCH v2 1/2] "

[PATCH] drm: rcar-du: lvds: add R8A774C0 support
 2018-12-17 11:58 UTC  (2+ messages)

[PATCH] dt-bindings: display: renesas: du: Document r8a774c0 bindings
 2018-12-17 11:57 UTC  (2+ messages)

[PATCH v5 0/2] add uart DMA function
 2018-12-17 11:57 UTC  (10+ messages)
` [v5,1/2] dmaengine: 8250_mtk_dma: add Mediatek uart DMA support
            ` [PATCH v5 1/2] "

[PATCH] dt-bindings: display: renesas: lvds: Document r8a774c0 bindings
 2018-12-17 11:57 UTC  (2+ messages)

[PATCH] [media] v4l: vsp1: Add RZ/G support
 2018-12-17 11:56 UTC  (2+ messages)

[PATCH v1 0/2] Introduced new Cadence USBSS DRD Driver
 2018-12-17 11:56 UTC  (10+ messages)
` [v1,2/2] usb:cdns3 Add Cadence USB3 "
        ` [PATCH v1 2/2] "

[PATCH] dt-bindings: media: renesas-fcp: Add RZ/G2 support
 2018-12-17 11:56 UTC  (2+ messages)

[PATCH] media: rcar-csi2: Add support for RZ/G2E
 2018-12-17 11:55 UTC  (2+ messages)

[PATCH] media: rcar-vin: Add support for RZ/G2E
 2018-12-17 11:55 UTC  (2+ messages)

[PATCH] media: dt-bindings: rcar-vin: Add R8A774C0 support
 2018-12-17 11:55 UTC  (2+ messages)

[PATCH] media: dt-bindings: rcar-csi2: Add r8a774c0
 2018-12-17 11:54 UTC  (2+ messages)

[PATCH] ASoC: pcm512x: Implement the digital_mute interface
 2018-12-17 11:53 UTC  (5+ messages)

[Bug 109068] Raven Ridge: backlight is off after suspend
 2018-12-17 11:52 UTC  (2+ messages)

[PATCH] drm/radeon: avoid a possible array overflow
 2018-12-17 11:52 UTC 

[PATCH] tools/perf: fix silent build with 'make -s'
 2018-12-17 11:47 UTC 

[U-Boot] [PATCH 0/3] Ethernet support for QEMU sifive_u machine
 2018-12-17 11:51 UTC  (4+ messages)
` [U-Boot] [PATCH 1/3] riscv: Add asm/dma-mapping.h for DMA mappings
` [U-Boot] [PATCH 2/3] net: macb: Fix clk API usage for RISC-V systems
` [U-Boot] [PATCH 3/3] riscv: qemu: Imply MACB ethernet for emulation


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.