All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2013-05-30 20:17:04 to 2013-05-30 21:45:20 UTC [more...]

[PATCH] arm: Prevent memory aliasing on non-LPAE kernels
 2013-05-30 21:45 UTC  (2+ messages)

radosgw: Files left over after deletion (even after the gc period/process)
 2013-05-30 21:44 UTC  (3+ messages)

[Qemu-devel] [PATCH V15 0/6] replace QEMUOptionParameter with QemuOpts parser
 2013-05-30 21:43 UTC  (7+ messages)
` [Qemu-devel] [PATCH V15 1/6] add def_value_str in QemuOptDesc struct and rewrite qemu_opts_print
` [Qemu-devel] [PATCH V15 2/6] avoid duplication of default value in QemuOpts
` [Qemu-devel] [PATCH V15 3/6] Create four QemuOptsList related functions

[PATCH] parisc/PCI: lba: fix: convert to pci_create_root_bus() for correct root bus resources
 2013-05-30 21:40 UTC  (5+ messages)

[PATCHv12 0/4] zswap: compressed swap caching
 2013-05-30 21:20 UTC  (12+ messages)
` [PATCHv12 2/4] zbud: add to mm/

X.org's GSoC 2013 projects
 2013-05-30 21:37 UTC 

[PATCH] Bluetooth: Fix mgmt handling of power on failures
 2013-05-30 21:34 UTC  (3+ messages)
` [PATCH v2] "

[PATCHv4 1/6] ARM: socfpga: dts: Add ethernet bindings for SOCFPGA
 2013-05-30 21:33 UTC  (4+ messages)
` [PATCHv4 3/6] ARM: socfpga: Add support to gate peripheral clocks

[PATCH v3] pwm: add sysfs interface
 2013-05-30 21:30 UTC  (2+ messages)

[RFC PATCHv4 0/6] arm: Initial TI-Nspire support
 2013-05-30 21:29 UTC  (4+ messages)
` [RFC PATCHv4 6/6] irqchip: TI-Nspire irqchip support

Q: acpi-cpufreq module auto-loading after processor driver change
 2013-05-30 21:38 UTC 

[PATCH V3.10] rtlwifi: rtl8192cu: Fix problem in connecting to WEP or WPA(1) networks
 2013-05-30 21:23 UTC 

[PATCH 1/3 v2] 285: Fix test for ext4 in some configurations
 2013-05-30 21:25 UTC  (5+ messages)
` [PATCH 2/3 v2] 285: Fix indentation of do_pwrite
` [PATCH 3/3 v2] 285: Test offsets over 4GB

[Bug 64776] New: [9.1.2]"GPU fault detected" whit "eclipse juno" crash system
 2013-05-30 21:24 UTC  (2+ messages)
` [Bug 64776] "

[Qemu-devel] [BUG]: kvm_set_phys_mem: error unregistering overlapping slot: Invalid argument
 2013-05-30 21:23 UTC  (10+ messages)

build regressions 2013-05-30
 2013-05-30 21:24 UTC 

SSD + Rust as raid1
 2013-05-30 21:23 UTC 

[PATCH v2] pwm: add sysfs interface
 2013-05-30 21:20 UTC  (3+ messages)

minor perf_event_open() clarification
 2013-05-30 21:22 UTC 

[PATCH 1/2] sha1_file: silence sha1_loose_object_info
 2013-05-30 21:22 UTC  (3+ messages)
` [PATCH 2/2] lookup_commit_reference_gently: do not read non-{tag,commit}

[ 000/136 ] 3.6.11.4-stable review
 2013-05-30 21:21 UTC  (6+ messages)
` [ 104/136 ] r8169: fix 8168evl frame padding

[PATCH] rtlwifi: Fix a false leak indication for PCI devices
 2013-05-30 21:21 UTC 

[PATCH REBASE] irqchip: Add TB10x interrupt controller driver
 2013-05-30 21:19 UTC  (4+ messages)
