All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-05-15 15:40:02 to 2018-05-15 16:04:50 UTC [more...]

[PATCH] mac80211: Fix wlan freezes under load at rekey
 2018-05-15 15:50 UTC  (3+ messages)
` [PATCH v2] "

[U-Boot] [PATCH v4 00/32] Introduce TPMv2.0 support
 2018-05-15 16:04 UTC  (73+ messages)
` [U-Boot] [PATCH v4 01/32] tpm: remove redundant blank line
` [U-Boot] [PATCH v4 02/32] tpm: remove extra spaces between a function and its opening bracket
` [U-Boot] [PATCH v4 03/32] tpm: substitute deprecated uint<x>_t types with their u<x> equivalent
` [U-Boot] [PATCH v4 04/32] tpm: align arguments with open parenthesis
` [U-Boot] [PATCH v4 05/32] tpm: use the BIT() macro where applicable
` [U-Boot] [PATCH v4 06/32] tpm: fix spelling
` [U-Boot] [PATCH v4 07/32] tpm: add extra blank lines between declarations and code
` [U-Boot] [PATCH v4 08/32] tpm: add Revision ID field in the chip structure
` [U-Boot] [PATCH v4 09/32] tpm: prepare introduction of TPMv2.x support in Kconfig
` [U-Boot] [PATCH v4 10/32] tpm: disociate TPMv1.x specific and generic code
` [U-Boot] [PATCH v4 11/32] tpm: add missing parameter in private data structure description
` [U-Boot] [PATCH v4 12/32] tpm: prepare support for TPMv2.x commands
` [U-Boot] [PATCH v4 13/32] tpm: add macros to enhance TPM commands readability
` [U-Boot] [PATCH v4 14/32] tpm: add possible traces to analyze buffers returned by the TPM
` [U-Boot] [PATCH v4 15/32] tpm: report driver error code to upper layer
` [U-Boot] [PATCH v4 16/32] tpm: add TPM2_Startup command support
` [U-Boot] [PATCH v4 17/32] tpm: add TPM2_SelfTest "
` [U-Boot] [PATCH v4 18/32] tpm: add TPM2_Clear "
` [U-Boot] [PATCH v4 19/32] tpm: add TPM2_PCR_Extend "
` [U-Boot] [PATCH v4 20/32] tpm: add TPM2_PCR_Read "
` [U-Boot] [PATCH v4 21/32] tpm: add TPM2_GetCapability "
` [U-Boot] [PATCH v4 22/32] tpm: add dictionary attack mitigation commands support
` [U-Boot] [PATCH v4 23/32] tpm: add TPM2_HierarchyChangeAuth command support
` [U-Boot] [PATCH v4 24/32] tpm: add PCR authentication commands support
` [U-Boot] [PATCH v4 25/32] tpm: add support for TPMv2.x SPI modules
` [U-Boot] [PATCH v4 26/32] tpm: add the possibility to reset the chip with a gpio
` [U-Boot] [PATCH v4 27/32] doc: device-tree-bindings: add TIS TPMv2.0 SPI module info
` [U-Boot] [PATCH v4 28/32] test/py: add TPMv2.x test suite
` [U-Boot] [PATCH v4 29/32] tpm: add a Sandbox TPMv2.x driver
` [U-Boot] [PATCH v4 30/32] doc: device-tree-bindings: add Sandbox TPMv2.0 module info
` [U-Boot] [PATCH v4 31/32] sandbox: dts: add Sandbox TPMv2.x node
` [U-Boot] [PATCH v4 32/32] configs: add TPMv2.x support in Sandbox

[PATCH v3 0/5] Enhance support for system and runtime power management on malidp
 2018-05-15 16:04 UTC  (10+ messages)
` [PATCH v3 1/5] drm/arm/malidp: Modified the prototype of malidp irq de-initializers
` [PATCH v3 2/5] drm/arm/malidp: Split malidp interrupt initialization functions
` [PATCH v3 3/5] drm/arm/malidp: Enable/disable interrupts in runtime pm
` [PATCH v3 4/5] drm/arm/malidp: Set the output_depth register in modeset
` [PATCH v3 5/5] drm/arm/malidp: Added the late system pm functions

