All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-11-27 10:27:11 to 2017-11-27 11:01:54 UTC [more...]

post-receive: pub/scm/linux/kernel/git/mark/linux
 2017-11-27 11:01 UTC 

[PATCH v2] scripts/package: snap-pkg target
 2017-11-27 10:46 UTC  (3+ messages)

[PATCH 00/21] Preparatory patches for x86 KAISER support
 2017-11-27 10:45 UTC  (17+ messages)
` [PATCH 02/21] x86/unwinder: Handle stack overflows more gracefully
` [PATCH 04/21] x86/irq/64: Print the offending IP in the stack overflow warning
` [PATCH 05/21] x86/entry/64: Allocate and enable the SYSENTER stack
` [PATCH 07/21] x86/entry/gdt: Put per-CPU GDT remaps in ascending order
` [PATCH 10/21] x86/entry: Fix assumptions that the HW TSS is at the beginning of cpu_tss
` [PATCH 11/21] x86/dumpstack: Handle stack overflow on all stacks
` [PATCH 12/21] x86/entry: Move SYSENTER_stack to the beginning of struct tss_struct
` [PATCH 13/21] x86/entry: Remap the TSS into the CPU entry area
` [PATCH 14/21] x86/entry/64: Separate cpu_current_top_of_stack from TSS.sp0
` [PATCH 15/21] x86/espfix/64: Stop assuming that pt_regs is on the entry stack
` [PATCH 16/21] x86/entry/64: Use a per-CPU trampoline stack for IDT entries
` [PATCH 17/21] x86/entry/64: Return to userspace from the trampoline stack
` [PATCH 18/21] x86/entry/64: Create a per-CPU SYSCALL entry trampoline
` [PATCH 19/21] x86/entry/64: Move the IST stacks into 'struct cpu_entry_area'
` [PATCH 20/21] x86/entry/64: Remove the SYSENTER stack canary
` [PATCH 21/21] x86/entry: Clean up the SYSENTER_stack code

[PATCH] mmc: renesas_sdhi: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE
 2017-11-27 11:01 UTC  (3+ messages)
  `  "

[PATCH 00/18] gpio: mockup: updates for v4.16
 2017-11-27 10:48 UTC  (19+ messages)
` [PATCH 01/18] gpio: mockup: add missing prefixes
` [PATCH 02/18] gpio: mockup: parse the module params in init, not probe
` [PATCH 03/18] gpio: mockup: verify the number of GPIO chips requested
` [PATCH 04/18] gpio: mockup: rework device probing
` [PATCH 05/18] gpio: mockup: implement gpio_mockup_err()
` [PATCH 06/18] gpio: mockup: remove a stray tab
` [PATCH 07/18] gpio: mockup: merge gpio_mockup_add() into gpio_mockup_probe()
` [PATCH 08/18] gpio: mockup: pass the named_lines parameter over platform_data
` [PATCH 09/18] gpio: mockup: extend the debugfs layout
` [PATCH 10/18] gpio: mockup: change the type of value field in line state struct
` [PATCH 11/18] gpio: mockup: group code by logic
` [PATCH 12/18] gpio: mockup: fix debugfs handling
` [PATCH 13/18] gpio: mockup: verify that ngpio > 0
` [PATCH 14/18] gpio: mockup: tweak line breaks
` [PATCH 15/18] gpio: mockup: implement gpio_mockup_set_multiple()
` [PATCH 16/18] gpio: mockup: modify the return value check for devm_irq_sim_init()
` [PATCH 17/18] gpio: mockup: rename gpio_mockup_params_nr to gpio_mockup_num_ranges
` [PATCH 18/18] gpio: mockup: add helpers for accessing the gpio ranges

passing FDs across domains
 2017-11-27 10:59 UTC  (11+ messages)

[PATCH 0/4] Final ACCESS_ONCE() cleanups for v4.15
 2017-11-27 10:58 UTC  (7+ messages)
` [PATCH 1/4] perf mmap: Convert ACCESS_ONCE() to READ_ONCE()
` [PATCH 2/4] tools: include: remove ACCESS_ONCE()
` [PATCH 3/4] compiler.h: "
` [PATCH 4/4] checkpatch: remove ACCESS_ONCE() warning

Should I expect faster recovery after one side goes down
 2017-11-27 11:04 UTC  (2+ messages)

post-receive: pub/scm/linux/kernel/git/westeri/thunderbolt
 2017-11-27 10:58 UTC 

[PATCH net 0/5] sctp: a bunch of fixes for stream reconfig
 2017-11-27 10:58 UTC  (5+ messages)
` [PATCH net 3/5] sctp: only allow the asoc reset when the asoc outq is empty

