All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-04-28 16:34:15 to 2016-04-28 17:00:17 UTC [more...]

[PATCH v2 0/9] Cleanup low-level arch code
 2016-04-28 17:00 UTC  (6+ messages)
` [PATCH v2 5/9] x86: Introduce lib/x86/asm/barrier.h

[PATCH v3 1/3] fs: direct-io: handle error in dio_end_io()
 2016-04-28 16:59 UTC  (7+ messages)
` [PATCH v3 3/3] block: avoid to call .bi_end_io() recursively

[PATCH 19/20] md: simplify free_params for kmalloc vs vmalloc fallback
 2016-04-28 16:59 UTC  (7+ messages)
` [PATCH] "

[PATCH kernel] vfio_pci: Make extended capabilities test more robust
 2016-04-28 16:57 UTC  (2+ messages)

[PATCH] gpiolib-acpi: Duplicate con_id string when adding it to the crs lookup list
 2016-04-28 16:56 UTC  (10+ messages)
` [PATCH v2] "

[RFC v2 5/8] drm/fence: add in-fences support
 2016-04-28 16:56 UTC  (12+ messages)

[PATCH 01/10] drm/i915: Apply strongly ordered RCS breadcrumb to gen8/legacy
 2016-04-28 16:56 UTC  (2+ messages)
` ✗ Fi.CI.BAT: failure for series starting with [01/10] "

Strangeness with git-add and nested repositories
 2016-04-28 16:54 UTC  (7+ messages)

[PATCH 0/5] fixes for sanitized submodule config
 2016-04-28 16:51 UTC  (5+ messages)
` [PATCH 3/5] submodule: export sanitized GIT_CONFIG_PARAMETERS

iproute2: bash completion function for tc
 2016-04-28 16:53 UTC  (5+ messages)

[Qemu-devel] [PULL] slirp: fix guest network access with darwin host
 2016-04-28 16:53 UTC  (2+ messages)

[PATCH v2 0/3] ARM: nommu: R-class fixes
 2016-04-28 16:51 UTC  (4+ messages)
` [PATCH v2 1/3] ARM: nommu: fix PMSAv7 setup
` [PATCH v2 2/3] ARM: nommu: change memory reserve for the vectors
` [PATCH v2 3/3] ARM: domain: move {set,get}_domain under config guard

[Bug 117301] New: Could not insert kvm_intel on dual Xeon X5355
 2016-04-28 16:51 UTC  (2+ messages)
` [Bug 117301] "

[PATCH v4] http: support sending custom HTTP headers
 2016-04-28 16:50 UTC  (10+ messages)
` [PATCH v5 0/2] Add support for sending additional "
  ` [PATCH v5 2/2] submodule: pass on http.extraheader config settings

[Qemu-devel] [PATCH v15 00/23] qapi visitor cleanups (post-introspection cleanups subset E)
 2016-04-28 16:50 UTC  (7+ messages)
` [Qemu-devel] [PATCH v15 12/23] qapi: Document visitor interfaces, add assertions
` [Qemu-devel] [PATCH v15 14/23] qapi: Add visit_type_null() visitor
` [Qemu-devel] [PATCH v15 15/23] qmp: Support explicit null during visits

[PATCH V5 0/6] Introduce framework for SLIMbus device drivers
 2016-04-28 16:49 UTC  (6+ messages)
` [PATCH V5 1/6] SLIMbus: Device management on SLIMbus

[PATCH v2] x86/boot: Rename overlapping memcpy() to memmove()
 2016-04-28 16:49 UTC  (7+ messages)

[net-next PATCH V4 0/5] samples/bpf: Improve user experience
 2016-04-28 16:49 UTC  (3+ messages)
