All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-11-08 19:15:13 to 2017-11-08 20:00:09 UTC [more...]

[PATCH] drm/i915/: Initialise trans_min for skl_compute_transition_wm()
 2017-11-08 20:00 UTC  (3+ messages)

[PATCH] drm/i915: Move init_clock_gating() back to where it was
 2017-11-08 19:59 UTC  (2+ messages)
` ✓ Fi.CI.IGT: success for drm/i915: Move init_clock_gating() back to where it was (rev2)

[PATCH v2 1/2] core/device: Add support for setting SDP record
 2017-11-08 19:59 UTC  (3+ messages)
` [PATCH v2 2/2] plugins/sixaxis: Provide DualShock 3 SDP record while adding new device

[U-Boot] SUNXI: A64: Increase SPL size
 2017-11-08 19:59 UTC 

[PATCH] ASoC: amd: fix report accurate hw_ptr during dma
 2017-11-08 19:58 UTC  (10+ messages)

[PATCH v2] s390/virtio: mark headers as BSD licensed
 2017-11-08 19:58 UTC  (9+ messages)

[PATCH v2] rtc: rx8010: Fix for incorrect return value
 2017-11-08 19:58 UTC 

[meta-networking][PATCH 0/5] update to samba 4.7.0
 2017-11-08 19:58 UTC  (6+ messages)
` [meta-networking][PATCH 1/5] libtalloc: update to version 2.1.10
` [meta-networking][PATCH 2/5] libtevent: update to version 0.99.33
` [meta-networking][PATCH 3/5] libtdb: update to version 1.3.15
` [meta-networking][PATCH 4/5] libldb: update to version 1.2.2
` [meta-networking][PATCH 5/5] samba: move to version 4.7.0

[PATCH v2] net/mlx4: improve Rx packet type offloads report
 2017-11-08 19:56 UTC  (2+ messages)

[PATCH 00/36] Makefile reorganization
 2017-11-08 19:55 UTC  (4+ messages)
` [PATCH 29/36] build: use git-clean

[RFC PATCH 0/4] git-status reports relation to superproject
 2017-11-08 19:55 UTC  (5+ messages)
` [PATCH 1/4] remote, revision: factor out exclusive counting between two commits
` [PATCH 2/4] submodule.c: factor start_ls_files_dot_dot out of get_superproject_working_tree
` [PATCH 3/4] submodule.c: get superprojects gitlink value
` [PATCH 4/4] git-status: report reference to superproject

Context isolation
 2017-11-08 19:54 UTC  (15+ messages)
` [PATCH v5 1/9] drm/i915: Include engine state on detecting a missed breadcrumb/seqno
` [PATCH v5 2/9] drm/i915: Define an engine class enum for the uABI
` [PATCH v5 3/9] drm/i915: Force the switch to the i915->kernel_context
` [PATCH v5 4/9] drm/i915: Move GT powersaving init to i915_gem_init()
` [PATCH v5 5/9] drm/i915: Move intel_init_clock_gating() "
` [PATCH v5 6/9] drm/i915: Inline intel_modeset_gem_init()
` [PATCH v5 7/9] drm/i915: Mark the context state as dirty/written
` [PATCH v5 8/9] drm/i915: Record the default hw state after reset upon load
` [PATCH v5 9/9] drm/i915: Stop caching the "golden" renderstate
` ✗ Fi.CI.BAT: failure for series starting with [v5,1/9] drm/i915: Include engine state on detecting a missed breadcrumb/seqno

[PATCH for-4.4.y 0/4] selftests: firmware: fix mainline test runs
 2017-11-08 19:54 UTC  (5+ messages)
` [PATCH for-4.4.y 1/4] test: firmware_class: report errors properly on failure
` [PATCH for-4.4.y 2/4] selftests: firmware: add empty string and async tests
` [PATCH for-4.4.y 3/4] selftests: firmware: send expected errors to /dev/null
` [PATCH for-4.4.y 4/4] tools: firmware: check for distro fallback udev cancel rule

[PATCH] apparmor: fix off-by-one comparison on MAXMAPPED_SIG
 2017-11-08 19:54 UTC  (3+ messages)

[PATCH v2] drm/i915: Generalize transcoder looping
 2017-11-08 19:54 UTC  (2+ messages)

[PATCH 00/30] [v2] KAISER: unmap most of the kernel from userspace page tables
 2017-11-08 19:52 UTC  (64+ messages)
