All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-02-17 14:48:37 to 2016-02-17 15:38:01 UTC [more...]

[PATCH] zsmalloc: drop unused member 'mapping_area->huge'
 2016-02-17 15:37 UTC  (2+ messages)

[PATCH] vfio: fix link failures when CONFIG_PCI_MSI is disabled
 2016-02-17 15:37 UTC  (4+ messages)

[PATCH] mips: Avoid a form of the .type directive that is not supported by LLVM's Integrated Assembler
 2016-02-17 15:37 UTC  (2+ messages)

[U-Boot] [PATCH] mx7dsabresd: Use Adrian's NXP email address
 2016-02-17 15:37 UTC 

[RFC PATCH v1 1/1] vGPU core driver : to provide common interface for vGPU
 2016-02-17 15:36 UTC  (12+ messages)
      ` [Qemu-devel] "

[Qemu-devel] [PATCH v3 00/14] blockdev: Further BlockBackend work
 2016-02-17 15:36 UTC  (7+ messages)
` [Qemu-devel] [PATCH v3 01/14] monitor: Use BB list for BB name completion
` [Qemu-devel] [PATCH v3 04/14] block: Add blk_name_taken()

[Qemu-devel] [PATCH 0/4] machine: Eliminate machine_init()/MODULE_INIT_MACHINE
 2016-02-17 15:36 UTC  (5+ messages)
` [Qemu-devel] [PATCH 1/4] machine: Use type_init() to register machine classes
` [Qemu-devel] [PATCH 4/4] module: Rename machine_init() to opts_init()

[PATCH V5 00/15] MMCONFIG refactoring and support for ARM64 PCI hostbridge init based on ACPI
 2016-02-17 15:35 UTC  (11+ messages)
` [PATCH V5 07/15] pci, acpi: Provide generic way to assign bus domain number

[PATCH] eCryptfs: fix typos in comment
 2016-02-17 15:35 UTC  (2+ messages)

[PATCH] arm64: KVM: vgic-v3: Restore ICH_APR0Rn_EL2 before ICH_APR0Rn_EL2
 2016-02-17 15:35 UTC  (2+ messages)

[PATCH] arm/arm64: KVM: vgic: Handle out-of-bound MMIO access
 2016-02-17 15:34 UTC  (2+ messages)

[U-Boot] [PATCH] mx7dsabresd: Make 'ums' command functional
 2016-02-17 15:34 UTC 

[PATCH] arm/arm64: KVM: Feed initialized memory to MMIO accesses
 2016-02-17 15:34 UTC  (2+ messages)

[PATCH] i.MX SPI DMA cleanup
 2016-02-17 15:33 UTC  (12+ messages)
` [PATCH 01/13] spi: imx: allow only WML aligned transfers to use DMA

[PATCH v2] drm/atomic: Allow for holes in connector state, v2
 2016-02-17 15:33 UTC  (2+ messages)
` [v2] "

Distributed Process Scheduling Algorithm
 2016-02-17 15:32 UTC  (10+ messages)

[PATCH] thermal: devfreq_cooling: remove impossible condition
 2016-02-17 15:32 UTC  (2+ messages)

[PATCH] drm/i915/skl: Ensure HW is powered during DDB HW state readout
 2016-02-17 15:30 UTC  (3+ messages)

[PATCH 00/23] perf tools: Several memory events updates
 2016-02-17 15:31 UTC  (8+ messages)