[alsa-lib][PATCH 0/6] control: optimization for position offset macro of TLV data
 2018-05-15 16:04 UTC  (2+ messages)

[PATCH v2 1/2] drm/etnaviv: switch MMU page tables to writecombine memory
 2018-05-15 16:03 UTC  (2+ messages)

[PATCH/RFT v3 0/3] thermal: add support for r8a77995
 2018-05-15 16:03 UTC  (6+ messages)
` [PATCH/RFT v3 1/3] thermal: rcar_thermal: add r8a77995 support

[PULL] drm-intel-next
 2018-05-15 16:03 UTC  (5+ messages)

[Qemu-devel] [PATCH V7 RESEND 00/17] COLO: integrate colo frame with block replication and COLO proxy
 2018-05-15 16:02 UTC  (3+ messages)
` [Qemu-devel] [PATCH V7 RESEND 06/17] COLO: Remove colo_state migration struct

[PATCH 0/2] Use sbitmap instead of percpu_ida
 2018-05-15 16:00 UTC  (12+ messages)
` [PATCH 1/2] Convert target drivers to use sbitmap
  ` [1/2] "
` [PATCH 2/2] Remove percpu_ida
  ` [2/2] "

[U-Boot] [PATCH 0/7] *** Qualcomm Snapdraon serial fixes***
 2018-05-15 16:02 UTC  (7+ messages)
` [U-Boot] [PATCH 5/7] mach-snapdragon: Introduce pinctrl driver

[U-Boot] arm: Raspberry Pi Compile warnings
 2018-05-15 16:02 UTC  (2+ messages)

[PATCH] drm: rcar-du: disable dtc graph-endpoint warnings on DT overlays
 2018-05-15 16:02 UTC  (3+ messages)

[PATCH] arm64: dts: exynos: fix type of thermal trip points for Exynos7
 2018-05-15 16:02 UTC  (4+ messages)

coresight: documentation: update sysfs section
 2018-05-15 16:00 UTC  (8+ messages)
  ` [PATCH v2] "
      ` [PATCH v3] "

[PATCH RFC 0/2] vfio-ccw: exploit halt/clear subchannel support
 2018-05-15 16:01 UTC  (5+ messages)
` [PATCH RFC 1/2] vfio-ccw: forward halt/clear to device if supported
    ` [Qemu-devel] "

[igt-dev] [PATCH i-g-t] lib/igt_device: Add information why cannot drop drm master
 2018-05-15 16:01 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.IGT: success for lib/igt_device: Add information why cannot drop drm master (rev3)

[PATCH] [Patch v2] usbtv: Fix refcounting mixup
 2018-05-15 16:01 UTC  (4+ messages)

`ucsi_acpi: probe of USBC000:00 failed with error -12` on Dell XPS 13 9370
 2018-05-15 16:00 UTC  (2+ messages)

[Qemu-devel] [PATCH] riscv: remove define cpu_init()
 2018-05-15 16:00 UTC  (3+ messages)
` [Qemu-devel] [PATCH v2] "

[PATCH 0/2] Use sbitmap instead of percpu_ida
 2018-05-15 16:00 UTC 

[PATCH v2] mm: allow deferred page init for vmemmap only
 2018-05-15 15:59 UTC  (7+ messages)

[B.A.T.M.A.N.] [PATCH v4] batman-adv: Snoop DHCPACKs for DAT
 2018-05-15 15:59 UTC 

[PATCH v2] app/test: enhance sanity script
 2018-05-15 15:58 UTC  (5+ messages)
` [PATCH v3 0/3] enhance sanity scripts
  ` [PATCH v3 1/3] app/test: add new test cases to sanity script
  ` [PATCH v3 2/3] app/test: update result for skipped test cases
  ` [PATCH v3 3/3] app/test: enhance freebsd support in sanity script

[PATCH v5 00/13] s390: vfio-ap: guest dedicated crypto adapters
 2018-05-15 15:48 UTC  (7+ messages)
