All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-07-29 14:17:42 to 2017-07-29 18:31:29 UTC [more...]

[Buildroot] [PATCH] libssh2: fix build with libgcrypt and mbedtls enabled
 2017-07-29 18:31 UTC  (3+ messages)

[pull request][net V2 00/14] Mellanox, mlx5 fixes 2017-07-27
 2017-07-29 18:29 UTC  (2+ messages)

[PATCH] go-dep: Add 0.2.0 release
 2017-07-29 18:28 UTC  (2+ messages)

[Patch net v2] team: use a larger struct for mac address
 2017-07-29 18:26 UTC  (2+ messages)

[Patch net v2] net: check dev->addr_len for dev_set_mac_address()
 2017-07-29 18:25 UTC  (2+ messages)

[PATCH net-next 00/10] net/smc: get rid of unsafe_global_rkey
 2017-07-29 18:23 UTC  (2+ messages)

[Buildroot] [PATCH 0/4] Update binutils package
 2017-07-29 18:15 UTC  (3+ messages)
` [Buildroot] [PATCH 2/4] binutils: add support for binutils 2.29

[Bug 101631] [amd-staging] RX480 system hang; spamming errors in dc_surface
 2017-07-29 18:13 UTC  (3+ messages)
` [Bug 101631] [amd-staging] RX480 system hang; spamming errors (dc_surface)

[PATCH] pinctrl-st: fix of_irq_to_resource() result check
 2017-07-29 18:07 UTC  (2+ messages)

[RFD PATCH 0/2] How to migrate our test infrastructure away from sha1
 2017-07-29 17:58 UTC  (4+ messages)
` [PATCH 2/2] t6500: mark tests as SHA1 reliant

mgr balancer module
 2017-07-29 17:48 UTC  (2+ messages)

[PATCH Y.A. RESEND] MAINTAINERS: fix alpha. ordering
 2017-07-29 17:46 UTC  (9+ messages)

[xen-unstable test] 112369: regressions - trouble: blocked/broken/fail/pass
 2017-07-29 17:43 UTC 

[U-Boot] [PATCH v2 00/40] dm: sata: Complete driver-model support for SATA
 2017-07-29 17:35 UTC  (41+ messages)
` [U-Boot] [PATCH v2 01/40] dm: core: Avoid calling dm_scan_fdt_dev() with of-platdata
` [U-Boot] [PATCH v2 02/40] dm: blk: Add a function to find an interface-type name
` [U-Boot] [PATCH v2 03/40] dm: blk: Add a generic function for block device commands
` [U-Boot] [PATCH v2 04/40] dm: sata: Adjust the 'sata' command to use blk_common_cmd()
` [U-Boot] [PATCH v2 05/40] dm: scsi: Adjust the 'scsi' "
` [U-Boot] [PATCH v2 06/40] dm: ide: Adjust the 'ide' "
` [U-Boot] [PATCH v2 07/40] dm: usb: Adjust the 'usb' "
` [U-Boot] [PATCH v2 08/40] dm: blk: Update return value in blk_create_devicef()
` [U-Boot] [PATCH v2 09/40] dm: core: Add a comment about the device_remove() flags
` [U-Boot] [PATCH v2 10/40] dm: sata: dwc_ahsata: Make functions static
` [U-Boot] [PATCH v2 11/40] dm: sata: dw_sata: Drop dwc_ahsata_rw_ncq_cmd()
` [U-Boot] [PATCH v2 12/40] dm: sata: dw_sata: Move exported functions to the end
` [U-Boot] [PATCH v2 13/40] dm: sata: dw_sata: Rename 'probe_ent' to uc_priv
` [U-Boot] [PATCH v2 14/40] dm: sata: dw_sata: Drop unnecessary casts
` [U-Boot] [PATCH v2 15/40] dm: sata: dw_sata: Pass uc_priv to internal functions
` [U-Boot] [PATCH v2 16/40] dm: sata: dw_sata: Drop unnecessary brackets
` [U-Boot] [PATCH v2 17/40] dm: sata: dw_sata: Sort #include directives
` [U-Boot] [PATCH v2 18/40] dm: sata: dw_sata: Rename the dwc_ahsata private header
` [U-Boot] [PATCH v2 19/40] dm: sata: dw_sata: Drop is_ready
` [U-Boot] [PATCH v2 20/40] dm: sata: dw_sata: More ahci_init_one() futher down
` [U-Boot] [PATCH v2 21/40] dm: sata: dw_sata: Set up common versions of operations
` [U-Boot] [PATCH v2 22/40] dm: sata: Support driver model with the 'sata' command
` [U-Boot] [PATCH v2 23/40] dm: sata: imx: Allow driver model to be used for sata
` [U-Boot] [PATCH v2 24/40] dm: sata: Update the AHCI uclass to support operations
` [U-Boot] [PATCH v2 25/40] dm: sata: dwc_ahsata: Add support for driver model
` [U-Boot] [PATCH v2 26/40] dm: mmc: fsl_esdhc: Pass private data to internal functions
` [U-Boot] [PATCH v2 27/40] dm: mmc: fsl_esdhc: Set up common versions of operations
` [U-Boot] [PATCH v2 28/40] dm: mmc: fsl_esdhc: Detect reset failure
` [U-Boot] [PATCH v2 29/40] dm: mmc: fsl_esdhc: Detect init failure
` [U-Boot] [PATCH v2 30/40] dm: mmc: fsl_esdhc: Set up platform data
` [U-Boot] [PATCH v2 31/40] dm: mmc: fsl_esdhc: Drop mmc_init() call from fsl_esdhc_init()
` [U-Boot] [PATCH v2 32/40] dm: mmc: fsl_esdhc: Update to support livetree
` [U-Boot] [PATCH v2 33/40] dm: mmc: fsl_esdhc: Update to support MMC operations
` [U-Boot] [PATCH v2 34/40] dm: imx: cm_fx6: Support driver model for SATA
` [U-Boot] [PATCH v2 35/40] dm: imx: cm_fx6: Add device tree for cm_fx6
` [U-Boot] [PATCH v2 36/40] dm: imx: cm_fx6: Add MMC support for CONFIG_BLK
` [U-Boot] [PATCH v2 37/40] dm: imx: cm_fx6: Enable more driver model support
` [U-Boot] [PATCH v2 38/40] dm: imx: Move i.MX devices to use CONFIG_DM_MMC_OPS
` [U-Boot] [PATCH v2 39/40] dm: mmc: Correct Kconfig condition for SPL_DM_MMC_OPS
` [U-Boot] [PATCH v2 40/40] dm: mmc: Drop CONFIG_DM_MMC_OPS

[PATCH] Bluetooth: hci_uart: Fix uninitialized alignment value
 2017-07-29 17:32 UTC 

[PATCH 1/2] wget: fix FusionForge workaround
 2017-07-29 17:31 UTC  (3+ messages)
` [PATCH 2/2] chrpath: use https for SRC_URI
` ✗ patchtest: failure for "wget: fix FusionForge workarou..." and 1 more

[PATCH 00/41] drm/dumb-buffers: Add defaults for .dumb_map_offset and .dumb_destroy
 2017-07-29 17:24 UTC  (4+ messages)
` [PATCH 07/41] drm/fsl-dcu: Use .dumb_map_offset and .dumb_destroy defaults