[PATCH 00/24] x86/mm: Add KAISER support
 2017-11-27 10:49 UTC  (25+ messages)
` [PATCH 01/24] x86/mm/kaiser: Disable global pages by default with KAISER
` [PATCH 02/24] x86/mm/kaiser: Prepare the x86/entry assembly code for entry/exit CR3 switching
` [PATCH 03/24] x86/mm/kaiser: Introduce user-mapped per-CPU areas
` [PATCH 04/24] x86/mm/kaiser: Unmap kernel mappings from userspace page tables, core patch
` [PATCH 05/24] x86/mm/kaiser: Allow NX poison to be set in p4d/pgd
` [PATCH 06/24] x86/mm/kaiser: Make sure the static PGDs are 8k in size
` [PATCH 07/24] x86/mm/kaiser: Map the CPU entry area
` [PATCH 08/24] x86/mm/kaiser: Map the dynamically-allocated LDTs
` [PATCH 09/24] x86/mm/kaiser: Map the espfix structures
` [PATCH 10/24] x86/mm/kaiser: Map the entry stack variables
` [PATCH 11/24] x86/mm/kaiser: Map virtually-addressed performance monitoring buffers
` [PATCH 12/24] x86/mm: Move the CR3 construction functions to tlbflush.h
` [PATCH 13/24] x86/mm: Remove hard-coded ASID limit checks
` [PATCH 14/24] x86/mm: Put MMU-to-h/w ASID translation in one place
` [PATCH 15/24] x86/mm: Allow flushing for future ASID switches
` [PATCH 16/24] x86/mm/kaiser: Use PCID feature to make user and kernel switches faster
` [PATCH 17/24] x86/mm/kaiser: Disable native VSYSCALL
` [PATCH 18/24] x86/mm/kaiser: Add Kconfig
` [PATCH 19/24] x86/mm/kaiser: Respect disabled CPU features
` [PATCH 20/24] x86/mm/kaiser: Simplify disabling of global pages
` [PATCH 21/24] x86/mm/dump_pagetables: Check Kaiser shadow page table for WX pages
` [PATCH 22/24] x86/mm/debug_pagetables: Allow dumping current pagetables
` [PATCH 23/24] x86/mm/kaiser: Add boot time disable switch
` [PATCH 24/24] x86/mm/kaiser: Use the other page_table_lock pattern

[PATCH] m68k/defconfig: Update defconfigs for v4.15-rc1
 2017-11-27 10:58 UTC 

[PATCH v2 00/14] soundwire: Add a new SoundWire subsystem
 2017-11-27 10:55 UTC  (9+ messages)
` [PATCH v2 04/14] soundwire: Add MIPI DisCo property helpers
            ` [alsa-devel] "

[PATCH] puppet: add recipe for puppet 4.10.9
 2017-11-27 10:35 UTC 

[Bug 103919] Corrupted rendering in wine
 2017-11-27 10:56 UTC  (2+ messages)

Unsure how to file this complex qemu-kvm bug
 2017-11-27 10:55 UTC  (2+ messages)

[Qemu-devel] [RFC v4 00/27] QMP: out-of-band (OOB) execution support
 2017-11-27 10:54 UTC  (6+ messages)
