All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2013-08-07 01:39:28 to 2013-08-07 04:24:55 UTC [more...]

[PATCH] drivers: CCI: add ARM CCI PMU support
 2013-08-11  3:00 UTC  (3+ messages)

[PATCH 00/63] 64bit PowerPC little endian support
 2013-08-07  4:24 UTC  (5+ messages)
` [PATCH 36/63] powerpc: Book 3S MMU "
` [PATCH 48/63] powerpc/kvm/book3s_hv: Add little endian guest support

[GIT PULL 0/4] Renesas ARM based SoC defconfig updates for v3.12
 2013-08-07  4:24 UTC  (10+ messages)
` [GIT PULL 1/4] ARM: shmobile: marzen: Enable ARM_APPENDED_DTB in defconfig
` [GIT PULL 2/4] ARM: shmobile: Add lager defconfig
` [GIT PULL 3/4] ARM: shmobile: ape6evm: Enable gpio-keys in defconfig
` [GIT PULL 4/4] ARM: shmobile: ape6evm: Enable gpio-leds "

[PATCH] f2fs: fix a deadlock in fsync
 2013-08-07  4:23 UTC  (4+ messages)

[RFC 0/1] drm/pl111: Initial drm/kms driver for pl111
 2013-08-07  4:23 UTC  (12+ messages)

[Qemu-devel] [PATCH for-next v2 00/22] QOM realize for virtio
 2013-08-07  4:20 UTC  (7+ messages)
` [Qemu-devel] [PATCH for-next v2 01/22] object: Add OBJECT_GET_PARENT_CLASS() macro

A soft lockup in vxlan module
 2013-08-07  4:13 UTC  (4+ messages)

[PATCH V5] pci: exynos: split into two parts such as Synopsys part and Exynos part
 2013-08-07  4:13 UTC 

[PATCH 00/23] Allow PR and HV KVM to coexist in one kernel
 2013-08-07  4:13 UTC  (4+ messages)
` [PATCH 21/23] KVM: PPC: Book3S PR: Use mmu_notifier_retry() in kvmppc_mmu_map_page()

[PATCH v4] drm/exynos: Add fallback option to get non physically contiguous memory for fb
 2013-08-07  4:11 UTC  (3+ messages)

[PATCH 5/5] ARM: shmobile: bockw defconfig: add Sound support
 2013-08-07  4:07 UTC 

[PATCH 4/5] ARM: shmobile: bockw: add R-Car sound support (PIO)
 2013-08-07  4:07 UTC 

[PATCH 3/5] ARM: shmobile: bockw: enable global use of FPGA
 2013-08-07  4:06 UTC 

[RFC PATCH 00/12] KVM: MMU: locklessly wirte-protect
 2013-08-07  4:06 UTC  (4+ messages)
` [PATCH 04/12] KVM: MMU: log dirty page after marking spte writable

[PATCH 2/5] ARM: shmobile: r8a7778: add SSI/SRU clock support
 2013-08-07  4:06 UTC 

[PATCH 1/5] sh-pfc: r8a7778: add SRU/SSI pin support
 2013-08-07  4:06 UTC 

[PATCH 0/5] ARM: shmobile: bockw: add Sound support
 2013-08-07  4:05 UTC 

Nouveau Digest, Vol 76, Issue 9
 2013-08-07  4:04 UTC  (2+ messages)

[PATCH v3] Intel/VPMU: Add support for full-width PMC writes
 2013-08-07  4:03 UTC  (2+ messages)

[PATCH] powerpc: Convert out of line __arch_hweight to inline
 2013-08-07  4:02 UTC  (2+ messages)

[PATCH net-next 1/3] sock: fix a typo in the comment
 2013-08-07  4:00 UTC  (6+ messages)
` [PATCH net-next 3/3] net: core: fix wrong linkage for ptype_base and ptype_all symbols

[PATCH v2 2/3] PCI: Separate stop and remove devices in pciehp
 2013-08-07  4:01 UTC  (2+ messages)

[PATCH 8/8] [SCSI] aic94xx: fix bit masking
 2013-08-07  4:00 UTC 

[PATCH] checkpatch: Better --fix of SPACING errors
 2013-08-07  4:00 UTC  (3+ messages)

[PATCH 7/8] [SCSI] osst: Staticize local symbols
 2013-08-07  3:58 UTC 