` [PATCH 01/23] perf record: Add --all-user/--all-kernel options

[PATCH] writeback: initialize inode members that track writeback history
 2016-02-17 15:30 UTC  (3+ messages)

[Devel] [PATCH v2] Introduce AcpiOs(Read|Write)Cmos and enable these in AcpiExCmosSpaceHandler
 2016-02-17 15:30 UTC 

[Qemu-devel] Memory region allocation races
 2016-02-17 15:30 UTC  (2+ messages)

[PATCH V1 net 0/6] Mellanox 10/40G mlx4 driver fixes for 4.5-rc
 2016-02-17 15:30 UTC  (8+ messages)
` [PATCH net V1 1/6] net/mlx4_en: Count HW buffer overrun only once
` [PATCH net V1 2/6] net/mlx4_en: Choose time-stamping shift value according to HW frequency
` [PATCH net V1 3/6] net/mlx4_core: Fix potential corruption in counters database
` [PATCH net V1 4/6] net/mlx4_core: Do not BUG_ON during reset when PCI is offline
` [PATCH net V1 5/6] net/mlx4_core: Set UAR page size to 4KB regardless of system page size
` [PATCH net V1 6/6] net/mlx4_en: Avoid changing dev->features directly in run-time

[Qemu-devel] [PATCH v4 RFC 00/17] qcow2: persistent dirty bitmaps
 2016-02-17 15:29 UTC  (18+ messages)
` [Qemu-devel] [PATCH 01/17] hbitmap: load/store
` [Qemu-devel] [PATCH 02/17] qcow2: Bitmaps extension: structs and consts
` [Qemu-devel] [PATCH 03/17] qcow2-dirty-bitmap: read dirty bitmap directory
` [Qemu-devel] [PATCH 04/17] qcow2-dirty-bitmap: add qcow2_bitmap_load()
` [Qemu-devel] [PATCH 05/17] qcow2-dirty-bitmap: add qcow2_bitmap_store()
` [Qemu-devel] [PATCH 06/17] qcow2: add dirty bitmaps extension
` [Qemu-devel] [PATCH 07/17] qcow2-dirty-bitmap: add qcow2_bitmap_load_check()
` [Qemu-devel] [PATCH 08/17] block: store persistent dirty bitmaps
` [Qemu-devel] [PATCH 09/17] block: add bdrv_load_dirty_bitmap()
` [Qemu-devel] [PATCH 10/17] qcow2-dirty-bitmap: add autoclear bit
` [Qemu-devel] [PATCH 11/17] qemu: command line option for dirty bitmaps
` [Qemu-devel] [PATCH 12/17] qcow2-dirty-bitmap: add IN_USE flag
` [Qemu-devel] [PATCH 13/17] qcow2-dirty-bitmaps: disallow stroing bitmap to other bs
` [Qemu-devel] [PATCH 14/17] iotests: add VM.test_launcn()
` [Qemu-devel] [PATCH 15/17] iotests: test internal persistent dirty bitmap
` [Qemu-devel] [PATCH 16/17] qcow2-dirty-bitmap: add AUTO flag
` [Qemu-devel] [PATCH 17/17] qcow2-dirty-bitmap: add EXTRA_DATA_COMPATIBLE flag

[PATCH 0/6] preparation for merging the OOM reaper
 2016-02-17 15:29 UTC  (10+ messages)
` [PATCH 2/6] mm,oom: don't abort on exiting processes when selecting a victim

[RFC PATCH 1/2] PCI: Add PCI device flag PCI_DEV_FLAGS_BRIDGE_SKIP_ALIAS
 2016-02-17 15:28 UTC  (7+ messages)

[PATCH] ip6_gre: clear IPCB in ip6gre_xmit2 in case dst_link_failure called
 2016-02-17 15:26 UTC  (2+ messages)

[PATCH v2 00/16] Scheduling related tracing improvements
 2016-02-17 15:26 UTC  (5+ messages)
` [PATCH v2 06/16] xen: sched: tracing: enable TSC tracing for all events

[PATCH] xprtrdma: rpcrdma_bc_receive_call() should init rq_private_buf.len
 2016-02-17 15:25 UTC  (4+ messages)

[RFC 0/7] Peer-direct memory
 2016-02-17 15:25 UTC  (8+ messages)

[PATCH 00/16] drm crtc cleanup: nuke optional dummy crtc mode_fixup function
 2016-02-17 15:24 UTC  (10+ messages)
` [PATCH 06/16] drm/rcar-du: removed "
` [PATCH 07/16] drm/omapdrm: "
` [PATCH 09/16] drm/shmobile: "

[PATCH RESEND FOR CI] drm/i915/bxt: Initialize MIPI DSI for BXT
 2016-02-17 15:24 UTC  (2+ messages)
` ✗ Fi.CI.BAT: failure for "

Broken userspace crypto in linux-4.1.18
 2016-02-17 15:24 UTC  (3+ messages)

[PATCH v2 0/8] arm64: Introduce Allwinner A64 and Pine64 support
 2016-02-17 15:22 UTC  (8+ messages)
` [PATCH v2 5/8] arm64: dts: add Allwinner A64 SoC .dtsi
` [PATCH v2 7/8] arm64: dts: add Pine64 support

[Lsf-pc] [LSF/MM TOPIC] multi-stream IO hint implementation proposal for LSF/MM 2016
 2016-02-17 15:21 UTC 

[Qemu-devel] [PATCH 1/1] nbd: fix block-mirror NBD target
 2016-02-17 15:21 UTC  (2+ messages)

[ovmf test] 82909: regressions - FAIL
 2016-02-17 15:20 UTC 

[LTP] [PATCH v2 1/2] removexattr/removexattr01.c: add new testcase
 2016-02-17 15:20 UTC  (2+ messages)
` [LTP] [PATCH v2 2/2] removexattr/removexattr02.c: "

[PATCH 1/2] spi: core: Use %zu for printing 'size_t' type
 2016-02-17 15:20 UTC  (2+ messages)
  ` [PATCH 2/2] spi: core: Use cast inside 'min' macro

[Cocci] keeping cast affects match?
 2016-02-17 15:19 UTC  (5+ messages)

[Qemu-devel] [PATCH] rules: filter out irrelevant files
 2016-02-17 15:18 UTC  (3+ messages)

02/17/2016 Weekly Ceph Performance Meeting IS ON!
 2016-02-17 15:18 UTC 

Fix BUG_ON() reporting in real mode on powerpc
 2016-02-17 15:16 UTC  (4+ messages)

[PATCH v4 1/3] staging: rtl8723au: use list_for_each_entry*()
 2016-02-17 15:16 UTC  (2+ messages)

[net-next PATCH v3 0/8] tc offload for cls_u32 on ixgbe
 2016-02-17 15:14 UTC  (5+ messages)
` [net-next PATCH v3 6/8] net: ixgbe: add minimal parser details for ixgbe

[PATCH v3 1/3] PMU: make {acquire, release}_pmu_ownership names consistent
 2016-02-17 15:14 UTC  (7+ messages)
` [PATCH v3 2/3] xenoprof: fix up ability to disable it
` [PATCH v3 3/3] build: convert xenoprof to Kconfig

[PATCH v4] public/io/netif.h: make control ring hash protocol more general
 2016-02-17 15:05 UTC 

[RFC PATCH 0/2] vfs: Use per-cpu list for SB's s_inodes list
 2016-02-17 15:13 UTC  (3+ messages)
` [RFC PATCH 1/2] lib/percpu-list: Per-cpu list with associated per-cpu locks

mgmt API, need some help for my use-case
 2016-02-17 15:13 UTC  (4+ messages)

[PATCH] btrfs: Avoid BUG_ON()s because of ENOMEM caused by kmalloc() failure
 2016-02-17 15:11 UTC  (4+ messages)

[PATCH 0/4] ARM Davinci warning fixes
 2016-02-17 15:11 UTC  (2+ messages)

[PATCH v6] staging: wilc1000: Return correct error codes
 2016-02-17 15:11 UTC 

[PATCH 0/5] staging: iio: tsl2x7x_core: fix multiple checkpatch issues
 2016-02-17 15:10 UTC  (7+ messages)
