public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2009-09-01 23:52:30 to 2009-09-02 14:20:07 UTC [more...]

[PATCH 1/2] ARM: Introduce ARM_L1_CACHE_SHIFT to define cache line size
 2009-09-02 17:19 UTC  (4+ messages)
` [PATCH 2/2] ARM: copy_page.S: take into account the size of the cache line
    ` [PATCH] "

[PATCH 0/16] Make O_SYNC handling use standard syncing path (version 4)
 2009-09-02 14:16 UTC  (18+ messages)
` [PATCH 01/16] vfs: Introduce filemap_fdatawait_range
` [PATCH 02/16] vfs: Export __generic_file_aio_write() and add some comments
` [PATCH 03/16] vfs: Remove syncing from generic_file_direct_write() and generic_file_buffered_write()
` [PATCH 04/16] pohmelfs: Use __generic_file_aio_write instead of generic_file_aio_write_nolock
` [PATCH 05/16] ocfs2: "
` [PATCH 06/16] vfs: Rename generic_file_aio_write_nolock
` [PATCH 07/16] vfs: Introduce new helpers for syncing after writing to O_SYNC file or IS_SYNC inode
` [PATCH 08/16] ext2: Update comment about generic_osync_inode
` [PATCH 09/16] ext3: Remove syncing logic from ext3_file_write
` [PATCH 10/16] ext4: Remove syncing logic from ext4_file_write
` [PATCH 11/16] ntfs: Use new syncing helpers and update comments
` [PATCH 12/16] ocfs2: Update syncing after splicing to match generic version
` [PATCH 13/16] xfs: Convert sync_page_range() to simple filemap_write_and_wait_range()
` [PATCH 14/16] pohmelfs: Use new syncing helper
` [PATCH 15/16] fat: Opencode sync_page_range_nolock()
` [PATCH 16/16] vfs: Remove generic_osync_inode() and sync_page_range{_nolock}()

[2.6.31-rc8] Problem with detect USB devices
 2009-09-02 14:15 UTC  (3+ messages)

[PATCH v2 0/2] Automatically grab wallclock time updates from hypervisor
 2009-09-02 14:34 UTC  (3+ messages)
` [PATCH v2 1/2] keep guest wallclock in sync with host clock
  ` [PATCH v2 2/2] add sysctl for kvm wallclock sync

[patch 0/3] x86, perf_counter, bts: incorporate review feedback and fix bugs
 2009-09-02 14:04 UTC  (4+ messages)
` [patch 1/3] x86, perf_counter, bts: fail if BTS is not available
` [patch 2/3] x86, perf_counter, bts: correct pointer-to-u64 casts
` [patch 3/3] x86, perf_counter, bts: do not allow kernel BTS tracing

[RFC][PATCH 0/4] move tools in Documentation/vm/ to tools/vm/
 2009-09-02 18:04 UTC  (7+ messages)
` [RFC][PATCH 1/4] page-types: move from "
` [RFC][PATCH 2/4] slabinfo: "
  ` [RFC][PATCH 2/4 v2] "
` [RFC][PATCH 3/4] pagemap: export KPF_HWPOISON
` [RFC][PATCH 4/4] pagemap: document KPF_KSM and show it in page-types

[PATCH] isdn: Fix stack corruption in isdnloop_init()
 2009-09-02 14:02 UTC  (5+ messages)
` [PATCH, v2] "
    ` [PATCH, v3] "

[PATCH 0/8] Per-bdi writeback flusher threads v17
 2009-09-02 14:01 UTC  (12+ messages)
` [PATCH 1/8] writeback: get rid of generic_sync_sb_inodes() export
` [PATCH 2/8] writeback: move dirty inodes from super_block to backing_dev_info
` [PATCH 3/8] writeback: switch to per-bdi threads for flushing data
` [PATCH 4/8] writeback: get rid of pdflush completely
` [PATCH 5/8] writeback: add some debug inode list counters to bdi stats
` [PATCH 6/8] writeback: add name to backing_dev_info
` [PATCH 7/8] writeback: check for registered bdi in flusher add and inode dirty
` [PATCH 8/8] vm: Add an tuning knob for vm.max_writeback_pages

[PATCH 18/23] io-controller: blkio_cgroup patches from Ryo to track async bios
 2009-09-02 13:58 UTC  (9+ messages)

[PATCH 1/2] core: add lockless update_rlimit_cpu
 2009-09-02 13:50 UTC  (4+ messages)
` [PATCH 2/2] core: allow setrlimit to non-current tasks

[RFC] IO scheduler based IO controller V9
 2009-09-02 13:45 UTC  (3+ messages)

Serie Videos Road Trips
 2009-09-02 13:38 UTC 

[PATCH] pci: separate out pci_add_dynid()
 2009-09-02 13:30 UTC  (3+ messages)
` [PATCH 2/2] pci-stub: add pci_stub.ids parameter

[PATCH 0/1] aoe: ensure we initialise the request_queue correctly
 2009-09-02 13:31 UTC  (6+ messages)

[PATCH] OMAP4: MMC driver support on OMAP4
 2009-09-02 13:30 UTC 

