All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-03-20 15:39:12 to 2019-03-20 16:35:06 UTC [more...]

[PATCH v6 00/22] SMMUv3 Nested Stage Setup
 2019-03-20 16:37 UTC  (3+ messages)
` [PATCH v6 05/22] iommu: Introduce cache_invalidate API

[v2] usb: typec: fusb302: Fix debugfs mutex initialisation
 2019-03-20 16:34 UTC  (6+ messages)
  ` [PATCH v2] "

[igt-dev] [PATCH i-g-t v5 1/1] i915_pm_rpm: remove gem-execbuf-stress-extra-wait because same as gem-execbuf-stress
 2019-03-20 16:34 UTC  (2+ messages)
` [igt-dev] ✗ Fi.CI.BAT: failure for series starting with [i-g-t,v5,1/1] "

[PATCH v3] thunderbolt: Fix to check return value of ida_simple_get
 2019-03-20 16:34 UTC 

[PATCH] bind: Upgrade 9.11.5 -> 9.11.6
 2019-03-20 16:33 UTC  (6+ messages)

[PATCH lttng-tools] Fix: use strcmp instead of strncmp for full match cases
 2019-03-20 16:33 UTC 

[PATCH lttng-tools] Add test cases for options sanitizing
 2019-03-20 16:33 UTC 

[PATCH] scsi: qla2xxx: Simplify conditional check
 2019-03-20 16:33 UTC 

[PATCH 0/3] Few patches, related to libtracevent APIs
 2019-03-20 16:32 UTC  (7+ messages)
` [PATCH 1/3] tools/lib/traceevent: Change description of few APIs
` [PATCH 2/3] tools/lib/traceevent: Coding style fixes
` [PATCH 3/3] tools/lib/traceevent: Implement new traceevent APIs for accessing struct tep_handler fields

[SPDK] bdev's examine_config/disk with async_init
 2019-03-20 16:32 UTC 

[PATCH v5 1/3] Provide in-kernel headers to make extending kernel easier
 2019-03-20 16:31 UTC  (9+ messages)
` [PATCH v5 2/3] Add selftests for module build using in-kernel headers
` [PATCH v5 3/3] init/config: Do not select BUILD_BIN2C for IKCONFIG

[PATCH] staging: greybus: Remove parentheses around variable
 2019-03-20 16:31 UTC  (4+ messages)

[Bug 109526] [CARRIZO] amdgpu fails to resume from S3, atombios stuck executing C554 (len 629, WS 0, PS 0)
 2019-03-20 16:28 UTC  (2+ messages)

[PATCH v2 0/7] x86/boot: Enable earlyprintk for HS UARTs
 2019-03-20 16:30 UTC  (7+ messages)
` [PATCH v2 7/7] x86/boot: Support nocfg parameter for earlyprintk

No subject
 2019-03-20 16:30 UTC  (5+ messages)
` your mail

[Buildroot] [PATCH 0/3] Gummiboot fixup
 2019-03-20 16:30 UTC  (6+ messages)

[RFC PATCH 00/20] drm: Split out the formats API and move it to a common place
 2019-03-20 16:30 UTC  (7+ messages)
` [RFC PATCH 18/20] lib: image-formats: Add v4l2 formats support

[PATCH v2] thunderbolt: Fix to check return value of ida_simple_get
 2019-03-20 16:29 UTC  (2+ messages)

[Qemu-arm] [RFC] arm/cpu: fix soft lockup panic after resuming from stop
 2019-03-20 16:29 UTC  (7+ messages)
`  "

[PATCH] elf: add 64 bits elf support
 2019-03-20 16:28 UTC  (4+ messages)

[PATCH v4 00/10] TEE mediator (and OP-TEE) support in XEN
 2019-03-20 16:27 UTC  (17+ messages)
` [PATCH v4 05/10] xen/arm: optee: add std call handling
` [PATCH v4 06/10] xen/arm: optee: add support for RPC SHM buffers
` [PATCH v4 08/10] xen/arm: optee: add support for RPC commands
` [PATCH v4 09/10] tools/arm: tee: add "tee" option for xl.cfg

[PATCH] xen-block: scale sector based quantities correctly
 2019-03-20 16:26 UTC 

