All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-07-24 15:55:03 to 2015-07-24 16:42:41 UTC [more...]

[PATCH v4 0/7] KASAN for arm64
 2015-07-24 16:41 UTC  (19+ messages)
` [PATCH v4 1/7] x86/kasan: generate KASAN_SHADOW_OFFSET in Makefile
` [PATCH v4 2/7] mm: kasan: introduce generic kasan_populate_zero_shadow()
` [PATCH v4 3/7] arm64: introduce VA_START macro - the first kernel virtual address
` [PATCH v4 4/7] arm64: move PGD_SIZE definition to pgalloc.h
` [PATCH v4 5/7] arm64: add KASAN support
` [PATCH v4 6/7] ARM64: kasan: print memory assignment
` [PATCH v4 7/7] x86/kasan: switch to generic kasan_populate_zero_shadow()

[Qemu-devel] [PATCH v7 0/6] vGICv3 support
 2015-07-24 16:42 UTC  (7+ messages)
` [Qemu-devel] [PATCH v7 1/6] Merge memory_region_init_reservation() into memory_region_init_io()
` [Qemu-devel] [PATCH v7 2/6] Implement GIC-500 base class
` [Qemu-devel] [PATCH v7 4/6] Introduce irqchip type specification for KVM

9.0.2 test/perf_local.cc on non-x86 architectures
 2015-07-24 16:42 UTC  (2+ messages)

[PATCH v10 0/7] sched: Rewrite runnable load and utilization average tracking
 2015-07-24 16:41 UTC  (5+ messages)
` [PATCH v10 2/7] "
` [PATCH v10 7/7] sched: Clean up load average references

[PATCH V6 0/9] iSER support for iWARP
 2015-07-24 16:41 UTC  (18+ messages)
  ` [PATCH V6 1/9] RDMA/iser: Limit sg tablesize and max_sectors to device fastreg max depth
  ` [PATCH V6 3/9] ipath,qib: Expose max_sge_rd correctly
` [PATCH V6 2/9] mlx4, mlx5, mthca: "
` [PATCH V6 4/9] svcrdma: Use max_sge_rd for destination read depths
` [PATCH V6 5/9] RDMA/isert: Limit read depth based on the device max_sge_rd capability
` [PATCH V6 6/9] isert: Rename IO functions to more descriptive names
` [PATCH V6 7/9] isert: Use the device's max fastreg page list depth
` [PATCH V6 8/9] isert: Use local_dma_lkey whenever possible
` [PATCH V6 9/9] isert: Support iWARP transports using FRMRs

PV-vNUMA issue: topology is misinterpreted by the guest
 2015-07-24 16:40 UTC  (41+ messages)

[PATCH] spi: omap2-mcspi: add runtime PM to set_cs()
 2015-07-24 16:39 UTC  (3+ messages)

[PATCH REPOST] serial/amba-pl011: Disable interrupts around TX softirq
 2015-07-24 16:39 UTC  (2+ messages)

[PATCH v3 0/4] i915 to call hda driver on HDMI plug/unplug
 2015-07-24 16:38 UTC  (2+ messages)

[PATCH] staging: lustre: Replace strtoul with simple_strtoul
 2015-07-24 16:37 UTC 

add a bi_error field to struct bio V3
 2015-07-24 16:36 UTC  (6+ messages)
` [PATCH] block: add a bi_error field to struct bio

randconfig build error with next-20150724, in mm/page_ext.c
 2015-07-24 16:36 UTC  (4+ messages)

[Bug 91308] Tonga UVD not working with GL_NV_vdpau_interop
 2015-07-24 16:36 UTC  (2+ messages)

[PATCH] samples/bpf: Fix map fd argument on tracex4 example
 2015-07-24 16:35 UTC  (2+ messages)

[RFC 0/3] Adding support for Zynq PL reset controller
 2015-07-24 16:19 UTC  (4+ messages)
` [RFC 3/3] reset: reset-zynq-pl: Adding support for Xilinx Zynq PL reset

[PATCH WIP 00/43] New fast registration API
 2015-07-24 16:34 UTC  (12+ messages)
` [PATCH WIP 38/43] iser-target: Port to new memory "

[PATCH V7 0/5] map GHES memory region according to EFI memory map
 2015-07-24 16:34 UTC  (9+ messages)
` [PATCH V7 3/5] arm64: mm: add PROT_DEVICE_nGnRnE and PROT_NORMAL_WT
` [PATCH V7 4/5] arm64: apei: implement arch_apei_get_mem_attributes()

