All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2014-01-31 15:08:24 to 2014-01-31 16:06:43 UTC [more...]

Add reset subtest to pm_rps
 2014-01-31 16:13 UTC  (4+ messages)
` [PATCH 1/4] pm_rps: Add stop rings injection utility
` [PATCH 2/4] pm_rps: Load helper should stall for last write
` [PATCH 3/4] pm_rps: Add variable load support to load helper

[uq/master PATCH 0/7] x86 CPU subclasses, take 7
 2014-01-31 16:06 UTC  (11+ messages)
` [Qemu-devel] "

[Qemu-devel] [PATCH 0/2] Use g_new() & friends where that makes obvious sense
 2014-01-31 16:06 UTC  (4+ messages)
` [Qemu-devel] [PATCH 1/2] qga: Fix memory allocation pasto
` [Qemu-devel] [PATCH 2/2] Use g_new() & friends where that makes obvious sense

[PATCH 1/1] v4l: subdev: Allow 32-bit compat IOCTLs
 2014-01-31 16:05 UTC  (4+ messages)

RDMA read does not update local memory
 2014-01-31 16:05 UTC  (5+ messages)

What is the real issue when file system is full (100%), deleting data won't be effective for df to display correct free space until reboot
 2014-01-31 16:04 UTC  (2+ messages)

OOPS in nf_ct_unlink_expect_report using Polycom RealPresence Mobile
 2014-01-31 16:04 UTC 

[PATCH v2 0/5] Add Allwinner A31 SPI controller support
 2014-01-31 16:03 UTC  (9+ messages)
` [PATCH v2 3/5] spi: sunxi: Add Allwinner A31 SPI controller driver

[PATCH] ARM: dts: k2hk-evm: rename clock node to clocks
 2014-01-31 16:03 UTC  (4+ messages)

[PATCH] grub-core/net/arp.c: trim arp packets with abnormal size
 2014-01-31 16:02 UTC  (2+ messages)

[BUG?] Interrupts enabled after xen_acpi_processor_resume+0x0/0x34 [xen_acpi_processor]
 2014-01-31 16:01 UTC  (5+ messages)

[PATCH 0/11] ACPI / hotplug / PCI: Updates on top of changes merged recently
 2014-01-31 16:01 UTC  (8+ messages)
` [PATCH 0/5][RFT] ACPI / hotplug / PCI: Consolidation of ACPIPHP with ACPI core device hotplug
    ` [Update][PATCH 4/5][RFT] ACPI / hotplug / PCI: Simplify acpi_install_hotplug_notify_handler()

[PATCH] tile: remove compat_sys_lookup_dcookie declaration to fix compile error
 2014-01-31 15:55 UTC  (2+ messages)

Why are imprecise external aborts masked on recent kernel while booting ?
 2014-01-31 15:59 UTC 

[xen-unstable test] 24674: regressions - FAIL
 2014-01-31 15:59 UTC 

[Qemu-devel] [PATCH v2 00/35] AArch64 system mode: system register rework
 2014-01-31 15:56 UTC  (37+ messages)
` [Qemu-devel] [PATCH v2 01/35] target-arm: Fix raw read and write functions on AArch64 registers
` [Qemu-devel] [PATCH v2 02/35] target-arm/kvm-consts.h: Define QEMU constants for known KVM CPUs
` [Qemu-devel] [PATCH v2 03/35] target-arm: Define names for SCTLR bits
` [Qemu-devel] [PATCH v2 04/35] target-arm: Restrict check_ap() use of S and R bits to v6 and earlier
` [Qemu-devel] [PATCH v2 05/35] target-arm: Remove unused ARMCPUState sr substruct
` [Qemu-devel] [PATCH v2 06/35] target-arm: Log bad system register accesses with LOG_UNIMP
` [Qemu-devel] [PATCH v2 07/35] target-arm: Add exception level to the AArch64 TB flags
` [Qemu-devel] [PATCH v2 08/35] target-arm: A64: Implement store-exclusive for system mode
` [Qemu-devel] [PATCH v2 09/35] target-arm: A64: Implement MSR (immediate) instructions
` [Qemu-devel] [PATCH v2 10/35] target-arm: Stop underdecoding ARM946 PRBS registers
` [Qemu-devel] [PATCH v2 11/35] target-arm: Split cpreg access checks out from read/write functions
` [Qemu-devel] [PATCH v2 12/35] target-arm: Convert performance monitor reginfo to accesfn
` [Qemu-devel] [PATCH v2 13/35] target-arm: Convert generic timer reginfo to accessfn
` [Qemu-devel] [PATCH v2 14/35] target-arm: Convert miscellaneous reginfo structs "
` [Qemu-devel] [PATCH v2 15/35] target-arm: Drop success/fail return from cpreg read and write functions
` [Qemu-devel] [PATCH v2 16/35] target-arm: Remove unnecessary code now read/write fns can't fail
` [Qemu-devel] [PATCH v2 17/35] target-arm: Remove failure status return from read/write_raw_cp_reg
` [Qemu-devel] [PATCH v2 18/35] target-arm: Fix incorrect type for value argument to write_raw_cp_reg
` [Qemu-devel] [PATCH v2 19/35] target-arm: A64: Make cache ID registers visible to AArch64
` [Qemu-devel] [PATCH v2 20/35] target-arm: Implement AArch64 CurrentEL sysreg
` [Qemu-devel] [PATCH v2 21/35] target-arm: Implement AArch64 MIDR_EL1
` [Qemu-devel] [PATCH v2 22/35] target-arm: Implement AArch64 DAIF system register
` [Qemu-devel] [PATCH v2 23/35] target-arm: Implement AArch64 cache invalidate/clean ops
` [Qemu-devel] [PATCH v2 24/35] target-arm: Implement AArch64 TLB invalidate ops
` [Qemu-devel] [PATCH v2 25/35] target-arm: Implement AArch64 dummy MDSCR_EL1
` [Qemu-devel] [PATCH v2 26/35] target-arm: Implement AArch64 memory attribute registers
` [Qemu-devel] [PATCH v2 27/35] target-arm: Implement AArch64 SCTLR_EL1
` [Qemu-devel] [PATCH v2 28/35] target-arm: Implement AArch64 TCR_EL1
` [Qemu-devel] [PATCH v2 29/35] target-arm: Implement AArch64 VBAR_EL1
` [Qemu-devel] [PATCH v2 30/35] target-arm: Implement AArch64 TTBR*
` [Qemu-devel] [PATCH v2 31/35] target-arm: Implement AArch64 MPIDR
` [Qemu-devel] [PATCH v2 32/35] target-arm: Implement AArch64 generic timers
` [Qemu-devel] [PATCH v2 33/35] target-arm: Implement AArch64 ID and feature registers
` [Qemu-devel] [PATCH v2 34/35] target-arm: Implement AArch64 dummy breakpoint and watchpoint registers
` [Qemu-devel] [PATCH v2 35/35] target-arm: Implement AArch64 OSLAR_EL1 sysreg as WI