[PATCH 6/8] [SCSI] 3w-sas: add missing __iomem annotation
 2013-08-07  3:57 UTC 

bug in /etc/init.d/ceph debian
 2013-08-07  3:35 UTC  (2+ messages)

[PATCH 5/8] [SCSI] initio: Staticize local symbols
 2013-08-07  3:56 UTC 

[PATCH 4/8] [SCSI] megaraid: add missing __iomem annotation
 2013-08-07  3:56 UTC 

[PATCH 07/16] x86, asmlinkage: Make kprobes code visible and fix assembler code
 2013-08-07  3:55 UTC  (3+ messages)
` [tip:x86/asmlinkage] "

[PATCH 3/8] [SCSI] dc395x: use NULL instead of 0
 2013-08-07  3:55 UTC 

[PATCH] kernel/sysctl_binary.c: improve the usage of return value 'result'
 2013-08-07  3:53 UTC  (4+ messages)

[PATCH 2/8] [SCSI] tgt: add __user annotation
 2013-08-07  3:53 UTC 

[PATCH V2 00/17] EFI stub for ARM
 2013-08-07  3:45 UTC  (45+ messages)
` [PATCH 01/17] EFI stub documentation updates
` [PATCH 02/17] Move common EFI stub code from x86 arch code to common location
` [PATCH 03/17] Add system pointer argument to shared EFI stub related functions so they no longer use global system table pointer as they did when part of eboot.c
` [PATCH 04/17] Rename memory allocation/free functions
` [PATCH 05/17] Add minimum address parameter to efi_low_alloc()
` [PATCH 06/17] rename __get_map() to efi_get_memory_map(), add parameter to optionally return mmap key. The mmap key is required to exit EFI boot services, and allows efi_get_memory_map() to be used for getting final memory map
` [PATCH 07/17] Enforce minimum alignment of 1 page on allocations. The efi_high_alloc() and efi_low_alloc() functions use the EFI_ALLOCATE_ADDRESS option to the EFI function allocate_pages(), which requires a minimum of page alignment, and rejects all other requests
` [PATCH 08/17] Allow efi_free() to be called with size of 0, and do nothing in that case
` [PATCH 09/17] Generalize handle_ramdisks() and rename to handle_cmdline_files()
` [PATCH 10/17] Renames in handle_cmdline_files() to complete generalization
` [PATCH 11/17] Move EFI_READ_CHUNK_SIZE define to shared location
` [PATCH 12/17] Add proper definitions for some EFI function pointers
` [PATCH 13/17] Fix types in EFI calls to match EFI function definitions
` [PATCH 14/17] resolve warnings found on ARM compile
` [PATCH 15/17] Add strstr to compressed string.c for ARM
` [PATCH 16/17] Add EFI stub "
` [PATCH 17/17] Add config EFI_STUB for ARM to Kconfig

[PATCH 1/8] [SCSI] scsi_sysfs: Staticize local symbols
 2013-08-07  3:50 UTC 

[PATCH 0/2] btrfs-progs: more statics & removals
 2013-08-07  3:49 UTC  (3+ messages)
` [PATCH 2/2] btrfs-progs: mark static & remove unused from non-kernel code

bcache patch for kernel version 3.0
 2013-08-07  3:47 UTC  (2+ messages)

API request
 2013-08-07  3:46 UTC 

ocf script for ceph quorum check and fs
 2013-08-07  3:45 UTC  (2+ messages)

kernel mailing list permalinks
 2013-08-07  3:44 UTC  (5+ messages)

[PATCH 1/3] clk: exynos4: Make exynos4_plls static
 2013-08-07  3:37 UTC  (6+ messages)

[PATCH] mtd: atmel_nand: fix the warning when CONFIG_OF is not defined
 2013-08-07  3:36 UTC  (2+ messages)

Fwd: PCIE device errors after linux kernel upgrade
 2013-08-07  3:35 UTC  (6+ messages)
  `  "

Reduce cluster log verbosity
 2013-08-07  3:33 UTC  (2+ messages)

[PATCH]bash: reference acl*.m4 from ${S}
 2013-08-07  3:33 UTC 

[PATCH 0/2] kernel/sys.c: for setfsgid(), return the current gid when error occurs
 2013-08-07  3:30 UTC  (6+ messages)