Tessellation shaders get MEM_OUT_OF_BOUNDS errors / missing triangles
 2015-07-24 16:34 UTC  (5+ messages)

Dealing with the NMI mess
 2015-07-24 16:33 UTC  (16+ messages)

Possible GPL-licensed header included in alsa-lib
 2015-07-24 16:32 UTC  (6+ messages)
` Replace include/list.h with non-GPL implementation

[PATCH V4 1/2] mtd: spi-nor: Bindings for Cadence Quad SPI Flash Controller driver
 2015-07-24 16:25 UTC  (4+ messages)

[Qemu-devel] [PATCH for-2.5 00/10] tcg: improve optimizer
 2015-07-24 16:30 UTC  (11+ messages)
` [Qemu-devel] [PATCH for-2.5 01/10] tcg/optimize: optimize temps tracking
` [Qemu-devel] [PATCH for-2.5 02/10] tcg/optimize: add temp_is_const and temp_is_copy functions
` [Qemu-devel] [PATCH for-2.5 03/10] tcg/optimize: track const/copy status separately
` [Qemu-devel] [PATCH for-2.5 04/10] tcg/optimize: allow constant to have copies
` [Qemu-devel] [PATCH for-2.5 05/10] tcg: rename trunc_shr_i32 into trunc_shr_i64_i32
` [Qemu-devel] [PATCH for-2.5 06/10] tcg: don't abuse TCG type in tcg_gen_trunc_shr_i64_i32
` [Qemu-devel] [PATCH for-2.5 07/10] tcg: implement real ext_i32_i64 and extu_i32_i64 ops
` [Qemu-devel] [PATCH for-2.5 08/10] tcg/optimize: add optimizations for "
` [Qemu-devel] [PATCH for-2.5 09/10] tcg/optimize: do not remember garbage high bits for 32-bit ops
` [Qemu-devel] [PATCH for-2.5 10/10] tcg: update README about size changing ops

[PATCH] rte_ethdev.h: fix make sure that all functions has C linkage type
 2015-07-24 16:28 UTC  (2+ messages)

[U-Boot] [PATCH 02/15][v4] imx: usb: ehci-mx7 add usb driver for i.MX7D
 2015-07-24 16:30 UTC  (3+ messages)

[PATCH OSSTEST v2] Arrange to test migration from the previous Xen version
 2015-07-24 16:29 UTC  (2+ messages)

[PATCH] powerpc/p1010rdb:update dts for pcie interrupt-map
 2015-07-24 16:29 UTC  (3+ messages)

[PATCH bluetooth-next 0/2] ieee802154: multiple lowpan interface support and fix mac setting
 2015-07-24 16:29 UTC  (4+ messages)

[PATCH] ARM/fb: ep93xx: switch framebuffer to use modedb only
 2015-07-24 16:29 UTC  (3+ messages)

[PATCH OSSTEST] Match $branch against xen-* instead of xen*
 2015-07-24 16:28 UTC  (2+ messages)

[PATCH net-next] route: allow to route in a peer netns via lwt framework
 2015-07-24 16:27 UTC  (4+ messages)
` [PATCH net-next v2] "

[PATCH v2] ALSA: hda - Fix the headset mic that will not work on Dell desktop machine
 2015-07-24 16:26 UTC  (2+ messages)

Commit "rsi: fix memory leak in rsi_load_ta_instructions()" breaks things
 2015-07-24 16:26 UTC  (7+ messages)

What is SAM value? "ieee802154 phy0 wpan0: SAM value 0x3 not supported"
 2015-07-24 16:24 UTC  (15+ messages)

[PATCH 0/2] DRA7 DSP MMU config support
 2015-07-24 16:24 UTC  (8+ messages)
` [PATCH 2/2] iommu/omap: Add support for configuring dsp iommus on DRA7xx

[PATCH v2 00/23] x86: multiboot2 protocol support
 2015-07-24 16:22 UTC  (4+ messages)
` [PATCH v2 01/23] x86/boot: remove unneeded instruction

[review-request] ed/toaster/misc
 2015-07-24 16:22 UTC  (6+ messages)

[RFT PATCH v3] PCI: move pci_read_bridge_bases to the generic PCI layer
 2015-07-24 16:21 UTC  (5+ messages)