` [PATCH V2] "

MUSB multiplatform work?
 2013-05-30 21:19 UTC  (7+ messages)

[Qemu-devel] [PATCH 00/21] Memory/IOMMU patches, part 3: IOMMU implementation
 2013-05-30 21:17 UTC  (22+ messages)
` [Qemu-devel] [PATCH 01/21] memory: Introduce address_space_lookup_region
` [Qemu-devel] [PATCH 02/21] memory: move private types to exec.c
` [Qemu-devel] [PATCH 03/21] exec: Allow unaligned address_space_rw
` [Qemu-devel] [PATCH 04/21] exec: Resolve subpages in one step except for IOTLB fills
` [Qemu-devel] [PATCH 05/21] exec: Implement subpage_read/write via address_space_rw
` [Qemu-devel] [PATCH 06/21] exec: return MemoryRegion from address_space_translate
` [Qemu-devel] [PATCH 07/21] Revert "memory: limit sections in the radix tree to the actual address space size"
` [Qemu-devel] [PATCH 08/21] Revert "s390x: reduce TARGET_PHYS_ADDR_SPACE_BITS to 62"
` [Qemu-devel] [PATCH 09/21] exec: reorganize mem_add to match Int128 version
` [Qemu-devel] [PATCH 10/21] memory: make section size a 128-bit integer
` [Qemu-devel] [PATCH 11/21] memory: iommu support
` [Qemu-devel] [PATCH 12/21] memory: Add iommu map/unmap notifiers
` [Qemu-devel] [PATCH 13/21] vfio: abort if an emulated iommu is used
` [Qemu-devel] [PATCH 14/21] spapr: convert TCE API to use an opaque type
` [Qemu-devel] [PATCH 15/21] spapr: make IOMMU translation go through IOMMUTLBEntry
` [Qemu-devel] [PATCH 16/21] spapr: use memory core for iommu support
` [Qemu-devel] [PATCH 17/21] dma: eliminate old-style IOMMU support
` [Qemu-devel] [PATCH 18/21] pci: use memory core for iommu support
` [Qemu-devel] [PATCH 19/21] spapr_vio: take care of creating our own AddressSpace/DMAContext
` [Qemu-devel] [PATCH 20/21] dma: eliminate DMAContext
` [Qemu-devel] [PATCH 21/21] memory: give name to every AddressSpace

Changes pulled into MSM tree
 2013-05-30 21:06 UTC  (3+ messages)

[PATCH] DM RAID: Add ability to throttle sync operations for RAID LVs
 2013-05-30 21:15 UTC 

Network issue on 3.10 rcs, bisected
 2013-05-30 21:14 UTC  (4+ messages)

[PATCH v2 00/25] Remove assumptions about each_ref_fn arg lifetimes
 2013-05-30 21:14 UTC  (4+ messages)
` [PATCH v2 11/25] object_array_remove_duplicates(): rewrite to reduce copying

+ ipc-semc-rename-try_atomic_semop-to-perform_atomic_semop-docu-update.patch added to -mm tree
 2013-05-30 21:13 UTC 

+ ipc-semc-always-use-only-one-queue-for-alter-operations.patch added to -mm tree
 2013-05-30 21:13 UTC 

+ ipc-sem-seperate-wait-for-zero-and-alter-tasks-into-seperate-queues.patch added to -mm tree
 2013-05-30 21:13 UTC 

[PATCH 0/8] cross-compiling, SEND_STATUS, pretty-printing and enhanced user area
 2013-05-30 21:12 UTC  (9+ messages)
` [PATCH 1/8] allow environment and command-line supplied make vars
` [PATCH 2/8] extract definitions for EXT_CSD register EXT_CSD_PARTITIONING_SUPPORT
` [PATCH 3/8] extract definitions for EXT_CSD register PARTITION_SETTING_COMPLETED and pretty-print
` [PATCH 4/8] Support SEND_STATUS command
` [PATCH 5/8] fix printing ENH_START_ADDR
` [PATCH 6/8] report if card is block-addressed and effect on ENH_START_ADDR
` [PATCH 7/8] print KiB sizes for some fields
` [PATCH 8/8] support setting the OTP enhanced user area parameters

[PATCH] ARM: EXYNOS: Consolidate multiple low-level UART port definitions
 2013-05-30 21:11 UTC  (3+ messages)

[PATCH 0/2] gpio: dt: add gpio-export support
 2013-05-30 21:11 UTC  (9+ messages)
` [PATCH 1/2] gpiolib: add gpio_export_with_name

