All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2014-08-27 02:49:32 to 2014-08-27 04:41:47 UTC [more...]

[Qemu-devel] [PULL 0/3] vnc: cleanups and fixes
 2014-08-27  4:39 UTC  (3+ messages)
` [Qemu-devel] [PULL 3/3] vnc: fix screen updates

[PATCH v10 00/21] Support ext4 on NV-DIMMs
 2014-08-27  3:45 UTC  (44+ messages)
` [PATCH v10 01/21] axonram: Fix bug in direct_access
` [PATCH v10 02/21] Change direct_access calling convention
` [PATCH v10 03/21] Fix XIP fault vs truncate race
` [PATCH v10 04/21] Allow page fault handlers to perform the COW
` [PATCH v10 05/21] Introduce IS_DAX(inode)
` [PATCH v10 06/21] Add copy_to_iter(), copy_from_iter() and iov_iter_zero()
` [PATCH v10 07/21] Replace XIP read and write with DAX I/O
` [PATCH v10 08/21] Replace ext2_clear_xip_target with dax_clear_blocks
` [PATCH v10 09/21] Replace the XIP page fault handler with the DAX page fault handler
` [PATCH v10 10/21] Replace xip_truncate_page with dax_truncate_page
` [PATCH v10 11/21] Replace XIP documentation with DAX documentation
` [PATCH v10 12/21] Remove get_xip_mem
` [PATCH v10 13/21] ext2: Remove ext2_xip_verify_sb()
` [PATCH v10 14/21] ext2: Remove ext2_use_xip
` [PATCH v10 15/21] ext2: Remove xip.c and xip.h
` [PATCH v10 16/21] Remove CONFIG_EXT2_FS_XIP and rename CONFIG_FS_XIP to CONFIG_FS_DAX
` [PATCH v10 17/21] ext2: Remove ext2_aops_xip
` [PATCH v10 18/21] Get rid of most mentions of XIP in ext2
` [PATCH v10 19/21] xip: Add xip_zero_page_range
` [PATCH v10 20/21] ext4: Add DAX functionality
` [PATCH v10 21/21] brd: Rename XIP to DAX

[RFC] lib/librte_vhost: qemu vhost-user support into DPDK vhost library
 2014-08-27  4:39 UTC  (3+ messages)

[RFC 0/9] pmem: Support for "struct page" with Persistent Memory storage
 2014-08-27  4:38 UTC  (7+ messages)
` [RFC 5/9] SQUASHME: prd: Last fixes for partitions
  ` [PATCH 5/9 v2] "

[PATCH] PCI: exynos: Add exynos prefix before add_pcie_port/pcie_init
 2014-08-27  4:37 UTC  (3+ messages)

[PATCH RFC v7 net-next 00/28] BPF syscall
 2014-08-27  4:35 UTC  (3+ messages)

[PATCH] tpm_tis: Verify ACPI-specified interrupt
 2014-08-27  4:31 UTC  (7+ messages)
          ` [RFC PATCH v2] tpm_tis: verify interrupt during init

[PATCH V2] regulator: DA9211 : support device tree
 2014-08-27  2:47 UTC 

[Qemu-devel] pert stat in KVM guest can not get LLC-loads hardware cache event
 2014-08-27  4:31 UTC  (2+ messages)
`  "

[PATCH v2 0/7] Rename DP training vswing/pre-emph defines
 2014-08-27  4:31 UTC  (4+ messages)
` [PATCH 1/7] drm: Renaming DP training vswing pre emph defines

[PATCH 0/4] LLVMLinux: Patches to enable the kernel to be compiled with clang/LLVM
 2014-08-27  4:29 UTC  (20+ messages)
      ` [PATCH V2 0/6] "
        ` [PATCH V2 1/6] arm64: LLVMLinux: Add current_stack_pointer() for arm64
        ` [PATCH V2 2/6] arm64: LLVMLinux: Use current_stack_pointer in save_stack_trace_tsk
        ` [PATCH V2 3/6] arm64: LLVMLinux: Calculate current_thread_info from current_stack_pointer
        ` [PATCH V2 4/6] arm64: LLVMLinux: Use current_stack_pointer in kernel/traps.c
        ` [PATCH V2 5/6] arm64: LLVMLinux: Use global stack register variable for aarch64
        ` [PATCH V2 6/6] arm64: LLVMLinux: Use global stack pointer in return_address()

[Qemu-devel] pert stat in KVM guest can not get LLC-loads hardware cache event
 2014-08-27  4:28 UTC  (2+ messages)
