All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2012-10-22 14:16:39 to 2012-10-22 15:17:35 UTC [more...]

[PATCH] pstore/ram: fix undefined usage of rounddown_pow_of_two
 2012-10-22 15:17 UTC  (3+ messages)
` [PATCH v2] pstore/ram: fix undefined usage of rounddown_pow_of_two(0)

PROBLEM: Memory leak (at least with SLUB) from "secpath_dup" (xfrm) in 3.5+ kernels
 2012-10-22 15:16 UTC  (16+ messages)

[PATCH] media:davinci: clk - {prepare/unprepare} for common clk framework
 2012-10-22 15:16 UTC  (2+ messages)

Compilation options
 2012-10-22 15:16 UTC  (2+ messages)

[PATCH v3 00/22] loop: Issue O_DIRECT aio using bio_vec
 2012-10-22 15:15 UTC  (23+ messages)
` [PATCH 01/22] iov_iter: move into its own file
` [PATCH 02/22] iov_iter: iov_iter_copy_from_user() should use non-atomic copy
` [PATCH 03/22] iov_iter: add copy_to_user support
` [PATCH 04/22] fuse: convert fuse to use iov_iter_copy_[to|from]_user
` [PATCH 05/22] iov_iter: hide iovec details behind ops function pointers
` [PATCH 06/22] iov_iter: add bvec support
` [PATCH 07/22] iov_iter: add a shorten call
` [PATCH 08/22] iov_iter: let callers extract iovecs and bio_vecs
` [PATCH 09/22] dio: create a dio_aligned() helper function
` [PATCH 11/22] dio: add bio_vec support to __blockdev_direct_IO()
` [PATCH 12/22] fs: pull iov_iter use higher up the stack
` [PATCH 13/22] aio: add aio_kernel_() interface
` [PATCH 14/22] aio: add aio support for iov_iter arguments
` [PATCH 15/22] bio: add bvec_length(), like iov_length()
` [PATCH 16/22] loop: use aio to perform io on the underlying file
` [PATCH 17/22] fs: add read_iter and write_iter to several file systems
` [PATCH 18/22] ocfs2: add support for read_iter, write_iter, and direct_IO_bvec
` [PATCH 19/22] ext4: add support for read_iter and write_iter
` [PATCH 20/22] nfs: add support for read_iter, write_iter
` [PATCH 21/22] btrfs: add support for read_iter and write_iter
` [PATCH 22/22] block_dev: add support for read_iter, write_iter

[RESEND][PATCH] prctl: update seccomp sections for mode 2 (BPF)
 2012-10-22 15:15 UTC  (4+ messages)

[GIT PULL] regmap for for v3.7
 2012-10-22 15:14 UTC 

[PATCH 1/5] drm/radeon: fix PFP sync in vm_flush
 2012-10-22 15:12 UTC  (3+ messages)
` [PATCH 2/5] drm/radeon: fix cayman_vm_set_page

[Qemu-devel] [PATCH v2] hmp: fix info cpus for sparc targets
 2012-10-22 15:12 UTC  (2+ messages)

[PATCH v5 00/18] slab accounting for memcg
 2012-10-22 15:11 UTC  (5+ messages)
` [PATCH v5 15/18] Aggregate memcg cache values in slabinfo

[PATCH 0/4] acpi,memory-hotplug : implement framework for hot removing memory
 2012-10-22 15:11 UTC  (12+ messages)