Speed up 'rbd rm'
 2013-05-30 21:09 UTC  (5+ messages)

[PATCH] rtlwifi: Fix a false leak indication for PCI devices
 2013-05-30 21:09 UTC 

[PATCH] cpufreq: ondemand: Change the calculation of target frequency
 2013-05-30 21:07 UTC 

[PATCH] parisc: parport0: fix this legacy no-device port driver!
 2013-05-30 21:06 UTC 

[PATCH 0/3] Try out the irqdomain + generic chip integration series
 2013-05-30 21:06 UTC  (5+ messages)
` [PATCH 3/3] irqchip: Make versatile fpga irq driver a generic chip

[patches] more message tweaks and man-page formatting
 2013-05-30 21:06 UTC 

[Patch net-next v3] net: clean up skb headers code
 2013-05-30 21:05 UTC  (4+ messages)

[Qemu-devel] [PULL 00/22] Memory/IOMMU patches, part 2: unassigned access detection
 2013-05-30 21:03 UTC  (23+ messages)
` [Qemu-devel] [PATCH 01/22] exec: eliminate io_mem_ram
` [Qemu-devel] [PATCH 02/22] exec: drop useless #if
` [Qemu-devel] [PATCH 03/22] cputlb: simplify tlb_set_page
` [Qemu-devel] [PATCH 04/22] exec: make io_mem_unassigned private
` [Qemu-devel] [PATCH 05/22] exec: do not use error_mem_read
` [Qemu-devel] [PATCH 06/22] memory: dispatch unassigned accesses based on .valid.accepts
` [Qemu-devel] [PATCH 07/22] memory: add address_space_translate
` [Qemu-devel] [PATCH 08/22] memory: move unassigned_mem_ops to memory.c
` [Qemu-devel] [PATCH 09/22] memory: assign MemoryRegionOps to all regions
` [Qemu-devel] [PATCH 10/22] exec: expect mr->ops to be initialized for ROM
` [Qemu-devel] [PATCH 11/22] exec: introduce memory_access_is_direct
` [Qemu-devel] [PATCH 12/22] exec: introduce memory_access_size
` [Qemu-devel] [PATCH 13/22] memory: export memory_region_access_valid to exec.c
` [Qemu-devel] [PATCH 14/22] exec: implement .valid.accepts for subpages
` [Qemu-devel] [PATCH 15/22] memory: add address_space_access_valid
` [Qemu-devel] [PATCH 16/22] memory: accept mismatching sizes in memory_region_access_valid
` [Qemu-devel] [PATCH 17/22] memory: add big endian support to access_with_adjusted_size
` [Qemu-devel] [PATCH 18/22] memory: split accesses even when the old MMIO callbacks are used
` [Qemu-devel] [PATCH 19/22] memory: correctly handle endian-swapped 64-bit accesses
` [Qemu-devel] [PATCH 20/22] exec: just use io_mem_read/io_mem_write for 8-byte I/O accesses
` [Qemu-devel] [PATCH 21/22] memory: propagate errors on I/O dispatch
` [Qemu-devel] [PATCH 22/22] memory: add return value to address_space_rw/read/write

[Buildroot] [pull request v8 (for next)] Pull request for branch yem-new-packages
 2013-05-30 21:04 UTC  (7+ messages)
` [Buildroot] [PATCH 1/3] package/pmake: force argv[0]=${0} in the pmake wrapper
` [Buildroot] [PATCH 2/3] package/libedit2: new package
` [Buildroot] [PATCH 3/3] package/snappy: "

[U-Boot] [PATCH] Add splash screen support via loading from flash
 2013-05-30 21:03 UTC 