[PATCH 0/4] ASoC: davinci-mcasp: Fix master mode capture (w/o playback)
 2014-01-31 15:59 UTC  (5+ messages)
` [PATCH 1/4] ASoC: davinci-mcasp: Harmonize the sub hw_params function names
` [PATCH 2/4] ASoC: davinci-mcasp: Configure xxTDM, xxFMT and xxFMCT registers synchronously

[U-Boot] [PATCH v2 0/9] Add support for the ARC700 architecture
 2014-01-31 15:57 UTC  (6+ messages)
` [U-Boot] [PATCH v2 1/9] arc: add architecture header files

[PATCH 0/5] refactor the archive*.bbcalss
 2014-01-31 15:57 UTC  (11+ messages)

[PATCH 1/2] mfd: wm5102: Update register patch
 2014-01-31 15:47 UTC  (2+ messages)
` [PATCH 2/2] ASoC: arizona: Improve ultrasonic frequency response

[PATCH v2] xfstests: avoid ext4/306 failures caused by incompatible mount options
 2014-01-31 15:53 UTC  (2+ messages)

[PATCH v7 0/7] Add O_DENY* support for VFS and CIFS/NFS
 2014-01-31 15:51 UTC  (3+ messages)

[PATCH] xfs: improve xfs_bitmap_empty()
 2014-01-31 15:51 UTC  (5+ messages)

[PATCH] usb: dwc3: keystone: switch to use runtime pm
 2014-01-31 15:50 UTC  (9+ messages)

3.13: BUG: unable to handle kernel paging request at 00000000b4343e88
 2014-01-31 15:50 UTC  (9+ messages)

[RFC PATCH 0/3] cpuidle/sched: move main idle function in the idle.c
 2014-01-31 15:50 UTC  (12+ messages)
