All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-05-24 08:50:17 to 2016-05-24 09:15:52 UTC [more...]

[PATCH] mm: memcontrol: fix possible css ref leak on oom
 2016-05-24  9:01 UTC  (5+ messages)

[PATCH] NVMe: Only release requested regions
 2016-05-24  9:15 UTC  (2+ messages)

[PATCH] Use ULLONG_MAX when checking for strtoull overflow
 2016-05-24  9:15 UTC 

[PATCH v5 00/10] Check VT-d Device-TLB flush error
 2016-05-24  9:14 UTC  (9+ messages)
` [PATCH v5 02/10] IOMMU: handle IOMMU mapping and unmapping failures
` [PATCH v5 05/10] IOMMU: propagate IOMMU Device-TLB flush error up to IOMMU mapping

[GIT PULL] imx-drm probing fix
 2016-05-24  9:14 UTC 

[PATCH 1/3] image.bbclass: append to prefuncs/postfuncs for do_image_*
 2016-05-24  9:13 UTC  (3+ messages)
` [PATCH 3/3] image_types.bbclass: support template .wks.in files for wic

[PATCH v2 00/15] xen/arm: Introduce alternative runtime patching for ARM64
 2016-05-24  9:13 UTC  (7+ messages)
` [PATCH v2 11/15] xen/arm: Document the errata implemented in Xen
` [PATCH v2 12/15] xen/arm: arm64: Add Cortex-A53 cache errata workaround

[Xenomai] [Xenomai-git] Jan Kiszka : cobalt/kernel: Introduce __SCHED_CURRENT policy to setschedparam_ex
 2016-05-24  9:12 UTC  (8+ messages)

[PULL 00/59] KVM/ARM Changes for v4.7 take 2
 2016-05-24  9:09 UTC  (121+ messages)
` [PULL 01/59] kvm: arm64: Fix EC field in inject_abt64
` [PULL 02/59] KVM: arm/arm64: vgic: streamline vgic_update_irq_pending() interface
` [PULL 03/59] KVM: arm/arm64: vgic: avoid map in kvm_vgic_inject_mapped_irq()
` [PULL 04/59] KVM: arm/arm64: vgic: avoid map in kvm_vgic_map_is_active()
` [PULL 05/59] KVM: arm/arm64: vgic: avoid map in kvm_vgic_unmap_phys_irq()
` [PULL 06/59] KVM: arm/arm64: Remove the IRQ field from struct irq_phys_map
` [PULL 07/59] KVM: arm/arm64: arch_timer: Remove irq_phys_map
` [PULL 08/59] KVM: arm/arm64: vgic: Remove irq_phys_map from interface
` [PULL 09/59] KVM: arm/arm64: Move timer IRQ map to latest possible time
` [PULL 10/59] KVM: arm/arm64: Get rid of vgic_cpu->nr_lr
` [PULL 11/59] KVM: arm/arm64: Fix MMIO emulation data handling
` [PULL 12/59] KVM: arm/arm64: Export mmio_read/write_bus
` [PULL 13/59] KVM: arm/arm64: pmu: abstract access to number of SPIs
` [PULL 14/59] KVM: arm/arm64: Provide functionality to pause and resume a guest
` [PULL 15/59] KVM: arm/arm64: move GICv2 emulation defines into arm-gic-v3.h
` [PULL 16/59] KVM: arm/arm64: vgic-new: Add data structure definitions
` [PULL 17/59] KVM: arm/arm64: vgic-new: Add acccessor to new struct vgic_irq instance
` [PULL 18/59] KVM: arm/arm64: vgic-new: Implement virtual IRQ injection
` [PULL 19/59] KVM: arm/arm64: vgic-new: Add IRQ sorting
` [PULL 20/59] KVM: arm/arm64: vgic-new: Add IRQ sync/flush framework
` [PULL 21/59] KVM: arm/arm64: vgic-new: Add GICv2 world switch backend
` [PULL 22/59] KVM: arm/arm64: vgic-new: Add GICv3 "
` [PULL 23/59] KVM: arm/arm64: vgic-new: Implement kvm_vgic_vcpu_pending_irq
` [PULL 24/59] KVM: arm/arm64: vgic-new: Add MMIO handling framework
` [PULL 25/59] KVM: arm/arm64: vgic-new: Add GICv2 "
` [PULL 26/59] KVM: arm/arm64: vgic-new: Add CTLR, TYPER and IIDR handlers
` [PULL 27/59] KVM: arm/arm64: vgic-new: Add ENABLE registers handlers
` [PULL 28/59] KVM: arm/arm64: vgic-new: Add PENDING "
` [PULL 29/59] KVM: arm/arm64: vgic-new: Add ACTIVE "
` [PULL 30/59] KVM: arm/arm64: vgic-new: Add PRIORITY "
` [PULL 31/59] KVM: arm/arm64: vgic-new: Add CONFIG "
` [PULL 32/59] KVM: arm/arm64: vgic-new: Add TARGET "
` [PULL 33/59] KVM: arm/arm64: vgic-new: Add SGIR register handler
` [PULL 34/59] KVM: arm/arm64: vgic-new: Add SGIPENDR register handlers
` [PULL 35/59] KVM: arm/arm64: vgic-new: Add GICv3 MMIO handling framework
` [PULL 36/59] KVM: arm/arm64: vgic-new: Add GICv3 CTLR, IIDR, TYPER handlers
` [PULL 37/59] KVM: arm/arm64: vgic-new: Add GICv3 redistributor IIDR and TYPER handler
` [PULL 38/59] KVM: arm/arm64: vgic-new: Add GICv3 IDREGS register handler
` [PULL 39/59] KVM: arm/arm64: vgic-new: Add GICv3 IROUTER register handlers
` [PULL 40/59] KVM: arm/arm64: vgic-new: Add GICv3 SGI system register trap handler
` [PULL 41/59] KVM: arm/arm64: vgic-new: vgic_kvm_device: KVM device ops registration
` [PULL 42/59] KVM: arm/arm64: vgic-new: vgic_kvm_device: KVM_DEV_ARM_VGIC_GRP_NR_IRQS
` [PULL 43/59] KVM: arm/arm64: vgic-new: vgic_kvm_device: KVM_DEV_ARM_VGIC_GRP_CTRL
` [PULL 44/59] KVM: arm/arm64: vgic-new: vgic_kvm_device: implement kvm_vgic_addr
` [PULL 45/59] KVM: arm/arm64: vgic-new: vgic_kvm_device: KVM_DEV_ARM_VGIC_GRP_ADDR
` [PULL 46/59] KVM: arm/arm64: vgic-new: vgic_kvm_device: access to VGIC registers
` [PULL 47/59] KVM: arm/arm64: vgic-new: Export register access interface
` [PULL 48/59] KVM: arm/arm64: vgic-new: Add userland access to VGIC dist registers
` [PULL 49/59] KVM: arm/arm64: vgic-new: Add GICH_VMCR accessors
` [PULL 50/59] KVM: arm/arm64: vgic-new: Add userland GIC CPU interface access
` [PULL 51/59] KVM: arm/arm64: vgic-new: vgic_init: implement kvm_vgic_hyp_init
` [PULL 52/59] KVM: arm/arm64: vgic-new: vgic_init: implement vgic_create
` [PULL 53/59] KVM: arm/arm64: vgic-new: vgic_init: implement vgic_init
` [PULL 54/59] KVM: arm/arm64: vgic-new: vgic_init: implement map_resources
` [PULL 55/59] KVM: arm/arm64: vgic-new: Add vgic_v2/v3_enable
` [PULL 56/59] KVM: arm/arm64: vgic-new: Wire up irqfd injection
` [PULL 57/59] KVM: arm/arm64: vgic-new: implement mapped IRQ handling
` [PULL 58/59] KVM: arm/arm64: vgic-new: enable build
` [PULL 59/59] KVM: arm/arm64: vgic-new: Synchronize changes to active state