` [PATCH v5 05/13] s390: vfio-ap: register matrix device with VFIO mdev framework

[PATCH V3] evm: Allow non-SHA1 digital signatures
 2018-05-15 15:58 UTC  (2+ messages)

[U-Boot] [PATCH] ARM: mvebu: a38x: Add missing SPDX license identfier
 2018-05-15 15:58 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH] image: fit: Allow booting Aarch64 from arm
 2018-05-15 15:58 UTC  (3+ messages)

[U-Boot] Please pull u-boot-video/master
 2018-05-15 15:57 UTC  (2+ messages)

[igt-dev] [PATCH i-g-t 1/2] lib/igt_debugfs: Add function to check if file exists in debugfs
 2018-05-15 15:57 UTC  (2+ messages)
` [igt-dev] ✗ Fi.CI.BAT: failure for series starting with [v3,1/2] lib/igt_debugfs: Add function to check if file exists in debugfs (rev3)

[PATCH] drm: rcar-du: Fix rcar_du_of_init() stub
 2018-05-15 15:57 UTC 

[PATCH v3 0/8] nfs-utils: nfsconf cli tool and code tests
 2018-05-15 15:56 UTC  (9+ messages)
` [PATCH v3 1/8] nfs-utils: Fix minor memory leaks
` [PATCH v3 2/8] nfs-utils: Make config includes relative to current config
` [PATCH v3 3/8] nfs-utils: Use config file name in error messages
` [PATCH v3 4/8] nfs-utils: Indicate if config file was missing
` [PATCH v3 5/8] nfs-utils: tidy up output of conf_report
` [PATCH v3 6/8] nfs-utils: Add nfsconftool cli
` [PATCH v3 7/8] nfs-utils: use nfsconftool cli to test library function
` [PATCH v3 8/8] nfs-utils: Add man page for nfsconftool cli

[Qemu-devel] [PATCH RFC] qemu-error: introduce error_report_once
 2018-05-15 15:56 UTC  (4+ messages)

[PATCH] eal/service: improve error checking of coremasks
 2018-05-15 15:56 UTC  (2+ messages)
` [PATCH v2] "

[PATCH for-4.11 v4 0/1] Add new add_maintainers.pl script to optimise the workflow when using git format-patch with get_maintainer.pl
 2018-05-15 15:54 UTC  (4+ messages)
` [PATCH for-4.11 v4 1/1] "

[PATCH 0/15] x86/split_lock: Enable #AC exception for split locked accesses
 2018-05-15 15:54 UTC  (7+ messages)
` [PATCH 01/15] x86/split_lock: Add CONFIG and enumerate #AC exception for split locked access feature
` [PATCH 03/15] x86/split_lock: Handle #AC exception for split lock in kernel mode

[Qemu-devel] [PATCH] ccid-card-passthru: fix regression in realize()
 2018-05-15 15:53 UTC  (2+ messages)

[PATCH v8 00/10] drivers/qcom: add RPMH communication support
 2018-05-15 15:52 UTC  (5+ messages)
` [PATCH v8 09/10] drivers: qcom: rpmh: add support for batch RPMH request

Revert "dmaengine: pl330: add DMA_PAUSE feature"
 2018-05-15 15:50 UTC  (11+ messages)

[Qemu-devel] [PATCH] configure: Use strings command from cross development tools
 2018-05-15 15:52 UTC  (4+ messages)

[PATCH 0/2] PCI: dwc: Use devm_ioremap_resource instead of devm_ioremap_resource
 2018-05-15 15:51 UTC  (2+ messages)

[Qemu-devel] [PATCH v2] numa: clarify error message when node index is out of range in -numa dist, 
 2018-05-15 15:50 UTC  (2+ messages)
` [Qemu-devel] [PATCH v3] "

[PATCH 1/2] net/mlx4: fix inadequate default in RSS converter
 2018-05-15 15:51 UTC  (2+ messages)
