public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2009-04-01 09:24:16 to 2009-04-01 14:21:22 UTC [more...]

[PATCH 0/2] [GIT PULL] updates for tip core-v2
 2009-04-01 14:19 UTC  (3+ messages)
` [PATCH 1/2] function-graph: allow unregistering twice
` [PATCH 2/2] ring-buffer: do not remove reader page from list on ring buffer free

[RFC PATCH 00/17] virtual-bus
 2009-04-01 14:19 UTC  (14+ messages)
` [RFC PATCH 01/17] shm-signal: shared-memory signals

strange MTRR on 2.6.29-git
 2009-04-01 14:13 UTC 

Removing __kernel_old_uid_t, git_t, dev_t
 2009-04-01 14:11 UTC  (4+ messages)
    ` [RFC] asm-generic/{unistd,types,posix_types}.h for new arch

[PATCH -tip 0/4 V3] tracing: kprobe-based event tracer
 2009-04-01 14:09 UTC  (3+ messages)

[RFC PATCHSET block] block: blk-map updates and API cleanup
 2009-04-01 14:08 UTC  (21+ messages)
` [PATCH 01/17] blk-map: move blk_rq_map_user() below blk_rq_map_user_iov()
` [PATCH 02/17] scatterlist: improve atomic mapping handling in mapping iterator
` [PATCH 03/17] blk-map: improve alignment checking for blk_rq_map_user_iov()
` [PATCH 04/17] bio: bio.h cleanup
` [PATCH 05/17] bio: cleanup rw usage
` [PATCH 06/17] blk-map/bio: use struct iovec instead of sg_iovec
` [PATCH 07/17] blk-map/bio: rename stuff
` [PATCH 08/17] bio: reimplement bio_copy_user_iov()
` [PATCH 09/17] bio: collapse __bio_map_user_iov(), __bio_unmap_user() and __bio_map_kern()
` [PATCH 10/17] bio: use bio_create_from_sgl() in bio_map_user_iov()
` [PATCH 11/17] bio: add sgl source support to bci and implement bio_memcpy_sgl_sgl()
` [PATCH 12/17] bio: implement bio_{map|copy}_kern_sgl()
` [PATCH 13/17] blk-map: implement blk_rq_map_kern_sgl()
` [PATCH 14/17] scsi: replace custom rq mapping with blk_rq_map_kern_sgl()
` [PATCH 15/17] bio/blk-map: kill unused stuff and un-export internal functions
` [PATCH 16/17] blk-map/bio: remove superflous @len parameter from blk_rq_map_user_iov()
` [PATCH 17/17] blk-map/bio: remove superflous @q from blk_rq_map_{user|kern}*()

[PATCH 00/24] Series short description
 2009-04-01 14:07 UTC  (25+ messages)
` [PATCH 01/24] 8250_pnp.c: add another Wacom tablet
` [PATCH 02/24] serial: Update PNP IDs
` [PATCH 03/24] 8250_pci: add support for National Instruments 843x RS232 devices
` [PATCH 04/24] 8250_pci: add support for National Instruments legacy 8420 RS232 boards
` [PATCH 05/24] blackfin: BF538/9 serial uart support
` [PATCH 06/24] blackfin: Use unsigned long for flags with irq functions
` [PATCH 07/24] blackfin: Fix tty compile error in PIO mode
` [PATCH 08/24] Fix DMA rx ring buffer handling
` [PATCH 09/24] blackfin: Subtract ANOMALY_05000230 on quot
` [PATCH 10/24] applicom: Auto-load applicom module when device opened
` [PATCH 11/24] cyclades: Auto-load cyclades "
` [PATCH 12/24] specialix: Auto-load specialix "
` [PATCH 13/24] usb: Auto-load cdc_acm "
` [PATCH 14/24] riscom8: Auto-load riscom8 "
` [PATCH 15/24] ucc: Fix leaky error path
` [PATCH 16/24] isicom: isicom kref leak fix
` [PATCH 17/24] tty: moxa, fix refcounting in moxa_poll_port
` [PATCH 18/24] mxser: remove tty_port_tty_get from mxser_check_modem_status
` [PATCH 19/24] jsm: define init function as __devinit
` [PATCH 20/24] jsm: Fix the return variable and removing the unused retval
` [PATCH 21/24] mux: fix build problem
` [PATCH 22/24] icom: remove unused variables
` [PATCH 23/24] PCI: quirks, don't mark one netmos as class other
` [PATCH 24/24] rio: addition has higher precedence than ?:

[GIT RFC] percpu: use dynamic percpu allocator as the default percpu allocator
 2009-04-01 13:49 UTC  (27+ messages)
              ` [PATCH UPDATED] "

