All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-11-24 17:19:24 to 2017-11-24 20:04:06 UTC [more...]

[rocko][PATCH] weston: add patch to set pitch correctly for subsampled textures
 2017-11-24 20:04 UTC  (3+ messages)
` ✗ patchtest: failure for "

[PATCH] merge-recursive: ignore_case shouldn't reject intentional removals
 2017-11-24 19:59 UTC 

[PATCH 00/62] XArray November 2017 Edition
 2017-11-24 19:56 UTC  (9+ messages)
` XArray documentation

[PATCH] cxl: Add support for ASB_Notify on POWER9
 2017-11-24 19:54 UTC  (6+ messages)

[PATCH] video/fbdev/vt8500lcdfb: Delete an error message for a failed memory allocation in vt8500lcd_probe()
 2017-11-24 19:53 UTC  (4+ messages)
` [PATCH] video/fbdev/vt8500lcdfb: Delete an error message for a failed memory allocation in vt8500lcd

flow cache removed = xfrm doesnt work
 2017-11-24 19:50 UTC  (2+ messages)

[Buildroot] [PATCH/next 1/1] package/python-mwclient: require pytest-runner only when necessary
 2017-11-24 19:49 UTC 

[U-Boot] sun50i blocking SPL changes
 2017-11-24 19:47 UTC 

[PATCH 00/15] create meta-installer layer
 2017-11-24 19:34 UTC  (6+ messages)
      ` [oe] "

[PATCH] drm/i915/guc: Use consistent name for scratch register count
 2017-11-24 19:31 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for "
` ✗ Fi.CI.IGT: warning "

[PATCH] video/fbdev/wm8505fb: Delete an error message for a failed memory allocation in wm8505fb_probe()
 2017-11-24 19:30 UTC  (4+ messages)
` [PATCH] video/fbdev/wm8505fb: Delete an error message for a failed memory allocation in wm8505fb_pro

[PATCH 0/8] make stolen resource centric
 2017-11-24 19:29 UTC  (6+ messages)
` [PATCH 8/8] drm/i915: prefer resource_size_t for everything stolen
` ✗ Fi.CI.IGT: failure for make stolen resource centric (rev2)

[Bug 92827] Tonga: No Sound over HDMI with connected AV receiver
 2017-11-24 19:28 UTC  (2+ messages)

do page fault in atomic bug on arm
 2017-11-24 19:27 UTC  (4+ messages)

[PATCH v3 00/19] Entry stack switching
 2017-11-24 19:26 UTC  (7+ messages)
` [PATCH v3 05/19] x86/kasan/64: Teach KASAN about the cpu_entry_area
      ` [PATCH v4] x86/mm/kasan: "

[PATCH iproute2/net-next v3]tc: B.W limits can now be specified in %
 2017-11-24 19:25 UTC  (2+ messages)

Stopping raid6 (with journal) hangs w/ 100%CPU
 2017-11-24 19:20 UTC  (2+ messages)

[PATCH 1/2] can: flexcan: Remodel FlexCAN register r/w APIs for big endian FlexCAN controllers
 2017-11-24 19:19 UTC  (15+ messages)