` [PATCH 01/30] x86, mm: do not set _PAGE_USER for init_mm "
` [PATCH 02/30] x86, tlb: make CR4-based TLB flushes more robust
` [PATCH 03/30] x86, mm: document X86_CR4_PGE toggling behavior
` [PATCH 04/30] x86, kaiser: disable global pages by default with KAISER
` [PATCH 05/30] x86, kaiser: prepare assembly for entry/exit CR3 switching
` [PATCH 06/30] x86, kaiser: introduce user-mapped percpu areas
` [PATCH 07/30] x86, kaiser: mark percpu data structures required for entry/exit
` [PATCH 08/30] x86, kaiser: unmap kernel from userspace page tables (core patch)
` [PATCH 09/30] x86, kaiser: only populate shadow page tables for userspace
` [PATCH 10/30] x86, kaiser: allow NX to be set in p4d/pgd
` [PATCH 11/30] x86, kaiser: make sure static PGDs are 8k in size
` [PATCH 12/30] x86, kaiser: map GDT into user page tables
` [PATCH 13/30] x86, kaiser: map dynamically-allocated LDTs
` [PATCH 14/30] x86, kaiser: map espfix structures
` [PATCH 15/30] x86, kaiser: map entry stack variables
` [PATCH 16/30] x86, kaiser: map trace interrupt entry
` [PATCH 17/30] x86, kaiser: map debug IDT tables
` [PATCH 18/30] x86, kaiser: map virtually-addressed performance monitoring buffers
` [PATCH 19/30] x86, mm: Move CR3 construction functions
` [PATCH 20/30] x86, mm: remove hard-coded ASID limit checks
` [PATCH 21/30] x86, mm: put mmu-to-h/w ASID translation in one place
` [PATCH 22/30] x86, pcid, kaiser: allow flushing for future ASID switches
` [PATCH 23/30] x86, kaiser: use PCID feature to make user and kernel switches faster
` [PATCH 24/30] x86, kaiser: disable native VSYSCALL
` [PATCH 25/30] x86, kaiser: add debugfs file to turn KAISER on/off at runtime
` [PATCH 26/30] x86, kaiser: add a function to check for KAISER being enabled
` [PATCH 27/30] x86, kaiser: un-poison PGDs at runtime
` [PATCH 28/30] x86, kaiser: allow KAISER to be enabled/disabled "
` [PATCH 29/30] x86, kaiser: add Kconfig
` [PATCH 30/30] x86, kaiser, xen: Dynamically disable KAISER when running under Xen PV

[PATCH 1/2] drm/amdgpu: potential uninitialized variable in amdgpu_vce_ring_parse_cs()
 2017-11-08 19:53 UTC  (4+ messages)

[PATCH 0/4] Fix raid6 reconstruction bug
 2017-11-08 19:53 UTC  (7+ messages)
` [PATCH 1/4] Btrfs: introduce device flags
` [PATCH 2/4] Btrfs: fix data corruption in raid6

[Bug 101382] [r300] Electronic super joy crash on 17.1.0 (17.0.5 is ok)
 2017-11-08 19:52 UTC  (3+ messages)
` [Bug 101382] [r300] Electronic super joy crash on startup(regression)

[PATCH] s390/virtio: mark headers as BSD licensed
 2017-11-08 19:50 UTC  (3+ messages)

[Bug 103625] Sporadic GPU HANG issue while Java is rendering via OpenGL
 2017-11-08 19:49 UTC  (2+ messages)

[PATCH v2] x86/hvm: do not register hpet mmio during s3 cycle
 2017-11-08 19:46 UTC 

[PATCH 00/27] security, efi: Add kernel lockdown
 2017-11-08 19:46 UTC  (9+ messages)
  ` Firmware signing -- "

[Qemu-devel] [PATCH] tpm: Add a caching layer for the TPM Established flag
 2017-11-08 19:45 UTC 

[PATCH] net/softnic: fix build error on gcc4.5.1
 2017-11-08 19:45 UTC  (3+ messages)

[Buildroot] [PATCH 0/3] orangepi_pc_plus: new board and its drivers
 2017-11-08 19:43 UTC  (4+ messages)
` [Buildroot] [PATCH 1/3] board/orangepi: add support for orangepi-pc-plus board
` [Buildroot] [PATCH 2/3] rtl8189fs: new package
` [Buildroot] [PATCH 3/3] orangepi-pc-plus: enable WiFi support

[PATCH v2 0/3] Makefile: Introduce CONFIG_CC_STACKPROTECTOR_AUTO
 2017-11-08 19:43 UTC  (2+ messages)

[PATCH] drm/edid: Don't send non-zero YQ in AVI infoframe for HDMI 1.x sinks
 2017-11-08 19:42 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for "

[Qemu-devel] [RFC PATCH] vl: only display available accelerators
 2017-11-08 19:41 UTC  (10+ messages)

[PATCH v2 0/2] selftests: firmware: skip testing unsupported features
 2017-11-08 19:40 UTC  (9+ messages)
` [Linux-kselftest-mirror] "
` [PATCH v2 1/2] selftests: firmware: skip unsupported async loading tests
  ` [Linux-kselftest-mirror] "
` [PATCH v2 2/2] selftests: firmware: skip unsupported custom firmware fallback tests
  ` [Linux-kselftest-mirror] "

[Qemu-devel] Drainage in bdrv_replace_child_noperm()
 2017-11-08 19:39 UTC  (3+ messages)

[PATCH 0/1] USB Audio Device Class 3.0 support
 2017-11-08 19:38 UTC  (3+ messages)
` [PATCH 1/1] ALSA: usb: initial "
  ` [alsa-devel] "

[PATCH V6] EVM: Add support for portable signature format
 2017-11-08 19:37 UTC  (2+ messages)

