All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2011-09-07 04:25:33 to 2011-09-07 06:40:20 UTC [more...]

[BUG] ext3: cannot unfreeze a filesystem due to a deadlock
 2011-09-07  6:40 UTC  (2+ messages)

v3.1-rc5: Weird kernel log message when resuming avout NMI received
 2011-09-07  6:37 UTC 

[Qemu-devel] [QAPI+QGA 3/3] QEMU Guest Agent (virtagent) v7
 2011-09-07  6:36 UTC  (4+ messages)

[PATCH] Fix: Sometimes mdmon throws core dump during reshape
 2011-09-07  6:36 UTC  (5+ messages)

[PATCH 0/5] S5P64X0 PM Support
 2011-09-07  6:36 UTC  (23+ messages)
` [PATCH 2/5] ARM: SAMSUNG: Make the sleep code common for S3C64XX and newer SoCs
` [PATCH 3/5] ARM: S5P64X0: Add pm save/restore functions for GPIO banks
` [PATCH 4/5] ARM: S5P64X0: Fix incorrect serial clock name
` [PATCH 5/5] ARM: S5P64X0: Add Power Management support

XFS frozen when moving file from one project quota to another
 2011-09-07  6:35 UTC  (2+ messages)

[PATCH v2] mac80211: retry sending failed BAR frames later instead of tearing down aggr
 2011-09-07  6:34 UTC  (2+ messages)

[BUG] git bisect start fails when stale bisect data is left behind
 2011-09-07  6:28 UTC  (5+ messages)

[PATCH tip/core/rcu 0/55] Preview of RCU changes for 3.2
 2011-09-06 18:00 UTC  (56+ messages)