[PATCH] brcmfmac: fix setting AP channel with new firmwares
 2016-05-24  9:09 UTC 

[PATCH 00/16] sched: Clean-ups and asymmetric cpu capacity support
 2016-05-24  9:10 UTC  (3+ messages)
` [PATCH 06/16] sched: Disable WAKE_AFFINE for asymmetric configurations

[git pull] check headers fix
 2016-05-24  9:10 UTC  (3+ messages)

[PATCH 0/4] dma-mapping: Constify dma_attrs
 2016-05-24  9:09 UTC  (5+ messages)

[RFC PATCHv2] usb: USB Type-C Connector Class
 2016-05-24  9:06 UTC  (6+ messages)

[libnetfilter-conntrack PATCH] qa: update test_api with IPv6 NAT
 2016-05-24  9:09 UTC 

[RFC PATCH 00/24] Make Nokia N900 cameras working
 2016-05-24  9:09 UTC  (4+ messages)
  ` [RFC PATCH 04/24] smiapp-pll: Take existing divisor into account in minimum divisor check

[PATCH v2] rte mempool: division or modulo by zero
 2016-05-24  9:07 UTC  (3+ messages)

[PATCH RESEND 0/8] More stuff to charge to kmemcg
 2016-05-24  8:49 UTC  (6+ messages)
` [PATCH RESEND 2/8] mm: clean up non-standard page->_mapcount users
` [PATCH RESEND 3/8] mm: memcontrol: cleanup kmem charge functions
` [PATCH RESEND 4/8] mm: charge/uncharge kmemcg from generic page allocator paths
` [PATCH RESEND 5/8] mm: memcontrol: teach uncharge_list to deal with kmem pages
` [PATCH RESEND 7/8] pipe: account to kmemcg

use default speed of the eMMC
 2016-05-24  9:07 UTC 

[PATCH] driver: input :touchscreen : add Raydium I2C touch driver
 2016-05-24  9:05 UTC 

UBIFS assert when rebooting a read only ubifs when it's been remounted r/w
 2016-05-24  9:04 UTC  (11+ messages)

[PATCH v3 00/16] x86: multiboot2 protocol support
 2016-05-24  9:05 UTC  (3+ messages)
` [PATCH v3 07/16] x86/boot: create *.lnk files with linker script