` [RFC PATCH 3/3] idle: store the idle state index in the struct rq

[Qemu-devel] [PATCH v2] block: handle "rechs" and "large" translation options
 2014-01-31 15:00 UTC  (2+ messages)

PVH cpuid feature flags
 2014-01-31 15:49 UTC  (4+ messages)

Make sstate cache local tool independent
 2014-01-31 15:48 UTC  (2+ messages)

[PATCH 1/4] ASoC: wm8962: Hold a runtime PM reference while handling interrupts
 2014-01-31 15:48 UTC  (5+ messages)
` [PATCH 2/4] ASoC: wm8962: Check if we runtime resume the device when starting FLL
` [PATCH 3/4] ASoC: wm8962: Clean up error handling for failed FLL start
` [PATCH 4/4] ASoC: wm8962: Reinitialise the IRQ completion rather than just trying it

[PATCH] xfstests: avoid ext4/306 failures caused by incompatible mount options
 2014-01-31 15:47 UTC  (4+ messages)

libvirt libxl timer handling issue
 2014-01-31 15:47 UTC  (4+ messages)

[PATCH lttng-tools] Fix: memory leak when UST events are enabled with exclusions
 2014-01-31 15:47 UTC 

Extending OPP bindings
 2014-01-31 15:46 UTC  (5+ messages)

I NEED YOUR HELP
 2014-01-31 15:40 UTC 

[PATCHv2 0/5] Final patches for SDK rootfs creation
 2014-01-31 15:46 UTC  (3+ messages)
` [PATCHv2 5/5] nativesdk-packagegroup-sdk-host: Add nativesdk-nss to default inclusion in host SDK

[PATCH 00/34] net: Use pci_enable_msix_range()
 2014-01-31 15:46 UTC  (23+ messages)
` [PATCH 05/34] cxgb3: Remove superfluous call to pci_disable_msix()
` [PATCH 06/34] cxgb3: Use pci_enable_msix_range()
` [PATCH 09/34] cxgb4vf: "
` [PATCH 10/34] enic: "
` [PATCH 12/34] e1000e: "
` [PATCH 13/34] i40e: "
` [PATCH 14/34] igb: "
` [PATCH 15/34] igbvf: "
` [PATCH 16/34] ixgbe: "
` [PATCH 17/34] ixgbevf: "
` [PATCH 19/34] mlx5: "
` [PATCH 20/34] myri10ge: "
` [PATCH 21/34] s2io: "
` [PATCH 22/34] vxge: "
` [PATCH 25/34] forcedeth: "
` [PATCH 26/34] netxen: "
` [PATCH 31/34] efx: "

[PATCH v4 3/3] v4l: Add V4L2_BUF_FLAG_TIMESTAMP_SOF and use it
 2014-01-31 15:45 UTC  (5+ messages)
` [PATCH v4.1 "

[RFC] Draft Linux kernel interfaces for ZBC drives
 2014-01-31 15:44 UTC  (3+ messages)

[LSF/MM ATTEND] slab cache extension -- slab cache in fixed size
 2014-01-31 15:44 UTC  (2+ messages)

[PATCH v4 00/17] Add interpret-trailers builtin
 2014-01-31 15:43 UTC  (3+ messages)
` [PATCH v4 03/17] trailer: read and process config information

[PATCH 1/1] add StartTimeMonotomic, StartTimeBootTime to per pid in /proc
 2014-01-31 15:42 UTC  (5+ messages)

[GIT PULL] (xen) stable/for-linus-3.14-rc0-late-tag
 2014-01-31 15:40 UTC  (2+ messages)

[PATCHv3 0/5] dm-multipath: push back requests instead of queueing
 2014-01-31 15:40 UTC  (3+ messages)
` [PATCH 2/5] "

[PATCH 0/2] Drivers: net: hyperv: Cleanup the recive path
 2014-01-31 16:25 UTC  (3+ messages)
` [PATCH 1/2] Drivers: net: hyperv: Get rid of the rndis_filter_packet structure
  ` [PATCH 2/2] Drivers: net: hyperv: Cleanup the receive path

[PATCH] memcg: fix mutex not unlocked on memcg_create_kmem_cache fail path
 2014-01-31 15:39 UTC 

[PATCH 0/7] improve robustness on handling migratetype
 2014-01-31 15:39 UTC  (6+ messages)

[PATCH 1/1] v2 add StartTimeMonotomic, StartTimeBootTime to per pid in /proc
 2014-01-31 15:38 UTC 

[PATCH 1/2] iio: add IIO_DISTANCE type
 2014-01-31 15:38 UTC  (2+ messages)
` [PATCH 2/2] iio: Add AS3935 lightning sensor support