+ page-owner-tracking.patch added to -mm tree
 2009-04-01 13:49 UTC  (5+ messages)

[PATCH 2/2] dw_dmac: add cyclic API to DW DMA driver
 2009-04-01 13:52 UTC  (5+ messages)
` [PATCH v2 1/1] "
    ` [PATCH v3 "

[patch/rfc 2.6.29 1/2] MTD: driver model updates
 2009-04-01 13:43 UTC  (4+ messages)

[PATCH 0/2] lib, initramfs: Add initramfs LZO compression
 2009-04-01 13:40 UTC  (3+ messages)
` [PATCH 1/2] lib: add fast lzo decompressor
` [PATCH 2/2] lib, initramfs: add support for LZO-compressed initramfs

[PATCH] befs: fix build on parisc
 2009-04-01 13:32 UTC 

add_to_swap_cache with GFP_ATOMIC ?
 2009-04-01 13:30 UTC  (5+ messages)

[GIT PATCHSET block#for-linus] block: blk-map related fixes
 2009-04-01 13:28 UTC  (29+ messages)
` [PATCH 1/8] scatterlist: make sure sg_miter_next() doesn't return 0 sized mappings
` [PATCH 2/8] block: fix SG_IO vector request data length handling
` [PATCH 3/8] block: fix queue bounce limit setting
` [PATCH 4/8] bio: actually inline inline bvecs into bio
` [PATCH 5/8] bio: fix bio_kmalloc()
` [PATCH 6/8] bio: remove size/segments limit on bio_{copy|map}_{user|kern}*()
` [PATCH 7/8] blk-map: let blk_rq_map_user_iov() support null mapping
` [PATCH 8/8] blk-map: reimplement blk_rq_map_user() using blk_rq_map_user_iov()

[patch 0/6] Guest page hinting version 7
 2009-04-01 13:25 UTC  (3+ messages)
` [patch 4/6] Guest page hinting: writable page table entries

[patch 0/21] x86, ptrace, bts, hw-branch-tracer: fixes and cleanups
 2009-04-01 13:18 UTC  (6+ messages)

(no subject)
 2009-04-01 12:19 UTC 

mmc removal and file system access mutex
 2009-04-01 12:15 UTC 

[PATCH] writeback: guard against jiffies wraparound on inode->dirtied_when checks (try #2)
 2009-04-01 13:07 UTC  (9+ messages)

[PATCH 0/4] Allow NFS to use ordinary path lookup when mounting NFSv4
 2009-04-01 13:06 UTC  (4+ messages)
` [PATCH 1/4] VFS: Add a VFS helper function vfs_remote_path_lookup()

[PATCH] macb: RLE and BNA handling
 2009-04-01 13:05 UTC  (10+ messages)

[PATCH] sony-laptop should depend on RFKILL
 2009-04-01 12:59 UTC  (3+ messages)

Linux 2.6.29
 2009-04-01 12:53 UTC  (12+ messages)

+ mm-remove-struct-mm_struct-exe_file-et-al.patch added to -mm tree
 2009-04-01 12:55 UTC  (4+ messages)

[patch 3/21] x86, bts: wait until traced task has been scheduled out
 2009-04-01 12:53 UTC  (5+ messages)

[PATCH 1/2] blktrace: fix output of unknown events
 2009-04-01 12:52 UTC  (5+ messages)
` [PATCH 2/2] blktrace: fix output of BLK_TC_PC events

[PATCH 0/2] [GIT PULL] ftrace updates for 2.6.30
 2009-04-01 12:49 UTC  (2+ messages)

Acer Aspire One fan control
 2009-04-01 12:44 UTC  (9+ messages)
      ` [PATCH] acerhdf: "

+ signals-tracehook_notify_jctl-change.patch added to -mm tree
 2009-04-01 12:36 UTC 

[PATCH] tracing/filters: add run-time field descriptions to TRACE_EVENT_FORMAT events
 2009-04-01 12:25 UTC  (4+ messages)

[PATCH] tracing/filters: allow event filters to be set only when not tracing
 2009-04-01 12:24 UTC  (2+ messages)

[PATCH v2] tracing/filters: add run-time field descriptions to TRACE_EVENT_FORMAT events
 2009-04-01 12:21 UTC  (2+ messages)

ISCSI-SCST performance (with also IET and STGT data)
 2009-04-01 12:20 UTC  (7+ messages)
  ` [Scst-devel] "
        ` [Iscsitarget-devel] [Scst-devel] ISCSI-SCST performance (withalso "

2.6.29 git master and PAT problems
 2009-04-01 12:10 UTC  (6+ messages)

[PATCH] Free the temporary vfsmount created in bdev_cache_init()
 2009-04-01 12:12 UTC  (3+ messages)

Commit 64ef89 left empty files
 2009-04-01 12:05 UTC 

[PATCH 00/15] pending perf_counter bits
 2009-04-01 11:53 UTC  (17+ messages)
` [PATCH 09/15] perf_counter tools: optionally scale counter values in perfstat mode
  ` [tip:perfcounters/core] "
` [PATCH 13/15] perf_counter: provide generic callchain bits
  ` [tip:perfcounters/core] "

[PATCHSET pata-2.6] ide: rq->buffer, data, special and misc cleanups
 2009-04-01 11:50 UTC  (11+ messages)

[v4 RFC PATCH 0/4] timers: Framework for migration of timers
 2009-04-01 11:46 UTC  (7+ messages)
` [v4 RFC PATCH 1/4] timers: Framework for identifying pinned timers
` [v4 RFC PATCH 2/4] timers: Identifying the existing "
` [v4 RFC PATCH 3/4] timers: /proc/sys sysctl hook to enable timer migration
` [v4 RFC PATCH 4/4] timers: logic to move non pinned timers

Squashfs 4.0 tools
 2009-04-01 11:40 UTC  (6+ messages)
        ` [Squashfs-devel] "

[PATCH] Remove two unneeded exports and make two symbols static in fs/mpage.c
 2009-04-01 11:39 UTC  (2+ messages)

[PATCH] fix bmap-vs-truncate race
 2009-04-01 11:36 UTC  (4+ messages)

WARNING: at net/ipv4/tcp_input.c:2927 tcp_ack+0xd55/0x1991()
 2009-04-01 11:35 UTC  (13+ messages)

[patch 1/21] x86, bts: fix race when bts tracer is removed
 2009-04-01 11:34 UTC  (4+ messages)

[PATCH] sched_rt: don't allocate cpumask in fastpath
 2009-04-01 11:27 UTC  (2+ messages)
` [tip:sched/urgent] "

Q: check_unsafe_exec() races (Was: [PATCH 2/4] fix setuid sometimes doesn't)
 2009-04-01 11:25 UTC  (14+ messages)

[PATCHSET 0/8 version 4] exofs for kernel 2.6.30
 2009-04-01 11:21 UTC  (3+ messages)

fs: move bdev code out of buffer.c
 2009-04-01 11:10 UTC  (2+ messages)

[PATCH] Align rekey_work
 2009-04-01 10:46 UTC 

[PATCH] Align vmstat_work
 2009-04-01 10:48 UTC 

[PATCH] Align cache_clean work
 2009-04-01 10:45 UTC 

[tip:x86/urgent] x86: mmiotrace: quieten spurious warning message
 2009-04-01 10:20 UTC  (2+ messages)

[PATCH 15/15] perf_counter: pmc arbitration
 2009-04-01 10:15 UTC  (2+ messages)
` [tip:perfcounters/core] "

[tip:perfcounters/core] perf_counter tools: kerneltop: add real-time data acquisition thread
 2009-04-01 10:15 UTC 

[PATCH 14/15] perf_counter: x86: callchain support
 2009-04-01 10:14 UTC  (2+ messages)
` [tip:perfcounters/core] "

[PATCH 12/15] pref_counter: kerneltop: update event_types
 2009-04-01 10:14 UTC  (2+ messages)
` [tip:perfcounters/core] perf_counter tools: "

[PATCH 04/15] perf_counter: executable mmap() information
 2009-04-01 10:13 UTC  (2+ messages)
` [tip:perfcounters/core] "

[PATCH 11/15] perf_counter: re-arrange the perf_event_type
 2009-04-01 10:14 UTC  (2+ messages)
` [tip:perfcounters/core] "

[PATCH 10/15] perf_counter: small cleanup of the output routines
 2009-04-01 10:14 UTC  (2+ messages)
` [tip:perfcounters/core] "

[PATCH] x86: percpu_to_op() misses memory and flags clobbers
 2009-04-01 10:14 UTC  (3+ messages)

[PATCH -tip] irq: DEBUG_SHIRQ executed on irq setup failure
 2009-04-01 10:14 UTC  (2+ messages)

[PATCH 08/15] perf_counter: x86: proper error propagation for the x86 hw_perf_counter_init()
 2009-04-01 10:13 UTC  (2+ messages)
` [tip:perfcounters/core] "

[PATCH 07/15] perf_counter: make it possible for hw_perf_counter_init to return error codes
 2009-04-01 10:13 UTC  (2+ messages)
` [tip:perfcounters/core] "

[PATCH 05/15] perf_counter: kerneltop: parse the mmap data stream
 2009-04-01 10:13 UTC  (2+ messages)
` [tip:perfcounters/core] "

[PATCH 06/15] perf_counter: powerpc: only reserve PMU hardware when we need it
 2009-04-01 10:13 UTC  (2+ messages)
` [tip:perfcounters/core] "

[PATCH 03/15] perf_counter: kerneltop: simplify data_head read
 2009-04-01 10:13 UTC  (2+ messages)
` [tip:perfcounters/core] "

[PATCH 02/15] perf_counter: fix update_userpage()
 2009-04-01 10:12 UTC  (2+ messages)
` [tip:perfcounters/core] "

[PATCH 01/15] perf_counter: unify and fix delayed counter wakeup
 2009-04-01 10:12 UTC  (2+ messages)
` [tip:perfcounters/core] "

[PATCH] tracing: move scripts/trace/power.pl to scripts/tracing/power.pl
 2009-04-01 10:12 UTC  (2+ messages)
` [tip:tracing/urgent] "

[PATCH 06/13] DRBD: internal_data_structures
 2009-04-01 10:13 UTC  (4+ messages)
` [PATCH 13/13] DRBD: final

lockdep report at resume
 2009-04-01 10:00 UTC  (2+ messages)

sysfs tagged directory support status (was:. Re: [PATCH 1/8] sysfs: Implement sysfs tagged directory support)
 2009-04-01 10:00 UTC 

[PATCH] vmscan: memcg needs may_swap (Re: [patch] vmscan: rename sc.may_swap to may_unmap)
 2009-04-01  9:55 UTC  (7+ messages)

2.6.29 git, resume from ram broken on thinkpad
 2009-04-01  9:55 UTC 

linux-next: Tree for March 30
 2009-04-01  9:52 UTC  (4+ messages)
` linux-next: Tree for March 30: [BUG] kmemleak page fault

[PATCH] Update Documentation/filesystem/proc.txt and Documentation/sysctls
 2009-04-01  9:50 UTC 

[PATCH] perf_counter: allow and require one-page mmap on counting counters
 2009-04-01  9:31 UTC  (9+ messages)


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