`  "

linux-next: build failure after merge of the percpu tree
 2014-08-27  4:22 UTC 

[PATCH 1/1] ice1712: Replacing hex with #defines
 2014-08-27  4:21 UTC  (3+ messages)

[PATCH 1/2] drm/ttm: move fpfn and lpfn into each placement
 2014-08-27  4:21 UTC  (4+ messages)

[PATCHv2 00/14] arm64: eBPF JIT compiler
 2014-08-27  4:15 UTC  (36+ messages)
` [PATCHv2 01/14] arm64: introduce aarch64_insn_gen_comp_branch_imm()
` [PATCHv2 02/14] arm64: introduce aarch64_insn_gen_branch_reg()
` [PATCHv2 03/14] arm64: introduce aarch64_insn_gen_cond_branch_imm()
` [PATCHv2 04/14] arm64: introduce aarch64_insn_gen_load_store_reg()
` [PATCHv2 05/14] arm64: introduce aarch64_insn_gen_load_store_pair()
` [PATCHv2 06/14] arm64: introduce aarch64_insn_gen_add_sub_imm()
` [PATCHv2 07/14] arm64: introduce aarch64_insn_gen_bitfield()
` [PATCHv2 08/14] arm64: introduce aarch64_insn_gen_movewide()
` [PATCHv2 09/14] arm64: introduce aarch64_insn_gen_add_sub_shifted_reg()
` [PATCHv2 10/14] arm64: introduce aarch64_insn_gen_data1()
` [PATCHv2 11/14] arm64: introduce aarch64_insn_gen_data2()
` [PATCHv2 12/14] arm64: introduce aarch64_insn_gen_data3()
` [PATCHv2 13/14] arm64: introduce aarch64_insn_gen_logical_shifted_reg()
` [PATCHv2 14/14] arm64: eBPF JIT compiler

[PATCH 00/06] ARM: shmobile: Kconfig and Makefile cleanups
 2014-08-27  4:19 UTC  (2+ messages)

[U-Boot] Questions on lthor usage
 2014-08-27  4:19 UTC 

[PATCH] MAINTAINERS: Add dts and dtsi files to Calxeda Highbank ARM platform
 2014-08-27  4:18 UTC 

[PATCH] ARM: dts: calxeda: Correct memory map syntax
 2014-08-27  4:18 UTC 

[net-next v3 1/3] udp: Expand UDP tunnel common APIs
 2014-08-27  4:15 UTC  (6+ messages)
` [net-next v3 2/3] vxlan: Refactor vxlan driver to make use of the common UDP tunnel functions
` [net-next v3 3/3] l2tp: Refactor l2tp core "

[PATCH V2 0/3] Adding UHS support for dw_mmc driver
 2014-08-27  4:14 UTC  (14+ messages)
` [PATCH V2 3/3] mmc: dw_mmc: Dont cut off vqmmc and vmmc

overcommitting CPUs
 2014-08-27  4:14 UTC  (4+ messages)

[PATCH v2 0/5] ARM: shmobile: correct memory maps
 2014-08-27  4:13 UTC  (7+ messages)

[PATCH] mmc: dw_mmc: Pass back errors from mmc_of_parse()
 2014-08-27  4:13 UTC  (2+ messages)

Curious about corner case in btrfs code
 2014-08-27  4:08 UTC  (7+ messages)

[PATCH 0/3] x86: Full support of PAT
 2014-08-27  4:07 UTC  (4+ messages)
` [PATCH 1/3] x86: Make page cache mode a real type
    ` [Xen-devel] "

[PATCH 3/5]: ipr: kexec boot speed improvements
 2014-08-27  4:06 UTC  (3+ messages)

[PATCH 1/3] Adding Skyworks SKY81452 MFD driver
 2014-08-27  4:06 UTC  (6+ messages)

[PATCH 1/5] ipr: Add support for async scanning to speed up boot
 2014-08-27  4:04 UTC  (2+ messages)

[PATCH V5 0/5] Add XEN pvSCSI support
 2014-08-27  3:50 UTC  (8+ messages)
` [PATCH V5 5/5] add xen pvscsi maintainer
    ` [Xen-devel] "

[PATCH net v3 1/4] tg3: Limit minimum tx queue wakeup threshold
 2014-08-27  3:40 UTC  (3+ messages)
` [PATCH net v3 4/4] tg3: Fix tx_pending checks for tg3_tso_bug

[PATCH 00/27] e2fsprogs Summer 2014 patchbomb, part 5.1
 2014-08-27  3:45 UTC  (9+ messages)
` [PATCH 07/27] contrib: add script to help resync journal code with kernel
` [PATCH 08/27] e2fsck: resync jbd2 recovery code from Linux 3.16
` [PATCH 09/27] e2fsck: resync jbd2 revoke "
` [PATCH 10/27] e2fsck: fix infinite loop when recovering corrupt journal blocks

[next:master 2111/2346] mm/nobootmem.c:122:28: note: in expansion of macro 'ULLONG_MAX'
 2014-08-27  3:41 UTC 

Re:
 2014-08-27  3:40 UTC  (3+ messages)
` (UVD RS780 first impression)

kernel: signal: NULL ptr deref when killing process
 2014-08-27  3:38 UTC  (6+ messages)

[Bug 82455] New: Failed to allocate virtual address for buffer
 2014-08-27  3:36 UTC  (2+ messages)