` [Qemu-devel] [RFC v4 21/27] qmp: let migrate-incoming allow out-of-band

[Bug 103915] Undertale crashes on startup (compiling shaders?)
 2017-11-27 10:55 UTC  (2+ messages)

[PATCH] iio: dummy_evgen: modify the return value check for irq_sim_init()
 2017-11-27 10:54 UTC 

[PATCH v3 3/3] fstests: filter readonly mount error messages
 2017-11-27 10:54 UTC  (6+ messages)
` [PATCH v4] "

4.14 regression - hang on shutdown (VIA longhaul related?)
 2017-11-27 10:53 UTC 

[seabios test] 116573: regressions - FAIL
 2017-11-27 10:53 UTC 

[RESEND PATCH] irq_work: improve the flag definitions
 2017-11-27 10:52 UTC 

[PATCH 0/3 v2] LE New PHYs kernel interfaces
 2017-11-27 10:51 UTC  (2+ messages)

[PATCH] MAINTAINERS: add myself as reviewer for gpio-mockup
 2017-11-27 10:50 UTC 

Backport request to 4.4 and 4.9 for af_vsock.c
 2017-11-27 10:50 UTC  (3+ messages)

[Bug 103907] [gfx9/Vega] Arma 3 crashes on 17.3.0-rc5 but works on master
 2017-11-27 10:50 UTC  (2+ messages)

[PATCH v2 0/3] True RNG driver for Samsung Exynos 5250+ SoCs
 2017-11-27 10:49 UTC  (5+ messages)
  ` [PATCH v2 1/3] dt-bindings: hwrng: Add Samsung Exynos 5250+ True RNG bindings
  ` [PATCH v2 2/3] hwrng: exynos - add Samsung Exynos True RNG driver

[Buildroot] [PATCH 0/3] package/dvb-apps: misc fixes
 2017-11-27 10:48 UTC  (4+ messages)
` [Buildroot] [PATCH 1/3] package/dvb-apps: fix build with some perl version
` [Buildroot] [PATCH 2/3] package/dvb-apps: is not parallel-safe
` [Buildroot] [PATCH 3/3] package/dvb-apps: fix build with kernel headers >= 4.14

[Qemu-devel] [PATCH v13 00/12] Add ARMv8 RAS virtualization support in QEMU
 2017-11-27 18:49 UTC  (26+ messages)
`  "
` [Qemu-devel] [PATCH v13 01/12] ACPI: add related GHES structures and macros definition
  `  "
` [Qemu-devel] [PATCH v13 02/12] ACPI: Add APEI GHES table generation and CPER record support
  `  "
` [Qemu-devel] [PATCH v13 03/12] docs: APEI GHES generation description
  `  "
` [Qemu-devel] [PATCH v13 04/12] ACPI: enable APEI GHES in the configure file and build it
  `  "
` [Qemu-devel] [PATCH v13 05/12] linux-headers: sync against Linux v4.14-rc8
  `  "
` [Qemu-devel] [PATCH v13 06/12] target-arm: kvm64: detect whether can set vsesr_el2
  `  "
` [Qemu-devel] [PATCH v13 07/12] target-arm: handle SError interrupt exception from the guest OS
  `  "
` [Qemu-devel] [PATCH v13 08/12] target-arm: kvm64: inject synchronous External Abort
  `  "
` [Qemu-devel] [PATCH v13 09/12] Move related hwpoison page function to accel/kvm/ folder
  `  "
` [Qemu-devel] [PATCH v13 10/12] ARM: ACPI: Add _E04 for hardware error device
  `  "
` [Qemu-devel] [PATCH v13 11/12] hw/arm/virt: Add RAS platform version for migration
  `  "
` [Qemu-devel] [PATCH v13 12/12] target-arm: kvm64: handle SIGBUS signal from kernel or KVM
  `  "

post-receive: pub/scm/linux/kernel/git/geert/linux-m68k
 2017-11-27 10:48 UTC 

post-receive: pub/scm/linux/kernel/git/geert/linux-m68k
 2017-11-27 10:48 UTC 

[PATCH v6 0/2] staging: ion: get one device per heap
 2017-11-27 10:46 UTC  (5+ messages)