` [PATCH v2 2/2] can: flexcan: adding platform specific details for LS1021A

lttng-consumerd crash on aarch64 due to x86 arch specific optimization
 2017-11-24 19:19 UTC 

[PATCH v5 00/11] Intel SGX Driver
 2017-11-24 19:18 UTC  (7+ messages)
` [PATCH v5 01/11] intel_sgx: updated MAINTAINERS
` [PATCH v5 11/11] intel_sgx: driver documentation

About 'key type for persistent [...] items'
 2017-11-24 19:16 UTC 

Hardware 3D acceleration doesn't work anymore with the latest git kernel
 2017-11-24 19:14 UTC  (11+ messages)

[PATCH 00/43] x86 entry-stack and Kaiser series, 2017/11/24, v2 version
 2017-11-24 19:12 UTC  (48+ messages)
` [PATCH 01/43] x86/decoder: Add new TEST instruction pattern
` [PATCH 02/43] x86/asm/64: Allocate and enable the SYSENTER stack
` [PATCH 03/43] x86/dumpstack: Add get_stack_info() support for "
` [PATCH 04/43] x86/gdt: Put per-cpu GDT remaps in ascending order
` [PATCH 05/43] x86/fixmap: Generalize the GDT fixmap mechanism
` [PATCH 06/43] x86/kasan/64: Teach KASAN about the cpu_entry_area
` [PATCH 07/43] x86/asm: Fix assumptions that the HW TSS is at the beginning of cpu_tss
` [PATCH 08/43] x86/dumpstack: Handle stack overflow on all stacks
` [PATCH 09/43] x86/asm: Move SYSENTER_stack to the beginning of struct tss_struct
` [PATCH 10/43] x86/asm: Remap the TSS into the cpu entry area
` [PATCH 11/43] x86/asm/64: Separate cpu_current_top_of_stack from TSS.sp0
` [PATCH 12/43] x86/espfix/64: Stop assuming that pt_regs is on the entry stack
` [PATCH 13/43] x86/asm/64: Use a percpu trampoline stack for IDT entries
` [PATCH 14/43] x86/asm/64: Return to userspace from the trampoline stack
` [PATCH 15/43] x86/entry/64: Create a percpu SYSCALL entry trampoline
` [PATCH 16/43] x86/irq: Remove an old outdated comment about context tracking races
` [PATCH 17/43] x86/irq/64: In the stack overflow warning, print the offending IP
` [PATCH 18/43] x86/entry/64: Move the IST stacks into cpu_entry_area
` [PATCH 19/43] x86/entry/64: Remove the SYSENTER stack canary
` [PATCH 20/43] x86/entry: Clean up SYSENTER_stack code
` [PATCH 21/43] x86/mm/kaiser: Disable global pages by default with KAISER
` [PATCH 22/43] x86/mm/kaiser: Prepare assembly for entry/exit CR3 switching
` [PATCH 23/43] x86/mm/kaiser: Introduce user-mapped per-cpu areas
` [PATCH 24/43] x86/mm/kaiser: Mark per-cpu data structures required for entry/exit
` [PATCH 25/43] x86/mm/kaiser: Unmap kernel from userspace page tables (core patch)
` [PATCH 26/43] x86/mm/kaiser: Allow NX poison to be set in p4d/pgd
` [PATCH 27/43] x86/mm/kaiser: Make sure static PGDs are 8k in size
` [PATCH 28/43] x86/mm/kaiser: Map cpu entry area
` [PATCH 29/43] x86/mm/kaiser: Map dynamically-allocated LDTs
` [PATCH 30/43] x86/mm/kaiser: Map espfix structures
` [PATCH 31/43] x86/mm/kaiser: Map entry stack variable
` [PATCH 32/43] x86/mm/kaiser: Map virtually-addressed performance monitoring buffers
` [PATCH 33/43] x86/mm: Move CR3 construction functions
` [PATCH 34/43] x86/mm: Remove hard-coded ASID limit checks
` [PATCH 35/43] x86/mm: Put mmu-to-h/w ASID translation in one place
` [PATCH 36/43] x86/mm/kaiser: Allow flushing for future ASID switches
` [PATCH 37/43] x86/mm/kaiser: Use PCID feature to make user and kernel switches faster
` [PATCH 38/43] x86/mm/kaiser: Disable native VSYSCALL
` [PATCH 39/43] x86/mm/kaiser: Add debugfs file to turn KAISER on/off at runtime
` [PATCH 40/43] x86/mm/kaiser: Add a function to check for KAISER being enabled
` [PATCH 41/43] x86/mm/kaiser: Un-poison PGDs at runtime
` [PATCH 42/43] x86/mm/kaiser: Allow KAISER to be enabled/disabled "
` [PATCH 43/43] x86/mm/kaiser: Add Kconfig

