All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-01-16 13:34:44 to 2017-01-16 14:05:58 UTC [more...]

Xen: ARM: Support for mapping ECAM PCIe Config Space Specified In Static ACPI Table
 2017-01-16 14:05 UTC  (9+ messages)

[Intel-wired-lan] intel 82599ES freebsd 10.3-stable, no carrier
 2017-01-16 14:05 UTC 

[PATCH 0/6] ovl: concurrent copy up
 2017-01-16 14:04 UTC  (8+ messages)
` [PATCH 1/6] vfs: create vfs helper vfs_tmpfile()
` [PATCH 2/6] ovl: check if upperdir fs supports O_TMPFILE

[LTP] [PATCH v2 1/2] travis: use various gcc and clang versions + using containers
 2017-01-16 14:04 UTC  (4+ messages)

[PULL 0/5] virtio/s390 patches for -next
 2017-01-16 14:04 UTC  (8+ messages)
` [PULL 1/5] tools/virtio/ringtest: fix run-on-all.sh for offline cpus
` [PULL 2/5] tools/virtio/ringtest: tweaks for s390
` [PULL 3/5] virtio/s390: support READ_STATUS command for virtio-ccw
` [PULL 4/5] virtio/s390: add missing \n to end of dev_err message
` [PULL 5/5] virtio/s390: virtio: constify virtio_config_ops structures

[PULL 0/5] virtio/s390 patches for -next
 2017-01-16 14:04 UTC 

[U-Boot] [PATCH v3 00/62] x86: Add initial support for 64-bit U-Boot
 2017-01-16 14:04 UTC  (63+ messages)
` [U-Boot] [PATCH v3 01/62] console: Don't enable CONFIG-CONSOLE_MUX, etc. in SPL
` [U-Boot] [PATCH v3 02/62] spl: spi: Add a debug message if loading fails
` [U-Boot] [PATCH v3 03/62] spl: Makefile: Define SPL_ earlier
` [U-Boot] [PATCH v3 04/62] spl: Allow CPU drivers to be used in SPL
` [U-Boot] [PATCH v3 05/62] spl: Allow PCI "
` [U-Boot] [PATCH v3 06/62] spl: Allow RTC "
` [U-Boot] [PATCH v3 07/62] spl: Allow timer "
` [U-Boot] [PATCH v3 08/62] spl: Allow PCH "
` [U-Boot] [PATCH v3 09/62] spl: Don't create a BSS padding when it is separate
` [U-Boot] [PATCH v3 10/62] x86: Use unsigned long for address in table generation
` [U-Boot] [PATCH v3 11/62] x86: Update mpspec to build on 64-bit machines
` [U-Boot] [PATCH v3 12/62] x86: ivybridge: Declare global data where it is used
` [U-Boot] [PATCH v3 13/62] x86: ivybridge: Add more debugging for failures
` [U-Boot] [PATCH v3 14/62] x86: ivybridge: Fix types for 64-bit compilation
` [U-Boot] [PATCH v3 15/62] x86: dts: Mark serial as needed before relocation
` [U-Boot] [PATCH v3 16/62] x86: fsp: Fix cast for 64-bit compilation
` [U-Boot] [PATCH v3 17/62] x86: lib: Fix types and casts "
` [U-Boot] [PATCH v3 18/62] x86: Add Kconfig options to build 64-bit U-Boot
` [U-Boot] [PATCH v3 19/62] x86: Kconfig: Add location options for 16/32-bit init
` [U-Boot] [PATCH v3 20/62] x86: Use X86_16BIT_INIT instead of X86_RESET_VECTOR
` [U-Boot] [PATCH v3 21/62] x86: Use X86_32BIT_INIT "
` [U-Boot] [PATCH v3 22/62] x86: ivybridge: Allow 32-bit init to move to SPL
` [U-Boot] [PATCH v3 23/62] x86: Add 64-bit start-up code
` [U-Boot] [PATCH v3 24/62] x86: board_f: Update init sequence for 64-bit startup
` [U-Boot] [PATCH v3 25/62] board_f/r: Use static const for the init sequences
` [U-Boot] [PATCH v3 26/62] x86: board_r: Set the global data pointer after relocation
` [U-Boot] [PATCH v3 27/62] x86: Do relocation before clearing BSS
` [U-Boot] [PATCH v3 28/62] x86: Refactor relocation to prepare for 64-bit
` [U-Boot] [PATCH v3 29/62] x86: Add support for 64-bit relocation
` [U-Boot] [PATCH v3 30/62] x86: Tidy up use of size_t in relocation
` [U-Boot] [PATCH v3 31/62] x86: Add an SPL implementation
` [U-Boot] [PATCH v3 32/62] x86: Move the i386 code into its own directory
` [U-Boot] [PATCH v3 33/62] x86: Add cpu code for x86_64
` [U-Boot] [PATCH v3 34/62] x86: Support global_data on x86_64
` [U-Boot] [PATCH v3 35/62] x86: Fix up CONFIG_X86_64 check
` [U-Boot] [PATCH v3 36/62] x86: Add a link script for 64-bit x86
` [U-Boot] [PATCH v3 37/62] x86: Add a link script for SPL
` [U-Boot] [PATCH v3 38/62] x86: Add SPL build rules for start-up code
` [U-Boot] [PATCH v3 39/62] x86: Fix up byteorder.h for x86_64
` [U-Boot] [PATCH v3 40/62] x86: Drop flag_is_changable() on x86_64
` [U-Boot] [PATCH v3 41/62] x86: Fix up type sizes for 64-bit
` [U-Boot] [PATCH v3 42/62] x86: ivybridge: Skip SATA init in SPL
` [U-Boot] [PATCH v3 43/62] x86: ivybridge: Provide a dummy SDRAM init for 64-bit
` [U-Boot] [PATCH v3 44/62] x86: Don't try to run the VGA BIOS in 64-bit mode
` [U-Boot] [PATCH v3 45/62] x86: Don't build call64 and setjmp on 64-bit
` [U-Boot] [PATCH v3 46/62] x86: Don't build cpu files which are not supported "
` [U-Boot] [PATCH v3 47/62] x86: Don't build 32-bit efi files on x86_64
` [U-Boot] [PATCH v3 48/62] x86: Don't try to boot Linux from SPL
` [U-Boot] [PATCH v3 49/62] x86: Drop interrupt support in 64-bit mode
` [U-Boot] [PATCH v3 50/62] x86: Support jumping from SPL to U-Boot
` [U-Boot] [PATCH v3 51/62] x86: Move pirq_routing_table to global_data
` [U-Boot] [PATCH v3 52/62] x86: Move turbo_state "
` [U-Boot] [PATCH v3 53/62] x86: Change irq_already_routed to a local variable
` [U-Boot] [PATCH v3 54/62] x86: Move call64 to the i386 directory
` [U-Boot] [PATCH v3 55/62] x86: Move setjmp "
` [U-Boot] [PATCH v3 56/62] x86: Add a dummy setjmp implementation for x86_64
` [U-Boot] [PATCH v3 57/62] x86: link: Add a text base for 64-bit U-Boot
` [U-Boot] [PATCH v3 58/62] x86: link: Add SPL declarations to the binman image
` [U-Boot] [PATCH v3 59/62] x86: link: Set up device tree for SPL
` [U-Boot] [PATCH v3 60/62] x86: link: Add build options "
` [U-Boot] [PATCH v3 61/62] x86: Update compile/link flags to support 64-bit U-Boot
` [U-Boot] [PATCH v3 62/62] x86: link: Add a config for "

sctp: kernel memory overwrite attempt detected in sctp_getsockopt_assoc_stats
 2017-01-16 14:03 UTC  (7+ messages)

[PATCH] net/mlx: fix IPv4 and IPv6 packet type
 2017-01-16 14:03 UTC  (2+ messages)

[PATCH 1/2] drm/i915: Move engine reset preparation to i915_gem_reset_prepare()
 2017-01-16 14:03 UTC  (2+ messages)

[PATCH] net/mlx: remove link update lock
 2017-01-16 14:03 UTC  (2+ messages)

[PATCH v4 0/2] Add rockchip serial flash controller support
 2017-01-16 14:03 UTC  (5+ messages)
` [PATCH v4 2/2] mtd: spi-nor: add rockchip serial flash controller driver