` [PATCH 2/2] net/mlx4: refactor RSS conversion functions

[PATCH v3 0/8] Introduce the for_each_set_clump macro
 2018-05-15 15:51 UTC  (9+ messages)
` [PATCH v3 1/8] bitops: "
` [PATCH v3 2/8] lib/test_bitmap.c: Add for_each_set_clump test cases
` [PATCH v3 3/8] gpio: 104-dio-48e: Utilize for_each_set_clump macro
` [PATCH v3 4/8] gpio: 104-idi-48: "
` [PATCH v3 5/8] gpio: gpio-mm: "
` [PATCH v3 6/8] gpio: ws16c48: "
` [PATCH v3 7/8] gpio: pci-idio-16: "
` [PATCH v3 8/8] gpio: pcie-idio-24: "

master - WHATS_NEW: updates
 2018-05-15 15:50 UTC 

Meeting Minutes 5/14 -- RE: OpenBMC Redfish working group working call
 2018-05-15 15:35 UTC 

[Qemu-devel] [PULL 0/4] Net patches
 2018-05-15 15:48 UTC  (4+ messages)
` [Qemu-devel] [PULL 2/4] net: Remove the deprecated "vlan" parameter

[PATCH] drm: clarify adjusted_mode documentation for bridges
 2018-05-15 15:47 UTC  (5+ messages)

[PATCH 00/23] LSM: Full security module stacking
 2018-05-15 15:47 UTC  (4+ messages)

[Qemu-devel] [PATCH v6 0/2] qmp: 'wakeup-suspend-support' in query-target
 2018-05-15 15:45 UTC  (3+ messages)
` [Qemu-devel] [PATCH v6 1/2] qmp: adding "

[Qemu-devel] virtio-ccw.c vs larger VIRTIO_QUEUE_MAX (coverity warning CID 1390619)
 2018-05-15 15:45 UTC  (8+ messages)
  ` [Qemu-devel] [qemu-s390x] "

[Qemu-devel] [PATCH v2 0/2] xen-hvm: use new resource mapping API
 2018-05-15 15:45 UTC  (5+ messages)
` [Qemu-devel] [PATCH v2 3/3] xen-hvm: try to use xenforeignmemory_map_resource() to map ioreq pages
      `  "

[Qemu-devel] [PATCH] memory: delete struct AddressSpaceOps
 2018-05-15 15:45 UTC  (2+ messages)

[PATCH] Fix possible stack smash in nfs_idmap_read_and_verify_message
 2018-05-15 15:44 UTC  (4+ messages)

[U-Boot] [PATCH 0/8] Initial integration of AVB2.0
 2018-05-15 15:44 UTC  (4+ messages)
` [U-Boot] [PATCH 4/8] cmd: avb2.0: avb command for performing verification

[PATCH v6 1/2] dt: bindings: lm3601x: Introduce the lm3601x driver
 2018-05-15 15:43 UTC  (4+ messages)
` [PATCH v6 2/2] leds: lm3601x: Introduce the lm3601x LED driver

[lustre-devel] `lfs check` misleading documentation
 2018-05-15 15:44 UTC  (3+ messages)

[Qemu-devel] [PATCH v3 1/1] qmp.c: system_wakeup: adding RUN_STATE_SUSPENDED check before proceeding
 2018-05-15 15:43 UTC 

[PATCH] locking/atomics: Simplify the op definitions in atomic.h some more
 2018-05-15 15:43 UTC  (6+ messages)
` [tip:locking/core] "

[PATCH] wlcore: sdio: Fix flakey SDIO runtime PM handling
 2018-05-15 15:43 UTC  (2+ messages)

Running BitBake multiple times without rechecking upstream AUTOREV versions
 2018-05-15 15:43 UTC  (3+ messages)

[PATCH v10 00/27] ARM: davinci: convert to common clock framework​
 2018-05-15 15:42 UTC  (5+ messages)
` [PATCH v10 02/27] clk: davinci: da850-pll: change PLL0 to CLK_OF_DECLARE

RFC: [PATCH 0/6] lustre: Improve locking in lu_object.s
 2018-05-15 15:42 UTC  (2+ messages)