` [net-next PATCH V4 3/5] samples/bpf: add a README file to get users started

[PATCH] perf tests: Do not use sizeof on pointer type
 2016-04-28 16:46 UTC 

[patch V3] lib: GCD: add binary GCD algorithm
 2016-04-28 16:48 UTC  (4+ messages)

[PATCH] Bluetooth: hci_intel: Fix null gpio desc pointer dereference
 2016-04-28 16:48 UTC 

Notes from the four separate IO track sessions at LSF/MM
 2016-04-28 16:47 UTC  (9+ messages)
    ` [Lsf] "
        ` [dm-devel] "

[PATCH v2 00/54] KVM: arm/arm64: Rework virtual GIC emulation
 2016-04-28 16:46 UTC  (110+ messages)
` [PATCH v2 01/54] KVM: arm/arm64: vgic: streamline vgic_update_irq_pending() interface
` [PATCH v2 02/54] KVM: arm/arm64: vgic: avoid map in kvm_vgic_inject_mapped_irq()
` [PATCH v2 03/54] KVM: arm/arm64: vgic: avoid map in kvm_vgic_map_is_active()
` [PATCH v2 04/54] KVM: arm/arm64: vgic: avoid map in kvm_vgic_unmap_phys_irq()
` [PATCH v2 05/54] KVM: arm/arm64: Remove the IRQ field from struct irq_phys_map
` [PATCH v2 06/54] KVM: arm/arm64: arch_timer: Remove irq_phys_map
` [PATCH v2 07/54] KVM: arm/arm64: vgic: Remove irq_phys_map from interface
` [PATCH v2 08/54] KVM: arm/arm64: Get rid of vgic_cpu->nr_lr
` [PATCH v2 09/54] KVM: arm/arm64: Fix MMIO emulation data handling
` [PATCH v2 10/54] KVM: arm/arm64: Export mmio_read/write_bus
` [PATCH v2 11/54] KVM: arm/arm64: pmu: abstract access to number of SPIs
` [PATCH v2 12/54] KVM: arm/arm64: vgic-new: Add data structure definitions
` [PATCH v2 13/54] KVM: arm/arm64: vgic-new: Add acccessor to new struct vgic_irq instance
` [PATCH v2 14/54] KVM: arm/arm64: vgic-new: Implement virtual IRQ injection
` [PATCH v2 15/54] KVM: arm/arm64: vgic-new: Add IRQ sorting
` [PATCH v2 16/54] KVM: arm/arm64: vgic-new: Add IRQ sync/flush framework
` [PATCH v2 17/54] KVM: arm/arm64: vgic-new: Add GICv2 world switch backend
` [PATCH v2 18/54] KVM: arm/arm64: vgic-new: Add GICv3 "
` [PATCH v2 19/54] KVM: arm/arm64: vgic-new: Implement
` [PATCH v2 20/54] KVM: arm/arm64: vgic-new: Add MMIO handling framework
` [PATCH v2 21/54] KVM: arm/arm64: vgic-new: Add GICv2 "
` [PATCH v2 22/54] KVM: arm/arm64: vgic-new: Export register access interface
` [PATCH v2 23/54] KVM: arm/arm64: vgic-new: Add CTLR, TYPER and IIDR handlers
` [PATCH v2 24/54] KVM: arm/arm64: vgic-new: Add ENABLE registers handlers
` [PATCH v2 25/54] KVM: arm/arm64: vgic-new: Add PENDING "
` [PATCH v2 26/54] KVM: arm/arm64: vgic-new: Add ACTIVE "
` [PATCH v2 27/54] KVM: arm/arm64: vgic-new: Add PRIORITY "
` [PATCH v2 28/54] KVM: arm/arm64: vgic-new: Add CONFIG "
` [PATCH v2 29/54] KVM: arm/arm64: vgic-new: Add TARGET "
` [PATCH v2 30/54] KVM: arm/arm64: vgic-new: Add SGIR register handler
` [PATCH v2 31/54] KVM: arm/arm64: vgic-new: Add SGIPENDR register handlers
` [PATCH v2 32/54] KVM: arm/arm64: vgic-new: Add GICv3 MMIO handling framework
` [PATCH v2 33/54] KVM: arm/arm64: vgic-new: Add GICv3 CTLR, IIDR, TYPER handlers
` [PATCH v2 34/54] KVM: arm/arm64: vgic-new: Add GICv3 redistributor IIDR and TYPER handler
` [PATCH v2 35/54] KVM: arm/arm64: vgic-new: Add GICv3 IDREGS register handler
` [PATCH v2 36/54] KVM: arm/arm64: vgic-new: Add GICv3 IROUTER register handlers
` [PATCH v2 37/54] KVM: arm/arm64: vgic-new: Add GICv3 SGI system register trap handler
` [PATCH v2 38/54] KVM: arm/arm64: vgic-new: vgic_kvm_device: KVM device ops registration
` [PATCH v2 39/54] KVM: arm/arm64: vgic-new: vgic_kvm_device: KVM_DEV_ARM_VGIC_GRP_NR_IRQS
` [PATCH v2 40/54] KVM: arm/arm64: vgic-new: vgic_kvm_device: KVM_DEV_ARM_VGIC_GRP_CTRL
` [PATCH v2 41/54] KVM: arm/arm64: vgic-new: vgic_kvm_device: KVM_DEV_ARM_VGIC_GRP_ADDR
` [PATCH v2 42/54] KVM: arm/arm64: vgic-new: vgic_kvm_device: access to VGIC registers
` [PATCH v2 43/54] KVM: arm/arm64: vgic-new: vgic_kvm_device: implement kvm_vgic_addr
` [PATCH v2 44/54] KVM: arm/arm64: vgic-new: Add userland access to VGIC dist registers
` [PATCH v2 45/54] KVM: arm/arm64: vgic-new: Add GICH_VMCR accessors
` [PATCH v2 46/54] KVM: arm/arm64: vgic-new: Add userland GIC CPU interface access
` [PATCH v2 47/54] KVM: arm/arm64: vgic-new: vgic_init: implement kvm_vgic_hyp_init
` [PATCH v2 48/54] KVM: arm/arm64: vgic-new: vgic_init: implement vgic_create
` [PATCH v2 49/54] KVM: arm/arm64: vgic-new: vgic_init: implement vgic_init
` [PATCH v2 50/54] KVM: arm/arm64: vgic-new: vgic_init: implement map_resources
` [PATCH v2 51/54] KVM: arm/arm64: vgic-new: Add vgic_v2/v3_enable
` [PATCH v2 52/54] KVM: arm/arm64: vgic-new: Wire up irqfd injection
` [PATCH v2 53/54] KVM: arm/arm64: vgic-new: implement mapped IRQ handling
` [PATCH v2 54/54] KVM: arm/arm64: vgic-new: enable build

[Qemu-devel] Is anyone able to load a web page from a guest operating system?
 2016-04-28 16:45 UTC  (9+ messages)

[patch 0/7] futex: Add support for process private hashing
 2016-04-28 16:42 UTC  (8+ messages)
` [patch 1/7] futex: Add some more function commentry
` [patch 2/7] lib/hashmod: Add modulo based hash mechanism
` [patch 3/7] futex: Hash private futexes per process
` [patch 4/7] futex: Add op for hash preallocation
` [patch 5/7] futex: Add sysctl knobs for process private hash
` [patch 6/7] perf/bench/futex-hash: Support NUMA
` [patch 7/7] perf/bench/futex-hash: Support preallocate hash table