[PATCH] OMAP4: MMC driver support on OMAP4
 2009-09-02 13:24 UTC 

a room for blkio-cgroup in struct page_cgroup
 2009-09-02 13:12 UTC  (2+ messages)

[tip:x86/asm] x86: Detect stack protector for i386 builds on x86_64
 2009-09-02 13:06 UTC  (14+ messages)
  ` [PATCH] kthreads: Fix startup synchronization boot crash
              ` [PATCH 0/1] kthreads: simplify !kthreadd_task logic, kill kthreadd_task_init_done

[PATCH] hwmon: include <linux/io.h> instead of <asm/io.h>
 2009-09-02 13:04 UTC  (2+ messages)

[tip:sched/core] sched: Add wait, sleep and iowait accounting tracepoints
 2009-09-02 13:00 UTC  (5+ messages)
` [tip:perfcounters/core] perf tools: Clean up warnings list in the Makefile
` [tip:perfcounters/core] perf tools: Work around strict aliasing related warnings

[GIT PULL] tracing/kprobes: Add dynamic tracepoints + instruction decoder
 2009-09-02 12:58 UTC  (6+ messages)
` [PATCH -tip tracing/kprobes 3/6] kprobes/x86: Fix to add __kprobes to in-kernel fault handing functions

[PATCH 0/2] Automatically grab wallclock time updates from hypervisor
 2009-09-02 12:56 UTC  (11+ messages)
` [PATCH 1/2] keep guest wallclock in sync with host clock
  ` [PATCH 2/2] add sysctl for kvm wallclock sync

[BUG-rc8]: Kernel bootprocess
 2009-09-02 12:54 UTC  (2+ messages)

tree rcu: call_rcu scalability problem?
 2009-09-02 12:27 UTC  (2+ messages)

[PATCH v6 3/3] ftrace: add tracepoint for itimer
 2009-09-02 12:18 UTC  (2+ messages)
` [tip:timers/tracing] itimers: Add tracepoints "

[PATCH v6 2/3] ftrace: add tracepoint for hrtimer
 2009-09-02 12:18 UTC  (2+ messages)
` [tip:timers/tracing] hrtimer: Add tracepoint for hrtimers

[PATCH v6 1/3] ftrace: add tracepoint for timer
 2009-09-02 12:18 UTC  (2+ messages)
` [tip:timers/tracing] timers: Add tracepoints for timer_list timers

[2.6.30.5] Diagnosing an IDE lockup with SMART long tests
 2009-09-02 11:59 UTC  (6+ messages)

xfs compat_ioctl?
 2009-09-02 11:51 UTC  (7+ messages)

Kernel 2.6.30.4 XFS(..?) regression (& with/2.6.31-rc6)
 2009-09-02 11:45 UTC  (14+ messages)
              ` Kernel 2.6.30.4 loop(..?) "

INFO: HARDIRQ-safe -> HARDIRQ-unsafe lock order detected for kmemleak_lock
 2009-09-02 11:44 UTC  (3+ messages)

[RFC][POWERPC] WDT: added support for the WDT Chain driver
 2009-09-02 11:32 UTC 

[PATCH] dac960: switch to seq_file
 2009-09-02 11:31 UTC  (3+ messages)

[RFC][PATCH 0/8] load-balancing and cpu_power -v2
 2009-09-02 11:29 UTC  (12+ messages)
` [RFC][PATCH 3/8] sched: update the cpu_power sum during load-balance
` [RFC][PATCH 4/8] sched: add smt_gain
` [RFC][PATCH 5/8] sched: dynamic cpu_power
` [RFC][PATCH 7/8] sched: try to deal with low capacity

async_tx.git#fixes status
 2009-09-02 11:20 UTC 

MMC: Make the configuration memory resource optional
 2009-09-02 10:44 UTC  (11+ messages)
              ` Example idea for how to solve the clock/cnf problem

driver/base/dd.c lockdep warning
 2009-09-02 10:38 UTC 

Is ARM kprobes unregistration SMP safe?
 2009-09-02 10:22 UTC 

[PATCH] SCSI driver for VMware's virtual HBA
 2009-09-02  9:50 UTC  (15+ messages)

r8169 NETDEV WATCHDOG: eth0: transmit timed out [8/8]
 2009-09-02  9:49 UTC  (4+ messages)

linux-next: Tree for September 2
 2009-09-02  9:46 UTC 

[mmotm][PATCH 1/2] memcg: softlimit clean up
 2009-09-02  9:29 UTC  (9+ messages)
` [mmotm][PATCH 2/2] memcg: reduce calls for soft limit excess
  ` [mmotm][PATCH 2/2 v2] "
` [mmotm][PATCH] coalescing uncharge
  ` [mmotm][experimental][PATCH] coalescing charge

WARN_ON: fs/buffer.c:1152 mark_buffer_dirty in 2.6.31-rc8-git
 2009-09-02  9:19 UTC 

2.6.31-rc5 regression: hd don't show up
 2009-09-02  9:12 UTC  (13+ messages)

[RFC][PATCH] ia64: fix csum_ipv6_magic()
 2009-09-02  9:00 UTC  (4+ messages)

