All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-05-26 15:26:39 to 2018-05-26 18:23:26 UTC [more...]

[GIT PULL] arm64: hisilicon fixes for 4.17
 2018-05-26 18:23 UTC  (2+ messages)

[PATCH 0/6] arm64: dts: Add missing cooling device properties for CPUs
 2018-05-26 18:21 UTC  (8+ messages)
` [PATCH 3/6] arm64: dts: hisilicon: "

[GIT PULL] Allwinner core changes for 4.18
 2018-05-26 18:21 UTC  (4+ messages)

[Qemu-devel] Not able to install QNX into a VM
 2018-05-26 17:19 UTC 

[RFC][PATCHES] reducing d_add() use, part 1
 2018-05-26 18:20 UTC  (6+ messages)
` [RFC][PATCHES] reducing d_add() use, part 2
  ` [RFC][PATCHES] reducing d_add() use, part 3 (procfs)

Unable to assign ip address to bnep interface
 2018-05-26 18:08 UTC 

[Bug 106594] [radeonsi,regression,apitrace] Prison Architect exhibits glitches
 2018-05-26 18:05 UTC  (2+ messages)
` [Bug 106594] [radeonsi,regression,apitrace] Prison Architect rendered unplayable by multicoloured flickering triangles and overlayed triangles when performing certain actions

[PATCH] arm64: dts: hikey: Fix eMMC corruption regression
 2018-05-26 17:58 UTC  (2+ messages)