[PATCH 1/3] tests/lib/Makefile.am: Remove test_seek_empty_packet and test_seek_big_trace from SCRIPT_LIST
 2016-04-28 16:44 UTC 

[ovmf test] 93090: regressions - FAIL
 2016-04-28 16:43 UTC 

[PATCH 0/4] Some fixes and cleanups for the Media Controller code
 2016-04-28 16:43 UTC  (10+ messages)
` [PATCH 4/4] [meida] media-device: dynamically allocate struct media_devnode

Linux 3.18.32
 2016-04-28 16:42 UTC 

Linux 4.1.23
 2016-04-28 16:42 UTC 

memtest help
 2016-04-28 16:42 UTC 

[PATCH] rbd: report unsupported features to syslog
 2016-04-28 16:42 UTC  (2+ messages)

[PATCH] autotools: add default for CACHED_CONFIGUREVARS
 2016-04-28 16:42 UTC 

[PATCH 1/2] security_flags: turn potential string format security issues into an error
 2016-04-28 16:42 UTC  (6+ messages)

[PATCH] arm64: Relocate screen_info.lfb_base on PCI BAR allocation
 2016-04-28 16:41 UTC  (4+ messages)

[PATCH v2] x86/vMSI-X: also snoop REP MOVS
 2016-04-28 16:41 UTC  (3+ messages)

[Buildroot] [PATCH v3 0/7] package/ffmpeg: bump to version 3.0.2
 2016-04-28 16:41 UTC  (8+ messages)
` [Buildroot] [PATCH v3 1/7] package/freerdp: add support for ffmpeg 3.0
` [Buildroot] [PATCH v3 2/7] package/ffmpeg: bump to version 3.0.2
` [Buildroot] [PATCH v3 3/7] package/ffmpeg: cosmetic change for the mips fpu option
` [Buildroot] [PATCH v3 4/7] package/ffmpeg: default to --cpu=generic for MIPS architecture
` [Buildroot] [PATCH v3 5/7] package/ffmpeg: Add patch required by Kodi 16.0-Jarvis
` [Buildroot] [PATCH v3 6/7] package/vlc: bump version to git master (to be released as 3.0)
` [Buildroot] [PATCH v3 7/7] package/tvheadend: remove compat patch for ffmpeg < 3.x