[PATCH 00/13] ASoC: tlv320aic32x4: Rework Clock Setting
 2019-03-20 16:27 UTC  (9+ messages)
` [PATCH 10/13] ASoC: tlv320aic32x4: Remove sysclk references
` [PATCH 12/13] ASoC: tlv320aic32x4: Propery Set Processing Blocks

[PATCH v19,RESEND 00/27] Intel SGX1 support
 2019-03-20 16:21 UTC  (28+ messages)
` [PATCH v19,RESEND 01/27] x86/cpufeatures: Add Intel-defined SGX feature bit
` [PATCH v19,RESEND 02/27] x86/cpufeatures: Add SGX sub-features (as Linux-defined bits)
` [PATCH v19,RESEND 03/27] x86/msr: Add IA32_FEATURE_CONTROL.SGX_ENABLE definition
` [PATCH v19,RESEND 04/27] x86/cpufeatures: Add Intel-defined SGX_LC feature bit
` [PATCH v19,RESEND 05/27] x86/msr: Add SGX Launch Control MSR definitions
` [PATCH v19,RESEND 06/27] x86/mm: x86/sgx: Add new 'PF_SGX' page fault error code bit
` [PATCH v19,RESEND 07/27] x86/mm: x86/sgx: Signal SIGSEGV for userspace #PFs w/ PF_SGX
` [PATCH v19,RESEND 08/27] x86/cpu/intel: Detect SGX support and update caps appropriately
` [PATCH v19,RESEND 09/27] x86/sgx: Add ENCLS architectural error codes
` [PATCH v19,RESEND 10/27] x86/sgx: Add SGX1 and SGX2 architectural data structures
` [PATCH v19,RESEND 11/27] x86/sgx: Add definitions for SGX's CPUID leaf and variable sub-leafs
` [PATCH v19,RESEND 12/27] x86/sgx: Enumerate and track EPC sections
` [PATCH v19,RESEND 13/27] x86/sgx: Add wrappers for ENCLS leaf functions
` [PATCH v19,RESEND 14/27] x86/sgx: Add functions to allocate and free EPC pages
` [PATCH v19,RESEND 15/27] x86/sgx: Add sgx_einit() for initializing enclaves
` [PATCH v19,RESEND 16/27] x86/sgx: Add the Linux SGX Enclave Driver
` [PATCH v19,RESEND 17/27] x86/sgx: Add provisioning
` [PATCH v19,RESEND 18/27] x86/sgx: Add swapping code to the core and SGX driver
` [PATCH v19,RESEND 19/27] x86/sgx: ptrace() support for the "
` [PATCH v19,RESEND 20/27] x86/vdso: Add support for exception fixup in vDSO functions
` [PATCH v19,RESEND 21/27] x86/fault: Add helper function to sanitize error code
` [PATCH v19,RESEND 22/27] x86/fault: Attempt to fixup unhandled #PF in vDSO before signaling
` [PATCH v19,RESEND 23/27] x86/traps: Attempt to fixup exceptions "
` [PATCH v19,RESEND 24/27] x86/vdso: Add __vdso_sgx_enter_enclave() to wrap SGX enclave transitions
` [PATCH v19,RESEND 25/27] x86/sgx: SGX documentation
` [PATCH v19,RESEND 26/27] selftests/x86: Add a selftest for SGX
` [PATCH v19,RESEND 27/27] x86/sgx: Update MAINTAINERS

[igt-dev] [PATCH i-g-t] i915/gem_mocs_settings/mocs-isolation: Filter out missing rings
 2019-03-20 16:40 UTC  (2+ messages)

[PATCH v2] nvmem: core: Set no-read-write provider to avoid userspace read/write
 2019-03-20 16:26 UTC  (4+ messages)

[Buildroot] [RFC] openssh: add option to allow login as root
 2019-03-20 16:25 UTC  (4+ messages)

[LTP] [PATCH] libs: fix sporadic out-of-tree build failures related to libs
 2019-03-20 16:25 UTC  (2+ messages)

[PATCH] drivers/net: reformat using kernel coding style
 2019-03-20 16:25 UTC 

[PATCH net-next] ipv6: Remove fallback argument from ip6_hold_safe
 2019-03-20 16:24 UTC 

[Buildroot] [git commit] package/uftp: openssl is optional, not mandatory
 2019-03-20 16:24 UTC 

[Buildroot] [git commit] package/uftp: fix openssl static linking
 2019-03-20 16:23 UTC 

[igt-dev] [PATCH i-g-t] tests/kms_plane_scaling: Ensure minimum height and width for planar uyv formats
 2019-03-20 16:21 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.IGT: success for "

[PATCH] i2c: riic: Add Runtime PM support
 2019-03-20 16:20 UTC  (2+ messages)

FAILED: patch "[PATCH] crypto: arm64/aes-ccm - fix logical bug in AAD MAC handling" failed to apply to 3.18-stable tree
 2019-03-20 16:20 UTC 

FAILED: patch "[PATCH] crypto: testmgr - skip crc32c context test for ahash" failed to apply to 3.18-stable tree
 2019-03-20 16:19 UTC 

FAILED: patch "[PATCH] crypto: testmgr - skip crc32c context test for ahash" failed to apply to 4.4-stable tree
 2019-03-20 16:19 UTC 

FAILED: patch "[PATCH] crypto: testmgr - skip crc32c context test for ahash" failed to apply to 4.9-stable tree
 2019-03-20 16:19 UTC 

FAILED: patch "[PATCH] crypto: pcbc - remove bogus memcpy()s with src == dest" failed to apply to 3.18-stable tree
 2019-03-20 16:19 UTC 

FAILED: patch "[PATCH] crypto: pcbc - remove bogus memcpy()s with src == dest" failed to apply to 4.9-stable tree
 2019-03-20 16:19 UTC 

FAILED: patch "[PATCH] crypto: pcbc - remove bogus memcpy()s with src == dest" failed to apply to 4.4-stable tree
 2019-03-20 16:19 UTC 

FAILED: patch "[PATCH] crypto: pcbc - remove bogus memcpy()s with src == dest" failed to apply to 4.14-stable tree
 2019-03-20 16:19 UTC 

[PATCH net-next] ipv4: Allow amount of dirty memory from fib resizing to be controllable
 2019-03-20 16:18 UTC 

FAILED: patch "[PATCH] crypto: arm64/aes-neonbs - fix returning final keystream" failed to apply to 4.14-stable tree
 2019-03-20 16:17 UTC 

[PATCH] e2scrub_all: refactor device probe loop
 2019-03-20 16:17 UTC  (3+ messages)

[PATCH linux dev-4.19 00/12] PECI device driver introduction
 2019-03-20 16:16 UTC  (3+ messages)

[PATCH 0/2] minor fixes for perf cs-etm
 2019-03-20 16:16 UTC  (3+ messages)

[RFC PATCH] virtio_ring: Use DMA API if guest memory is encrypted
 2019-03-20 16:13 UTC  (9+ messages)

[PATCH] locking/static_key: Fix false positive warnings on concurrent dec/inc
 2019-03-20 16:14 UTC  (4+ messages)

[GIT PULL] clk: meson: fixes for v5.1
 2019-03-20 16:14 UTC  (3+ messages)

[PATCH -next] irqchip/brcmstb-l2: Make two init functions static
 2019-03-20 16:14 UTC  (3+ messages)

[PATCH] rcu: Allow to eliminate softirq processing from rcutree
 2019-03-20 16:15 UTC  (8+ messages)
  ` [PATCH v2] "