[PATCH net] tcp: fix recv with flags MSG_WAITALL | MSG_PEEK
 2015-07-24 16:19 UTC 

[RFC v5 PATCH 0/9] hugetlbfs: add fallocate support
 2015-07-24 16:18 UTC  (5+ messages)
` [RFC v5 PATCH 8/9] hugetlbfs: add hugetlbfs_fallocate()

[PATCH] libepoxy: Use native python3
 2015-07-24 16:18 UTC  (7+ messages)

ALSA: hda - Use generic parser for Cirrus codec driver
 2015-07-24 16:18 UTC  (2+ messages)

[PATCH] libepoxy: Don't try to use python3 during configuration
 2015-07-24 16:17 UTC 

[Bug 93701] New: radeon: two "empty" pixel lines on left side of screen, rest of screen gets slightly squished
 2015-07-24 16:17 UTC  (2+ messages)
` [Bug 93701] "

[PATCH v2 0/7] Making the generic ACPI GSI layer irqdomain aware
 2015-07-24 16:17 UTC  (4+ messages)
` [PATCH v2 7/7] acpi: gsi: Cleanup acpi_register_gsi

[Bug 89621] New: EXT4-fs error (device dm-1): ext4_mb_release_inode_pa:3773: group 24089, free 34, pa_free 32
 2015-07-24 16:17 UTC  (2+ messages)
` [Bug 89621] "

Since Linux 4.1: A lot of AMD-Vi IO_PAGE_FAULTs
 2015-07-24 16:15 UTC  (7+ messages)

[PATCH] Enable per-VCPU parameter settings for RTDS scheduler
 2015-07-24 16:14 UTC  (5+ messages)

[PATCH] wic: Add plugin for hybrid iso image
 2015-07-24 15:27 UTC 

[PATCH v2 1/2] ARM: PCI: bios32: replace panic with WARN messages on failures
 2015-07-24 16:13 UTC  (4+ messages)
` [PATCH v2 2/2] ARM: pci: kill pcibios_msi_controller

[PATCH] ip/ip6tunnel: fix missing return value check
 2015-07-24 16:11 UTC 

[PATCH] bcma: populate bus DT subnodes as platform_device-s
 2015-07-24 16:11 UTC  (5+ messages)

[PATCH 1/2] f2fs: reorganize __f2fs_add_link
 2015-07-24 16:11 UTC  (5+ messages)

[Ksummit-discuss] [TECH TOPIC] Overlays and file(system) unioning issues
 2015-07-24 16:10 UTC  (2+ messages)

[PATCH v3] Input: goodix - Fix touch coords on WinBook TW100 and TW700
 2015-07-24 16:09 UTC  (2+ messages)

[PATCH v2] Input: goodix - Fix touch coords on WinBook TW100 and TW700
 2015-07-24 16:09 UTC  (5+ messages)

Bug#793496: Merging duplicate bug
 2015-07-24 16:07 UTC 

[PATCH] f2fs: initialize both two copies of NAT and SIT area
 2015-07-24 16:00 UTC  (4+ messages)

[PATCH v7 00/15] Alternate p2m: support multiple copies of host p2m
 2015-07-24 16:06 UTC  (3+ messages)

omapdss: Division by zero in kernel
 2015-07-24 16:03 UTC  (2+ messages)

[PATCH] libxl: check nesthvm and altp2m in libxl level
 2015-07-24 16:02 UTC  (2+ messages)

[PATCH] HID: core: do not reject devices when they declare too many usages
 2015-07-24 16:02 UTC 

how does 0x##p##q work
 2015-07-24 16:02 UTC 

[meta-fsl-demos][v3 0/7] Upgrade to 3.14.38-6QP_beta v3
 2015-07-24 15:41 UTC  (8+ messages)
` [meta-fsl-demos][v3 1/7] packagegroup-fsl-gstreamer1.0: Create FSL Gstreamer package group
` [meta-fsl-demos][v3 2/7] packagegroup-fsl-gpu-external: Update to support tools on specific SoC
` [meta-fsl-demos][v3 3/7] packagegroup-fsl-tools-testapps: Add tools and apps used in testing
` [meta-fsl-demos][v3 4/7] packagegroup-core-directfb: Add Vivante DRI for mx6 with GPU
` [meta-fsl-demos][v3 5/7] packagegroup-fsl-pulseaudio: Create pulse audio package group
` [meta-fsl-demos][v3 6/7] packagegroup-fsl-tools-bluetooth: Create bluetooth "
` [meta-fsl-demos][v3 7/7] fsl-image-gui: Create Freescale Image Recipe