[PATCH v9 00/18] Add VT-d Posted-Interrupts support - including prerequisite series
 2016-04-28 16:40 UTC  (6+ messages)
` [PATCH v9 12/18] vfio: Register/unregister irq_bypass_producer

[RFC] iio: Release irq if set_trigger_state fails
 2016-04-28 16:40 UTC 

[LTP] [PATCH] syscalls/umount2_{02,03}: Retry umount2() on EBUSY
 2016-04-28 16:39 UTC 

[Buildroot] [V4 1/3] libtommath: new package
 2016-04-28 16:39 UTC  (3+ messages)

[Qemu-devel] [PATCH v3 00/11] tb hash improvements
 2016-04-28 16:37 UTC  (9+ messages)
` [Qemu-devel] [PATCH v3 11/11] translate-all: add tb hash bucket info to 'info jit' dump

[PATCH v2] Add GS driver (SPI video serializer family)
 2016-04-28 14:10 UTC 

[PATCH 0/4] MIPS: Guest timekeeping improvements
 2016-04-28 16:36 UTC  (7+ messages)
` [PATCH 3/4] MIPS: malta-time: Don't use PIT timer for cevt/csrc

[PATCH 1/2] drm/i915: introduce & use i915_gem_object_mark_dirty()
 2016-04-28 16:36 UTC  (4+ messages)
` [PATCH 2/2] drm/i915: a couple more uses for i915_gem_object_mark_dirty()

[PATCH] cmem: Update to new eng version 4.11.00.00_eng
 2016-04-28 16:36 UTC  (3+ messages)

[PATCH net-next] macvtap: add namespace support to the sysfs device class
 2016-04-28 16:35 UTC  (3+ messages)

[PATCH V1 for-next 0/2] Add support for reporting LSO capabilities
 2016-04-28 16:35 UTC  (6+ messages)
` [PATCH V1 for-next 1/2] IB/core: Report LSO capabilities when querying device

Linux kernel 4.1.23 released
 2016-04-28 16:34 UTC 

[Qemu-devel] [PATCH v4 00/10] tcg: Direct block chaining clean-up
 2016-04-28 16:34 UTC  (4+ messages)


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.