` [Bug 82455] "

[PATCH 1/9] drm/radeon: wake up all fences on manual reset
 2014-08-27  3:33 UTC  (2+ messages)

[Xenomai] Computing real time benchmarks
 2014-08-27  3:31 UTC 

[Qemu-devel] [RFC PATCH V5 0/3] Support xen HVM direct kernel boot
 2014-08-27  3:26 UTC  (7+ messages)
          `  "

[PATCH] memory-hotplug: fix not enough check of valid_zones
 2014-08-27  3:22 UTC  (5+ messages)

[meta-fsl-arm][PATCH 0/6] Add recipes for layerscape1 support
 2014-08-27  3:23 UTC  (4+ messages)
` [meta-fsl-arm][PATCH 3/6] Add kernel recipe for Layerscape1 support

[Xenomai] Overrun error
 2014-08-27  3:22 UTC 

[PATCH] random: add and use memzero_explicit() for clearing data
 2014-08-27  3:21 UTC  (3+ messages)

PERF PARAMETERS
 2014-08-27  3:21 UTC 

[PATCH 00/16] rcu: Some minor fixes and cleanups
 2014-08-27  3:20 UTC  (4+ messages)

mm: BUG in unmap_page_range
 2014-08-27  3:16 UTC  (8+ messages)

fetcher failure in bitbake
 2014-08-27  3:15 UTC  (6+ messages)

[PATCH 0/8] ASoC: simple-card: DPCM support
 2014-08-27  3:14 UTC  (13+ messages)
` [PATCH 8/8] ASoC: add snd-soc-dummy DT support
  ` [alsa-devel] "

[Qemu-devel] [PATCH v4 0/5] This series adds iotest case for IO throttling
 2014-08-27  3:12 UTC  (4+ messages)
` [Qemu-devel] [PATCH v4 2/5] qtest: Add scripts/qtest/qtest.py

[Qemu-trivial] [PATCH] scripts: Remove scripts/qtest
 2014-08-27  3:11 UTC  (2+ messages)
` [Qemu-devel] "

[PATCHv10 0/5] ARM: remove the sub-node and deprecate supports-highspeed property for dwmmc
 2014-08-27  3:11 UTC  (9+ messages)

Implementing bus recovery
 2014-08-27  3:08 UTC  (4+ messages)

[GIT PULL 0/2] KVM: s390: Fixes for 3.17
 2014-08-27  3:06 UTC  (3+ messages)
` [GIT PULL 2/2] KVM: s390/mm: try a cow on read only pages for key ops

[PATCH] drm/radeon: soft reset uvd on RV770 uvd init
 2014-08-27  3:04 UTC 

[PATCH v4] zram: add num_{discard_req, discarded} for discard stat
 2014-08-27  3:02 UTC  (2+ messages)

gdbsx - xg_attach:Unable to pause domain:1; failed to attach to domain:1 errno:13
 2014-08-27  3:02 UTC  (3+ messages)

[U-Boot] [PATCH v9 0/14] Add some missing buildman features and deprecate MAKEALL
 2014-08-27  3:00 UTC  (11+ messages)
` [U-Boot] [PATCH v9 10/14] buildman: Remove the directory prefix from each error line
` [U-Boot] [PATCH v9 11/14] buildman: Add an option to show which boards caused which errors

[Xenomai] Xenomai and usb4rt IRQ issues
 2014-08-27  2:59 UTC 

[Qemu-devel] [PATCH] curl: Add override_accept_ranges flag to force sending range
 2014-08-27  2:57 UTC  (4+ messages)
` [Qemu-devel] [PATCH] curl: Add override_accept_ranges flag to force sending range requests

[PATCH 0/2] ARM: Remove lowmem limit for default CMA region
 2014-08-27  2:57 UTC  (11+ messages)

[Qemu-devel] [PATCH v2] blkdebug: make the fault injection functionality callable from QMP
 2014-08-27  2:54 UTC  (2+ messages)

[PATCH v3 0/4] expose lm90 to thermal fw
 2014-08-27  2:54 UTC  (8+ messages)
` [PATCH v3 3/4] thermal: add more description for thermal-zones
          ` [lm-sensors] "

[PATCH v5 0/4] zram memory control enhance
 2014-08-27  2:51 UTC  (8+ messages)
` [PATCH v5 3/4] zram: zram memory size limitation

[Qemu-devel] [PATCH v3 0/8] block: Asynchronous request cancellation
 2014-08-27  2:49 UTC  (5+ messages)
` [Qemu-devel] [PATCH v3 4/8] linux-aio: Implement .cancel_async
` [Qemu-devel] [PATCH v3 6/8] dma: "
` [Qemu-devel] [PATCH v3 7/8] block: Implement bdrv_em_co_aiocb_info.cancel_async
` [Qemu-devel] [PATCH v3 8/8] iscsi: Implement .cancel_async in acb info


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.