` [PATCH tip/core/rcu 01/55] rcu: Use kthread_create_on_node()
` [PATCH tip/core/rcu 02/55] rcu: Avoid unnecessary self-wakeup of per-CPU kthreads
` [PATCH tip/core/rcu 03/55] rcu: Update documentation to flag RCU_BOOST trace information
` [PATCH tip/core/rcu 04/55] rcu: Restore checks for blocking in RCU read-side critical sections
` [PATCH tip/core/rcu 05/55] rcu: Move rcu_head definition to types.h
` [PATCH tip/core/rcu 06/55] rcu: Update rcutorture documentation
` [PATCH tip/core/rcu 07/55] rcu: Fix mismatched variable in rcutree_trace.c
` [PATCH tip/core/rcu 08/55] rcu: Abstract common code for RCU grace-period-wait primitives
` [PATCH tip/core/rcu 09/55] rcu: Catch rcutorture up to new RCU API additions
` [PATCH tip/core/rcu 10/55] rcu: Fix RCU's NMI documentation
` [PATCH tip/core/rcu 11/55] rcu: Drive configuration directly from SMP and PREEMPT
` [PATCH tip/core/rcu 12/55] rcu: Fix pathnames in documentation
` [PATCH tip/core/rcu 13/55] rcu: Don't destroy rcu_torture_boost() callback until it is done
` [PATCH tip/core/rcu 14/55] rcu: Add event-tracing for RCU callback invocation
` [PATCH tip/core/rcu 15/55] rcu: Event-trace markers for computing RCU CPU utilization
` [PATCH tip/core/rcu 16/55] rcu: Put names into TINY_RCU structures under RCU_TRACE
` [PATCH tip/core/rcu 17/55] rcu: Add RCU type to callback-invocation tracing
` [PATCH tip/core/rcu 18/55] rcu: Update comments to reflect softirqs vs. kthreads
` [PATCH tip/core/rcu 19/55] rcu: Move RCU_BOOST declarations to allow compiler checking
` [PATCH tip/core/rcu 20/55] rcu: Add event-trace markers to TREE_RCU kthreads
` [PATCH tip/core/rcu 21/55] rcu: Make TINY_RCU also use softirq for RCU_BOOST=n
` [PATCH tip/core/rcu 22/55] rcu: Add grace-period, quiescent-state, and call_rcu trace events
` [PATCH tip/core/rcu 23/55] rcu: Simplify quiescent-state accounting
` [PATCH tip/core/rcu 24/55] rcu: Not necessary to pass rcu_read_lock_held() to rcu_dereference_protected()
` [PATCH tip/core/rcu 25/55] rcu: Update documentation for additional RCU lockdep functions
` [PATCH tip/core/rcu 26/55] rcu: Remove unused and redundant interfaces
` [PATCH tip/core/rcu 27/55] rcu: Allow rcutorture's stat_interval parameter to be changed at runtime
` [PATCH tip/core/rcu 28/55] rcu: Document interpretation of RCU-lockdep splats
` [PATCH tip/core/rcu 29/55] nohz: Remove nohz_cpu_mask
` [PATCH tip/core/rcu 30/55] rcu: Eliminate in_irq() checks in rcu_enter_nohz()
` [PATCH tip/core/rcu 31/55] rcu: Make rcu_implicit_dynticks_qs() locals be correct size
` [PATCH tip/core/rcu 32/55] rcu: Make rcu_assign_pointer() unconditionally insert a memory barrier
` [PATCH tip/core/rcu 33/55] rcu: Improve rcu_assign_pointer() and RCU_INIT_POINTER() documentation
` [PATCH tip/core/rcu 34/55] rcu: Move __rcu_read_unlock()'s barrier() within if-statement
` [PATCH tip/core/rcu 35/55] rcu: Dump local stack if cannot dump all CPUs' stacks
` [PATCH tip/core/rcu 36/55] rcu: Prevent early boot set_need_resched() from __rcu_pending()
` [PATCH tip/core/rcu 37/55] rcu: Simplify unboosting checks
` [PATCH tip/core/rcu 38/55] rcu: Prohibit grace periods during early boot
` [PATCH tip/core/rcu 39/55] rcu: Suppress NMI backtraces when stall ends before dump
` [PATCH tip/core/rcu 40/55] rcu: Avoid having just-onlined CPU resched itself when RCU is idle
` [PATCH tip/core/rcu 41/55] rcu: Permit rt_mutex_unlock() with irqs disabled
` [PATCH tip/core/rcu 42/55] rcu: Make rcu_torture_fqs() exit loops at end of test
` [PATCH tip/core/rcu 43/55] rcu: Make rcu_torture_boost() "
` [PATCH tip/core/rcu 44/55] rcu: wire up RCU_BOOST_PRIO for rcutree
` [PATCH tip/core/rcu 45/55] rcu: check for entering dyntick-idle mode while in read-side critical section
` [PATCH tip/core/rcu 46/55] rcu: Remove rcu_needs_cpu_flush() to avoid false quiescent states
` [PATCH tip/core/rcu 47/55] rcu: Move propagation of ->completed from rcu_start_gp() to rcu_report_qs_rsp()
` [PATCH tip/core/rcu 48/55] powerpc: strengthen value-returning-atomics memory barriers
` [PATCH tip/core/rcu 49/55] rcu: Detect illegal rcu dereference in extended quiescent state
` [PATCH tip/core/rcu 50/55] rcu: Inform the user about dynticks-idle mode on PROVE_RCU warning
` [PATCH tip/core/rcu 51/55] rcu: Warn when rcu_read_lock() is used in extended quiescent state
` [PATCH tip/core/rcu 52/55] rcu: Remove one layer of abstraction from PROVE_RCU checking
` [PATCH tip/core/rcu 53/55] rcu: Warn when srcu_read_lock() is used in an extended quiescent state
` [PATCH tip/core/rcu 54/55] rcu: Make srcu_read_lock_held() call common lockdep-enabled function
` [PATCH tip/core/rcu 55/55] powerpc: Work around tracing from dyntick-idle mode

[PATCH] ARM: mxs: Add initial support for DENX MX28
 2011-09-07  6:28 UTC  (5+ messages)

[PATCH] Add MacBookAir4,1 support
 2011-09-07  6:28 UTC 

[PATCH 01/10] alsa_stream: port changes made on xawtv3
 2011-09-07  6:29 UTC  (6+ messages)

Q: imsm rapid recovery volume
 2011-09-07  6:27 UTC  (7+ messages)

rebuild-tree fails on large volume
 2011-09-07  6:24 UTC  (4+ messages)
    ` Any news on reiser4 status or where its all at ?

[PATCH] RFC: omapdrm DRM/KMS driver for TI OMAP platforms
 2011-09-07  6:24 UTC  (5+ messages)

[U-Boot] environment in NAND
 2011-09-07  6:20 UTC  (3+ messages)

[PATCH v6 00/25] gpio/omap: driver cleanup and fixes
 2011-09-07  6:18 UTC  (27+ messages)