[Buildroot] [PATCH/next v2 1/3] package/python-oauthlib: new package
 2017-11-24 19:12 UTC  (4+ messages)
` [Buildroot] [PATCH/next v2 3/3] package/python-mwclient: bump version to 0.8.6

perf test LLVM & clang 6 failing
 2017-11-24 19:09 UTC  (3+ messages)

[PATCH 1/3] perf bench futex: benchmark only online CPUs
 2017-11-24 19:08 UTC  (5+ messages)

[RFC] doc: add maintainer book
 2017-11-24 19:02 UTC  (2+ messages)

[PATCH] Fixed Russian translation
 2017-11-24 19:02 UTC 

[PATCH v4 0/7] eeprom: at24: switch driver to regmap_i2c
 2017-11-24 19:01 UTC  (7+ messages)
` [PATCH v4 5/7] eeprom: at24: add regmap-based read function

Changing encoding of a file : What should happen to CRLF in file ?
 2017-11-24 18:59 UTC  (4+ messages)
` [PATCH 1/1] convert: tighten the safe autocrlf handling

[PATCH] net-sysfs: export gso_max_size attribute
 2017-11-24 18:52 UTC  (5+ messages)

brcmfmac: Unable to handle kernel paging request at virtual address 726f6674616cd8
 2017-11-24 18:47 UTC  (6+ messages)

[PATCH] schedule: use unlikely()
 2017-11-24 18:47 UTC  (3+ messages)

[PATCH RFC 0/2] Fix race window during idle cpu selection
 2017-11-24 18:46 UTC  (9+ messages)
` [PATCH RFC 1/2] sched: Minimize the idle cpu selection race window

Running for a specific number of IOs
 2017-11-24 18:41 UTC  (5+ messages)

[PATCH] v4l: vsp1: Fix function declaration/definition mismatch
 2017-11-24 18:40 UTC  (2+ messages)

[Qemu-devel] [PATCH v3 0/2] check VirtiQueue Vring objects
 2017-11-24 18:34 UTC  (3+ messages)
` [Qemu-devel] [PATCH v3 1/2] virtio: check VirtQueue Vring object is set
` [Qemu-devel] [PATCH v3 2/2] tests: add test to check VirtQueue object

[PATCH 0/2] Microchip mcp2517fd can controller driver
 2017-11-24 18:35 UTC  (3+ messages)
  ` [PATCH 1/2] dt-binding: can: mcp2517fd: document device tree bindings
  ` [PATCH 2/2] can: mcp2517fd: Add Microchip mcp2517fd CAN FD driver

[PATCH v3] rtlwifi:rtl8723ae:add the function name to the printouts
 2017-11-24 18:30 UTC  (2+ messages)

[Cocci] Why some changes are not done ?
 2017-11-24 18:29 UTC  (8+ messages)

[PATCH] drm/i915/pmu: Aggregate all RC6 states into one counter
 2017-11-24 18:28 UTC  (4+ messages)
` ✗ Fi.CI.BAT: failure for "

[PATCH net] net: qmi_wwan: add support for Cinterion PLS8
 2017-11-24 18:25 UTC  (6+ messages)

[PATCH i-g-t] intel/pmu: Catch-up with i915 RC6 aggregation changes
 2017-11-24 18:23 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for "

[PATCH i-g-t 1/2] igt: Remove Android support
 2017-11-24 18:20 UTC  (2+ messages)
` ✓ Fi.CI.IGT: success for series starting with [1/2] "

[PATCH v2 0/5] Memory hotplug support for arm64 - complete patchset v2
 2017-11-24 18:17 UTC  (9+ messages)
