public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2009-09-03 20:26:15 to 2009-09-04 06:48:38 UTC [more...]

[PATCH 00/18] ioatdma: raid5/raid6 offload support
 2009-09-04  6:46 UTC  (19+ messages)
` [PATCH 01/18] dmaengine: add fence support
` [PATCH 02/18] dmaengine, async_tx: add a "no channel switch" allocator
` [PATCH 03/18] dmaengine: cleanup unused transaction types
` [PATCH 04/18] dmaengine, async_tx: support alignment checks
` [PATCH 05/18] ioat2+: add fence support
` [PATCH 06/18] ioat3: hardware version 3.2 register / descriptor definitions
` [PATCH 07/18] ioat3: split ioat3 support to its own file, add memset
` [PATCH 08/18] ioat: add 'ioat' sysfs attributes
` [PATCH 09/18] ioat3: enable dca for completion writes
` [PATCH 10/18] ioat3: xor support
` [PATCH 11/18] ioat3: xor self test
` [PATCH 12/18] ioat3: pq support
` [PATCH 13/18] ioat3: support xor via pq descriptors
` [PATCH 14/18] ioat3: interrupt descriptor support
` [PATCH 15/18] ioat3: ioat3.2 pci ids for Jasper Forest
` [PATCH 16/18] ioat3: segregate raid engines
` [PATCH 17/18] Add MODULE_DEVICE_TABLE() so ioatdma module is autoloaded
` [PATCH 18/18] I/OAT: Convert to PCI_VDEVICE()

[PATCH] basic perf support for sparc
 2009-09-04  6:44 UTC  (9+ messages)

[PATCH 3/3] x86, AMD: Disable wrongly set X86_FEATURE_LAHF_LM CPUID bit
 2009-09-04  6:39 UTC  (7+ messages)
` [PATCH 1/3] x86, msr: add rd/wrmsr interfaces with preset registers

CPU scheduler weirdness?
 2009-09-04  6:26 UTC  (15+ messages)

[RFC Patch] kbuild: implement "make foo.s_c"
 2009-09-04  5:56 UTC  (3+ messages)

[mmotm][PATCH 1/2] memcg: softlimit clean up
 2009-09-04  5:47 UTC  (9+ messages)
` [mmotm][PATCH] coalescing uncharge
  ` [mmotm][experimental][PATCH] coalescing charge

[2.6.30.5] Diagnosing an IDE lockup with SMART long tests
 2009-09-04  5:35 UTC  (7+ messages)

[PATCH][v2.6.29][XEN] Return unused memory to hypervisor
 2009-09-04  5:29 UTC  (3+ messages)

[PATCH] Fix missing include file in RTL8192U staging driver
 2009-09-04  5:21 UTC  (3+ messages)

2.6.{28,30} Keyboard not working on oldish machine
 2009-09-04  5:18 UTC  (6+ messages)

mvsas issues
 2009-09-04  5:17 UTC  (3+ messages)

[PATCH] x86/i386: make sure stack-protector segment base is cache aligned
 2009-09-04  5:12 UTC  (19+ messages)
` [tip:x86/asm] x86/i386: Make "

[git pull] Input updates for 2.6.31-rc8
 2009-09-04  5:05 UTC 

[PATCH] fix "no member named 'sect_attrs' of strcut module"
 2009-09-04  5:04 UTC  (2+ messages)

[PATCH] cfg80211: clear cfg80211_inform_bss() from kmemleak reports
 2009-09-04  5:04 UTC  (4+ messages)

[PATCH] TPM: Fixup pubek sysfs file
 2009-09-04  5:02 UTC  (2+ messages)

yenta_socket: PCMCIA-Cards are not recognised by kernel
 2009-09-04  4:30 UTC  (10+ messages)

linux-next: net tree build warnings
 2009-09-04  4:35 UTC  (2+ messages)

linux-next: net tree build warning
 2009-09-04  4:35 UTC  (2+ messages)

