All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2014-05-06 08:41:52 to 2014-05-06 09:54:15 UTC [more...]

[RESEND PATCH V5 0/8] remove cpu_load idx
 2014-05-06  9:54 UTC  (4+ messages)

Request for proper hardware dependencies
 2014-05-06  9:13 UTC 

[PATCH 1/2] sched: Remove macro of NS_TO_JIFFIES in kernel/sched/sched.h
 2014-05-06  8:52 UTC  (2+ messages)
` [PATCH 2/2] sched: Remove implementation of dl_time_before()

3.15-rc3: boot of a xen PV guest fails when using a guest kernel with CONFIG_DEBUG_SLAB=y
 2014-05-06  9:51 UTC  (3+ messages)

Extending Xen Project CfP until May the 12th
 2014-05-06  9:49 UTC  (2+ messages)
  ` Extending Xen Project CfP until May the 12th (actually the 16th)

[RFC PATCH] cmdline: Hide "debug" from /proc/cmdline
 2014-05-06  9:47 UTC  (24+ messages)

[Qemu-devel] [Crucial bug] Qemu-2.0.0 do not support virtio-net hot plug/unplug exceed two times
 2014-05-06  9:47 UTC  (2+ messages)

getting rid of "mount: only root can ..."
 2014-05-06  9:46 UTC  (6+ messages)

No sound on Thinkpad T440s in Docking Station
 2014-05-06  9:46 UTC  (10+ messages)

[RFC PATCH 0/3] Emulator Speedups - Optimize Instruction fetches
 2014-05-06  9:46 UTC  (5+ messages)
` [RFC PATCH 2/3] KVM: x86: use memory_prepare in fetch helper function
` [RFC PATCH 3/3] KVM: x86: cache userspace address for faster fetches

[PATCH] printk: Remove separate printk_sched buffers and use printk buf instead
 2014-05-06  9:45 UTC  (2+ messages)

[PATCH] mtd: fsl_elbc_nand: set NAND_NO_SUBPAGE_WRITE flag if using hardware ECC
 2014-05-06  9:14 UTC  (2+ messages)

What runtime states to be preserved across save / restore?
 2014-05-06  9:44 UTC  (10+ messages)

[Qemu-devel] [PULL 28/31] curl: Remove unnecessary explicit calls to internal event handler
 2014-05-06  9:44 UTC 

[PATCH v3 00/16] xen/arm: Add GICv3 support
 2014-05-06  9:42 UTC  (15+ messages)
` [PATCH v3 13/16] xen/arm: Add support for GIC v3
` [PATCH v3 16/16] xen/arm: add SGI handling for GICv3

[PATCH v3 0/7] of: setup dma parameters using dma-ranges and dma-coherent
 2014-05-06  9:40 UTC  (6+ messages)
` [PATCH v3 4/7] of: configure the platform device dma parameters

[PATCH/RFC] Deprecate BUG/BUG_ON in favour of BUG_AND_HALT/BUG_AND_HALT_ON
 2014-05-06  9:41 UTC  (6+ messages)

[RFC PATCH] KVM: PPC: BOOK3S: HV: THP support for guest
 2014-05-06  9:39 UTC  (10+ messages)

[PATCH net-next] net_sched: increase drops and decrease backlog when packets are dropped
 2014-05-06  9:37 UTC 

Definition of Yocto tasks
 2014-05-06  9:38 UTC  (3+ messages)

[PATCH] xfstests: add regression test for inode cache vs tree log
 2014-05-06  9:31 UTC  (2+ messages)

[Qemu-devel] [PATCH v3.1 00/31] NUMA series, and hostmem improvements
 2014-05-06  9:27 UTC  (32+ messages)
` [Qemu-devel] [PATCH v3.1 01/31] NUMA: move numa related code to new file numa.c
` [Qemu-devel] [PATCH v3.1 02/31] NUMA: check if the total numa memory size is equal to ram_size
` [Qemu-devel] [PATCH v3.1 03/31] NUMA: Add numa_info structure to contain numa nodes info
` [Qemu-devel] [PATCH v3.1 04/31] NUMA: convert -numa option to use OptsVisitor
` [Qemu-devel] [PATCH v3.1 05/31] NUMA: expand MAX_NODES from 64 to 128
` [Qemu-devel] [PATCH v3.1 06/31] man: improve -numa doc
` [Qemu-devel] [PATCH v3.1 07/31] vl: redo -object parsing
` [Qemu-devel] [PATCH v3.1 08/31] qmp: allow object-add completion handler to get canonical path
` [Qemu-devel] [PATCH v3.1 09/31] qmp: improve error reporting for -object and object-add
` [Qemu-devel] [PATCH v3.1 10/31] pc: pass QEMUMachineInitArgs to pc_memory_init
` [Qemu-devel] [PATCH v3.1 11/31] numa: introduce memory_region_allocate_system_memory
` [Qemu-devel] [PATCH v3.1 12/31] add memdev backend infrastructure
` [Qemu-devel] [PATCH v3.1 13/31] numa: add -numa node, memdev= option
` [Qemu-devel] [PATCH v3.1 14/31] memory: reorganize file-based allocation
` [Qemu-devel] [PATCH v3.1 15/31] memory: move mem_path handling to memory_region_allocate_system_memory
` [Qemu-devel] [PATCH v3.1 16/31] memory: add error propagation to file-based RAM allocation
` [Qemu-devel] [PATCH v3.1 17/31] memory: move preallocation code out of exec.c
` [Qemu-devel] [PATCH v3.1 18/31] memory: move RAM_PREALLOC_MASK to exec.c, rename
` [Qemu-devel] [PATCH v3.1 19/31] hostmem: add file-based HostMemoryBackend
` [Qemu-devel] [PATCH v3.1 20/31] hostmem: separate allocation from UserCreatable complete method
` [Qemu-devel] [PATCH v3.1 21/31] hostmem: add merge and dump properties
` [Qemu-devel] [PATCH v3.1 22/31] hostmem: allow preallocation of any memory region
` [Qemu-devel] [PATCH v3.1 23/31] hostmem: add property to map memory with MAP_SHARED
` [Qemu-devel] [PATCH v3.1 24/31] configure: add Linux libnuma detection
` [Qemu-devel] [PATCH v3.1 25/31] hostmem: add properties for NUMA memory policy
` [Qemu-devel] [PATCH v3.1 26/31] Introduce signed range
` [Qemu-devel] [PATCH v3.1 27/31] qapi: make string input visitor parse int list
` [Qemu-devel] [PATCH v3.1 28/31] qapi: make string output "
` [Qemu-devel] [PATCH v3.1 29/31] qom: introduce object_property_get_enum and object_property_get_uint16List
` [Qemu-devel] [PATCH v3.1 30/31] qmp: add query-memdev
` [Qemu-devel] [PATCH v3.1 31/31] hmp: add info memdev

[PATCH -V1 00/22] New ACL format for better NFSv4 acl interoperability
 2014-05-06  9:35 UTC  (4+ messages)
` [PATCH -V1 10/22] richacl: In-memory representation and helper functions

[PATCH] mtd: nand: Fix problem with NAND_CMD_RNDOUT (05h-E0h)
 2014-05-06  9:34 UTC 

[U-Boot] Loading uImage into RAM
 2014-05-06  9:34 UTC  (2+ messages)

[PATCH] NPT: temporarily retain page table mapping in do_recalc()
 2014-05-06  9:33 UTC  (2+ messages)

[PATCH net-next v2 0/2] net: systemport: couple fixes
 2014-05-06  9:31 UTC  (3+ messages)
` [PATCH net-next v2 2/2] net: systemport: pad packets to a minimum of 64 bytes

[PATCH] i2c: nomadik: Don't use IS_ERR for devm_ioremap
 2014-05-06  9:32 UTC  (3+ messages)

Extending Xen Project CfP until May the 12th
 2014-05-06  9:32 UTC 

[PATCH RESEND 0/5] ARM: BCM63XX: add support for BCM63138 SoC
 2014-05-06  9:32 UTC  (5+ messages)
` [PATCH RESEND 1/5] ARM: BCM63XX: add basic support for the Broadcom BCM63138 DSL SoC

3.15-rc4: circular locking dependency triggered by dm-multipath
 2014-05-06  9:31 UTC 

[PATCH] i2c: nomadik: Fixup system suspend
 2014-05-06  9:31 UTC  (4+ messages)

[PATCH 6/7] libblkid/libblkid.3: Improve the typsetting of the manual
 2014-05-06  9:29 UTC  (4+ messages)
` [PATCH 7/7] lib/terminal-colors.d.5: Improve the typesetting "

[PATCH] clk: st: Fix memory leak
 2014-05-06  9:29 UTC  (2+ messages)

[U-Boot] Pull request: u-boot-dfu
 2014-05-06  9:29 UTC 

[PATCH] DMA-API: Change dma_declare_coherent_memory() CPU address to phys_addr_t
 2014-05-06  9:29 UTC  (9+ messages)

[Xenomai] non-blocking rt_task_suspend(NULL)
 2014-05-06  9:29 UTC  (5+ messages)

[PATCH] setpriv: Fix --selinux-label
 2014-05-06  9:28 UTC  (2+ messages)

RFC: A reduced Linux network stack for small systems
 2014-05-06  9:27 UTC  (4+ messages)
` [PATCH 23/24] net, diet: Add coccinelle script to convert drivers to ETHTOOL_OPS
` A reduced Linux network stack for small systems

No sound for a rather old laptop (ALC260)
 2014-05-06  9:27 UTC  (2+ messages)

cytune: misnamed long options
 2014-05-06  9:26 UTC  (3+ messages)

virtio-scsi: two questions related with picking up queue
 2014-05-06  9:26 UTC 

[U-Boot] [PATCH v2] mtd: nand: Fix address cycle problem with NAND_CMD_RNDOUT
 2014-05-06  9:25 UTC  (2+ messages)

[PATCH -tip v9 04/26] kprobes: Introduce NOKPROBE_SYMBOL() macro for blacklist
 2014-05-06  9:25 UTC  (4+ messages)
` [tip:perf/kprobes] kprobes: Introduce NOKPROBE_SYMBOL() macro to maintain kprobes blacklist

[PATCH] Fixing Coding style Warnings in file drivers/staging/comedi/drivers/das08.h
 2014-05-06  9:24 UTC 

Using ftrace to identify source of excessive latency of USB write
 2014-05-06  9:23 UTC  (2+ messages)

[Qemu-devel] [PATCH 0/5] glib thread interface and libcacard cleanups
 2014-05-06  9:22 UTC  (3+ messages)

[PATCH v4 08/10] x86: Enable Supervisor Mode Access Prevention (SMAP) for Xen
 2014-05-06  9:22 UTC  (7+ messages)

[U-Boot] [PATCH V2 1/8] ums: support block devices not MMC devices
 2014-05-06  9:21 UTC  (2+ messages)

[Qemu-devel] [PATCH 0/3] qemu: pending s390 patches
 2014-05-06  9:20 UTC  (3+ messages)
` [Qemu-devel] [PATCH 1/3] s390x/helper: Fixed real-to-absolute address translation

[PATCH 0/4] staging: comedi: addi_apci_1564: Further cleanups
 2014-05-06  9:19 UTC  (2+ messages)

[PATCH] libarchive: add missing e2fsprogs dependency
 2014-05-06  9:18 UTC  (5+ messages)

[PATCH 0/5] Various patches to 1.6.0r2
 2014-05-06  9:17 UTC  (3+ messages)
` [PATCH 4/5] memzone: add iterator function

Fwd: New Defects reported by Coverity Scan for xfsprogs
 2014-05-06  9:16 UTC  (2+ messages)

[PATCH 00/17] Misc page alloc, shmem, mark_page_accessed and page_waitqueue optimisations
 2014-05-06  9:13 UTC  (7+ messages)
` [PATCH 08/17] mm: page_alloc: Use word-based accesses for get/set pageblock bitmaps

[patches] removing some duplicate includes and standardizing a usage text
 2014-05-06  9:13 UTC  (5+ messages)

[Buildroot] [PATCHv2 00/10] musl support, internal and external backends
 2014-05-06  9:13 UTC  (6+ messages)
` [Buildroot] [PATCHv2 10/10] toolchain-external: add publicly available musl toolchains

Xen Platform QoS design discussion
 2014-05-06  9:12 UTC  (11+ messages)

[PATCH/RFC v3 0/5] LED / flash API integration
 2014-05-06  9:10 UTC  (9+ messages)
` [PATCH/RFC v3 5/5] media: Add registration helpers for V4L2 flash sub-devices