` [PATCH v2 2/5] mm: memory_hotplug: Remove assumption on memory state before hotremove

[PATCH v2] gitcli: tweak "man gitcli" for clarity
 2017-11-24 18:16 UTC  (9+ messages)

v4.14-rc{4,7} null pointer dereference in event_sched_out()
 2017-11-24 18:16 UTC  (6+ messages)

[Buildroot] [PATCH 1/2] linux-headers: bump 3.{2, 10}.x and 4.{1, 4, 9, 13}.x series
 2017-11-24 18:15 UTC  (2+ messages)
` [Buildroot] [PATCH 2/2] linux: bump default to version 4.13.16

[Buildroot] [PATCH 1/1] libmaxminddb: bump to version 1.3.0
 2017-11-24 18:15 UTC 

[Buildroot] [PATCH 1/1] tinycbor: bump to version 0.4.2
 2017-11-24 18:10 UTC 

[PATCH] media: ov7670: use v4l2_async_unregister_subdev()
 2017-11-24 18:09 UTC  (2+ messages)

[PATCH] bash completion: Add --autostash and --no-autostash to pull
 2017-11-24 18:09 UTC  (2+ messages)

[PATCH v2 0/3] vhost: MQ live-migration fixes
 2017-11-24 18:08 UTC  (4+ messages)
` [PATCH v2 1/3] vhost: fix fd leak in VHOST_USER_SET_LOG_BASE
` [PATCH v2 2/3] vhost: protect dirty logging against logging base change
` [PATCH v2 3/3] vhost: don't invalidate vrings if new addresses are identical

[PATCH] recipes-graphics/piglit: Add patch for fix build in HiKey platforms
 2017-11-24 18:08 UTC  (2+ messages)
` ✗ patchtest: failure for "

Multiple codecs on the same DAI
 2017-11-24 18:04 UTC  (4+ messages)

RFC: Native clean/smudge filter for UTF-16 files
 2017-11-24 18:04 UTC  (2+ messages)

[PATCH] nvme-pci: fix NULL pointer dereference in nvme_free_host_mem()
 2017-11-24 18:03 UTC 

[PATCH 00/13] remove_conflicting_framebuffers() cleanup
 2017-11-24 17:53 UTC  (14+ messages)
` [PATCH 02/13] fbdev: add remove_conflicting_pci_framebuffers()
` [PATCH 01/13] fbdev: show fbdev number for debugging
` [PATCH 06/13] drm/mgag200: use simpler remove_conflicting_pci_framebuffers()
` [PATCH 05/13] drm/cirrus: "
` [PATCH 04/13] drm/bochs: "
` [PATCH 08/13] drm/virtio: "
` [PATCH 09/13] staging: sm750fb: "
` [PATCH 12/13] drm/sun4i: use simpler remove_conflicting_framebuffers(NULL)
  ` [PATCH 03/13] drm/amdgpu: use simpler remove_conflicting_pci_framebuffers()
  ` [PATCH 10/13] fbdev: allow apertures == NULL in remove_conflicting_framebuffers()
  ` [PATCH 07/13] drm/radeon: use simpler remove_conflicting_pci_framebuffers()
  ` [PATCH 13/13] drm/tegra: kick out simplefb
` [PATCH 11/13] drm/vc4: use simpler remove_conflicting_framebuffers(NULL)

[Qemu-devel] [PATCH v2 0/2] check VirtiQueue Vring objects
 2017-11-24 17:59 UTC  (4+ messages)
` [Qemu-devel] [PATCH v2 1/2] virtio: check VirtQueue Vring object is set
` [Qemu-devel] [PATCH v2 2/2] tests: add test to check VirtQueue object

[Qemu-devel] [PATCH 0/2] add UUID property type
 2017-11-24 17:59 UTC  (5+ messages)
` [Qemu-devel] [PATCH 1/2] qdev-properties: "
` [Qemu-devel] [PATCH 2/2] vmgenid: use "

[Buildroot] [PATCH 1/1] libupnp: bump to version 1.6.24
 2017-11-24 18:00 UTC 

[PATCH BlueZ] control: Fix invalid access
 2017-11-24 17:56 UTC  (2+ messages)

[PATCH 0/3] vhost: MQ live-migration fixes
 2017-11-24 17:48 UTC  (4+ messages)
` [PATCH 1/3] vhost: fix fd leak in VHOST_USER_SET_LOG_BASE
` [PATCH 2/3] vhost: protect dirty logging against logging base change
` [PATCH 3/3] vhost: don't invalidate vrings if new addresses are identical