` [PATCH 1/5] staging: iio: tsl2x7x_core: adjust alignment to match open parenthesis
  ` [Outreachy kernel] "
` [PATCH 2/5] staging: iio: tsl2x7x_core: use preferred comment style
` [PATCH 3/5] staging: iio: tsl2x7x_core: remove space after a cast
` [PATCH 4/5] staging: iio: tsl2x7x_core: add spaces around operators
` [PATCH 5/5] staging: iio: tsl2x7x_core: add blank line after struct declaration

oss.sgi.com - maintenance Wed Feb 17 09:00 CT USA
 2016-02-17 15:09 UTC  (3+ messages)
  ` oss.sgi.com - maintenance - rescheduled Fri Feb 19 "

[PATCH v5 0/2] Vm-events: move monitor vm-events code to common-side
 2016-02-17 15:09 UTC  (2+ messages)

[Qemu-devel] [PATCH v2 1/1] hyperv: cpu hotplug fix with HyperV enabled
 2016-02-17 15:08 UTC  (2+ messages)

[u-boot-fslc] QSPI driver
 2016-02-17 15:08 UTC  (3+ messages)

[PATCH 0/7] USB changes for rare warnings
 2016-02-17 15:08 UTC  (4+ messages)
` [PATCH 1/7] usb: gadget: pxa25x_udc: move register definitions from arch

p2m stuff and crash tool
 2016-02-17 15:08 UTC  (8+ messages)

cooperation
 2016-02-17 15:05 UTC 

[BUG] random kernel crashes after THP rework on s390 (maybe also on PowerPC and ARM)
 2016-02-17 15:04 UTC  (13+ messages)

vendor extension moratorium?
 2016-02-17 15:05 UTC  (3+ messages)

[Qemu-devel] [PATCH v3 RFC 0/17] block: persistent dirty bitmaps
 2016-02-17 15:03 UTC  (4+ messages)
` [Qemu-devel] [PATCH 05/17] qcow2-dirty-bitmap: read dirty bitmap directory

[PATCH v3 0/5] serial: 8250: fixes for modular build
 2016-02-17 15:02 UTC  (13+ messages)
` [PATCH v3 1/5] Revert "drivers/tty/serial: make 8250/8250_mtk.c explicitly non-modular"
` [PATCH v3 2/5] Revert "drivers/tty/serial: make 8250/8250_ingenic.c "
` [PATCH v3 3/5] serial: 8250/uniphier: fix modular build
` [PATCH v3 4/5] serial: 8250/ingenic: fix building with SERIAL_8250=m
` [PATCH v3 5/5] serial: 8250/mediatek: "

[PATCH v2] lance: Return correct error code
 2016-02-17 15:03 UTC 

[Buildroot] [PATCH 1/1] fix host-openssl binary installation
 2016-02-17 15:02 UTC  (2+ messages)

[PATCH v5] staging: wilc1000: Return correct error codes
 2016-02-17 15:02 UTC  (2+ messages)
` [Outreachy kernel] "

[PATCH] usb: check for signals in chaoskey read function
 2016-02-17 14:59 UTC  (4+ messages)

[PATCH 1/2] powerpc/powernv: Create separate subcores CPU feature bit
 2016-02-17 14:59 UTC  (2+ messages)

[PATCH v8 00/45] powerpc/powernv: PCI hotplug support
 2016-02-17 15:00 UTC  (9+ messages)
` [PATCH v8 41/45] drivers/of: Avoid recursively calling unflatten_dt_node()
` [PATCH v8 42/45] drivers/of: Rename unflatten_dt_node()
` [PATCH v8 43/45] drivers/of: Specify parent node in of_fdt_unflatten_tree()

[PATCH v3 0/2] Fix BTT data corruptions after crash
 2016-02-17 15:52 UTC  (4+ messages)