` [PATCH v6 17/25] gpio/omap: use pm-runtime framework
` [PATCH v6 19/25] gpio/omap: cleanup prepare_for_idle and resume_after_idle
` [PATCH v6 20/25] gpio/omap: skip operations in runtime callbacks
` [PATCH v6 22/25] gpio/omap: save and restore debounce registers
` [PATCH v6 24/25] gpio/omap: restore OE only after setting the output level

[PATCH v17 0/7] bisect: Add support for --no-checkout option
 2011-09-07  6:16 UTC  (3+ messages)
` [PATCH v17 1/7] bisect: move argument parsing before state modification

[PATCH] net/phy: add IC+ IP101A and support APS
 2011-09-07  6:14 UTC 

[PATCH 1/5] Framework for exporting System-on-Chip information via sysfs
 2011-09-07  6:14 UTC  (7+ messages)

[U-Boot] [PATCH] omap3: beagle: Fix build warning
 2011-09-07  6:11 UTC  (2+ messages)

[PATCH] date.c: Parse timezone with colon as separator
 2011-09-07  5:46 UTC  (2+ messages)
` [PATCH v2] date.c: Support iso8601 timezone formats

rpc.mountd switch not working
 2011-09-07  6:09 UTC  (2+ messages)

[PATCH] KVM-test: Add two scripts to disable services for perf tests
 2011-09-07  6:07 UTC 

[PATCH 5/5] mce: recover from "action required" errors reported in data path in usermode
 2011-09-07  6:05 UTC  (2+ messages)

[PATCH 00/12 v2] staging: mei: adding new watchdog core support
 2011-09-07  6:03 UTC  (13+ messages)
` [PATCH 01/12 v2] staging: mei: removing dependency between WD and AMTHI init function
` [PATCH 02/12 v2] staging: mei: fix register access function comments
` [PATCH 03/12 v2] staging: mei: registering the MEI driver with the kernel watchdog core interface
` [PATCH 04/12 v2] staging: mei: adding watchdog ops
` [PATCH 05/12 v2] staging: mei: adding watchdog ping
` [PATCH 06/12 v2] staging: mei: adding set_timeout watchdog function
` [PATCH 07/12 v2] staging: mei: renaming delayed work field and function to a meaningful name
` [PATCH 08/12 v2] staging: mei: resuming timer regardless of the watchdog timeout value
` [PATCH 09/12 v2] stagign: mei: client init code cleanup
` [PATCH 10/12 v2] staging: mei: removing wd module parameters
` [PATCH 11/12 v2] staging: mei: adding mei_wd_stop function comment

[PATCH 0/6] add initial imx6q support
 2011-09-07  6:05 UTC  (8+ messages)
` [PATCH 3/6] arm/imx6q: add core drivers clock, gpc, mmdc and src
` [PATCH 4/6] arm/imx6q: add smp and cpu hotplug support

[PATCH/RFC 0/7] iommu: fixes & extensions
 2011-09-07  6:01 UTC  (5+ messages)
` [RFC 7/7] iommu/core: split mapping to page sizes as supported by the hardware

[PATCH v2 0/9] per-cgroup tcp buffers limitation
 2011-09-07  5:59 UTC  (20+ messages)
` [PATCH v2 1/9] per-netns ipv4 sysctl_tcp_mem
` [PATCH v2 2/9] Kernel Memory cgroup
` [PATCH v2 3/9] socket: initial cgroup code
` [PATCH v2 4/9] function wrappers for upcoming socket
` [PATCH v2 5/9] foundations of per-cgroup memory pressure controlling
` [PATCH v2 6/9] per-cgroup tcp buffers control
` [PATCH v2 7/9] tcp buffer limitation: per-cgroup limit
` [PATCH v2 8/9] Display current tcp memory allocation in kmem cgroup
` [PATCH v2 9/9] Add documentation about kmem_cgroup

CRC calculation in Module.symvers
 2011-09-07  5:58 UTC 

Virtual drives performance
 2011-09-07  5:50 UTC  (2+ messages)

[RFC PATCH v1] ACPI S3 to work under Xen
 2011-09-07  5:50 UTC  (7+ messages)
` [PATCH 5/7] xen/acpi: Domain0 acpi parser related platform hypercall
` [PATCH 6/7] xen/acpi/sleep: Enable ACPI sleep via the __acpi_override_sleep