[Qemu-devel] [Bug 1329956] [NEW] multi-core FreeBSD guest hangs after warm reboot
 2017-11-24 17:31 UTC  (2+ messages)
` [Qemu-devel] [Bug 1329956] "

[Qemu-devel] [PATCHv3] dma/i82374: avoid double creation of i82374 device
 2017-11-24 17:44 UTC  (2+ messages)

[PATCH] dm thin: fix NULL pointer exception caused by two concurrent "vgchange -ay -K <vg name>" processes
 2017-11-24 17:43 UTC  (3+ messages)

[linux-linus bisection] complete test-amd64-i386-pair
 2017-11-24 17:43 UTC 

News on the web site
 2017-11-24 17:39 UTC 

[U-Boot] [PATCH] dm: reset: have the reset-command perform a COLD reset
 2017-11-24 17:37 UTC 

"BUG: scheduling while atomic" in atmel-aes on Linux v4.14-rc6
 2017-11-24 17:37 UTC  (6+ messages)
` [PATCH v3] crypto: AF_ALG - remove locking in async callback

[PATCH] cpuidle: Allow menu governor to enter deeper sleep states after some time
 2017-11-24 17:36 UTC  (4+ messages)

[linux-linus bisection] complete test-amd64-i386-pair
 2017-11-24 17:36 UTC 

[PATCH] cpuidle: Add "cpuidle.use_deepest" to bypass governor and allow HW to go deep
 2017-11-24 17:34 UTC  (3+ messages)

[Qemu-devel] [PATCH] util: add is_equal to UUID API
 2017-11-24 17:34 UTC  (2+ messages)

sunrpc: infinite unkillable console spam in xs_tcp_setup_socket
 2017-11-24 17:34 UTC  (4+ messages)

[PATCH] checkout: include the checkout.h header file
 2017-11-24 17:33 UTC 

[PATCH 0/5] avoiding pointless pack-directory re-scans
 2017-11-24 17:32 UTC  (8+ messages)
` [PATCH 5/5] sha1_file: don't re-scan pack directory for null sha1

[PATCH 01/23] slab: make kmalloc_index() return "unsigned int"
 2017-11-24 17:31 UTC  (3+ messages)
` [PATCH 21/23] slub: make struct kmem_cache_order_objects::x unsigned int

[PATCH] drm/i915: Expose the busyspin durations for i915_wait_request
 2017-11-24 17:28 UTC  (2+ messages)
` ✓ Fi.CI.IGT: success for "

[PATCH iproute 0/5] ila: additional configuratio support
 2017-11-24 17:26 UTC  (2+ messages)

glxgears on Etnaviv: couldn't get an RGB, Double-buffered visual
 2017-11-24 17:23 UTC  (8+ messages)

[RFC] Introduce virtual PMD for Hyper-V/Azure platforms
 2017-11-24 17:21 UTC 

[PATCH 00/43] x86 entry-stack and Kaiser series, 2017/11/24 version
 2017-11-24 17:19 UTC  (3+ messages)

[RFC PATCH 0/3] pinctrl: sunxi: Add DT-based generic pinctrl driver
 2017-11-24 17:19 UTC  (8+ messages)
` [RFC PATCH 1/3] dt-bindings: pinctrl: sunxi: document new generic binding


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.