[PATCH] wget: fix FusionForge workaround
 2017-07-29 17:23 UTC 

[Bug 101946] Rebinding AMDGPU causes initialization errors [R9 290 / 4.10 kernel]
 2017-07-29 17:20 UTC  (3+ messages)
` [Bug 101946] Rebinding AMDGPU causes initialization errors [R9 290]

[PATCH] soc: ti: knav: Add a NULL pointer check for kdev in knav_pool_create
 2017-07-29 17:15 UTC  (3+ messages)

[PATCH 0/7] mkfs: save user input into opts table
 2017-07-29 17:12 UTC  (9+ messages)
` [PATCH 1/7] mkfs: Save raw user input field to the opts struct
` [PATCH 6/7] mkfs: extend opt_params with a value field

[PATCH 1/6] drm/i915: Implement .get_format_info() hook for CCS
 2017-07-29 16:25 UTC  (4+ messages)
` [PATCH 6/6] drm/i915: Add support for CCS modifiers

[PATCH] xen/events: Fix interrupt lost during irq_disable and irq_enable
 2017-07-29 16:59 UTC 

[PATCH] xen/events: Fix interrupt lost during irq_disable and irq_enable
 2017-07-29 16:59 UTC 

[PATCH] md: replace seq_release_private with seq_release
 2017-07-29 16:52 UTC 

[Bug 94410] [radeonsi] Unreal engine 4 Segmentation fault
 2017-07-29 14:26 UTC  (4+ messages)

[Bug 101881] [regression] 32bit steam games segfault when launched with DRI_PRIME=1
 2017-07-29 14:21 UTC  (3+ messages)

[Bug 101969] Massive graphics corruption with World of Warcraft
 2017-07-29 12:03 UTC 

Yes you have standing to sue GRSecurity
 2017-07-29 16:49 UTC  (2+ messages)