[PATCH] libuuid: add limits.h include for OPEN_MAX
 2011-09-07  5:48 UTC  (2+ messages)

[PATCH 3/5] HWPOISON: Handle hwpoison in current process
 2011-09-07  5:47 UTC  (2+ messages)

[sparse-llvm] LLVM and alignment
 2011-09-07  5:40 UTC 

agetty: double equals sign typo in opentty()
 2011-09-07  5:45 UTC  (2+ messages)

[PATCH] [PATCH]ASoC:blackfin:add ad73311 card driver name
 2011-09-07  5:42 UTC  (3+ messages)

[PATCH] dmaengine: add CSR SiRFprimaII DMAC driver
 2011-09-07  5:41 UTC  (2+ messages)

[U-Boot] [U-Boot PATCH MX31:] smc911x MII made available
 2011-09-07  5:40 UTC  (2+ messages)
` [U-Boot] [U-Boot PATCH MX31:] smc911x MII made available, ping?

The imporantance of including http credential caching in 1.7.7
 2011-09-07  5:33 UTC 

[PATCH] script.c: drop libintl.h include
 2011-09-07  5:33 UTC  (2+ messages)

[PATCH] script: fix building with --disable-nls
 2011-09-07  5:31 UTC  (2+ messages)

[Fwd: Re: A problem about acer-wmi]
 2011-09-07  5:29 UTC  (4+ messages)

upstream git repository
 2011-09-07  5:29 UTC 

[PATCH 1/2] lis3lv02d: Fix read() call in lis3lv02d_get_odr()
 2011-09-07  5:21 UTC  (3+ messages)

[PATCH -next v2] unix stream: Fix use-after-free crashes
 2011-09-07  5:20 UTC  (12+ messages)

[Qemu-devel] TCG sar UB (fwd)
 2011-09-07  5:19 UTC  (5+ messages)

Bug#590327: linux-image-2.6.32-5-amd64: Unbalanced enable for IRQ 19
 2011-09-07  5:16 UTC  (4+ messages)

[PATCH 0/1] Fix MakeMaker's finding of perl.real
 2011-09-07  5:09 UTC  (2+ messages)
` [PATCH 1/1] cpan.bbclass: fix native perl issue

the messenger to send osd write ack|ondisk
 2011-09-07  5:15 UTC  (2+ messages)

[PATCH 0/1] Fix for beagleboard ICE when building lttng-ust
 2011-09-07  5:03 UTC  (2+ messages)
` [PATCH 1/1] gcc: add patch for ice 50099, which caused lttng-ust not to build

How to identify the SD card in Linux
 2011-09-07  5:07 UTC 

[Bug 40667] New: Radeon 6850 Segmentation Fault - ARB_vertex_type_2_10_10_10_rev
 2011-09-07  5:02 UTC  (3+ messages)
` [Bug 40667] "

DHCP request behavior in my particular FORWARD configuration
 2011-09-07  4:59 UTC  (3+ messages)

RFC: PTRACE_SEIZE needs API cleanup?
 2011-09-07  4:55 UTC  (8+ messages)
` [PATCH 2/2] Add new PTRACE_O_TRACESTOP option, make it control new ptrace behavior
` [PATCH v2] Fix clearing of task->ptrace if PTRACE_SETOPTIONS fails
    ` [PATCH v3] "

bitbaking aufs
 2011-09-07  4:45 UTC  (4+ messages)

help needed: how to exclude a single file from being audited
 2011-09-07  4:47 UTC 

[PATCH] Make PTRACE_SEIZE set ptrace options specified in data parameter
 2011-09-07  4:47 UTC 

Compiling on 2.6.32-31-generic fails (nightly build server has same problem)
 2011-09-07  4:41 UTC 

Paging of Kernel Memory
 2011-09-07  4:41 UTC  (2+ messages)

[Qemu-devel] [PATCH] pci: add standard bridge device
 2011-09-07  4:39 UTC  (13+ messages)

mount a multi-device filesystem using a loopback device
 2011-09-07  4:37 UTC  (2+ messages)

util-linux-2.20 agetty clearing by default
 2011-09-07  4:34 UTC 

[PATCH] kill-subarray: fix, cannot kill-subarray with unsupported metadata
 2011-09-07  4:31 UTC  (3+ messages)

[PATCH] p54: Use do_div for 64-bit division to fix 32-bit kernels
 2011-09-07  4:27 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.