[PATCH V2] mpt3sas: disable ASPM for MPI2 controllers
 2017-01-16 14:03 UTC  (8+ messages)

[RFT PATCH] ARM64: dts: meson-gxbb: Add reserved memory zone and usable memory range
 2017-01-16 14:02 UTC  (11+ messages)

[PATCH v3] net/mlx5: support extended statistics
 2017-01-16 14:01 UTC  (2+ messages)

[PATCH 0/8 V1] x86/intel_rdt: Memory b/w Allocation support
 2017-01-16 13:59 UTC  (9+ messages)
` [PATCH 1/8] Documentation, x86: Documentation for Intel Mem b/w allocation user interface
` [PATCH 2/8] x86/intel_rdt/mba: Generalize the naming to get ready for MBA
` [PATCH 3/8] x86/intel_rdt/mba: Improvements to handle more RDT resources like MBA
` [PATCH 4/8] x86/intel_rdt/mba: Memory b/w allocation feature detect

[patch] KEYS: Fix an error code in request_master_key()
 2017-01-16 13:58 UTC  (5+ messages)

[meta-selinux] What's the point of refpolicy-minimum?
 2017-01-16 13:59 UTC  (4+ messages)

[PATCH 0/8] x86emul: support various ISA extensions
 2017-01-16 13:58 UTC  (9+ messages)