` [PATCH 1/2] kernel/sys.c: "

[PATCH] mmc: dw_mmc: Don't disable vmmc if keeping power in suspend
 2013-08-07  3:28 UTC 

[PATCH 0/5] Add UART support and arch timer initialization for OMAP5
 2013-08-07  3:28 UTC  (13+ messages)
` [PATCH 2/5] xen/arm: add OMAP5432 UART support for early_printk
` [PATCH 3/5] xen/arm: Add the new OMAP UART driver
` [PATCH 4/5] xen/arm: Introduce platform recognition codes for the OMAP5
` [PATCH 5/5] xen/arm: Add OMAP5 architected timer initialization codes

[PATCH 00/11] Add compression support to pstore
 2013-08-07  3:25 UTC  (14+ messages)

[PATCH] ACPI, cpu hotplug: move try_offline_node() after acpi_unmap_lsapic()
 2013-08-07  3:23 UTC  (4+ messages)

[request for stable inclusion] tipc: fix lockdep warning during bearer initialization
 2013-08-07  3:23 UTC 

[request for stable inclusion] net: neighbour: prohibit negative value for unres_qlen_bytes parameter
 2013-08-07  3:23 UTC 

acpi_bus_trim does not detach devices in post order
 2013-08-07  3:21 UTC  (6+ messages)

ctrl-x / ctrl-c may not work under GRUB2 with EFI
 2013-08-07  3:17 UTC  (3+ messages)

[PATCH RFC] Btrfs: add support for persistent mount options
 2013-08-07  3:16 UTC  (7+ messages)

Reduce log verbosity
 2013-08-07  3:10 UTC 

Second HDMI port not visible
 2013-08-07  3:10 UTC 

[PATCH 0/2] btrfs-progs: Introduce devel namespace
 2013-08-07  3:10 UTC  (4+ messages)
` [PATCH 1/2] btrfs-progs: introduce command namespace for development features

[Qemu-devel] [PATCH V7 0/8] add internal snapshot support at block device level
 2013-08-07  3:00 UTC  (9+ messages)
` [Qemu-devel] [PATCH V7 1/8] snapshot: new function bdrv_snapshot_find_by_id_and_name()
` [Qemu-devel] [PATCH V7 2/8] snapshot: distinguish id and name in snapshot delete
` [Qemu-devel] [PATCH V7 3/8] qmp: add internal snapshot support in qmp_transaction
` [Qemu-devel] [PATCH V7 4/8] qmp: add interface blockdev-snapshot-internal-sync
` [Qemu-devel] [PATCH V7 5/8] qmp: add interface blockdev-snapshot-delete-internal-sync
` [Qemu-devel] [PATCH V7 6/8] hmp: add interface hmp_snapshot_blkdev_internal
` [Qemu-devel] [PATCH V7 7/8] hmp: add interface hmp_snapshot_delete_blkdev_internal
` [Qemu-devel] [PATCH V7 8/8] qemu-iotests: add 057 internal snapshot for block device test case

[Qemu-devel] [PATCH V6 0/8] add internal snapshot support at block device level
 2013-08-07  3:01 UTC  (3+ messages)

[PATCH v4 0/9] pci: bus and slot reset interfaces
 2013-08-07  2:56 UTC  (4+ messages)
` [PATCH v4 8/9] pci: Tune secondary bus reset timing

[PATCH V12 0/14] Paravirtualized ticket spinlocks
 2013-08-07  2:54 UTC  (4+ messages)

NFS uses wrong domain in SETATTR
 2013-08-07  2:53 UTC  (3+ messages)

[PATCH V4 0/3] xen-netback: switch to NAPI + kthread 1:1 model
 2013-08-07  2:52 UTC  (3+ messages)
` [PATCH V4 1/3] xen-netback: remove page tracking facility

paper supplier
 2013-08-07  2:51 UTC 

[Qemu-devel] [PATCH v6 00/18] aio: drop io_flush()
 2013-08-07  2:42 UTC  (5+ messages)