[BUG] at include/linux/page-flags.h:415 (PageTransHuge)
 2014-01-31 15:35 UTC  (14+ messages)

btrfs: add ability to change features via sysfs
 2014-01-31 15:35 UTC 

new toaster/master pushed
 2014-01-31 15:33 UTC 

[Buildroot] [Bug 6818] New: toolchainfile.cmake has absolut path references
 2014-01-31 15:31 UTC 

[PATCH] leds: trigger: disable CPU trigger on -RT
 2014-01-31 15:30 UTC 

[meta-raspberrypi][PATCH V2] Add initramfs support
 2014-01-31 15:30 UTC 

[PATCH V3 0/8] PCI:Add SPEAr13xx PCie support
 2014-01-31 15:29 UTC  (11+ messages)
` [PATCH V3 4/8] phy: Initialize phy core with subsys_initcall
` [PATCH V3 6/8] SPEAr13xx: Fixup: Move SPEAr1340 SATA platform code to phy driver
` [PATCH V3 7/8] pcie: SPEAr13xx: Add designware pcie support

[Bug 71448] New: [UVD] qvdpautest is very slow on radeonsi (HD 7950)
 2014-01-31 13:02 UTC  (2+ messages)
` [Bug 71448] "

[meta-raspberrypi][PATCH] Add initramfs support
 2014-01-31 15:27 UTC 

[PATCH] ceph: fix missing dput in ceph_set_acl
 2014-01-31 15:25 UTC 

[PATCH v2] pwm: add CSR SiRFSoC PWM driver
 2014-01-31 15:23 UTC  (5+ messages)

qemu-xen-dir + PCI passthrough = BOOM
 2014-01-31 15:23 UTC  (14+ messages)

[PATCH RFC 1/1] usb: Tell xhci when usb data might be misaligned
 2014-01-31 15:22 UTC  (4+ messages)

[PATCH/RFC: nfs-utils] Common systemd unit files for nfs-utils
 2014-01-31 15:19 UTC  (4+ messages)

[PATCH v4] arm: remove !CPU_V6 and !GENERIC_ATOMIC64 build dependencies for XEN
 2014-01-31 15:18 UTC  (5+ messages)

[Buildroot] New contact for ARC support in Buildroot
 2014-01-31 15:17 UTC 

[PATCH] drm/i915: Increase OpRegion timeout
 2014-01-31 11:56 UTC  (5+ messages)
` [PATCH] drm/i915: demote opregion excessive timeout WARN_ONCE to DRM_INFO

[PATCH] kthread: ensure locality of task_struct allocations
 2014-01-31 15:14 UTC  (9+ messages)

[PATCH] drm/i915: release mutex in i915_gem_init()'s error path
 2014-01-31 15:14 UTC 

SRIOV fail to work with Xen 4.4+qemu-xen-dir
 2014-01-31 15:02 UTC  (2+ messages)

[meta-perl][PATCH 1/9] perl-module-metadata: add 1.000019
 2014-01-31 15:11 UTC  (9+ messages)
` [meta-perl][PATCH 2/9] perl-module-text-diff: add 1.41
` [meta-perl][PATCH 3/9] perl-module-capture-tiny: add 0.23
` [meta-perl][PATCH 4/9] perl-module-runtime: add 0.013
` [meta-perl][PATCH 5/9] perl-module-extutils-config: add 0.007
` [meta-perl][PATCH 6/9] perl-module-extutils-helpers: add 0.021
` [meta-perl][PATCH 7/9] perl-module-extutils-installpaths: add 0.010
` [meta-perl][PATCH 8/9] perl-module-build-tiny: add 0.030
` [meta-perl][PATCH 9/9] perl-module-extutils-cppguess: add 0.07

[Qemu-devel] [PULL v2 00/34] target-arm queue
 2014-01-31 15:10 UTC 

[GIT PULL] jfs for 3.14
 2014-01-31 15:10 UTC 

[PATCH v3 0/2] qspinlock: Introducing a 4-byte queue spinlock
 2014-01-31 15:08 UTC  (3+ messages)
` [PATCH v3 1/2] qspinlock: Introducing a 4-byte queue spinlock implementation


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.