` [PATCH 3/8] x86emul: support BMI1 insns

[Qemu-devel] [PATCH v15 0/2] virtio-crypto: virtio crypto device specification
 2017-01-16 13:58 UTC  (9+ messages)
    ` [Qemu-devel] [virtio-dev] "

[Bug 99426] gem_mmap_gtt swap tests are too long - perf: interrupt took too long
 2017-01-16 13:58 UTC 

[RFC] drm: Parse HDMI 2.0 YCbCr 4:2:0 VDB and VCB
 2017-01-16 13:57 UTC  (12+ messages)

[PATCH] [media] ov9650: use msleep() for uncritical long delay
 2017-01-16 13:58 UTC 

IOMMU fault with IGD passthrough setup on XEN 4.8.0
 2017-01-16 13:56 UTC  (4+ messages)

[PATCH] tpm_tis: use default timeout value if chip reports it as zero
 2017-01-16 13:55 UTC  (6+ messages)

[PATCH v5] can: dev: add CAN interface termination API
 2017-01-16 13:55 UTC  (2+ messages)

[PATCH] mtd: spi-nor: add dt support for Everspin MRAMs
 2017-01-16 13:55 UTC  (4+ messages)

[PATCH 0/4] multiboot2 protocol support
 2017-01-16 13:55 UTC  (9+ messages)
` [PATCH 3/4] efi: create new early memory allocator
` [PATCH 4/4] x86: add multiboot2 protocol support for EFI platforms

[PATCH 1/2] i2c: mux: pca954x: Export OF device ID table as module aliases
 2017-01-16 13:54 UTC  (2+ messages)
` [PATCH 2/2] i2c: pca9541: "

[RFC 0/1] Platform driver support for 'amd5536udc' driver
 2017-01-16 13:51 UTC  (6+ messages)

[PATCH 0/3] Add a "label" property to the mtd device
 2017-01-16 13:52 UTC  (4+ messages)
` [PATCH 2/3] dt-bindings: mtd: add a common label property to all mtd devices