mmotm 2009-08-27-16-51 uploaded
 2009-09-04  4:21 UTC  (4+ messages)
` [mmotm][BUG] lockdep warning block I/O (Was "

Regarding dm-ioband tests
 2009-09-04  4:02 UTC  (5+ messages)

[PATCH] [RT] fix the non-RT version of swap_get_cpu_var
 2009-09-04  3:22 UTC 

sata exception frozen timeout?
 2009-09-04  3:43 UTC  (5+ messages)
` BIOS update == more errors (was Re: sata exception frozen timeout?)

[PULL] http://www.kernellabs.com/hg/~stoth/saa7164-merge
 2009-09-04  3:35 UTC 

[PATCH] SCSI driver for VMware's virtual HBA
 2009-09-04  3:28 UTC  (17+ messages)

INFO: possible recursive locking detected ps2_command
 2009-09-04  3:23 UTC  (7+ messages)

[PATCH 0/8] Per-bdi writeback flusher threads v17
 2009-09-04  2:56 UTC  (5+ messages)
` [PATCH 2/8] writeback: move dirty inodes from super_block to backing_dev_info

[ANNOUNCE] autofs 5.0.5 release
 2009-09-04  2:44 UTC 

[PATCH 00/29] ioatdma: towards raid support
 2009-09-04  2:32 UTC  (30+ messages)
` [PATCH 01/29] ioat: move to drivers/dma/ioat/
` [PATCH 02/29] ioat: move definitions to dma.h
` [PATCH 03/29] ioat: convert ioat_probe to pcim/devm
` [PATCH 04/29] ioat: cleanup some long deref chains and 80 column collisions
` [PATCH 05/29] ioat: kill function prototype ifdef guards
` [PATCH 06/29] ioat: split ioat_dma_probe into core/version-specific routines
` [PATCH 07/29] ioat: fix type mismatch for ->dmacount
` [PATCH 08/29] ioat: define descriptor control bit-field
` [PATCH 09/29] ioat1: move descriptor allocation from submit to prep
` [PATCH 10/29] ioat: fix self test interrupts
` [PATCH 11/29] ioat: prepare the code for ioat[12]_dma_chan split
` [PATCH 12/29] ioat2,3: convert to a true ring buffer
` [PATCH 13/29] ioat1: kill unused unmap parameters
` [PATCH 14/29] ioat: add some dev_dbg() calls
` [PATCH 15/29] ioat: cleanup completion status reads
` [PATCH 16/29] ioat: ignore reserved bits for chancnt and xfercap
` [PATCH 17/29] ioat: preserve chanctrl bits when re-arming interrupts
` [PATCH 18/29] ioat: ___devinit annotate the initialization paths
` [PATCH 19/29] ioat1: trim ioat_dma_desc_sw
` [PATCH 20/29] ioat: switch watchdog and reset handler from workqueue to timer
` [PATCH 21/29] ioat2,3: dynamically resize descriptor ring
` [PATCH 22/29] net_dma: poll for a descriptor after allocation failure
` [PATCH 23/29] dw_dmac: implement a private tx_list
` [PATCH 24/29] fsldma: "
` [PATCH 25/29] iop-adma: "
` [PATCH 26/29] ioat: "
` [PATCH 27/29] mv_xor: "
` [PATCH 28/29] dmaengine: kill tx_list
` [PATCH 29/29] ioat2, 3: cacheline align software descriptor allocations

Udvozollek !
 2009-09-04  1:55 UTC 

I/O and pdflush
 2009-09-04  2:34 UTC  (8+ messages)

2.6.31-rc7-git2: Reported regressions from 2.6.30
 2009-09-04  1:52 UTC  (11+ messages)
` [Bug #14015] pty regressed again, breaking expect and gcc's testsuite

[PATCH 1/3] agp/intel: remove restore in resume
 2009-09-04  1:43 UTC  (2+ messages)
` [PATCH 2/3] drm/i915: "

[PATCH] TPM: Fixup pcrs sysfs file
 2009-09-04  1:28 UTC  (3+ messages)