[Buildroot] [git commit] package/snappy: new package
 2013-05-30 21:02 UTC 

[Buildroot] [git commit branch/next] package/snappy: new package
 2013-05-30 21:02 UTC 

[Buildroot] [git commit branch/next] package/libedit: new package
 2013-05-30 21:02 UTC 

[Buildroot] [git commit] package/libedit: new package
 2013-05-30 21:02 UTC 

[linux-lvm] file-based locking initialization failed after pvresize
 2013-05-30 21:02 UTC  (2+ messages)

OOPS in perf_mmap_close()
 2013-05-30 21:00 UTC  (21+ messages)
                  ` [RFC][PATCH] mm: Fix RLIMIT_MEMLOCK
                          ` [regression] "

[PATCH] ARM: OMAP2+: omap-usb-host: Fix memory leaks
 2013-05-30 21:00 UTC  (3+ messages)

[patch] pktcdvd: silence static checker warning
 2013-05-30 20:57 UTC  (5+ messages)
` [PATCH 0/3] pktcdvd: A few more neatenings
  ` [PATCH 1/3] pktcdvd: Convert ZONE macro to static function get_zone()
  ` [PATCH 2/3] pktcdvd: Convert printk to pr_<level>
  ` [PATCH 3/3] pktcdvd: Consolidate DPRINTK and VPRINTK macros

[PATCH] Btrfs: stop all workers before cleaning up roots
 2013-05-30 20:58 UTC 

3.10.0-rc2 mlx4 not receiving packets for some multicast groups
 2013-05-30 20:57 UTC  (9+ messages)

cpufreq turbo regression
 2013-05-30 20:55 UTC  (3+ messages)

[U-Boot] [PATCH v2] mtd: resync with Linux-3.7.1
 2013-05-30 20:55 UTC  (2+ messages)
` [U-Boot] [U-Boot,v2] "

[xen-unstable bisection] complete build-armhf
 2013-05-30 20:55 UTC  (3+ messages)

Running lttng-tools tests?
 2013-05-30 20:52 UTC 

Froe e71bf1d708e1294b3bae64d04f03228b3625f2a3 Mon Sep 17 00:00:00 2001
 2013-05-30 20:51 UTC  (3+ messages)
` [PATCH 05/13] NFSv4.2: Added NFS v4.2 support to the NFS client

3.10-rc3 NFSv3 mount issues
 2013-05-30 20:51 UTC  (4+ messages)

Broken nilfs2 filesystem
 2013-05-30 20:50 UTC  (8+ messages)

[PATCH 1/3] 285: Fix test for ext4 in some configurations
 2013-05-30 20:49 UTC  (7+ messages)
` [PATCH 3/3] 285: Test offsets over 4GB

[Bug 58901] New: "trying to bind memory to uninitialized GART" error at resume from suspend to memory
 2013-05-30 20:47 UTC  (2+ messages)
` [Bug 58901] "

[patch] mm, memcg: add oom killer delay
 2013-05-30 20:47 UTC  (4+ messages)

[Qemu-devel] [QEMU PATCH v3] qdev: fix get_fw_dev_path to support to add nothing to fw_dev_path
 2013-05-30 20:30 UTC  (4+ messages)
` [Qemu-devel] [Qemu-stable] "

[Qemu-devel] [PATCH] qemu-char: don't issue CHR_EVENT_OPEN in a BH
 2013-05-30 20:44 UTC  (7+ messages)

Another try at getting pktgen to work with wifi
 2013-05-30 20:45 UTC  (3+ messages)

[Bug 65190] New: glxgears on r600g (rv770) is garbled with llvm enabled
 2013-05-30 20:44 UTC  (2+ messages)
` [Bug 65190] "

+ kernel-auditfilterc-fixing-build-warning.patch added to -mm tree
 2013-05-30 20:42 UTC 

[PATCH 2/2] [media] s5p-mfc: Fix input/output format reporting
 2013-05-30 20:42 UTC 

[PATCH v2 1/2] hicolor-icon-theme: keep inherited dependencies and switch to gnomebase
 2013-05-30 20:40 UTC  (2+ messages)