` [PATCH v6 2/2] staging: ion: create one device entry "

[PATCH 0/2] Fix ftracetest issues
 2017-11-27 10:47 UTC  (6+ messages)
` [PATCH 1/2] ARM: BUG if jumping to usermode address in kernel mode

[Qemu-devel] [PATCH] 9pfs: don't ignore O_DIRECT flag in the 9pfs server
 2017-11-27 10:46 UTC  (4+ messages)

[PATCH 0/2] AVX2 Vectorized Rx/Tx functions for i40e
 2017-11-27 10:45 UTC  (2+ messages)

post-receive: pub/scm/linux/kernel/git/balbi/usb
 2017-11-27 10:45 UTC 

[cip-dev] B@D run on Renesas board - issue
 2017-11-27 10:45 UTC  (9+ messages)

[U-Boot] UBI / UBIFS booting from NAND support
 2017-11-27 10:45 UTC 

[PATCH 1/2] staging: sm750fb: Fix coding style in ddk750_sii164.h
 2017-11-27 10:45 UTC  (4+ messages)

[PATCH v8 0/6] stm32 clocksource driver rework
 2017-11-27 10:44 UTC  (3+ messages)

[RFC v2] lib: add compressdev API
 2017-11-27 10:44 UTC 

post-receive: pub/scm/linux/kernel/git/tip/tip
 2017-11-27 10:41 UTC 

[Buildroot] [PATCH 0/3] libvirt and required packages
 2017-11-27 10:41 UTC  (4+ messages)
` [Buildroot] [PATCH 1/3] nmap: add option to build/install ncat
` [Buildroot] [PATCH 2/3] netcf: new package
` [Buildroot] [PATCH 3/3] libvirt: "

post-receive: pub/scm/linux/kernel/git/tip/tip
 2017-11-27 10:41 UTC 

post-receive: pub/scm/linux/kernel/git/johan/usb-serial
 2017-11-27 10:41 UTC 

flow cache removed = xfrm doesnt work
 2017-11-27 10:39 UTC  (4+ messages)

[Bug 103808] [radeonsi, bisected] World of Warcraft scribbling all over screen
 2017-11-27 10:40 UTC  (3+ messages)

[Bug 103874] The Witcher 3: flickering regression with radeonsi
 2017-11-27 10:40 UTC  (2+ messages)

[PATCH 1/2] KVM: x86: Store the microcode version in struct kvm_arch
 2017-11-27 10:40 UTC  (3+ messages)
` [PATCH 2/2] KVM: x86: Allow userspace to define what's the microcode version

[BUG] win2008 guest cannot get ip through sriov
 2017-11-27 10:39 UTC  (15+ messages)

sync filesystem of overlayfs
 2017-11-27 10:31 UTC  (3+ messages)

post-receive: pub/scm/linux/kernel/git/westeri/thunderbolt
 2017-11-27 10:38 UTC 

[PATCH 0/2] drm/tegra: Sanitize format modifiers
 2017-11-27 10:38 UTC  (5+ messages)
` [PATCH 1/2] drm/fourcc: Fix fourcc_mod_code() definition
` [PATCH 2/2] drm/tegra: Sanitize format modifiers

post-receive: pub/scm/linux/kernel/git/westeri/thunderbolt
 2017-11-27 10:38 UTC 

[PATCH 00/43] x86 entry-stack and Kaiser series, 2017/11/24, v2 version
 2017-11-27 10:38 UTC  (4+ messages)
` [PATCH 25/43] x86/mm/kaiser: Unmap kernel from userspace page tables (core patch)

post-receive: pub/scm/linux/kernel/git/bp/bp
 2017-11-27 10:38 UTC 

post-receive: pub/scm/linux/kernel/git/bp/bp
 2017-11-27 10:37 UTC 

[PATCH 0/3] btrfs-progs: check: fix up bugs of lowmem mode
 2017-11-27 10:37 UTC  (5+ messages)
` [PATCH 2/3] btrfs-progs: check: record returned errors after walk_down_tree_v2()
` [PATCH 3/3] btrfs-progs: check: exclude extents of tree blocks and extent items

[PATCH 0/3 v3] xen: ACPI/SPCR based initialization of 8250 UART
 2017-11-27 10:37 UTC  (5+ messages)
` [PATCH 3/3 v3] xen: Fix 16550 UART console for HP Moonshot (Aarch64) platform