` [PATCH 1/4] acpi,memory-hotplug : add memory offline code to acpi_memory_device_remove()

[Qemu-devel] 'qemu-nbd' explicite flush to disk
 2012-10-22 15:10 UTC 

[Qemu-devel] [PATCH 00/37 v5] target-i386: convert CPU features into properties
 2012-10-22 15:03 UTC  (38+ messages)
` [Qemu-devel] [PATCH 01/37] target-i386: return Error from cpu_x86_find_by_name()
` [Qemu-devel] [PATCH 02/37] target-i386: cpu_x86_register(): report error from property setter
` [Qemu-devel] [PATCH 03/37] target-i386: if x86_cpu_realize() failed report error and do cleanup
` [Qemu-devel] [PATCH 04/37] target-i386: filter out not TCG features if running without kvm at realize time
` [Qemu-devel] [PATCH 05/37] target-i386: move out CPU features initialization in separate func
` [Qemu-devel] [PATCH 06/37] add visitor for parsing hz[KMG] input string
` [Qemu-devel] [PATCH 07/37] target-i386: use visit_type_hz to parse tsc_freq property value
` [Qemu-devel] [PATCH 08/37] target-i386: define static properties for cpuid features
` [Qemu-devel] [PATCH 09/37] qdev: export qdev_prop_find() and allow it to be used with DeviceClass instead of Object
` [Qemu-devel] [PATCH 10/37] target-i386: parse cpu_model string into set of stringified properties
` [Qemu-devel] [PATCH 11/37] target-i386: introduce vendor-override static property
` [Qemu-devel] [PATCH 12/37] target-i386: convert "xlevel" to "
` [Qemu-devel] [PATCH 13/37] target-i386: convert "level" "
` [Qemu-devel] [PATCH 14/37] target-i386: postpone cpuid_level update to realize time
` [Qemu-devel] [PATCH 15/37] target-i386: set default value of "hypervisor" feature using static property
` [Qemu-devel] [PATCH 16/37] target-i386: set kvm CPUID default feature values using static properties
` [Qemu-devel] [PATCH 17/37] target-i386: make 'f-kvmclock' compatible with legacy behaviour
` [Qemu-devel] [PATCH 18/37] target-i386: add stubs for hyperv_(vapic_recommended|relaxed_timing_enabled|get_spinlock_retries)()
` [Qemu-devel] [PATCH 19/37] qdev: add DEFINE_ABSTRACT_PROP() helper
` [Qemu-devel] [PATCH 20/37] target-i386: convert 'hv_spinlocks' to static property
` [Qemu-devel] [PATCH 21/37] target-i386: convert 'hv_relaxed' "
` [Qemu-devel] [PATCH 22/37] target-i386: convert 'hv_vapic' "
` [Qemu-devel] [PATCH 23/37] target-i386: convert 'check' and 'enforce' to static properties
` [Qemu-devel] [PATCH 24/37] target-i386: use define for cpuid vendor string size
` [Qemu-devel] [PATCH 25/37] target-i386: replace uint32_t vendor fields by vendor string in x86_def_t
` [Qemu-devel] [PATCH 26/37] target-i386: convert "vendor" property to static property
` [Qemu-devel] [PATCH 27/37] target-i386: convert "tsc-frequency" "
` [Qemu-devel] [PATCH 28/37] target-i386: convert "model-id" "
` [Qemu-devel] [PATCH 29/37] target-i386: convert "stepping" "
` [Qemu-devel] [PATCH 30/37] target-i386: convert "model" "
` [Qemu-devel] [PATCH 31/37] target-i386: convert "family" "
` [Qemu-devel] [PATCH 32/37] target-i386: use static properties for setting cpuid features
` [Qemu-devel] [PATCH 33/37] qdev: QDEV_PROP_FOREACH and QDEV_CLASS_FOREACH
` [Qemu-devel] [PATCH 34/37] qdev: introduce QDEV_FIND_PROP_FROM_BIT and qdev_prop_find_bit()
` [Qemu-devel] [PATCH 35/37] target-i386: use static properties in check_features_against_host() to print CPUID feature names
` [Qemu-devel] [PATCH 36/37] target-i386: use static properties to list CPUID features
` [Qemu-devel] [PATCH 37/37] target-i386: cleanup cpu_x86_find_by_name(), only fill x86_def_t in it

[PATCH 0/2] move kmem_cache_free to common code
 2012-10-22 15:10 UTC  (9+ messages)
` [PATCH 1/2] slab: commonize slab_cache field in struct page
` [PATCH 2/2] slab: move kmem_cache_free to common code

[PATCH v2] fat: editions to support fat_fallocate()
 2012-10-22 15:10 UTC  (8+ messages)

[PATCH 1/3] ARM: dts: Update board files for pwm support
 2012-10-22 15:08 UTC  (7+ messages)
` [PATCH 2/3] PWM: vt8500: Update vt8500 PWM driver support

[PATCH] p2m: rename p2m_is_magic to p2m_is_pod
 2012-10-22 15:08 UTC 

ext3 issue on 3.6.1
 2012-10-22 15:08 UTC  (9+ messages)

[Qemu-devel] [PATCH v4 4/4] qemu-config: Add new -add-fd command line option
 2012-10-22 15:06 UTC  (3+ messages)
` [Qemu-devel] [PATCH v5] "

reading from eMMC boot partions: timeout or ECC error?
 2012-10-22 14:59 UTC 

[PATCH] mm: Fix XFS oops due to dirty pages without buffers on s390
 2012-10-22 15:06 UTC 

[Qemu-devel] [PATCH v2 0/2] Fix stop/cont vs. connect races
 2012-10-22 15:06 UTC  (3+ messages)