use default speed of the eMMC
 2016-05-24  9:05 UTC 

Bisection: Lost wakeups from b5179ac70de8
 2016-05-24  9:04 UTC  (2+ messages)

[PATCH 3/3] spi: xilinx: Update devicetree bindings for spi-xilinx
 2016-05-24  9:04 UTC  (2+ messages)

[PATCH 2/3] spi: xilinx: Add QUAD support
 2016-05-24  9:04 UTC  (2+ messages)

[PATCH 1/3] spi: xilinx: Remove bitbang and register with spi core
 2016-05-24  9:04 UTC  (2+ messages)

[PATCH] support for AD5820 camera auto-focus coil
 2016-05-24  9:04 UTC  (7+ messages)
` [PATCHv2] "
    ` [PATCHv3] "

[GIT PULL] EFI fix
 2016-05-24  9:03 UTC  (5+ messages)

[PATCH] drm/rockchip: Return -EBUSY if there's already a pending flip event v4
 2016-05-24  9:03 UTC  (6+ messages)
` [PATCH] drm/rockchip: Return -EBUSY if there's already a pending flip event v5

[Qemu-devel] [PATCH] hw/arm/virt: fix limit of 64-bit ACPI/ECAM PCI MMIO range
 2016-05-24  9:01 UTC  (3+ messages)

[LTP] [PATCH] memcg/functional: check several times if the process is killed
 2016-05-24  9:02 UTC  (3+ messages)

[PATCH 00/16] clk: sunxi: introduce "modern" clock support
 2016-05-24  9:01 UTC  (6+ messages)
` [PATCH 07/16] clk: sunxi-ng: Add phase "

[PATCH v3 00/49] libify apply and use lib in am, part 1
 2016-05-24  8:59 UTC  (2+ messages)

[PATCH] x86/traps: Don't for in_interrupt() to return true in IST handlers
 2016-05-24  8:59 UTC  (2+ messages)

[Qemu-devel] [PATCH] block/iscsi: avoid potential overflow of acb->task->cdb
 2016-05-24  8:59 UTC 

[PATCH] hwrng: stm32 - fix build warning
 2016-05-24  8:58 UTC  (10+ messages)

[PATCH v2 0/3] atlas-ph-sensor: add conductivity sensor support
 2016-05-24  8:58 UTC  (5+ messages)
` [PATCH v2 2/3] iio: electricalconductivity: add IIO_ELECTRICALCONDUCTIVITY type

Two Reiser4 FSs in the same HDD cause head seek panic?
 2016-05-24  8:58 UTC 

Safe Deposit Box
 2016-05-24  8:34 UTC 

[RFC] iio: accel: st_accel: Add lis3l02dq support
 2016-05-24  8:57 UTC  (6+ messages)

[RFC PATCH v2] sched: reflect sched_entity movement into task_group's utilization
 2016-05-24  8:57 UTC 

[PATCH v2 0/5] Improve KVM per VM monitoring
 2016-05-24  8:57 UTC  (5+ messages)

master - refactor: split _report fn further into init and config part
 2016-05-24  8:57 UTC 

[RFC PATCH] sched: fix hierarchical order in rq->leaf_cfs_rq_list
 2016-05-24  8:55 UTC 

[PATCH v3 0/9] powerpc/powernv/cpuidle: Add support for POWER ISA v3 idle states
 2016-05-24  8:55 UTC  (5+ messages)
` [PATCH v3 4/9] powerpc/powernv: Make power7_powersave_common more generic
` [PATCH v3 5/9] powerpc/powernv: abstraction for saving SPRs before entering deep idle states

[PATCH] f2fs: introduce on-disk layout version checking functionality
 2016-05-24  8:53 UTC  (8+ messages)

[LTP] [PATCH] memcg/functional: check several times if the process is killed
 2016-05-24  8:52 UTC  (2+ messages)
` [LTP] [PATCH V2] "

[PATCH v3] Axi-usb: Add support for 64-bit addressing
 2016-05-24  8:50 UTC  (3+ messages)

[PATCH V4 for-next 00/10] Verbs RSS
 2016-05-24  8:50 UTC  (4+ messages)
` [PATCH V4 for-next 02/10] IB/core: Introduce Work Queue object and its verbs

How can checksums (node41) be of real help?
 2016-05-24  8:50 UTC 

[char-misc-next 1/2] mei: don't use wake_up_interruptible for wr_ctrl
 2016-05-24  8:50 UTC  (4+ messages)

[Qemu-devel] [PATCH v2 0/3] linux-user: netlink support
 2016-05-24  8:50 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.