[PATCH v1] dma-mapping: Fix filename references
 2019-03-20 16:13 UTC 

WARNING: suspicious RCU usage in xfrm_get_sadinfo
 2019-03-20 16:13 UTC  (2+ messages)

[RFC][PATCH 0/5 v2] DMA-BUF Heaps (destaging ION)
 2019-03-20 16:11 UTC  (11+ messages)

[RFC 0/8] Rework V4L2 fwnode parsing; add defaults and avoid iteration
 2019-03-20 16:10 UTC  (3+ messages)
` [RFC 3/8] v4l2-fwnode: Use v4l2_async_notifier_add_fwnode_remote_subdev

[PATCH] sgi-xpc: mark expected switch fall-through
 2019-03-20 16:05 UTC  (2+ messages)

[PATCH] drm/i915: Use __is_constexpr()
 2019-03-20 16:05 UTC  (2+ messages)

[PATCH] gpio: amd-fch: Fix bogus SPDX identifier
 2019-03-20 16:04 UTC  (2+ messages)

[PROBLEM] ALSA: hda: PCM streams are suspended while opening
 2019-03-20 16:04 UTC 

[PATCH] ARM: dts: imx6qdl-sabresd: change phy-mode to use rgmii-id
 2019-03-20 16:03 UTC  (4+ messages)

[RFC 0/8] perf/x86: Add msr probe interface
 2019-03-20 16:03 UTC  (4+ messages)
` [PATCH 1/8] "