` [Qemu-devel] [PATCH v2 1/2] qmp: handle stop/cont in INMIGRATE state

[Buildroot] About remote debugging and library stripping
 2012-10-22 15:04 UTC  (4+ messages)

[Xenomai] Which kernel versions?
 2012-10-22 15:04 UTC  (18+ messages)

[lm-sensors] w83627ehf: Wrong values reported after resuming from suspend/hibernation
 2012-10-22 15:03 UTC 

[PATCH 0/8] I2C patches for v3.8 merge window
 2012-10-22 15:02 UTC  (6+ messages)

perf top -z not working?
 2012-10-22 15:01 UTC  (8+ messages)

[PATCH] hvm: handle PoD and grant pages in HVMOP_get_mem_type
 2012-10-22 14:59 UTC  (3+ messages)

OE Changelog since 2012-10-14 until 2012-10-21
 2012-10-22 14:45 UTC 

Profiling binaries?
 2012-10-22 14:44 UTC  (4+ messages)

[PATCH v2 0/2] perf: enforce exclusive PMU access for SNB INST_RETIRED:PREC_DIST
 2012-10-22 14:55 UTC  (4+ messages)
` [PATCH v2 1/2] perf tools: add event modifier to request exclusive PMU access

[PATCH] panic: fix incomplete panic log in panic()
 2012-10-22 14:54 UTC  (5+ messages)

Event tracing support on m68k
 2012-10-22 14:53 UTC  (3+ messages)

[PATCH v2 00/10] sta2x11-mfd patches
 2012-10-22 14:50 UTC  (11+ messages)
` [PATCH 01/10] drivers/mfd/sta2x11-mfd: add apb-soc regs driver and factor out common code
` [PATCH 02/10] drivers/mfd/sta2x11-mfd: add regmap support
` [PATCH 03/10] drivers/mfd/sta2x11-mfd: add sta2x11_mfd_get_regs_data() function
` [PATCH 04/10] drivers/mfd/sta2x11-mfd: use defines for platform devices' names
` [PATCH 05/10] drivers/mfd/sta2x11-mfd: only add sta2x11_mfd if it hasn't already been added
` [PATCH 06/10] drivers/mfd/sta2x11-mfd: platform probe: don't mind about gpio platform data
` [PATCH 07/10] drivers/mfd/sta2x11-mfd: use one lock per device instead of one lock per mfd
` [PATCH 08/10] drivers/mfd/sta2x11-mfd: add scr (otp registers) platform driver
` [PATCH 09/10] drivers/mfd/sta2x11-mfd: add defines for some sta2x11 sctl registers
` [PATCH 10/10] drivers/mfd/sta2x11-mfd: add myself to copyright

[PATCH 00/21] TTY buffer in tty_port and other stuff
 2012-10-22 14:57 UTC  (2+ messages)

[PATCH v2 1/2] USB: Update EHCI-platform driver to devicetree
 2012-10-22 14:51 UTC  (2+ messages)

[PATCH 1/2] mm/slob: Mark zone page state to get slab usage at /proc/meminfo
 2012-10-22 14:50 UTC  (5+ messages)

Subtree in Git
 2012-10-22 14:47 UTC  (19+ messages)

Trying to reproduce %eip corruption
 2012-10-22 14:49 UTC 

git daemon test fails
 2012-10-22 14:48 UTC 

[Qemu-devel] [PATCH] Call MADV_HUGEPAGE for guest RAM allocations
 2012-10-22 13:50 UTC  (4+ messages)

[PATCH 0/2] media: V4L2: clock and asynchronous registration
 2012-10-22 14:48 UTC  (6+ messages)
` [PATCH 2/2] media: V4L2: support asynchronous subdevice registration

Possible bug in iptables : -m --uid-owner not working with ping
 2012-10-22 14:44 UTC  (4+ messages)
` AW: "

[PATCH 0/3] pch_gbe: fix CRC errors and improve speed
 2012-10-22 14:43 UTC  (4+ messages)
` [PATCH 1/3] pch_gbe: create functions for MAC_RX {en,dis}able
` [PATCH 2/3] pch_gbe: don't re-set RX_FIFO_ERR flag in napi_poll
` [PATCH 3/3] pch_gbe: don't reset MAC_RX on FIFO overflow

[dm-crypt] cryptsetup not working under 3.6 - regression from 3.4?
 2012-10-22 14:27 UTC  (8+ messages)

[PATCH 0 of 6] Xen: generalize and beautify scheduling related perfc and stats
 2012-10-22 14:40 UTC  (7+ messages)
` [PATCH 1 of 6] xen: fix build when 'perfc=y'
` [PATCH 2 of 6] xen: move `printk("Initializing domain")` from credit to generic scheduling code
` [PATCH 3 of 6] xen: sched: generalize scheduling related perfcounter macros
` [PATCH 4 of 6] xen: sched: introduce a couple of counters in credit2 and SEDF
` [PATCH 5 of 6] xen: sched_sedf: beautify statisics in SEDF
` [PATCH 6 of 6] xen: sched_sedf: remove an unused stat "

BUG: 1bbbbe7 (x86: Exclude E820_RESERVED regions...) PANIC on boot
 2012-10-22 14:40 UTC  (7+ messages)

[Qemu-devel] [PATCH v3 00/26] q35 qemu support
 2012-10-22 14:39 UTC  (10+ messages)

rbd export to stdout ?
 2012-10-22 14:31 UTC  (3+ messages)

[RFC PATCH v2 6/6] USB: forbid memory allocation with I/O during bus reset
 2012-10-22 14:37 UTC  (4+ messages)

[ath9k-devel] Cross-Modulation distortion on UBNT devices
 2012-10-22 14:36 UTC  (2+ messages)

[Qemu-devel] [PATCH v2 0/6] QOMify pflash_cfi0x + PL353 for Xilinx Zynq
 2012-10-22 14:36 UTC  (3+ messages)
` [Qemu-devel] [PATCH v2 3/6] pflash_cfi0x: QOMified

