All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-09-21 14:25:42 to 2018-09-21 15:08:01 UTC [more...]

[PATCH 00/18] drm/i915: Infoframe precompute/check
 2018-09-21 15:07 UTC  (14+ messages)
` [PATCH 04/18] video/hdmi: Constify infoframe passed to the pack functions
  ` [PATCH v3 "
` [PATCH 05/18] video/hdmi: Add an enum for HDMI packet types
` [PATCH 09/18] drm/i915: Pass intel_encoder to infoframe functions
` ✗ Fi.CI.BAT: failure for drm/i915: Infoframe precompute/check (rev2)

[PATCH net] ixgbe: check return value of napi_complete_done()
 2018-09-21 14:59 UTC  (13+ messages)
                  ` [Intel-wired-lan] "

[PATCH v3 0/3] arm64 SMMUv3 PMU driver with IORT support
 2018-09-21 15:08 UTC  (3+ messages)
` [PATCH v3 1/3] acpi: arm64: add iort support for PMCG

[PATCH 1/6] selinux: fold superblock_doinit() into only caller
 2018-09-21 15:07 UTC  (7+ messages)
` [PATCH 0/6] mount-api: fixes and cleanups
  ` [PATCH 2/6] vfs_submount: use SB_SUBMOUNT instead of MS_SUBMOUNT
  ` [PATCH 3/6] mount: fix regression in setting "subtype" from legacy API
  ` [PATCH 4/6] fsconfig: parse "subtype" param for old internal API
  ` [PATCH 5/6] fsmount: do not use legacy MS_ flags

stmmac: Race in coalesce timer and NAPI
 2018-09-21  9:19 UTC 

[GIT PULL] arm64: defconfig: hisilicon config updates for v4.20
 2018-09-21 15:07 UTC 

[PATCH] Fix gitsm networking and mirroring
 2018-09-21 15:05 UTC  (5+ messages)

[PATCH 0/2] Add an initial DT binding doc for ina3221
 2018-09-21  9:18 UTC  (5+ messages)
` [PATCH 2/2] hwmon: ina3221: Get channel names from DT node

[PATCH 0/1] runqemu: fix handling of SIGTERM and the problem of line wrapping
 2018-09-21 15:05 UTC  (3+ messages)
` [PATCH 1/1] "

[RFC PATCH v4 0/9] Control Flow Enforcement: Branch Tracking, PTRACE
 2018-09-21 15:05 UTC  (10+ messages)
` [RFC PATCH v4 1/9] x86/cet/ibt: Add Kconfig option for user-mode Indirect Branch Tracking
` [RFC PATCH v4 2/9] x86/cet/ibt: User-mode indirect branch tracking support
` [RFC PATCH v4 3/9] x86/cet/ibt: Add IBT legacy code bitmap allocation function
` [RFC PATCH v4 4/9] mm/mmap: Add IBT bitmap size to address space limit check
` [RFC PATCH v4 5/9] x86/cet/ibt: ELF header parsing for IBT
` [RFC PATCH v4 6/9] x86/cet/ibt: Add arch_prctl functions "
` [RFC PATCH v4 7/9] x86/cet/ibt: Add ENDBR to op-code-map
` [RFC PATCH v4 8/9] x86: Insert endbr32/endbr64 to vDSO
` [RFC PATCH v4 9/9] x86/cet: Add PTRACE interface for CET

[PATCH v2 0/1] Properly peel tags in can_all_from_reach_with_flags()
 2018-09-21 15:05 UTC  (4+ messages)
` [PATCH v3 0/2] "
  ` [PATCH v3 1/2] commit-reach: properly peel tags
  ` [PATCH v3 2/2] commit-reach: fix memory and flag leaks

[GIT PULL] arm: dts: hisilicon dts updates for v4.20
 2018-09-21 15:04 UTC 

usb: typec: tcpm: Fix APDO PPS order checking to be based on voltage
 2018-09-21 15:04 UTC  (2+ messages)
` [PATCH] "

[RFC PATCH v4 00/27] Control Flow Enforcement: Shadow Stack
 2018-09-21 15:03 UTC  (28+ messages)
` [RFC PATCH v4 01/27] x86/cpufeatures: Add CPUIDs for Control-flow Enforcement Technology (CET)
` [RFC PATCH v4 02/27] x86/fpu/xstate: Change some names to separate XSAVES system and user states
` [RFC PATCH v4 03/27] x86/fpu/xstate: Enable XSAVES system states
` [RFC PATCH v4 04/27] x86/fpu/xstate: Add XSAVES system states for shadow stack
` [RFC PATCH v4 05/27] Documentation/x86: Add CET description
` [RFC PATCH v4 06/27] x86/cet: Control protection exception handler
` [RFC PATCH v4 07/27] x86/cet/shstk: Add Kconfig option for user-mode shadow stack
` [RFC PATCH v4 08/27] mm: Introduce VM_SHSTK for shadow stack memory
` [RFC PATCH v4 09/27] x86/mm: Change _PAGE_DIRTY to _PAGE_DIRTY_HW
` [RFC PATCH v4 10/27] drm/i915/gvt: Update _PAGE_DIRTY to _PAGE_DIRTY_BITS
` [RFC PATCH v4 11/27] x86/mm: Introduce _PAGE_DIRTY_SW
` [RFC PATCH v4 12/27] x86/mm: Modify ptep_set_wrprotect and pmdp_set_wrprotect for _PAGE_DIRTY_SW
` [RFC PATCH v4 13/27] x86/mm: Shadow stack page fault error checking
` [RFC PATCH v4 14/27] mm: Handle shadow stack page fault
` [RFC PATCH v4 15/27] mm: Handle THP/HugeTLB "
` [RFC PATCH v4 16/27] mm: Update can_follow_write_pte/pmd for shadow stack
` [RFC PATCH v4 17/27] mm: Introduce do_mmap_locked()
` [RFC PATCH v4 18/27] x86/cet/shstk: User-mode shadow stack support
` [RFC PATCH v4 19/27] x86/cet/shstk: Introduce WRUSS instruction
` [RFC PATCH v4 20/27] x86/cet/shstk: Signal handling for shadow stack
` [RFC PATCH v4 21/27] x86/cet/shstk: ELF header parsing of Shadow Stack
` [RFC PATCH v4 22/27] x86/cet/shstk: Handle thread shadow stack
` [RFC PATCH v4 23/27] mm/map: Add Shadow stack pages to memory accounting
` [RFC PATCH v4 24/27] mm/mmap: Create a guard area between VMAs
` [RFC PATCH v4 25/27] mm/mmap: Prevent Shadow Stack VMA merges
` [RFC PATCH v4 26/27] x86/cet/shstk: Add arch_prctl functions for Shadow Stack
` [RFC PATCH v4 27/27] x86/cet/shstk: Add Shadow Stack instructions to opcode map

[PATCH 0/8] drm/i915: Preparations for adding gen11 planar formats
 2018-09-21 15:03 UTC  (3+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for drm/i915: Preparations for adding gen11 planar formats. (rev2)
` ✗ Fi.CI.SPARSE: "

[PATCH] crypto: mxs-dcp - Fix wait logic on chan threads
 2018-09-21 15:03 UTC 

[Buildroot] [PATCH 1/1] python-setuptools: use pypi package
 2018-09-21 15:01 UTC 

Question about a pte with PTE_PROT_NONE and !PTE_VALID on !PROT_NONE vma
 2018-09-21 15:01 UTC 

[GIT PULL] arm64: dts: hisilicon dts updates for v4.20
 2018-09-21 15:00 UTC 

[PATCH] drm/amd/display: remove redundant null pointer check before kfree
 2018-09-21 15:00 UTC  (2+ messages)

block: DMA alignment of IO buffer allocated from slab
 2018-09-21 15:00 UTC  (9+ messages)

[PATCH] ASoC: fix a use after free case
 2018-09-21 14:59 UTC 

[PATCH AUTOSEL 4.18 001/136] crypto: skcipher - Fix -Wstringop-truncation warnings
 2018-09-21 14:58 UTC  (5+ messages)
` [PATCH AUTOSEL 4.18 032/136] arm64: fix infinite stacktrace

Incorrect latencystats implementation
 2018-09-21 14:58 UTC  (6+ messages)

[Buildroot] [PATCH v2 1/1] libxslt: point to the correct xml2-config location
 2018-09-21 14:58 UTC 

[PATCH] ASoC:topology:bug fix:check return value avoid oops
 2018-09-21 14:57 UTC 

[PATCH security-next v2 00/26] LSM: Explict LSM ordering
 2018-09-21 14:57 UTC  (12+ messages)
` [PATCH security-next v2 26/26] LSM: Add all exclusive LSMs to ordered initialization

[PATCH 0/4] Enable ath10k wcn3990 wifi driver support on sdm845
 2018-09-21  9:09 UTC  (5+ messages)
` [PATCH 1/4] dt: bindings: add missing dt properties for WCN3990 wifi node
` [PATCH 2/4] dts: arm64/sdm845: Add WCN3990 WLAN module device node
` [PATCH 3/4] dt: bindings: add bindings for wifi iommu node
` [PATCH 4/4] dts: arm64/sdm845: Enable iommu for WCN3990 wifi module device node

[PATCH v4 0/5] Address issues slowing persistent memory initialization
 2018-09-21 14:57 UTC  (14+ messages)
` [PATCH v4 4/5] async: Add support for queueing on specific node
` [PATCH v4 5/5] nvdimm: Schedule device registration on node local to the device

[PATCH v5 00/18] kvm: arm64: Dynamic IPA and 52bit IPA
 2018-09-21 14:57 UTC  (4+ messages)
` [PATCH v5 14/18] vgic: Add support for 52bit guest physical address

[PATCH] arm64: dts: allwinner: a64: Re-add "syscon" compatible
 2018-09-21 14:57 UTC  (6+ messages)

[PATCH v6 1/2] iio: proximity: Add driver support for ST's VL53L0X ToF ranging sensor
 2018-09-21 14:56 UTC  (4+ messages)

[PATCH] INSTALL: Mention kconfig
 2018-09-21 14:56 UTC 

[PATCH] drm/amdgpu:No action needs when VCN PG state is unchanged
 2018-09-21 14:56 UTC  (15+ messages)
` [PATCH v2] drm/amdgpu:No action "

[meta-networking][PATCH] libldb: Add samba to rdeps for pyldb
 2018-09-21 14:54 UTC 

[PATCH 1/2] arm64: dts: allwinner: Olimex A64-OLinuXino: enable eMMC
 2018-09-21 14:54 UTC  (5+ messages)

[PATCH 0/6] crypto/mvsam: add new features and fixes
 2018-09-21 14:53 UTC  (14+ messages)
` [PATCH 3/6] crypto/mvsam: add support for HMAC SHA224
` [PATCH 4/6] crypto/mvsam: add support for AES ECB
` [PATCH v2 0/6] crypto/mvsam: add new features and fixes
  ` [PATCH v2 1/6] crypto/mvsam: fix shared library build
  ` [PATCH v2 2/6] crypto/mvsam: update hash digest sizes
  ` [PATCH v2 3/6] crypto/mvsam: support for HMAC SHA224
  ` [PATCH v2 4/6] crypto/mvsam: support for AES ECB
  ` [PATCH v2 5/6] crypto/mvsam: support for crypto/auth NULL algorithms
  ` [PATCH v2 6/6] crypto/mvsam: add 3DES ECB to the capabilities list

[PATCH 1/2] net/sfc: fix an Rx queue double release possibility
 2018-09-21 14:53 UTC  (2+ messages)
` [dpdk-stable] "

Making use of more Gitlab features for xf86-video-amdgpu
 2018-09-21 14:53 UTC  (8+ messages)

What's cooking in git.git (Sep 2018, #04; Thu, 20)
 2018-09-21 14:53 UTC  (5+ messages)
` Segfault in master due to 4fbcca4eff

[3rdparty][PATCH] linux-boundary: bump revision to 0d15f927
 2018-09-21 14:52 UTC 

[Buildroot] [PATCH 0/2] support for RISC-V architecture
 2018-09-21 14:52 UTC  (3+ messages)

[PATCH v2] libv4l: Add support for BAYER10P format conversion
 2018-09-21  9:04 UTC 

[RFCv2 PATCH 0/7] A General Accelerator Framework, WarpDrive
 2018-09-21 14:52 UTC  (4+ messages)

[Buildroot] [PATCH 1/1] font-awesome compatible with fontconfig
 2018-09-21 14:50 UTC  (6+ messages)

[PATCH] drivers/net: do not redefine bool
 2018-09-21 14:49 UTC  (3+ messages)

[U-Boot] [PATCH v2] ls1088ardb_pb: Add support for ls1088ardb_pb board
 2018-09-21 14:49 UTC  (2+ messages)

[PATCH] drm: sun4i: Fix a uninitialized variable warning
 2018-09-21 14:49 UTC  (7+ messages)

[kvmarm:kvm-arm64/nv-wip 2/5] arch/arm/kvm/../../../virt/kvm/arm/arch_timer.c:84:7: error: implicit declaration of function 'is_hyp_ctxt'; did you mean '__hyp_text'?
 2018-09-21 14:47 UTC  (2+ messages)

[RESEND PATCH v3 0/2] add the Amlogic Meson PCIe controller driver
 2018-09-21 14:47 UTC  (5+ messages)
` [RESEND PATCH v3 2/2] PCI: meson: "

[PATCH] dt-bindings: serial: sh-sci: Document r8a7744 bindings
 2018-09-21 14:45 UTC 

[GIT FIXES for 4.19] Prevent freeing media subscriptions while they're being accessed
 2018-09-21  8:57 UTC 

[PATCH] kernel/bounds: Provide prototype for foo
 2018-09-21 14:45 UTC  (2+ messages)

[PATCH net] sctp: update dst pmtu with the correct daddr
 2018-09-21 14:45 UTC  (4+ messages)

[PATCH] kernel/kcov: Replace vm_insert_page with vmf_insert_page
 2018-09-21 14:45 UTC  (6+ messages)

[PATCH 6/8] drm/i915: Clean up scaler setup
 2018-09-21 14:44 UTC  (2+ messages)
` [PATCH] drm/i915: Clean up scaler setup, v2

general protection fault in kvm_lapic_hv_timer_in_use
 2018-09-21 14:44 UTC  (2+ messages)

[PATCH] net/avf: remove unused variables and label
 2018-09-21 14:43 UTC  (3+ messages)
` [PATCH v4 0/3] AVF build improvements

[PATCH v2 00/21] net/atlantic: Aquantia aQtion 10G NIC Family DPDK PMD driver
 2018-09-21 14:43 UTC  (2+ messages)

[PATCH] drm: fix use of freed memory in drm_mode_setcrtc
 2018-09-21  8:55 UTC  (2+ messages)

? recommended way to implement gain control
 2018-09-21  8:54 UTC 

armada-37xx CPU rates are incorrectly set at 1 and 1.2 GHz
 2018-09-21 14:39 UTC  (2+ messages)

[RFC PATCH] selinux: add a fallback to defcontext for native labeling
 2018-09-21 14:40 UTC  (6+ messages)

kernel menuconfig broken?
 2018-09-21 14:39 UTC  (9+ messages)

[PATCH] perf/x86/intel/uncore: Fix PCI BDF address of M3UPI on SKX
 2018-09-21 14:37 UTC  (3+ messages)

[V2, 0/5] platform: dwc: Add of DesignWare MIPI CSI-2 Host
 2018-09-21 14:37 UTC  (2+ messages)

[PATCH v1] e1000: support dev reset
 2018-09-21 14:36 UTC  (2+ messages)

[PATCH] ARM: add serial.h and set BASE_BAUD to 0
 2018-09-21 14:36 UTC  (4+ messages)

[PATCH] drm: rcar-du: Revert "drm: rcar-du: Use __drm_atomic_helper_plane_reset instead of copying the logic"
 2018-09-21  8:48 UTC  (6+ messages)

[Bug 107607] [drm:generic_reg_wait [amdgpu]] *ERROR* REG_WAIT timeout 10us * 3000 tries - enc1_stream_encoder_dp_blank line:804
 2018-09-21 14:36 UTC  (2+ messages)
` [Bug 107607] Problems with MST display (REG_WAIT takes a while or times out)

[igt-dev] [PATCH i-g-t] tests/kms_ccs: Avoid using plane sizes which exceed hw capability
 2018-09-21 14:35 UTC  (2+ messages)

How to configure my motherboard
 2018-09-21 14:34 UTC 

[PATCH v5] media: add imx319 camera sensor driver
 2018-09-21  8:47 UTC  (5+ messages)

[PATCH 1/4] drm/amdgpu: Halt rlc/cp in rlc_safe_mode
 2018-09-21 14:31 UTC  (4+ messages)
` [PATCH 4/4] drm/amdgpu: Change the gfx/sdma init/fini sequence

[PATCH 2/2] arm64: dts: allwinner: Olimex A64-OLinuXino: fix ethernet
 2018-09-21 14:29 UTC  (3+ messages)

[PATCH] MAINTAINERS: Update stm32 entry
 2018-09-21 14:29 UTC 

[PATCH v2 00/16] R-Car D3/E3 display support (with LVDS PLL)
 2018-09-21  8:41 UTC  (4+ messages)
` [PATCH v2 13/16] arm64: dts: renesas: r8a77990: Add display output support

Bug report: HiBMC crash
 2018-09-21 14:28 UTC  (6+ messages)

[PATCH v8 00/20] kasan: add software tag-based mode for arm64
 2018-09-21 14:28 UTC  (6+ messages)
` [PATCH v8 16/20] kasan: add hooks implementation for tag-based mode

[PATCH] Revert "drm/sun4i: Remove R40 display pipeline compatibles"
 2018-09-21 14:27 UTC 

[PATCH v3 0/9] Introduce ARC port of OpenEmbedded
 2018-09-21 14:26 UTC  (20+ messages)
` [PATCH v3 1/9] siteinfo: Define data for ARC
` [PATCH v3 2/9] kernel-arch.bbclass: Add ARC to kernel arch map
` [PATCH v3 3/9] openssl: Add support for ARC
` [PATCH v3 4/9] nspr: Add ARC support
` [PATCH v3 5/9] libgpg-error: "
` [PATCH v3 6/9] icu: "
` [PATCH v3 7/9] gcc: Disable libitm for ARC
` [PATCH v3 8/9] binutils: Fix Glibc building "
` [PATCH v3 9/9] gcc: Fix specs generation "

[PATCH v2 0/4] Refactor node_states_check_changes_online/offline
 2018-09-21 14:25 UTC  (3+ messages)
` [PATCH v2 3/4] mm/memory_hotplug: Simplify node_states_check_changes_online

[PATCH 5/6] fsmount: do not use legacy MS_ flags
 2018-09-20 15:12 UTC 

[PATCH 4/6] fsconfig: parse "subtype" param for old internal API
 2018-09-20 15:12 UTC 

[PATCH 3/6] mount: fix regression in setting "subtype" from legacy API
 2018-09-20 15:12 UTC 

[PATCH 2/6] vfs_submount: use SB_SUBMOUNT instead of MS_SUBMOUNT
 2018-09-20 15:12 UTC 


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.