[Buildroot] [PATCH] zlib: bump to version 1.2.11
 2017-01-16 13:52 UTC 

[Qemu-devel] [PATCH 00/16] aio_context_acquire/release pushdown, part 2
 2017-01-16 13:50 UTC  (7+ messages)
` [Qemu-devel] [PATCH 10/16] block: explicitly acquire aiocontext in timers that need it
` [Qemu-devel] [PATCH 11/16] block: explicitly acquire aiocontext in callbacks "

[Buildroot] [PATCH] sudo: bump to version 1.8.19p2
 2017-01-16 13:50 UTC 

[Buildroot] [PATCH] lighttpd: bump to version 1.4.45
 2017-01-16 13:50 UTC 

[ath9k-devel] Searching new home for ath[59]k-devel mailing lists
 2017-01-16 13:49 UTC  (4+ messages)
    `  "

[PATCH V3] x86/HVM: Introduce struct hvm_pi_ops
 2017-01-16 13:49 UTC  (6+ messages)

[U-Boot] [PATCH 0/3] arc: introduce timer driver and update device tree
 2017-01-16 13:49 UTC  (4+ messages)
` [U-Boot] [PATCH 1/3] drivers: timer: Introduce ARC timer driver
` [U-Boot] [PATCH 2/3] arc: dts: separate single axs10x.dts file
` [U-Boot] [PATCH 3/3] arc: use timer driver for ARC boards

[PATCH v3 00/24] i.MX Media Driver
 2017-01-16 13:47 UTC  (7+ messages)
` [PATCH v3 16/24] media: Add i.MX media core driver

[Buildroot] [PATCH] libinput: bump to version 1.5.4
 2017-01-16 13:48 UTC 

[Buildroot] [PATCH] poppler: bump to version 0.51.0
 2017-01-16 13:48 UTC 

Reading network data going into a VM from netback.c
 2017-01-16 13:46 UTC 

GATT service blacklist
 2017-01-16 13:46 UTC  (2+ messages)

/usr merge, stateless systems and atomic updates w/ OpenEmbedded?
 2017-01-16 13:45 UTC  (5+ messages)

[RFC] libxfs: cross-compile fixes
 2017-01-16 13:45 UTC  (3+ messages)

[Qemu-devel] [PULL 0/4] Tracing patches
 2017-01-16 13:44 UTC  (5+ messages)
` [Qemu-devel] [PULL 1/4] trace-events: spelling fix
` [Qemu-devel] [PULL 2/4] trace: Lock vCPU list when initializing dynamic tracing state
` [Qemu-devel] [PULL 3/4] trace: Fix dynamic event state on vCPU hot-unplug
` [Qemu-devel] [PULL 4/4] trace: Add event "guest_cpu_exit"

[PATCH 0/2] make a couple eth_dev_ops const
 2017-01-16 13:44 UTC  (3+ messages)
` [PATCH] net/bnxt: make eth dev ops struct const

[PATCH 1/2] perf: use PACKAGECONFIG instead of hand-rolled logic
 2017-01-16 13:44 UTC  (2+ messages)
` [PATCH 2/2] perf: add PACKAGECONFIG for systemtap

[OpenRISC] Clang does not understand .word directive in crt0.S in newlib source
 2017-01-16 13:44 UTC  (2+ messages)

[PATCH] printk: Correctly handle preemption in console_unlock()
 2017-01-16 13:43 UTC  (10+ messages)

[PATCH] net/ixgbe: fix interrupt block issue
 2017-01-16 13:42 UTC  (2+ messages)

[PATCH] mm: respect pre-allocated storage mapping for memmap
 2017-01-16 13:38 UTC 

[PATCH 0/2] crypto: AF_ALG memory management fix
 2017-01-16 13:41 UTC  (4+ messages)
` [PATCH 1/2] crypto: aead AF_ALG - overhaul memory management