[Buildroot] [PATCH v3 1/1] refpolicy: bump to 2.20170805
 2017-11-08 19:36 UTC  (2+ messages)

[PATCH libdrm 0/6] drm-next header syncing
 2017-11-08 19:34 UTC  (13+ messages)
` [PATCH libdrm 1/6] headers: Sync vc4 header from drm-next
` [PATCH libdrm 2/6] headers: Sync up some header guard changes "
` [PATCH libdrm 3/6] headers: Sync up some comment spelling and whitespace fixes "
` [PATCH libdrm 4/6] headers: Sync up mga_drm.h "
` [PATCH libdrm 5/6] headers: Sync up kernel changes to use kernel types instead of stdint.h
` [PATCH libdrm 6/6] headers: Drop outdated node about a delta in drm_mode.h

[Buildroot] [autobuild.buildroot.net] Build results for 2017-10-30
 2017-11-08 19:35 UTC  (6+ messages)
` [Buildroot] Analysis of build "

[RFC PATCH v2] ftrace: support very early function tracing
 2017-11-08 19:33 UTC  (7+ messages)

rte_eth_bond 8023ad behaviour under congestion
 2017-11-08 19:33 UTC 

[PATCH i-g-t v2] kms_atomic_transition: Split out modeset tests on internal panels
 2017-11-08 19:33 UTC  (2+ messages)
` [PATCH i-g-t v3] "

[PATCH 1/2] ARM: sun8i: a83t: add dwmac-sun8i ethernet driver
 2017-11-08 19:30 UTC  (8+ messages)

[layerindex-web][patch v3 0/1] recipes.html: Require keyword for recipe search
 2017-11-08 19:30 UTC  (5+ messages)
` [layerindex-web][patch v3 1/1] "

Problem with file system
 2017-11-08 19:29 UTC  (15+ messages)

[RESEND PATCH tip] x86/idt: Remove X86_TRAP_BP initialization in idt_setup_traps()
 2017-11-08 19:28 UTC 

apt-get
 2017-11-08 19:26 UTC  (2+ messages)

[PATCH v4 0/3] Fix for imx-spi CS GPIOs
 2017-11-08 19:26 UTC  (4+ messages)
` [PATCH v4 1/3] spi: imx: GPIO chip select DT property should not be required

[PATCH 1/2] drm/i915/userptr: Probe existence of backing struct pages upon creation
 2017-11-08 19:25 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for series starting with [1/2] "

[PATCH net-next v2] ipv6: try not to take rtnl_lock in ip6mr_sk_done
 2017-11-08 19:23 UTC 

[PATCH v2 00/12] bcm63xx-rng conversion to bcm2835-rng
 2017-11-08 19:23 UTC  (7+ messages)
` [PATCH v2 07/12] hwrng: bcm2835-rng: Manage an optional clock

[U-Boot] [PATCH 00/18] efi_loader: refactor protocols management
 2017-11-08 19:22 UTC  (4+ messages)
` [U-Boot] [PATCH 17/18] efi_loader: refactor efi_setup_loaded_image

[PATCH 1/5] kobject: add SPDX identifiers to all kobject files
 2017-11-08 19:21 UTC  (3+ messages)
` [PATCH 3/5] driver core: add SPDX identifiers to all driver core files

[Qemu-devel] [PATCH v3] util/async: use atomic_mb_set in qemu_bh_cancel
 2017-11-08 19:21 UTC  (7+ messages)

rte_eth_bond 8023ad dedicated queues with i40e with vectorized rx does not work
 2017-11-08 19:21 UTC 

[Qemu-devel] [PULL for-2.11-rc1 v2 0/2] Block patches
 2017-11-08 19:20 UTC  (3+ messages)
` [Qemu-devel] [PULL for-2.11-rc1 v2 1/2] tests-aio-multithread: fix /aio/multi/schedule race condition
` [Qemu-devel] [PULL for-2.11-rc1 v2 2/2] util/async: use atomic_mb_set in qemu_bh_cancel

[diamon-discuss] [RELEASE] LTTng-modules 2.9, 7 and 2.10.4 (Linux kernel tracer)
 2017-11-08 19:20 UTC 

[RELEASE] LTTng-modules 2.9, 7 and 2.10.4 (Linux kernel tracer)
 2017-11-08 19:20 UTC 

[m-c-s][PATCH 0/n] uprev 'oslo' packages to stable/pike
 2017-11-08 19:18 UTC  (2+ messages)

[m-c-s][PATCH 1/2] python-xstatic-jquery-tablesorter: rename to python-xstatic-jquery.tablesorter
 2017-11-08 19:18 UTC  (2+ messages)

[m-c-s][PATCH] python-msgpack: drop in favor of version in meta-openembedded
 2017-11-08 19:18 UTC  (2+ messages)

[PATCH v2] lib/mpi: call cond_resched() from mpi_powm() loop
 2017-11-08 19:18 UTC  (4+ messages)

[Qemu-devel] SDL2 various fixes
 2017-11-08 19:15 UTC  (7+ messages)
` [Qemu-devel] [PATCH 4/7] sdl2: Only accept the hotkeys on the main window


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.