[PATCH] x86/mce/AMD: Don't set DEF_INT_TYPE in MSR_CU_DEF_ERR on SMCA systems
 2017-11-27 10:36 UTC  (3+ messages)
  `  "

[Qemu-devel] [PATCH 0/2] add UUID property type
 2017-11-27 10:35 UTC  (4+ messages)
` [Qemu-devel] [PATCH 1/2] qdev-properties: "

[Bug 103838] Random segfaults in applications from radeonsi_dri.so
 2017-11-27 10:36 UTC  (2+ messages)

[GIT PULL] Second batch of KVM changes for Linux 4.15
 2017-11-27 10:35 UTC  (4+ messages)

[PATCH] cryptodev: Fix typo in qat.rst
 2017-11-27 10:35 UTC  (2+ messages)

[PATCH] drm/i915: Enable hotplug polling after registering the outputs
 2017-11-27 10:34 UTC  (3+ messages)

[Bug 100726] [REGRESSION][BISECTED] Severe flickering with an R9 290
 2017-11-27 10:34 UTC  (3+ messages)

[PATCH 00/13] remove_conflicting_framebuffers() cleanup
 2017-11-27 10:33 UTC  (10+ messages)
` [PATCH 02/13] fbdev: add remove_conflicting_pci_framebuffers()
` [PATCH 10/13] fbdev: allow apertures == NULL in remove_conflicting_framebuffers()

[PATCH] drm/i915: Disable THP until we have a GPU read BW W/A
 2017-11-27 10:33 UTC  (2+ messages)
` ✗ Fi.CI.IGT: warning for "

[PATCH v3 1/2] drm/i915: Expose the busyspin durations for i915_wait_request
 2017-11-27 10:33 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for series starting with [v4] drm/i915: Expose the busyspin durations for i915_wait_request (rev2)

pull-request: mac80211 2017-11-27
 2017-11-27 10:32 UTC 

[Bug 103817] [bisected] Heavy flickering in Wine
 2017-11-27 10:32 UTC  (3+ messages)

[PATCH 1/2] include: Add storage.h
 2017-11-27 10:31 UTC  (2+ messages)
` [PATCH 2/2] storage: Implement ofono_config_dir and ofono_storage_dir

Blocked / Slow requests in health JSON from Mon/Mgr
 2017-11-27 10:29 UTC 

post-receive: pub/scm/linux/kernel/git/jberg/mac80211
 2017-11-27 10:29 UTC 

post-receive: pub/scm/linux/kernel/git/jberg/mac80211
 2017-11-27 10:29 UTC 

[PATCH] mmc: sdhci: Avoid swiotlb buffer being full
 2017-11-27 10:28 UTC 

[U-Boot] [PATCH 1/3] imx: Add a common way for detecting NXP boards revision
 2017-11-27 10:28 UTC  (3+ messages)

[PATCH] Staging: comedi: das16: Fixed a const struct coding style issue
 2017-11-27 10:28 UTC  (2+ messages)

[PATCH v3 00/21] Intel FPGA Device Drivers
 2017-11-27 10:28 UTC  (3+ messages)
` [PATCH v3 08/21] fpga: add Intel FPGA DFL PCIe device

[Bug 103917] [gfx9/Vega] Performance regression in master, 17.3 works fine
 2017-11-27 10:27 UTC  (2+ messages)

[Bug 103769] Unity based games do not start
 2017-11-27 10:27 UTC  (2+ messages)

[PATCH v3 01/17] Introduce skeleton SUPPORT.md
 2017-11-27 10:27 UTC  (4+ messages)
` [PATCH v3 05/17] SUPPORT.md: Toolstack core

[RFC] v4l: i2c: ov7670: Implement mbus configuration
 2017-11-27 10:26 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.