[U-Boot] [PATCH v4 00/26] sunxi: Allwinner A64: SPL support
 2017-01-16 13:41 UTC  (7+ messages)
` [U-Boot] [PATCH v4 26/26] sunxi: A64: add 32-bit "

[PATCH] arm64: defconfig: disable CONFIG_DEVMEM
 2017-01-16 13:40 UTC  (4+ messages)

[PATCH 8/8] efi: Add EFI_SECURE_BOOT bit [ver #6]
 2017-01-16 13:40 UTC  (6+ messages)
` [PATCH 0/8] efi: Pass secure boot mode to kernel "

[PATCH] pcie: ti: Provide patch to force GEN1 PCIe operation
 2017-01-16 13:40 UTC  (8+ messages)

[Qemu-devel] [PULL 00/11] Block patches
 2017-01-16 13:39 UTC  (12+ messages)
` [Qemu-devel] [PULL 01/11] block: get rid of bdrv_io_unplugged_begin/end
` [Qemu-devel] [PULL 02/11] aio: rename bh_lock to list_lock
` [Qemu-devel] [PULL 03/11] qemu-thread: introduce QemuLockCnt
` [Qemu-devel] [PULL 04/11] aio: make ctx->list_lock a QemuLockCnt, subsuming ctx->walking_bh
` [Qemu-devel] [PULL 05/11] qemu-thread: optimize QemuLockCnt with futexes on Linux
` [Qemu-devel] [PULL 06/11] aio-posix: split aio_dispatch_handlers out of aio_dispatch
` [Qemu-devel] [PULL 07/11] aio: tweak walking in dispatch phase
` [Qemu-devel] [PULL 08/11] aio-posix: remove walking_handlers, protecting AioHandler list with list_lock
` [Qemu-devel] [PULL 09/11] aio-win32: "
` [Qemu-devel] [PULL 10/11] aio: document locking
` [Qemu-devel] [PULL 11/11] async: optimize aio_bh_poll

[PATCH kvm-unit-tests 0/5] Makefile changes/cleanups
 2017-01-16 13:38 UTC  (6+ messages)
` [PATCH kvm-unit-tests 1/5] Makefile: Disable PIE as GCC enables it by default from 6.2.0-7
` [PATCH kvm-unit-tests 2/5] arm/Makefile.common cleanup
` [PATCH kvm-unit-tests 3/5] powerpc/Makefile.common cleanup
` [PATCH kvm-unit-tests 4/5] arm/Makefile.common: generated files dep cleanup
` [PATCH kvm-unit-tests 5/5] powerpc/Makefile.common: "

[PATCH nf-next 1/1] netfilter: nf_tables: Refine the codes to eliminate useless condition checks in nf_tables_api.c
 2017-01-16 13:38 UTC  (4+ messages)

[PATCH 00/37] PCI: Support for configurable PCI endpoint
 2017-01-16 13:38 UTC  (10+ messages)
` [PATCH 11/37] PCI: dwc: Split pcie-designware.c into host and core files

[PATCH nft] evaluate: fix export length and data corruption
 2017-01-16 13:38 UTC 

[Qemu-devel] [Bug 1656234] [NEW] Qemu core dumped if using virtio-net
 2017-01-16 13:36 UTC  (2+ messages)

[LSF/MM ATTEND] CDM, HMM, ZONE_DEVICE, Device Memory Infrastructure, Page Allocator, CMA
 2017-01-16 13:35 UTC 

[PATCH v2] drivers/misc: Add ASpeed LPC control driver
 2017-01-16 13:34 UTC  (6+ messages)

[RFC PATCH 00/10] arm64/sve: Add userspace vector length control API
 2017-01-16 13:34 UTC  (5+ messages)
` [RFC PATCH 07/10] arm64/sve: Add vector length inheritance control


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.