[PATCH v3] perf tools: Add missing case value
 2019-03-20 16:03 UTC  (3+ messages)

[PATCH] objtool: query pkg-config for libelf location
 2019-03-20 16:03 UTC  (5+ messages)
    ` [PATCH v2] "

[PATCH] net/drivers: fec: rebase over original driver from kernel 4.14.85
 2019-03-20 16:02 UTC 

[PATCH i-g-t] i915/gem_shrink: Open the device before using it!
 2019-03-20 16:01 UTC  (2+ messages)
` [igt-dev] "

[PATCH] travis: use ccache
 2019-03-20 16:01 UTC 

[PATCH v5 0/2] Introduce travis support
 2019-03-20 16:01 UTC  (4+ messages)
` [PATCH v6 0/1] "
  ` [PATCH v6 1/1] ci: Introduce travis builds for github repositories

[PATCH] drm/fourcc: Fix conflicting Y41x definitions
 2019-03-20 16:00 UTC  (3+ messages)

[RFC PATCH] cherry-pick: set default `--mainline` parent to 1
 2019-03-20 15:59 UTC  (5+ messages)

[PATCH 01/18] drm/i915/selftests: Provide stub reset functions
 2019-03-20 15:59 UTC  (3+ messages)
` [PATCH 15/18] drm/i915: Load balancing across a virtual engine

[PATCH] ath10k: Fix ASPM L1 state on QCA988X
 2019-03-20 15:59 UTC  (4+ messages)

general protection fault in fib6_purge_rt
 2019-03-20 15:58 UTC  (3+ messages)

general protection fault in dst_dev_put (2)
 2019-03-20 15:43 UTC  (3+ messages)

[PATCH 0/5] Remove return variables in multiple functions
 2019-03-20 15:58 UTC  (3+ messages)
` [Outreachy kernel] "

[PATCH 00/22] perf: Add Icelake support
 2019-03-20 15:58 UTC  (5+ messages)
` [PATCH 03/22] perf/x86/intel: Support adaptive PEBSv4

[PATCH v2] thunderbolt: Fix to check for kmemdup failure
 2019-03-20 15:57 UTC 

[PATCH 1/3] rte_ethdev: Add API function to read dev clock
 2019-03-20 15:57 UTC  (5+ messages)

[PATCH] drm/i915: Don't check uv_wm in skl_plane_wm_equals()
 2019-03-20 15:57 UTC 

[PATCH 1/4] rtc: ps3: switch to rtc_time64_to_tm/rtc_tm_to_time64
 2019-03-20 15:56 UTC  (3+ messages)
` [PATCH 2/4] rtc: ps3: convert to SPDX identifier

[PATCH] staging: speakup: Remove return variable
 2019-03-20 15:55 UTC  (3+ messages)

[Cluster-devel] GFS2 filesystem corruption when mkfs block size (4k) does not match blockdevice blocksize (512 bytes)
 2019-03-20 15:54 UTC 

v5.1-rc1 binder_alloc_do_buffer_copy() BUG_ON triggered by selinux-testsuite
 2019-03-20 15:54 UTC  (12+ messages)

BlueZ 5.50: Avoid service discovery in every connection
 2019-03-20 15:53 UTC  (3+ messages)

[PATCH RFC] btrfs: fix read corrpution from disks of different generation
 2019-03-20 15:46 UTC  (12+ messages)

[PATCH bpf-next 00/13] bpf tc tunneling
 2019-03-20 15:51 UTC  (3+ messages)