` MikeeUSA warning (Re: Yes you have standing to sue GRSecurity.)

[PATCH v2 02/10] drivers/hwmon/occ: Add command transport method for P8 and P9
 2017-07-29 16:48 UTC  (3+ messages)

[PATCH v4 0/9] vpci: PCI config space emulation
 2017-07-29 16:44 UTC  (9+ messages)
` [PATCH v4 5/9] xen/pci: split code to size BARs from pci_add_device
` [PATCH v4 6/9] xen/vpci: add handlers to map the BARs

[Qemu-devel] [PATCH v4 0/3] qemu-img check: format allocation info
 2017-07-29 16:41 UTC  (4+ messages)
` [Qemu-devel] [PATCH v4 1/3] block: add bdrv_get_format_alloc_stat format interface
` [Qemu-devel] [PATCH v4 2/3] qcow2: add .bdrv_get_format_alloc_stat
` [Qemu-devel] [PATCH v4 3/3] qemu-img check: add format allocation info

ptrlist-iterator performance on one wine source file
 2017-07-29 16:35 UTC  (7+ messages)

[U-Boot] [PULL] efi patch queue 2017-07-29
 2017-07-29 16:34 UTC  (3+ messages)
` [U-Boot] [PATCH] efi_gop.c: Store gd->fb_base as uintptr_t

[PATCH] ARM: dts: meson: Fixing L2 cache controller node for Meson8 and Meson8b
 2017-07-29 16:32 UTC  (7+ messages)

[PATCH 1/3] dma-buf/sw_sync: move timeline_fence_ops around
 2017-07-29 15:22 UTC  (3+ messages)
` [PATCH 2/3] dma-buf/sw_sync: clean up list before signaling the fence
` [PATCH 3/3] selftests: sync: add test that closes the fd before fence signal

[PATCH] sub-process: refactor handshake to common function
 2017-07-29 16:26 UTC  (3+ messages)
` [PATCH for NEXT v3 0/2] "

[libvirt test] 112370: trouble: blocked/broken/pass
 2017-07-29 16:22 UTC 

[PATCH 2/2] pre-process: replace use of vla's with heap allocation
 2017-07-29 16:22 UTC  (6+ messages)

[uml-devel] um: Run kselftests under UML
 2017-07-29 16:20 UTC 

[meta-oe][PATCH] Updated mpv to version 0.26.0
 2017-07-28 14:50 UTC 

[PATCH 1/3] doc: move kernel drivers to a new chapter
 2017-07-29 16:17 UTC  (4+ messages)
` [PATCH v2 "
` [PATCH v2 2/3] doc: cleanup UIO hard requirement
` [PATCH v2 3/3] doc: move i40e specific to i40e guide

[linux-linus test] 112368: regressions - trouble: blocked/broken/fail/pass
 2017-07-29 16:13 UTC 

[PATCH/RFC] setup: update error message to be more meaningful
 2017-07-29 16:10 UTC  (7+ messages)

[PATCH linux dev-4.10 0/6] Hardware work-arounds for max31785
 2017-07-29 16:09 UTC 

[GIT PULL] fix for rare crashes
 2017-07-29 16:07 UTC  (2+ messages)

[RFC PATCH 0/4] Some patches for fsck for missing objects
 2017-07-29 16:04 UTC  (3+ messages)
` [RFC PATCH 3/4] fsck: support referenced lazy objects

[Bug 101377] Gigabyte R9 380 card fails to load, kernel reports bug
 2017-07-29 15:36 UTC  (2+ messages)

[Bug 101672] radeonsi: 3D engines causing frequent GPU lockups
 2017-07-29 13:31 UTC  (2+ messages)

[PATCH] net-next: stmmac: dwmac-sun8i: fix of_table.cocci warnings
 2017-07-29 15:54 UTC  (4+ messages)

"external abort on linefetch (0x814)" on Kirkwood 6282 SoC
 2017-07-29 15:50 UTC 

[PATCH for-next 0/8] IB/hfi1, rdmavt, qib: patches for next 07/29/2017
 2017-07-29 15:44 UTC  (9+ messages)
  ` [PATCH for-next 1/8] IB/hfi1: Harden state transition to Armed and Active
  ` [PATCH for-next 2/8] IB/hfi1: Do not enable disabled port on cable insert
  ` [PATCH for-next 3/8] IB/hfi1: Only set fd pointer when base context is completely initialized
  ` [PATCH for-next 4/8] IB/hfi1: Disambiguate corruption and uninitialized error cases
  ` [PATCH for-next 5/8] IB/{rdmavt, hfi1, qib}: Fix panic with post receive and SGE compression
  ` [PATCH for-next 6/8] IB/hfi1: Create workqueue for link events
  ` [PATCH for-next 7/8] IB/hfi1: Prevent link down request double queuing
  ` [PATCH for-next 8/8] IB/hfi1: Always perform offline transition

[Buildroot] [PATCH 1/1] util-linux: bump to v2.30.1
 2017-07-29 15:36 UTC 

[U-Boot] saveenv command on odroid c2
 2017-07-29 15:35 UTC 

[PATCH] tunelp: use linux header
 2017-07-29 15:35 UTC 