` [PATCH v3 1/2] x86/lib/copy_user_64.S: cleanup __copy_user_nocache()

[PATCH v3 00/22] Sharing media resources across ALSA and au0828 drivers
 2016-02-17 14:59 UTC  (5+ messages)
` [PATCH v3 01/22] [media] Docbook: media-types.xml: Add ALSA Media Controller Intf types

[Cluster-devel] [DLM PATCH] DLM: Save and restore socket callbacks properly
 2016-02-17 14:58 UTC 

[PATCH] xenpaging: do not leak if --pagefile given twice
 2016-02-17 14:58 UTC 

Using i.MX6 quad's IPU#1/DI#1 to drive parallel port #1 failed
 2016-02-17 14:58 UTC  (4+ messages)

[PATCH v2] adv7604: fix SPA register location for ADV7612
 2016-02-17 14:57 UTC 

perf: wrong event->count report (Was: perf basic-test-aarch64 failures)
 2016-02-17 14:56 UTC  (5+ messages)

[PATCH 1/7] netfilter: fix IS_ERR_VALUE usage
 2016-02-17 14:54 UTC  (4+ messages)
` [PATCH v2 "

Regarding outreachy/gsoc 2016
 2016-02-17 14:55 UTC  (2+ messages)

[PATCH v4 0/4] Assorted fixes and improvements
 2016-02-17 14:54 UTC  (7+ messages)
` [PATCH v4 1/4] x86/HVM: update the start info structure layout

[RFC 1/4] powerpc/mm: Rename variable to reflect start address of a section
 2016-02-17 14:52 UTC  (5+ messages)
` [RFC 2/4] powerpc/mm: Add comments to the vmemmap layout
` [RFC 3/4] powerpc/mm: Rename the vmemmap_backing struct and its elements

Getting virtualization running on mbmax yocto
 2016-02-17 14:53 UTC  (3+ messages)

[PATCH] MAINTAINERS: Update Kselftest Framework mailing list
 2016-02-17 14:51 UTC 

[PATCH] x86/HVM: fold hypercall tables
 2016-02-17 14:51 UTC  (5+ messages)

"Re: [PATCH RFC Version 1 0/6] Request for Comment: NFS4.1 Session Trunking"
 2016-02-17 14:50 UTC  (2+ messages)

[PATCH RFC v5 0/8] Implement generic ASoC HDMI codec and use it in tda998x
 2016-02-17 14:49 UTC  (9+ messages)
` [PATCH RFC v5 1/8] ALSA: pcm: add IEC958 channel status helper for hw_params
` [PATCH RFC v5 2/8] ASoC: hdmi-codec: Add hdmi-codec for external HDMI-encoders
  ` [PATCH RFC v5 3/8] ASoC: hdmi-codec: Add audio abort() callback for video side to use
` [PATCH RFC v5 4/8] drm/i2c: tda998x: Add support of a DT graph of ports
` [PATCH RFC v5 5/8] drm/i2c: tda998x: Remove include/sound/tda998x.h and fix graph parsing
` [PATCH RFC v5 6/8] drm/i2c: tda998x: Improve tda998x_configure_audio() audio related pdata
` [PATCH RFC v5 7/8] drm/i2c: tda998x: Register ASoC HDMI codec for audio functionality
` [PATCH RFC v5 8/8] ARM: dts: am335x-boneblack: Add HDMI audio support

[net-next 00/16][pull request] 40GbE Intel Wired LAN Driver Updates 2016-02-16
 2016-02-17 14:49 UTC  (2+ messages)

gadgetfs regression (NULL ptr deref) since v4.4-rc7
 2016-02-17 14:48 UTC  (4+ messages)
` [PATCH] usb: gadget: gadgetfs: unregister gadget only if it got successfully registered

[PATCH v2] x86: avoid flush IPI when possible
 2016-02-17 14:48 UTC  (2+ messages)

[PATCH v2] mm,oom: exclude oom_task_origin processes if they are OOM-unkillable
 2016-02-17 14:48 UTC  (3+ 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.