` [lustre-devel] "

[Qemu-devel] [PULL 00/37] Block layer patches
 2018-05-15 15:40 UTC  (38+ messages)
` [Qemu-devel] [PULL 01/37] block-backend: simplify blk_get_aio_context
` [Qemu-devel] [PULL 02/37] block: Support byte-based aio callbacks
` [Qemu-devel] [PULL 03/37] file-win32: Switch to byte-based callbacks
` [Qemu-devel] [PULL 04/37] null: Switch to byte-based read/write
` [Qemu-devel] [PULL 05/37] rbd: Switch to byte-based callbacks
` [Qemu-devel] [PULL 06/37] vxhs: "
` [Qemu-devel] [PULL 07/37] block: Drop last of the sector-based aio callbacks
` [Qemu-devel] [PULL 08/37] block: Merge .bdrv_co_writev{, _flags} in drivers
` [Qemu-devel] [PULL 09/37] hmp: Allow using a qdev id in block_set_io_throttle
` [Qemu-devel] [PULL 10/37] blockjob: expose error string via query
` [Qemu-devel] [PULL 11/37] blockjob: Fix assertion in block_job_finalize()
` [Qemu-devel] [PULL 12/37] blockjob: Wrappers for progress counter access
` [Qemu-devel] [PULL 13/37] blockjob: Move RateLimit to BlockJob
` [Qemu-devel] [PULL 14/37] blockjob: Implement block_job_set_speed() centrally
` [Qemu-devel] [PULL 15/37] blockjob: Introduce block_job_ratelimit_get_delay()
` [Qemu-devel] [PULL 16/37] blockjob: Add block_job_driver()
` [Qemu-devel] [PULL 17/37] iotests: Split 214 off of 122
` [Qemu-devel] [PULL 18/37] Fix error message about compressed clusters with OFLAG_COPIED
` [Qemu-devel] [PULL 19/37] specs/qcow2: Clarify that compressed clusters have the COPIED bit reset
` [Qemu-devel] [PULL 20/37] qcow2: Give the refcount cache the minimum possible size by default
` [Qemu-devel] [PULL 21/37] docs: Document the new default sizes of the qcow2 caches
` [Qemu-devel] [PULL 22/37] iotests: Add failure matching to common.qemu
` [Qemu-devel] [PULL 23/37] iotests: Skip 181 and 201 without userfaultfd
` [Qemu-devel] [PULL 24/37] block: Add COR filter driver
` [Qemu-devel] [PULL 25/37] block: BLK_PERM_WRITE includes ..._UNCHANGED
` [Qemu-devel] [PULL 26/37] block: Add BDRV_REQ_WRITE_UNCHANGED flag
` [Qemu-devel] [PULL 27/37] block: Set BDRV_REQ_WRITE_UNCHANGED for COR writes
` [Qemu-devel] [PULL 28/37] block/quorum: Support BDRV_REQ_WRITE_UNCHANGED
` [Qemu-devel] [PULL 29/37] block: Support BDRV_REQ_WRITE_UNCHANGED in filters
` [Qemu-devel] [PULL 30/37] iotests: Clean up wrap image in 197
` [Qemu-devel] [PULL 31/37] iotests: Copy 197 for COR filter driver
` [Qemu-devel] [PULL 32/37] iotests: Add test for COR across nodes
` [Qemu-devel] [PULL 33/37] qemu-img: Check post-truncation size
` [Qemu-devel] [PULL 34/37] block: Document BDRV_REQ_WRITE_UNCHANGED support
` [Qemu-devel] [PULL 35/37] qemu-io: Use purely string blockdev options
` [Qemu-devel] [PULL 36/37] qemu-img: Use only string options in img_open_opts
` [Qemu-devel] [PULL 37/37] iotests: Add test for -U/force-share conflicts

[Qemu-devel] [PATCH v5 00/28] softfloat patch roundup
 2018-05-15 15:41 UTC  (4+ messages)
` [Qemu-devel] [PATCH v5 28/28] fpu/softfloat: Define floatN_silence_nan in terms of parts_silence_nan

[PATCH for-4.11 0/3] Support matrix: add missing caveat footnotes
 2018-05-15 15:39 UTC  (5+ messages)


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.