Why xen-pirq chip use startup_irq() for .irq_enable?
 2017-07-29 15:32 UTC  (5+ messages)

Yes you have standing to sue GRSecurity
 2017-07-29 15:32 UTC  (2+ messages)

[RFC PATCH v1 0/5] TCP Wave
 2017-07-29 15:32 UTC  (3+ messages)
` [RFC PATCH v1 5/5] wave: Added basic version of "

[Buildroot] [PATCH v2 1/1] libpng: bump to version 1.6.31
 2017-07-29 15:31 UTC 

Kworld 340U (1b80:a340) kernel 4.8.0 ERROR: i2c_transfer returned: -6
 2017-07-29 15:29 UTC  (4+ messages)

blk-mq breaks suspend even with runtime PM patch
 2017-07-29 15:27 UTC 

[U-Boot] [PULL] u-boot-socfpga/master
 2017-07-29 15:27 UTC 

[RESEND 0/6] Make ipc y2038 safe
 2017-07-29 15:27 UTC  (3+ messages)
` [RESEND PATCH 2/6] ipc: mqueue: Replace timespec with timespec64

[PATCH] ss: Enclose IPv6 address in brackets
 2017-07-29 15:26 UTC  (2+ messages)

[U-Boot] [PULL] u-boot-usb/master
 2017-07-29 15:26 UTC 

[PATCH linux dev-4.10] drivers/fsi: Remove scan from master registration
 2017-07-29 15:26 UTC 

[U-Boot] [PATCH v3 00/13] usb: xhci: Add interrupt transfer support and full speed device support
 2017-07-29 15:25 UTC  (11+ messages)

[RFC PATCH v1] net: ethernet: nb8800: Reset HW block in ndo_open
 2017-07-29 15:18 UTC  (9+ messages)

Hello Beautiful,
 2017-07-29 13:55 UTC 

[PATCH] dma-buf/sync_file: Allow multiple sync_files to wrap a single dma-fence
 2017-07-29 15:18 UTC  (2+ messages)

[PATCH 1/2] eventdev: add event adapter for ethernet Rx queues
 2017-07-29 15:12 UTC  (11+ messages)

wake_wide mechanism clarification
 2017-07-29 15:07 UTC  (7+ messages)

[uml-devel] [PATCH] um: v3: Fix FP register size for XSTATE/XSAVE
 2017-07-29 15:03 UTC  (2+ messages)
` [uml-devel] [PATCH] um: v4: "

[PATCH 0/5] Initial support for Adaptrum Anarion SOC
 2017-07-29 14:48 UTC  (5+ messages)
` [PATCH 1/5] of: Add vendor prefix for Adaptrum, Inc

[PATCH] kselftest: exec: make exec test output conform to TAP13
 2017-07-29 14:42 UTC  (3+ messages)

[PATCH] ASoC: soc-pcm: Remove unused 'debugfs_dpcm_state' entry
 2017-07-29 14:40 UTC 

[PATCH net] ipv6: no need to return rt->dst.error if it is not null entry
 2017-07-29 14:41 UTC  (17+ messages)

Infinite loop with OOM while testing Sparse on Wine code
 2017-07-29 14:39 UTC  (5+ messages)

[PATCH v6 0/7] STM32 DSI HOST
 2017-07-29 14:32 UTC  (4+ messages)
` [PATCH v6 1/7] drm/stm: ltdc: Fix leak of px clk enable in some error paths

[ext2] Mislabeled quadratic probing?
 2017-07-29 14:24 UTC 

[PATCH v3 00/12] ASoC: Add I2S support for Allwinner H3 SoCs
 2017-07-29 14:17 UTC  (37+ messages)
` [PATCH v3 01/12] ASoC: sun4i-i2s: Extend quirks scope
` [PATCH v3 02/12] ASoC: sun4i-i2s: Add clkdiv offsets to quirks
` [PATCH v3 03/12] ASoC: sun4i-i2s: Add regmap config "
` [PATCH v3 04/12] ASoC: sun4i-i2s: Add TX FIFO offset "
` [PATCH v3 05/12] ASoC: sun4i-i2s: Add regmap fields for channels
` [PATCH v3 06/12] ASoC: sun4i-i2s: Add changes for wss and sr
` [PATCH v3 07/12] ASoC: sun4i-i2s: bclk and lrclk polarity tidyup
` [PATCH v3 08/12] ASoC: sun4i-i2s: Add mclk enable regmap field
` [PATCH v3 09/12] ASoC: sun4i-i2s: Add regmap field to set format
` [PATCH v3 10/12] ASoC: sun4i-i2s: Check for slave select bit
` [PATCH v3 11/12] ASoC: sun4i-i2s: Update global enable with bitmask
` [PATCH v3 12/12] ASoC: sun4i-i2s: Add support for H3


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.