[PATCH 2/3] tools:libxl: Add qxl vga interface support v2
 2012-10-22 14:36 UTC  (10+ messages)

[PATCH] mac80211: fix WDS channel context test
 2012-10-22 14:36 UTC  (2+ messages)

Black screen with gma500_gfx on 3.6.2
 2012-10-22 14:39 UTC  (2+ messages)

[PATCH 0/3] xfsdump: more projid32bit fixes
 2012-10-22 14:36 UTC  (2+ messages)

[PATCH -v5 00/19] x86: Use BRK to pre mapping page table to make xen happy
 2012-10-22 14:33 UTC  (9+ messages)
` [PATCH 01/19] x86, mm: Align start address to correct big page size
` [PATCH 02/19] x86, mm: Use big page size for small memory range
` [PATCH 03/19] x86, mm: Don't clear page table if range is ram
` [PATCH 04/19] x86, mm: only keep initial mapping for ram

[RFC PATCH v2 2/6] PM / Runtime: introduce pm_runtime_set_memalloc_noio()
 2012-10-22 14:33 UTC  (4+ messages)

[PATCH] check for the kzalloc return value
 2012-10-22 14:33 UTC  (2+ messages)

[linux-dvb] ISDB-T Siano Not Supported
 2012-10-22 14:32 UTC 

[PATCH v4] ARM: SMP_TWD: make setup()/stop() reentrant
 2012-10-22 14:32 UTC  (2+ messages)

[PATCH for-v3.7 1/2] slub: optimize poorly inlined kmalloc* functions
 2012-10-22 14:31 UTC  (4+ messages)
  ` [PATCH for-v3.7 2/2] slub: optimize kmalloc* inlining for GFP_DMA

[ath9k-devel] open firmware for ath9k_htc
 2012-10-22 14:31 UTC  (2+ messages)

[PATCH] transport-helper: check when helpers fail
 2012-10-22 14:31 UTC  (5+ messages)

[ath9k-devel] ath9k_htc and reported mactime
 2012-10-22 14:31 UTC  (3+ messages)

[PATCH] fix 'make test' for HP NonStop
 2012-10-22 14:30 UTC 

[PATCH 1/2] NFC: Move pn544.h header file close to the driver
 2012-10-22 14:30 UTC  (2+ messages)

[PATCH] arago: set PREFERRED_PROVIDER for jpeg
 2012-10-22 14:29 UTC  (2+ messages)

libblkid: newbie question about enabling whole disk sysfs probe
 2012-10-22 14:28 UTC  (2+ messages)

rbd map error with new rbd format
 2012-10-22 14:27 UTC  (3+ messages)

Osd load and timeout when recovering
 2012-10-22 14:26 UTC  (2+ messages)

new execve/kernel_thread design
 2012-10-22 14:23 UTC  (6+ messages)
` [PATCH] tile: support GENERIC_KERNEL_THREAD and GENERIC_KERNEL_EXECVE

[RFC][PATCH 0/3] CIFS: Use OID registry and ASN.1 header
 2012-10-22 14:23 UTC  (4+ messages)
  ` [PATCH 1/3] CIFS: Use OID registry facility
  ` [PATCH 2/3] ASN.1: Define indefinite length marker constant
  ` [PATCH 3/3] CIFS: Use linux/asn1.h

[PATCH] KVM: x86: fix vcpu->mmio_fragments overflow
 2012-10-22 14:23 UTC  (12+ messages)

[PATCH v3 resend] USB: PHY: Re-organize Tegra USB PHY driver
 2012-10-22 14:21 UTC  (2+ messages)

[Qemu-devel] [PATCH] cadence_uart: enable tx/rx on reset
 2012-10-22 14:20 UTC 

make test
 2012-10-22 14:19 UTC 

[Buildroot] [Bug 3631] New: Error while compiling with Xorg
 2012-10-22 14:18 UTC  (2+ messages)
` [Buildroot] [Bug 3631] "

[PATCH 1/2] [media] vivi: Kill BUFFER_TIMEOUT macro
 2012-10-22 14:16 UTC  (4+ messages)
` [PATCH 2/2] [media] vivi: Teach it to tune FPS


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.