attr cleanups
 2014-05-06  9:09 UTC  (5+ messages)
` [PATCH 5/5] xfs: pass struct da_args to xfs_attr_calc_size
    ` [PATCH 5/5 v2] "

Anybody managed to get Beagleboard xM to work?
 2014-05-06  9:02 UTC  (2+ messages)

[PATCH 0/5] xfs: sanitise supberlock feature bit support
 2014-05-06  9:06 UTC  (7+ messages)
` [PATCH 3/5] xfs: turn NLINK feature on by default
` [PATCH 4/5] xfs: don't need dirv2 checks anymore

[PATCH v7 00/10] Implement the XEN_DOMCTL_memory_mapping hypercall for ARM
 2014-05-06  9:06 UTC  (5+ messages)
` [PATCH v7 09/10] tools/libxl: handle the iomem parameter with the memory_mapping hcall
` [PATCH v7 10/10] xen/common: do not implicitly permit access to mapped I/O memory

[PATCH 0/2] hash:net,net and hash:net,port,net fixes and debug output extending
 2014-05-06  9:06 UTC  (5+ messages)
` [PATCH 1/2] libipset: print third element in debugging
` [PATCH 2/2] netnet,netportnet: Fix value range support for IPv4

[XFS updates] XFS development tree branch, xfs-libxfs-in-kernel-RFC, created. xfs-for-linus-3.15-rc2-52-g6579dd8
 2014-05-06  9:05 UTC  (6+ messages)
` [RFC] libxfs kernel infrastructure (was [XFS updates] XFS development tree branch, xfs-libxfs-in-kernel-RFC, created. xfs-for-linus-3.15-rc2-52-g6579dd8)

RTE Ring removing
 2014-05-06  9:05 UTC 

[PATCH] ipset: Fix ethernet address parser
 2014-05-06  9:04 UTC  (2+ messages)

[PATCH v2] ARM: unwinder: Fix handling of 'fp' in thumb2 mode
 2014-05-06  9:02 UTC  (3+ messages)

[PATCH] lsblk: add -O option to show all available columns
 2014-05-06  9:01 UTC  (2+ messages)

Q&A question: Dynamic Network Throttling?
 2014-05-06  8:59 UTC  (2+ messages)

reiser4: discard support
 2014-05-06  8:58 UTC  (5+ messages)

[PATCH 00/27] ACPICA: 20140424 Release
 2014-05-06  8:58 UTC  (4+ messages)
` [PATCH 02/27] ACPICA: Utilities: Deploy ACPI_DEBUGGER_EXEC for ACPI_DEBUGGER enabled code in utglobal.c

[PATCH] ARM: at91: localize GPIO header
 2014-05-06  8:58 UTC  (3+ messages)

[U-Boot] [PATCH 1/2] mtd: nand: am335x_spl_bch.c: Fix problem with NAND_CMD_RNDOUT
 2014-05-06  8:58 UTC  (2+ messages)

[Buildroot] [autobuild.buildroot.net] Build results for 2014-05-05
 2014-05-06  8:57 UTC  (3+ messages)