` [PATCH v2 2/2] gtk-icon-cache pixbufcache: add a clear dependency on gdk-pixbuf-native

[PATCH] Documentation: cover CONFIG_BINFMT_SCRIPT in init.txt
 2013-05-30 20:33 UTC  (2+ messages)

iptables-nftables: Invalid argument
 2013-05-30 20:39 UTC 

[PATCH 0/2] kdump/mmap: Fix mmap of /proc/vmcore for s390
 2013-05-30 20:38 UTC  (12+ messages)

+ drivers-rtc-rtc-ds1302c-handle-write-protection.patch added to -mm tree
 2013-05-30 20:37 UTC 

[PATCH v3] watchdog: Add hook for kicking in kdump path
 2013-05-30 20:37 UTC  (11+ messages)

[Buildroot] [RFC/PATCH 0/4] support building from read-only source tree
 2013-05-30 20:36 UTC  (4+ messages)

[PATCH] usb: dwc3: Addition of "dr_mode" dt property
 2013-05-30 20:35 UTC  (3+ messages)

[PATCH RESEND] x86: irq_fpu_usable returns false negatives with eagerfpu
 2013-05-30 20:33 UTC  (2+ messages)
` [tip:x86/urgent] x86: Allow FPU to be used at interrupt time even "

[Buildroot] [git commit] package/pmake: force argv[0]=${0} in the pmake wrapper
 2013-05-30 20:33 UTC 

[Buildroot] [git commit branch/next] package/pmake: force argv[0]=${0} in the pmake wrapper
 2013-05-30 20:33 UTC 

[PATCH] usb: dwc3: Addition of "dr_mode" dt property
 2013-05-30 20:31 UTC 

[Buildroot] [PATCH 0/2] Bump pulseaudio and dependencies
 2013-05-30 20:31 UTC  (2+ messages)

[alsa-devel] Improving or replacing snd_printk()
 2013-05-30 20:30 UTC  (2+ messages)

[PATCH 9/9] xfs: inode unlinked list needs to recalculate the inode CRC
 2013-05-30 20:27 UTC  (5+ messages)
` [PATCH 9a,9b v2, replacements] xfs: unlinked list crcs
  ` [PATCH 2/2] xfs: inode unlinked list needs to recalculate the inode CRC

[PATCH] PCI: set correct value for iov device before device
 2013-05-30 20:27 UTC  (3+ messages)

Question about configuration for alx
 2013-05-30 20:24 UTC  (3+ messages)

[RESEND PATCH 1/1] MAINTAINERS: Framebuffer Layer maintainers update
 2013-05-30 20:23 UTC 

[PATCH] of: Export of_irq_count for using in modules
 2013-05-30 20:17 UTC  (3+ messages)

[PATCH v3 1/1] gpio: sx150x: convert to use devm_* functions
 2013-05-30 20:19 UTC  (2+ messages)

[Buildroot] [git commit branch/next] pulseaudio : bump to version 3.0
 2013-05-30 20:19 UTC 

[Buildroot] [git commit] pulseaudio : bump to version 3.0
 2013-05-30 20:19 UTC 

[Buildroot] [git commit branch/next] libtool : bump to version 2.4.2
 2013-05-30 20:19 UTC 

[Buildroot] [git commit] libtool : bump to version 2.4.2
 2013-05-30 20:19 UTC 

[PATCH 1/2] ahci: make ahci_transmit_led_message into a function pointer
 2013-05-30 20:17 UTC  (2+ messages)
` [PATCH 2/2] sata highbank: add bit-banged SGPIO driver support

[PATCH v2 1/1] gpio: sx150x: convert to use devm_kzalloc()
 2013-05-30 20:17 UTC  (2+ messages)

[PATCH net-next 0/5] netxen_nic: Code cleanup and enhancements
 2013-05-30 19:51 UTC  (3+ messages)
` [PATCH net-next 1/5] netxen_nic: Log driver version with firmware version
` [PATCH net-next 4/5] netxen_nic: Avoid mixed mode interrupts


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.