All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2014-08-27 03:34:03 to 2014-08-27 05:04:31 UTC [more...]

[PATCH v7 0/8] Per-user clock constraints
 2014-08-27  5:04 UTC  (12+ messages)
` [PATCH v7 3/8] cpufreq: kirkwood: Remove use of the clk provider API

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

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

mktree: multiple same-named objects
 2014-08-27  5:01 UTC  (2+ messages)

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

[Qemu-devel] [PATCH] qemu-char: fix terminal crash when using "-monitor stdio -nographic"
 2014-08-27  5:00 UTC 

[net-next v3 1/3] udp: Expand UDP tunnel common APIs
 2014-08-27  5:01 UTC  (7+ 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 0/3] clocksource: Document Renesas SoC specific bindings
 2014-08-27  5:00 UTC  (8+ messages)
` [PATCH 1/3] clocksource: sh_cmt: Document "
` [PATCH 2/3] clocksource: sh_mtu2: Document r7s72100 binding
` [PATCH 3/3] clocksource: sh_tmu: Document r8a7779 binding

[kernel.org PATCH] Li Zefan is now the 3.4 stable maintainer
 2014-08-27  4:59 UTC  (2+ messages)

[PATCH 1/1] add selftest for virtio-net
 2014-08-27  4:57 UTC  (3+ messages)

[meta-fsl-arm][PATCH v2 0/6] Add recipes for layerscape1 support
 2014-08-27  4:57 UTC  (7+ messages)
` [meta-fsl-arm][PATCH v2 1/6] Add common configure files for Layerscape1 support
` [meta-fsl-arm][PATCH v2 2/6] Add u-boot recipe "
` [meta-fsl-arm][PATCH v2 3/6] Add kernel "
` [meta-fsl-arm][PATCH v2 4/6] Add rcw "
` [meta-fsl-arm][PATCH v2 5/6] Add machine conf for ls1021atwr
` [meta-fsl-arm][PATCH v2 6/6] Add machine conf file for ls1021aqds

[PATCH] acpi: fan.c: printk replacement
 2014-08-27  4:57 UTC  (5+ messages)

pert stat in KVM guest can not get LLC-loads hardware cache event
 2014-08-27  4:57 UTC 

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

Kexec on arm64
 2014-08-27  4:56 UTC  (23+ messages)

pert stat in KVM guest can not get LLC-loads hardware cache event
 2014-08-27  4:56 UTC 

IPv6 Policy based routing not working
 2014-08-27  4:54 UTC  (3+ messages)

[U-Boot] [PATCH v2 00/40] ARM: tegra: Add PCIe support
 2014-08-27  4:52 UTC  (3+ messages)
` [U-Boot] [PATCH v2 11/40] i2c: Initialize the correct bus

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

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

[PATCH v6 0/6] Stream fd to clean filter; GIT_MMAP_LIMIT, GIT_ALLOC_LIMIT with git_env_ulong()
 2014-08-27  4:46 UTC  (7+ messages)
` [PATCH v6 2/6] Add git_env_ulong() to parse environment variable

[PATCH tip/core/rcu 1/2] rcu: Parallelize and economize NOCB kthread wakeups
 2014-08-27  4:43 UTC  (2+ messages)

[PATCH] ath10k: save firmware debug log messages
 2014-08-27  4:44 UTC  (2+ messages)

[qemu-mainline test] 29990: regressions - FAIL
 2014-08-27  4:42 UTC 

[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 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] 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 

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

[PATCH] mmc: dw_mmc: Pass back errors from mmc_of_parse()
 2014-08-27  4:13 UTC  (2+ 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)


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.