` [PATCH bpf-next 09/13] bpf: add bpf_skb_adjust_room encap flags

[igt-dev] [PATCH] tests/kms_cursor_legacy: Fix assertion failure due to vblank mismatch
 2019-03-20 15:50 UTC  (5+ messages)

[PATCH] hyperv: a potential NULL pointer dereference
 2019-03-20 15:50 UTC  (2+ messages)

[PATCH lttng-ust] compat: work around broken _SC_NPROCESSORS_CONF on MUSL libc
 2019-03-20 15:49 UTC 

Questions about envytools: reading card VBIOS
 2019-03-20 15:49 UTC 

[PATCH v2] iommu/arm-smmu: Break insecure users by disabling bypass by default
 2019-03-20 15:48 UTC  (3+ messages)

[PATCH v2 0/2] drm/vc4: Binner BO management improvements
 2019-03-20 15:48 UTC  (4+ messages)
` [PATCH v2 1/2] drm/file: Rehabilitate the firstopen hook for non-legacy drivers
` [PATCH v2 2/2] drm/vc4: Allocated/liberate the binner BO at firstopen/lastclose

Collapsing I/O size with unstable writes with NFSv3 on 4.15
 2019-03-20 15:47 UTC 

[PATCH] x86/vdso: include generic __lshrdi3 in 32-bit vDSO
 2019-03-20 15:45 UTC  (3+ messages)

Clang warning in drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c
 2019-03-20 15:44 UTC  (6+ messages)

[sgi-xp] Missing break or false positive?
 2019-03-20 15:36 UTC  (4+ messages)

[PATCH] mm: mempolicy: make mbind() return -EIO when MPOL_MF_STRICT is specified
 2019-03-20 15:44 UTC  (2+ messages)

[PATCH 0/5] serial, net, testsuite fixes
 2019-03-20 15:44 UTC  (6+ messages)
` [PATCH 1/5] testsuite/gpiotest: define missing 'timestamp' argument
` [PATCH 2/5] drivers/serial: imx: fix locking imbalance upon -EBADF
` [PATCH 3/5] drivers/serial: imx: drop useless EWOULDBLOCK->EAGAIN remapping
` [PATCH 4/5] net/drivers: macb: do not check for initial checksum value
` [PATCH 5/5] net/drivers: stack: remove unused assertion

[PATCH v2] libxc: fix HVM core dump
 2019-03-20 15:43 UTC 

[PATCH v3] staging: rtlwifi: Fix potential NULL pointer dereference of kzalloc
 2019-03-20 15:42 UTC 

[PATCH v4 0/4] ipsec: support AES-CTR and 3DES-CBC
 2019-03-20 15:38 UTC  (7+ messages)
` [PATCH v5 0/5] "
  ` [PATCH v5 1/5] ipsec: support AES-CTR
  ` [PATCH v5 2/5] ipsec-secgw: add test scripts for aes ctr
  ` [PATCH v5 3/5] ipsec: support 3DES-CBC
  ` [PATCH v5 4/5] ipsec-secgw: add 3des test files
  ` [PATCH v5 5/5] doc: update release note

FAILED: patch "[PATCH] iwlwifi: add new card for 9260 series" failed to apply to 4.14-stable tree
 2019-03-20 15:40 UTC 

FAILED: patch "[PATCH] iwlwifi: add new card for 9260 series" failed to apply to 4.19-stable tree
 2019-03-20 15:40 UTC 

FAILED: patch "[PATCH] iwlwifi: add new card for 9260 series" failed to apply to 5.0-stable tree
 2019-03-20 15:40 UTC 

[PATCH] libxc: fix HVM core dump
 2019-03-20 15:40 UTC  (3+ messages)

[U-Boot] [PATCH] ARM: socfpga: Build sfp image only for Gen5 and Arria10 devices
 2019-03-20 15:40 UTC 

STABLE: please pick e4b3448b and f596c884 (nvdimm issues)
 2019-03-20 15:39 UTC  (3+ messages)

FAILED: patch "[PATCH] libnvdimm/pmem: Honor force_raw for legacy pmem regions" failed to apply to 4.4-stable tree
 2019-03-20 15:39 UTC 

[PATCH] ELAN touchpad i2c_hid bugs fix
 2019-03-20 15:39 UTC  (2+ messages)

[PATCH 0/3]net/mlx5: Add Direct Rule support
 2019-03-20 15:39 UTC  (3+ messages)
` [PATCH 2/3] net/mlx5: add Direct Rules API
` [PATCH 3/3] net/mlx5: add jump action support for NIC


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.