` [Buildroot] The aarch64 glibc failure

[LTP] - Kernel - tunable max_map_count test failure - 20140115-46-g2368cd4
 2014-05-06  8:57 UTC  (4+ messages)

[patch 1/2] mm, migration: add destination page freeing callback
 2014-05-06  8:55 UTC  (9+ messages)
` [patch v2 1/4] "
  ` [patch v2 4/4] mm, thp: do not perform sync compaction on pagefault

[f2fs-dev][PATCH 6/6] f2fs: add a tracepoint for f2fs_read_data_pages
 2014-05-06  8:54 UTC 

[PATCH RESEND 0/4] ASoC: fsl_esai: Fix some issues
 2014-05-06  8:56 UTC  (5+ messages)
` [PATCH RESEND 1/4] ASoC: fsl_esai: Fix incorrect condition within ratio range check for FP
` [PATCH RESEND 2/4] ASoC: fsl_esai: Only bypass sck_div for EXTAL source
` [PATCH RESEND 3/4] ASoC: fsl_esai: Bypass divider settings if clock requirement is not changed
` [PATCH RESEND 4/4] ASoC: fsl_esai: Set PCRC and PRRC registers at the end of hw_params()

[LTP] [PATCH] linkat/linkat02.c: add new error number tests
 2014-05-06  8:54 UTC  (4+ messages)
` [LTP] [PATCH v2] "
      ` [LTP] [PATCH v3] "

[f2fs-dev][PATCH 5/6] f2fs: add a tracepoint for f2fs_read_data_page
 2014-05-06  8:53 UTC 

Updated drm-intel-testing
 2014-05-06  8:53 UTC 

Quick question about OE-core/bitbake's re-building
 2014-05-06  8:53 UTC  (4+ messages)

[f2fs-dev][PATCH 4/6] f2fs: add a tracepoint for f2fs_write_{meta,node,data}_pages
 2014-05-06  8:51 UTC 

[PATCH 1/3] perf tests: Introduce perf_regs_load function on ARM64
 2014-05-06  8:51 UTC  (7+ messages)

[Qemu-devel] [PATCH v5 0/3] Add common QEMU control functionality to qemu-iotests
 2014-05-06  8:51 UTC  (4+ messages)

[PATCH v2 0/6] Introducing Exynos ChipId driver
 2014-05-06  8:51 UTC  (13+ messages)
` [PATCH v2 1/6] i2c: s3c2410: Moving I2C interrupt re-configuration code into i2c driver
` [PATCH v2 2/6] ARM: EXYNOS: Move SYS_I2C_CFG register save/restore to "
` [PATCH v2 3/6] ARM: EXYNOS: remove soc_is_exynos4/5 from exynos.c
` [PATCH v2 4/6] ARM: EXYNOS: remove unused header inclusion from hotplug.c
` [PATCH v2 5/6] soc: samsung: exynos-chipid: Add Exynos Chipid driver support
` [PATCH v2 6/6] ARM: EXYNOS: Refactoring to remove soc_is_exynosXXXX macros from exynos

Linux Device Driver
 2014-05-06  8:50 UTC  (6+ messages)

[f2fs-dev][PATCH 3/6] f2fs: add a tracepoint for f2fs_write_{meta,node,data}_page
 2014-05-06  8:48 UTC 

[PATCH] staging: rtl8192u: initialize array in C compliant way
 2014-05-06  8:47 UTC  (2+ messages)

[f2fs-dev][PATCH 2/6] f2fs: add a tracepoint for f2fs_write_end
 2014-05-06  8:47 UTC 

[PATCH] can: mscan: Fix Kconfig dependencies
 2014-05-06  8:47 UTC 

[f2fs-dev][PATCH 1/6] f2fs: add a tracepoint for f2fs_write_begin
 2014-05-06  8:46 UTC 

[PATCH] mfd: twl6040: Correct HPPLL configuration for 19.2 and 38.4 MHz mclk
 2014-05-06  8:46 UTC  (2+ messages)

[U-Boot] [PATCH v4 1/5] samsung: misc: allows using environmental macros as args in menu commands
 2014-05-06  8:45 UTC  (5+ messages)
` [U-Boot] [PATCH v5 "
  ` [U-Boot] [PATCH v5 5/5] samsung: misc: remove download mode info screen

[PATCH net] bonding: fix vlan_features computing
 2014-05-06  8:44 UTC  (3+ messages)

[PATCH v4 0/4] ARM: OMAP: SATA support for OMAP5 & DRA7
 2014-05-06  8:44 UTC  (3+ messages)

TRIM timeout calculation
 2014-05-06  8:44 UTC  (5+ messages)

[PATCH v2 0/4] ARM: S3C24XX: cleanup debug macro/earlyprintk
 2014-05-06  8:44 UTC  (4+ messages)

[PATCH] mm, thp: close race between mremap() and split_huge_page()
 2014-05-06  8:43 UTC  (2+ messages)

[PATCH 0/2] ARM: sunxi: Enable syscon for the system controller
 2014-05-06  8:42 UTC  (7+ messages)
  ` [linux-sunxi] "
    `  "

[PATCH v2] mmc: add a driver for the Renesas usdhi6rol0 SD/SDIO host controller
 2014-05-06  8:41 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.