[RFC Patch 0/5] gcov: integrate gcov into kbuild
 2009-09-04  1:26 UTC  (6+ messages)
` [Patch 1/5] gitignore: add .gcov files
` [Patch 2/5] Makefile: clean "
` [Patch 3/5] doc: move the scripts in gcov.txt to tools/gcov/
` [Patch 4/5] scripts: add gen_gcov.sh
` [Patch 5/5] Makefile: implement "make foo.c.gcov"

[PATCH V3] x86: NX protection for kernel data
 2009-09-04  1:13 UTC 

Atheros Linux wireless drivers home page - and two new driver projects
 2009-09-04  1:05 UTC  (5+ messages)

Serie Videos Road Trips
 2009-09-04  1:05 UTC 

Regression in suspend to ram in 2.6.31-rc kernels
 2009-09-04  0:47 UTC  (6+ messages)

[PATCH] OMAP4: MMC driver support on OMAP4
 2009-09-04  0:45 UTC  (4+ messages)

raid is dangerous but that's secret (was Re: [patch] ext2/3: document conditions when reliable operation is possible)
 2009-09-04  0:39 UTC  (20+ messages)
                                ` wishful thinking about atomic, multi-sector or full MD stripe width, writes in storage

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

Reading /proc/kcore causes a BUG()
 2009-09-04  0:06 UTC  (3+ messages)

linux-next: manual merge of the xfs tree with the ext3 tree
 2009-09-03 23:56 UTC  (2+ messages)

mmotm 2009-09-03-16-35 uploaded
 2009-09-03 23:40 UTC 

Why sometimes linux kernel does not reply the ACK of second FIN packet?
 2009-09-03 23:23 UTC  (2+ messages)

[Question] x86,APIC: In apicdef.h dfr,svr,...... shouldn't be const?
 2009-09-03 23:21 UTC  (4+ messages)

System freeze on reboot - general protection fault
 2009-09-03 23:17 UTC  (25+ messages)
                ` [PATCH] slub: fix slab_pad_check() and SLAB_DESTROY_BY_RCU
                        ` [PATCH] slub: fix slab_pad_check()

[PATCH] powerpc: Fix i8259 interrupt driver kernel crash on ML510
 2009-09-03 22:44 UTC  (2+ messages)

32bit binaries on x86_64/Xen segfaults in syscall-vdso
 2009-09-03 22:36 UTC  (5+ messages)

VM issue causing high CPU loads
 2009-09-03 22:22 UTC  (12+ messages)

[PATCH] SCSI driver for VMware's virtual HBA - V3
 2009-09-03 22:21 UTC  (4+ messages)

[PATCH] parport: Add character LCD driver for da850/omap-l138
 2009-09-03 22:20 UTC  (3+ messages)

[PATCH] builddeb: Fix packaged file permissions
 2009-09-03 22:00 UTC 

WARNINGs in usb-serial.c
 2009-09-03 21:43 UTC  (3+ messages)

asm-generic update candidates?
 2009-09-03 21:29 UTC 

PROBLEM: kernel reboot before Decompressing Linux, after setting video mode
 2009-09-03 20:49 UTC 

[PATCH] Make sure the value in abs() does not get truncated if it is greater than 2^32
 2009-09-03 21:12 UTC 

[PATCH V6 1/2] introduce ALS sysfs class
 2009-09-03 21:13 UTC  (7+ messages)

[PATCH 0/4] RFC: jump label - (tracepoint optimizations)
 2009-09-03 21:11 UTC  (7+ messages)
` [PATCH 2/4] RFC: jump label example usage
` [PATCH 3/4] RFC: implement tracepoints on top of jump patching
` [PATCH 4/4] RFC: performance testing harness

[PATCH] firewire: sbp2: fix freeing of unallocated memory
 2009-09-03 21:07 UTC 

[PATCH] hugetlb: restore interleaving of bootmem huge pages
 2009-09-03 20:33 UTC  (2+ messages)
` [stable] "


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