[PATCH v2] xenconsole: Ensure exclusive access to console using locks
 2015-07-24 16:01 UTC  (3+ messages)
` [PATCH v3] "

[meta-fsl-arm][v3 00/12] 3.14.38-6QP v3 patch set
 2015-07-24 15:40 UTC  (13+ messages)
` [meta-fsl-arm][v3 01/12] imx7dsabresd: Create i.MX 7Dual SABRE Smart Device machine
` [meta-fsl-arm][v3 02/12] imx6qpsabreauto: Create i.MX 6 QuadPlus SABRE Auto machine
` [meta-fsl-arm][v3 03/12] u-boot-imx: Upgrade to 3.14.38-6QP_beta release
` [meta-fsl-arm][v3 04/12] linux-imx: Add kernel loadable graphics module support
` [meta-fsl-arm][v3 05/12] kernel-module-imx-gpu-viv: Kernel loadable modules for 5.0.11.p6.3
` [meta-fsl-arm][v3 06/12] imx-gpu-viv: Add kernel loadable module support
` [meta-fsl-arm][v3 07/12] mesa: Support for mx6 without GPUs
` [meta-fsl-arm][v3 08/12] mesa-demos: Fix so patches only install for SoC with GPU
` [meta-fsl-arm][v3 09/12] mesa-demos: Add Wayland and OpenVG support
` [meta-fsl-arm][v3 10/12] gst1.0-fsl-plugins: Upgrade to 4.0.5 version
` [meta-fsl-arm][v3 11/12] gst1.0-fsl-plugin_4.0.5: Add Gstreamer Recorder support
` [meta-fsl-arm][v3 12/12] packagegroup-fsl-mfgtool: Add f2fs and e2fsk RDEPENDS

Bug#793496: About the security issues affecting xfsprogs in Squeeze
 2015-07-24 15:57 UTC 

[Qemu-devel] [PATCH v3 0/2] block: vpc - prevent overflow
 2015-07-24 15:59 UTC  (2+ messages)

[PATCH 0/8] Add support for additional bq27xxx devices
 2015-07-24 15:57 UTC  (4+ messages)

[PATCH v2] MIPS: SMP: Don't increment irq_count multiple times for call function IPIs
 2015-07-24 15:57 UTC  (2+ messages)

Bug#793496: xfsprogs: CVE-2012-2150: xfs_metadump information disclosure flaw
 2015-07-24 15:53 UTC 

[PATCH 03/17] cipher: Add 3DES EDE and AES CBC-mode cipher types
 2015-07-24 15:56 UTC  (2+ messages)

master - lockd: remove an unreachable global lock condition
 2015-07-24 15:56 UTC 

[PATCH] MIPS: SMP: Don't increment irq_count multiple times for call function IPIs
 2015-07-24 15:56 UTC  (4+ messages)

[PATCH 02/17] checksum: Add l_checksum_clone API
 2015-07-24 15:55 UTC  (2+ messages)

[U-Boot] buildman dtc check error
 2015-07-24 15:55 UTC  (5+ messages)

[PATCH i-g-t] tools/Makefile.sources: fix igt_stats complie error on android
 2015-07-24 15:55 UTC  (2+ messages)

[PATCH v3 00/11] arm/arm64: KVM: Active interrupt state switching for shared devices
 2015-07-24 15:55 UTC  (12+ messages)
` [PATCH v3 05/11] KVM: arm/arm64: vgic: Relax vgic_can_sample_irq for edge IRQs
` [PATCH v3 06/11] KVM: arm/arm64: vgic: Allow dynamic mapping of physical/virtual interrupts
` [PATCH v3 07/11] KVM: arm/arm64: vgic: Allow HW interrupts to be queued to a guest
` [PATCH v3 08/11] KVM: arm/arm64: vgic: Add vgic_{get, set}_phys_irq_active
  ` [PATCH v3 08/11] KVM: arm/arm64: vgic: Add vgic_{get,set}_phys_irq_active
` [PATCH v3 09/11] KVM: arm/arm64: vgic: Prevent userspace injection of a mapped interrupt
` [PATCH v3 10/11] KVM: arm/arm64: timer: Allow the timer to control the active state
` [PATCH v3 11/11] KVM: arm/arm64: vgic: Allow HW interrupts for non-shared devices


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.