` [Qemu-devel] [PATCH v6 01/18] block: ensure bdrv_drain_all() works during bdrv_delete()

[PATCH trivial] UAPI: Kbuild: add/modify comments for "uapi/Kbuild" and "uapi/linux/Kbuild"
 2013-08-07  2:42 UTC  (3+ messages)

[PATCH 1/1] x86/AMD: Fix setup ssss:bb:dd:f for d0 failed
 2013-08-07  2:42 UTC  (2+ messages)

change remote to track new branch
 2013-08-07  2:40 UTC  (7+ messages)

[PATCH] powerpc/eeh: Add procfs entry for PowerNV
 2013-08-07  2:34 UTC  (2+ messages)

[PATCH] powerpc/eeh: Fix undefined variable
 2013-08-07  2:34 UTC  (2+ messages)

[Qemu-devel] [Patch] Fix typo in qom/object.h
 2013-08-07  2:33 UTC 

Backlight upstream bug
 2013-08-07  2:29 UTC  (2+ messages)

[Qemu-devel] [PATCH 0/3] rdma: validate remote provided RDMAControlHeader::len
 2013-08-07  2:26 UTC  (4+ messages)
` [Qemu-devel] [PATCH 1/3] rdma: use resp.len after validation in qemu_rdma_registration_stop
` [Qemu-devel] [PATCH 2/3] rdma: validate RDMAControlHeader::len
` [Qemu-devel] [PATCH 3/3] rdma: check if RDMAControlHeader::len match transferred byte

[Qemu-devel] [Patch] ARM: Add an L2 cache controller to KZM
 2013-08-07  2:21 UTC  (6+ messages)

Advice for recovering array containing LUKS encrypted LVM volumes
 2013-08-07  2:22 UTC  (5+ messages)

Port the i915 HDMI infoframe code to the common infrastructure v2
 2013-08-07  2:06 UTC  (3+ messages)
` [PATCH 01/12] video/hdmi: Replace the payload length by their defines

[PATCH] mm: numa: fix NULL pointer dereference
 2013-08-07  2:10 UTC  (2+ messages)

[v2][PATCH 1/1] KVM: PPC: Book3E HV: call SOFT_DISABLE_INTS to sync the software state
 2013-08-07  2:05 UTC  (2+ messages)

[PATCH] adjust code alignment
 2013-08-07  1:58 UTC  (6+ messages)
` [PATCH] fs/nfs/inode.c: "

[Ocfs2-devel] [PATCH] ocfs2: free meta_ac and data_ac when ocfs2_start_trans fails in ocfs2_xattr_set()
 2013-08-07  2:03 UTC  (3+ messages)

[PATCH 0/4] optimization/fix/cleanup in pci_assign_unassigned_resources
 2013-08-07  2:01 UTC  (9+ messages)
` [PATCH 4/4] PCI: fix the io resource alignment calculation in pbus_size_io()

[PATCH 4/4] PCI: fix the io resource alignment calculation in pbus_size_io()
 2013-08-07  2:01 UTC  (11+ messages)

[PATCH 0/2] KVM: PPC: Book3E HV: Rework to sync the software state
 2013-08-07  1:58 UTC  (5+ messages)
` [PATCH 1/2] Revert "kvm/ppc/booke64: Fix lazy ee handling in kvmppc_handle_exit()"

[V10 PATCH 00/23]PVH xen: Phase I, Version 10 patches
 2013-08-07  1:53 UTC  (7+ messages)
` [V10 PATCH 09/23] PVH xen: introduce pvh_set_vcpu_info() and vmx_pvh_set_vcpu_info()

[PATCH -v3] PCI: update device mps when doing pci hotplug
 2013-08-07  1:52 UTC  (3+ messages)

[ARM ATTEND] Describing complex, non-probable system topologies
 2013-08-07  1:52 UTC  (9+ messages)
` [Ksummit-2013-discuss] "

[PATCH 5/6 v2] kvm: powerpc: booke: Add linux pte lookup like booke3s
 2013-08-07  1:47 UTC  (13+ messages)

[resend] [PATCH] mm: vmscan: fix do_try_to_free_pages() livelock
 2013-08-07  1:42 UTC  (5+ messages)
  ` [resend] [PATCH V2] "

[PATCH lttng-ust] Add trace support for calloc and realloc
 2013-08-07  1:42 UTC 

[PATCH v2 RESEND 00/18] Arrange hotpluggable memory as ZONE_MOVABLE
 2013-08-07  1:37 UTC  (4+ messages)
` [PATCH v2 RESEND 11/18] x86, acpi: Try to find SRAT in firmware earlier


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.