[PATCH] proc: prevent a task from writing on its own /proc/*/mem
 2018-05-26 17:58 UTC  (9+ messages)

[PATCH 0/6] ravb/sh_eth: fix sleep in atomic by reusing shared ethtool handlers
 2018-05-26 17:51 UTC  (11+ messages)
` [PATCH 1/6] ravb: remove custom .nway_reset from ethtool ops
` [PATCH 2/6] ravb: remove custom .get_link_ksettings "

WARNING: bad usercopy in __kvm_write_guest_page
 2018-05-26 17:42 UTC 

KASAN: use-after-free Read in crypto_destroy_tfm
 2018-05-26 17:41 UTC  (2+ messages)

[PATCH] mtd: nand: raw: atmel: add module param to avoid using dma
 2018-05-26 17:40 UTC  (16+ messages)

[PATCH v8 0/4] watchdog: da9063: Fix timeout handling
 2018-05-26 17:39 UTC  (10+ messages)
` [PATCH v8 3/4] watchdog: da9063: Fix timeout handling during probe

Greetings
 2018-05-26 17:34 UTC 

RFC: New reference iteration paradigm
 2018-05-26 17:25 UTC  (4+ messages)

[PATCH v2 00/60] omapdrm: Reverse direction of DSS device (dis)connect operations
 2018-05-26 17:25 UTC  (61+ messages)
` [PATCH v2 01/60] drm/omap: Allocate drm_device earlier and unref it as last step
` [PATCH v2 02/60] drm/omap: Manage the usable omap_dss_device list within omap_drm_private
` [PATCH v2 03/60] drm/omap: Do dss_device (display) ordering in omap_drv.c
` [PATCH v2 04/60] drm/omap: dss: Remove display ordering from dss/display.c
` [PATCH v2 05/60] drm/omap: dss: Gather OMAP DSS components at probe time
` [PATCH v2 06/60] drm/omap: dss: Move platform_device_register from core.c to dss.c probe
` [PATCH v2 07/60] drm/omap: dss: Handle DPI and SDI port initialization failures
` [PATCH v2 08/60] drm/omap: dss: Remove omapdss_atv_ops get_wss and set_wss operations
` [PATCH v2 09/60] drm/omap: dss: Remove DSS encoders get_timings operation
` [PATCH v2 10/60] drm/omap: dss: Remove unused omapdss_default_get_timings()
` [PATCH v2 11/60] drm/omap: dss: Constify omap_dss_driver operations structure
` [PATCH v2 12/60] drm/omap: displays: Remove videomode from omap_dss_device structure
` [PATCH v2 13/60] drm/omap: dss: Remove omap_dss_device panel fields
` [PATCH v2 14/60] drm/omap: dss: Rename omap_dss_device list field to output_list
` [PATCH v2 15/60] drm/omap: dss: Create global list of all omap_dss_device instances
` [PATCH v2 16/60] drm/omap: dss: Create and use omapdss_device_is_registered()
` [PATCH v2 17/60] drm/omap: dss: Rework output lookup by port node
` [PATCH v2 18/60] drm/omap: dss: Allow looking up any device by port
` [PATCH v2 19/60] drm/omap: dss: Move common device operations to common structure
` [PATCH v2 20/60] drm/omap: dss: Add functions to connect and disconnect devices
` [PATCH v2 21/60] drm/omap: dss: Move debug message and checks to connection handlers
` [PATCH v2 22/60] drm/omap: dss: Move src and dst check and set "
` [PATCH v2 23/60] drm/omap: displays: Remove input omap_dss_device from panel data
` [PATCH v2 24/60] drm/omap: dsi: Simplify debugfs implementation
` [PATCH v2 25/60] drm/omap: Move DSI debugfs clocks dump to dsi%u_clks files
` [PATCH v2 26/60] drm/omap: dss: Remove output devices list
` [PATCH v2 27/60] drm/omap: dss: Rename for_each_dss_dev macro to for_each_dss_display
` [PATCH v2 28/60] drm/omap: dss: Make omap_dss_get_next_device() more generic
` [PATCH v2 29/60] drm/omap: dss: Split omapdss_register_display()
` [PATCH v2 30/60] drm/omap: dss: Remove panel devices list
` [PATCH v2 31/60] drm/omap: dss: Move and rename omap_dss_(get|put)_device()
` [PATCH v2 32/60] drm/omap: dss: Store dss_device pointer in omap_dss_device
` [PATCH v2 33/60] drm/omap: dss: Move DSS mgr ops and private data to dss_device
` [PATCH v2 34/60] drm/omap: dss: Modify omapdss_find_output_from_display() to return channel
` [PATCH v2 35/60] drm/omap: dss: Replace omap_dss_device port number with bitmask
` [PATCH v2 36/60] drm/omap: dss: Extend omapdss_of_find_source_for_first_ep() to sinks
` [PATCH v2 37/60] drm/omap: displays: Don't cast dssdev to panel data unnecessarily
` [PATCH v2 38/60] drm/omap: dss: Cleanup error paths in output init functions
` [PATCH v2 39/60] drm/omap: dss: dsi: Move initialization code from bind to probe
` [PATCH v2 40/60] drm/omap: dss: hdmi4: "
` [PATCH v2 41/60] drm/omap: dss: hdmi5: "
` [PATCH v2 42/60] drm/omap: dss: venc: "
` [PATCH v2 43/60] drm/omap: dss: Acquire next dssdev at probe time
` [PATCH v2 44/60] drm/omap: dss: Add for_each_dss_output() macro
` [PATCH v2 45/60] drm/omap: dss: Add function to retrieve display for an output
` [PATCH v2 46/60] drm/omap: dss: Remove duplicated parameter to dss_mgr_(dis)connect()
` [PATCH v2 47/60] drm/omap: dss: Get regulators at probe time
` [PATCH v2 48/60] drm/omap: Remove unneeded variable assignments in omap_modeset_init
` [PATCH v2 49/60] drm/omap: Create all planes before CRTCs
` [PATCH v2 50/60] drm/omap: Group CRTC, encoder, connector and dssdev in a structure
` [PATCH v2 51/60] drm/omap: Reverse direction of DSS device (dis)connect operations
` [PATCH v2 52/60] drm/omap: dss: Move connection checks to omapdss_device_(dis)connect
` [PATCH v2 53/60] drm/omap: dss: Move display type validation to initialization time
` [PATCH v2 54/60] drm/omap: dss: Merge two disconnection helpers
` [PATCH v2 55/60] drm/omap: Pass pipe pointer to omap_crtc_init()
` [PATCH v2 56/60] drm/omap: Store CRTC lookup by channel table in omap_drm_private
` [PATCH v2 57/60] drm/omap: Remove omap_crtc_output global array
` [PATCH v2 58/60] drm/omap: Remove supported output check in CRTC connect handler
` [PATCH v2 59/60] drm/omap: Set dispc_channel_connect from DSS output connect handlers
` [PATCH v2 60/60] drm/omap: dss: Remove the dss_mgr_(dis)connect() operations

[linux-4.9 bisection] complete test-amd64-amd64-xl-pvhv2-amd
 2018-05-26 17:20 UTC 

[PATCH v7 00/17] Improve shrink_slab() scalability (old complexity was O(n^2), new is O(n))
 2018-05-26 17:15 UTC  (2+ messages)

[PATCH] MIPS: pb44: Fix i2c-gpio GPIO descriptor table
 2018-05-26 17:12 UTC 

[RESEND] TCMUser: add read length support
 2018-05-26 17:14 UTC  (2+ messages)

INFO: task hung in xlog_grant_head_check
 2018-05-26 17:12 UTC  (9+ messages)
            ` Bugs involving maliciously crafted file system

MIPS: pb44: Fix i2c-gpio GPIO descriptor table
 2018-05-26 17:12 UTC 

Why does d_splice_alias need to check IS_ROOT?
 2018-05-26 17:12 UTC  (2+ messages)

[PATCH v2 0/6] omapdrm: struct_mutex removal
 2018-05-26 17:10 UTC  (4+ messages)
` [PATCH v2 4/6] drm/omap: gem: Replace struct_mutex usage with omap_obj private lock
  ` [PATCH v2.1 "

[PATCH] net/mlx5: fix memory region cache init
 2018-05-26 17:08 UTC  (3+ messages)
` [PATCH v2] "

[U-Boot] [RFC][DO NOT APPLY] binman: Switch to 'python-coverage'
 2018-05-26 17:06 UTC 

[PATCH] selftests: intel_pstate: notification about privilege required to run intel_pstate testing script
 2018-05-26 17:01 UTC  (3+ messages)

[PATCH 0/6] imx-media: Fixes for bt.656 interlaced capture
 2018-05-26 17:00 UTC  (7+ messages)
` [PATCH 3/6] media: videodev2.h: Add macro V4L2_FIELD_IS_SEQUENTIAL

Hello
 2018-05-26 16:49 UTC 

[PATCH 1/1] media: uvc_driver: fix USB Camera ref leak denial of service
 2018-05-26 16:47 UTC  (4+ messages)

general protection fault in __radix_tree_delete
 2018-05-26 16:44 UTC  (3+ messages)

i2c-gpio and boards conversions to GPIO descriptors
 2018-05-26 16:38 UTC  (4+ messages)

[PATCH] ARM: Fix i2c-gpio GPIO descriptor tables
 2018-05-26 16:37 UTC 

[GSoC] GSoC with git, week 4
 2018-05-26 16:32 UTC 

[RFC PATCH v2 0/2] Implement standard color keying properties for DRM planes
 2018-05-26 16:29 UTC  (9+ messages)
` [RFC PATCH v2 1/2] drm: Add generic colorkey properties
` [RFC PATCH v2 2/2] drm/tegra: plane: Implement generic colorkey property for older Tegra's

[PATCH] crypto: chtls - fix a missing-check bug
 2018-05-26 16:27 UTC  (2+ messages)

[PATCH] crypto: inside-secure - do not use memset on MMIO
 2018-05-26 16:27 UTC  (2+ messages)

[PATCH v2 00/10] crypto: inside-secure - AEAD support
 2018-05-26 16:26 UTC  (2+ messages)

[PATCH] crypto: chtls: generic handling of data and hdr
 2018-05-26 16:25 UTC  (2+ messages)

[Qemu-devel] [PATCH 00/13] 9p: Add support for Darwin
 2018-05-26 16:17 UTC  (8+ messages)
` [Qemu-devel] [PATCH 01/13] 9p: linux: Fix a couple Linux assumptions
` [Qemu-devel] [PATCH 09/13] 9p: darwin: Provide a compatibility definition for XATTR_SIZE_MAX

[PATCH BlueZ v4 1/4] doc/gatt-api: Add authorization options for attributes
 2018-05-26 16:13 UTC  (2+ messages)

arch/powerpc/kernel/head_32.S:1106: Error: missing operand
 2018-05-26 16:02 UTC  (2+ messages)

[PATCH 0/1] media: uvc_driver: fix USB Camera ref leak denial of service
 2018-05-26 15:50 UTC 

[U-Boot] [PATCH v5] tpm2: tis_spi: add the possibility to reset the chip with a gpio
 2018-05-26 15:56 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH v4 32/32] configs: add TPMv2.x support in Sandbox
 2018-05-26 15:56 UTC  (2+ messages)
` [U-Boot] [U-Boot, v4, "

[U-Boot] [PATCH v4 31/32] sandbox: dts: add Sandbox TPMv2.x node
 2018-05-26 15:56 UTC  (2+ messages)
` [U-Boot] [U-Boot, v4, "

[U-Boot] [PATCH v4 30/32] doc: device-tree-bindings: add Sandbox TPMv2.0 module info
 2018-05-26 15:56 UTC  (2+ messages)
` [U-Boot] [U-Boot, v4, "

[U-Boot] [PATCH v4 29/32] tpm: add a Sandbox TPMv2.x driver
 2018-05-26 15:55 UTC  (2+ messages)
` [U-Boot] [U-Boot,v4,29/32] "

[U-Boot] [PATCH v4 28/32] test/py: add TPMv2.x test suite
 2018-05-26 15:55 UTC  (2+ messages)
` [U-Boot] [U-Boot,v4,28/32] "

[U-Boot] [PATCH v4 27/32] doc: device-tree-bindings: add TIS TPMv2.0 SPI module info
 2018-05-26 15:55 UTC  (2+ messages)
` [U-Boot] [U-Boot, v4, "

[U-Boot] [PATCH v4 25/32] tpm: add support for TPMv2.x SPI modules
 2018-05-26 15:55 UTC  (2+ messages)
` [U-Boot] [U-Boot, v4, "

[U-Boot] [PATCH v4 24/32] tpm: add PCR authentication commands support
 2018-05-26 15:55 UTC  (2+ messages)
` [U-Boot] [U-Boot, v4, "

[U-Boot] [PATCH v4 23/32] tpm: add TPM2_HierarchyChangeAuth command support
 2018-05-26 15:55 UTC  (2+ messages)
` [U-Boot] [U-Boot, v4, "

[U-Boot] [PATCH v4 22/32] tpm: add dictionary attack mitigation commands support
 2018-05-26 15:55 UTC  (2+ messages)
` [U-Boot] [U-Boot, v4, "

[U-Boot] [PATCH v4 21/32] tpm: add TPM2_GetCapability command support
 2018-05-26 15:55 UTC  (2+ messages)
` [U-Boot] [U-Boot, v4, "

[U-Boot] [PATCH v4 20/32] tpm: add TPM2_PCR_Read command support
 2018-05-26 15:55 UTC  (2+ messages)
` [U-Boot] [U-Boot, v4, "

[U-Boot] [PATCH v4 19/32] tpm: add TPM2_PCR_Extend command support
 2018-05-26 15:55 UTC  (2+ messages)
` [U-Boot] [U-Boot, v4, "

[U-Boot] [PATCH v4 18/32] tpm: add TPM2_Clear command support
 2018-05-26 15:55 UTC  (2+ messages)
` [U-Boot] [U-Boot,v4,18/32] "

[U-Boot] [PATCH v4 17/32] tpm: add TPM2_SelfTest command support
 2018-05-26 15:55 UTC  (2+ messages)
` [U-Boot] [U-Boot, v4, "

[U-Boot] [PATCH v4 16/32] tpm: add TPM2_Startup command support
 2018-05-26 15:55 UTC  (2+ messages)
` [U-Boot] [U-Boot, v4, "

[U-Boot] [PATCH v4 15/32] tpm: report driver error code to upper layer
 2018-05-26 15:54 UTC  (2+ messages)
` [U-Boot] [U-Boot, v4, "

[U-Boot] [PATCH v4 14/32] tpm: add possible traces to analyze buffers returned by the TPM
 2018-05-26 15:54 UTC  (2+ messages)
` [U-Boot] [U-Boot, v4, "

[U-Boot] [PATCH v4 13/32] tpm: add macros to enhance TPM commands readability
 2018-05-26 15:54 UTC  (2+ messages)
` [U-Boot] [U-Boot, v4, "

[U-Boot] [PATCH v4 12/32] tpm: prepare support for TPMv2.x commands
 2018-05-26 15:54 UTC  (2+ messages)
` [U-Boot] [U-Boot, v4, "

[U-Boot] [PATCH v4 11/32] tpm: add missing parameter in private data structure description
 2018-05-26 15:54 UTC  (2+ messages)
` [U-Boot] [U-Boot, v4, "

[U-Boot] [PATCH v4 10/32] tpm: disociate TPMv1.x specific and generic code
 2018-05-26 15:54 UTC  (2+ messages)
` [U-Boot] [U-Boot, v4, "

[U-Boot] [PATCH v4 09/32] tpm: prepare introduction of TPMv2.x support in Kconfig
 2018-05-26 15:54 UTC  (2+ messages)
` [U-Boot] [U-Boot, v4, "

[U-Boot] [PATCH v4 08/32] tpm: add Revision ID field in the chip structure
 2018-05-26 15:54 UTC  (2+ messages)
` [U-Boot] [U-Boot, v4, "

[U-Boot] [PATCH v4 07/32] tpm: add extra blank lines between declarations and code
 2018-05-26 15:54 UTC  (2+ messages)
` [U-Boot] [U-Boot, v4, "

[U-Boot] [PATCH v4 06/32] tpm: fix spelling
 2018-05-26 15:54 UTC  (2+ messages)
` [U-Boot] [U-Boot,v4,06/32] "

[U-Boot] [PATCH v4 05/32] tpm: use the BIT() macro where applicable
 2018-05-26 15:54 UTC  (2+ messages)
` [U-Boot] [U-Boot, v4, "

[U-Boot] [PATCH v4 04/32] tpm: align arguments with open parenthesis
 2018-05-26 15:54 UTC  (2+ messages)
` [U-Boot] [U-Boot, v4, "

[U-Boot] [PATCH v4 03/32] tpm: substitute deprecated uint<x>_t types with their u<x> equivalent
 2018-05-26 15:54 UTC  (2+ messages)
` [U-Boot] [U-Boot, v4, "

[U-Boot] [PATCH v4 02/32] tpm: remove extra spaces between a function and its opening bracket
 2018-05-26 15:53 UTC  (2+ messages)
` [U-Boot] [U-Boot, v4, "

[U-Boot] [PATCH v4 01/32] tpm: remove redundant blank line
 2018-05-26 15:53 UTC  (2+ messages)
` [U-Boot] [U-Boot,v4,01/32] "

[PATCH net] sctp: not allow to set rto_min with a value below 200 msecs
 2018-05-26 15:50 UTC  (6+ messages)

[PATCH 0/2] sched: Fix a race between CPU onlining & user task scheduling
 2018-05-26 15:46 UTC  (3+ messages)
` [PATCH 1/2] sched: Make select_task_rq() require cpu_active() for user tasks
` [PATCH 2/2] sched: Warn if we fail to migrate a task

[GIT PULL] KVM fixes for Linux 4.17-rc7
 2018-05-26 15:47 UTC 

INFO: rcu detected stall in skb_free_head
 2018-05-26 15:38 UTC  (2+ messages)

INFO: rcu detected stall in kmem_cache_alloc_node_trace
 2018-05-26 15:38 UTC  (3+ messages)

INFO: rcu detected stall in sctp_generate_heartbeat_event
 2018-05-26 15:36 UTC  (4+ messages)

INFO: rcu detected stall in kfree_skbmem
 2018-05-26 15:34 UTC  (6+ messages)

INFO: rcu detected stall in sctp_packet_transmit
 2018-05-26 15:34 UTC  (7+ messages)

INFO: rcu detected stall in ip_route_output_key_hash
 2018-05-26 15:32 UTC  (3+ messages)

[linux-3.18 test] 123190: regressions - trouble: blocked/broken/fail/pass
 2018-05-26 15:32 UTC 

[Ocfs2-devel] [PATCH v2] ocfs2: don't put and assigning null to bh allocated outside
 2018-05-26 15:31 UTC 

INFO: rcu detected stall in save_stack_trace
 2018-05-26 15:29 UTC  (2+ messages)

INFO: rcu detected stall in corrupted
 2018-05-26 15:28 UTC  (7+ messages)

[02/12] usb: usbtmc: Support Read Status Byte with SRQ per file handle
 2018-05-26 15:29 UTC 

[patch 0/4] dm-writecache patches
 2018-05-26 15:26 UTC  (8+ messages)
` [patch 4/4] dm-writecache: use new API for flushing


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.