linux-next: manual merge of the net tree with Linus' tree
 2009-09-02  8:52 UTC  (3+ messages)

[PATCH] Fix fake numa on ppc
 2009-09-02  8:51 UTC  (10+ messages)

[RFC][PATCH]: Adding support for omap-serail driver
 2009-09-02  8:40 UTC 

[PATCH] hwmon: Driver for Texas Instruments amc6821 chip
 2009-09-02  8:45 UTC  (4+ messages)
` [lm-sensors] "

[PATCH 2/3] Add MAP_HUGETLB for mmaping pseudo-anonymous huge page regions
 2009-09-02  8:34 UTC  (2+ messages)

BIOS bug ? "Unlink after no-IRQ?" rebooting from Windows
 2009-09-02  8:13 UTC 

[PATCH v2] Fix fake numa on ppc
 2009-09-02  8:03 UTC  (3+ messages)

[PATCH 1/3] tracing: make splice_read work when data is sufficient
 2009-09-02  7:37 UTC  (5+ messages)

[PATCH 0/8] Per-bdi writeback flusher threads v16
 2009-09-02  7:35 UTC  (12+ messages)
` [PATCH 1/8] writeback: move super_block argument to struct writeback_control
` [PATCH 8/8] vm: Add an tuning knob for vm.max_writeback_pages

[PATCH 1/6] atmel-mci: Unified Atmel MCI drivers (AVR32 & AT91)
 2009-09-02  7:31 UTC  (3+ messages)
` [PATCH 1/2] "

[Bugme-new] [Bug 14020] New: Stack trace when running smartctl on an USB disk
 2009-09-02  7:27 UTC  (2+ messages)

[PATCH] sched: Provide iowait counters
 2009-09-02  7:00 UTC  (2+ messages)
` [tip:sched/core] "

[RFC] Virtual Machine Device Queues(VMDq) support on KVM
 2009-09-02  6:45 UTC  (3+ messages)

sata exception frozen timeout?
 2009-09-02  6:42 UTC  (3+ messages)

[v4 PATCH 0/5]: cpuidle/POWER (REDISIGN): Introducing cpuidle to POWER
 2009-09-02  5:45 UTC  (6+ messages)
` [v4 PATCH 1/5]: cpuidle: Cleanup drivers/cpuidle/cpuidle.c

linux-next: manual merge of the block tree with the ubifs tree
 2009-09-02  5:42 UTC  (2+ messages)

[PATCH v2 0/2] cpu: pseries: Offline state framework
 2009-09-02  5:33 UTC  (4+ messages)
` [PATCH v2 1/2] cpu: Offline state Framework

[patch 2.6.31-rc7] gpiolib: allow poll() on value
 2009-09-02  1:04 UTC  (3+ messages)

[PATCH] TPM: Fixup pcrs sysfs file
 2009-09-02  3:16 UTC 

Attn
 2009-09-02  3:19 UTC 

[patch 1/2 -mm] flex_array: introduce DEFINE_FLEX_ARRAY
 2009-09-02  3:14 UTC  (2+ messages)
` [patch 2/2 -mm] flex_array: add missing kerneldoc annotations

[PATCH resend] tracing/events: convert NAPI's tracepoint via TRACE_EVENT
 2009-09-02  3:12 UTC  (5+ messages)

I/O and pdflush
 2009-09-02  3:05 UTC  (10+ messages)

[RFC][PATCH 0/4] memcg: add support for hwpoison testing
 2009-09-02  2:47 UTC  (9+ messages)

[Question] x86,APIC: In apicdef.h dfr,svr,...... shouldn't be const?
 2009-09-02  2:17 UTC  (2+ messages)

Montreal Linux Power Management Mini-Summit -- July 13, 2009
 2009-09-02  2:25 UTC  (4+ messages)
` Montreal Linux Power Management Mini-Summit, July 13, 2009 - Meeting Notes

linux-next: manual merge of the v4l-dvb tree with Linus' tree
 2009-09-02  2:17 UTC 

linux-next: xfs tree build failure
 2009-09-02  2:00 UTC  (4+ messages)

[PATCH mmotm] vmscan move pgdeactivate modification to shrink_active_list fix
 2009-09-02  1:30 UTC  (3+ messages)
` [PATCH mmotm] vmscan move pgdeactivate modification to shrink_active_list fix2

[PATCH resend] drop_monitor: fix trace_napi_poll_hit()
 2009-09-02  1:20 UTC  (2+ messages)

e1000e: why does pci_enable_pcie_error_reporting() fail on my hp2510p?
 2009-09-02  1:18 UTC  (5+ messages)
` [PATCH] "
    ` [PATCH,v2] "

Avoiding crash in out-of-memory situations
 2009-09-02  1:11 UTC  (2+ messages)

raid is dangerous but that's secret (was Re: [patch] ext2/3:
 2009-09-02  1:10 UTC  (2+ messages)

mmotm 2009-08-27-16-51 uploaded
 2009-09-02  0:08 UTC  (6+ messages)
` [mmotm][BUG] free is bigger than presnet "


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox