public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2008-10-22 21:40:40 to 2008-10-23 07:40:30 UTC [more...]

c2port (Version 2): support for Silicon C2 Interface
 2008-10-23  7:39 UTC  (10+ messages)
` [PATCH 1/2] Add c2 port support

[git patches v2] net driver updates
 2008-10-23  7:34 UTC  (2+ messages)

[PATCH 1/7] work_on_cpu: helper for doing task on a CPU
 2008-10-23 16:55 UTC  (2+ messages)

[patch 00/24] perfmon3: introduction
 2008-10-23  7:19 UTC  (6+ messages)

[PATCH] Add block device speciffic splice write method
 2008-10-23  7:16 UTC  (9+ messages)

io resources and cached mappings (was: [git pull] drm patches for 2.6.27-rc1)
 2008-10-23  7:14 UTC  (4+ messages)
  ` [PATCH] Add io-mapping functions to dynamically map large device apertures
    ` [PATCH] [drm/i915] Use io-mapping interfaces instead of a variety of mapping kludges

[PATCH 0/16 v6] PCI: Linux kernel SR-IOV support
 2008-10-23  7:10 UTC  (3+ messages)
` [PATCH 7/16 v6] PCI: cleanup pcibios_allocate_resources()

SLUB defrag pull request?
 2008-10-23  7:10 UTC  (15+ messages)

[GIT PATCH] ACPI patches for 2.6.28-rc0
 2008-10-23  6:51 UTC 

[PATCH] pci: print out DMA mask info
 2008-10-23  6:51 UTC  (14+ messages)
              ` [PATCH] pci: show dma_mask bits in /sys

[PATCH 0/2] libata tag patches
 2008-10-23  6:43 UTC  (9+ messages)
` [PATCH 1/2] libata: get rid of ATA_MAX_QUEUE loop in ata_qc_complete_multiple()
` [PATCH 2/2] libata: switch to using block layer tagging support

[PATCH] Add hierarchical accounting to cpu accounting controller
 2008-10-23  6:41 UTC  (2+ messages)

ext3: fix ext3_dx_readdir hash collision handling - Regression
 2008-10-23  6:37 UTC  (3+ messages)

[PATCH 1/1] relay revamp v8, full patch
 2008-10-23  6:35 UTC 

[PATCH 0/1] relay revamp v8
 2008-10-23  6:35 UTC 

Release of Atheros 802.11n USB Linux driver
 2008-10-23  6:26 UTC  (3+ messages)

[PATCH] fix WARN() for PPC
 2008-10-23  6:26 UTC  (3+ messages)

[PATCH] get rid if __cpuinit and __cpuexit
 2008-10-23  6:21 UTC  (4+ messages)

[PATCH] em28xx patches against the latest git tree
 2008-10-23  6:17 UTC  (7+ messages)

[PATCH 0/7 RFC] Handle I2C GPIO controllers with the OF (was: pca9539 I2C gpio expander)
 2008-10-23  6:15 UTC  (11+ messages)
` [PATCH 4/7] gpiolib: implement dev_gpiochip_{add,remove} calls

[GIT PULL] sh updates for 2.6.28-rc1, part 2
 2008-10-23  5:59 UTC 

[PATCH 00/35] cpumask: Replace cpumask_t with struct cpumask
 2008-10-23  5:36 UTC  (40+ messages)
` [PATCH 01/35] cpumask: add for_each_cpu_mask_and function
` [PATCH 02/35] x86 smp: modify send_IPI_mask interface to accept cpumask_t pointers
` [PATCH 03/35] sched: Reduce stack size requirements in kernel/sched.c
` [PATCH 04/35] cpumask: centralize cpu_online_map and cpu_possible_map
  ` [PATCH 04/35] cpumask: centralize cpu_online_map and cpu_possible_map - resubmit
` [PATCH 05/35] cpumask: remove min from first_cpu/next_cpu From: Rusty Russell <rusty@rustcorp.com.au>
` [PATCH 06/35] cpumask: introduce struct cpumask. "
` [PATCH 07/35] cpumask: change cpumask/list_scnprintf, cpumask/list_parse to take pointers. "
` [PATCH 08/35] cpumask: cpumask_size() From: Mike Travis <travis@sgi.com>
` [PATCH 09/35] cpumask: add cpumask_copy()
` [PATCH 10/35] cpumask: introduce cpumask_var_t for local cpumask vars From: Rusty Russell <rusty@rustcorp.com.au>
` [PATCH 11/35] x86: enable MAXSMP
` [PATCH 12/35] cpumask: make CONFIG_NR_CPUS always valid. From: Rusty Russell <rusty@rustcorp.com.au>
` [PATCH 13/35] cpumask: make nr_cpu_ids valid in all configurations. "
` [PATCH 14/35] cpumask: add nr_cpumask_bits
` [PATCH 15/35] cpumask: prepare for iterators to only go to nr_cpu_ids/nr_cpumask_bits. From: Rusty Russell <rusty@rustcorp.com.au>
` [PATCH 16/35] percpu: fix percpu accessors to potentially !cpu_possible() cpus "
` [PATCH 17/35] cpumask: make nr_cpu_ids the actual limit on bitmap size
` [PATCH 18/35] cpumask: use cpumask_bits() everywhere
  ` [PATCH 18/35] cpumask: use cpumask_bits() everywhere.-resubmit
` [PATCH 19/35] cpumask: cpumask_of(): cpumask_of_cpu() which returns a pointer. From: Rusty Russell <rusty@rustcorp.com.au>
` [PATCH 20/35] cpumask: for_each_cpu(): for_each_cpu_mask which takes a pointer "
` [PATCH 21/35] cpumask: cpumask_first/cpumask_next "
` [PATCH 22/35] cpumask: deprecate any_online_cpu() in favour of cpumask_any/cpumask_any_and "
` [PATCH 23/35] cpumask: cpumask_any_but() "
` [PATCH 24/35] cpumask: Deprecate CPUMASK_ALLOC etc in favor of cpumask_var_t. "
` [PATCH 25/35] cpumask: get rid of boutique sched.c allocations, use "
` [PATCH 26/35] cpumask: to_cpumask() "
` [PATCH 27/35] cpumask: accessors to manipulate possible/present/online/active maps "
` [PATCH 28/35] cpumask: CONFIG_BITS_ALL, CONFIG_BITS_NONE and CONFIG_BITS_CPU0 "
` [PATCH 29/35] cpumask: switch over to cpu_online/possible/active/present_mask "
` [PATCH 30/35] cpumask: cpu_all_mask and cpu_none_mask. "
` [PATCH 31/35] cpumask: reorder header to minimize separate #ifdefs "
` [PATCH 32/35] cpumask: debug options for cpumasks "
` [PATCH 33/35] cpumask: smp_call_function_many() "
` [PATCH 34/35] cpumask: Use accessors code. "
` [PATCH 35/35] x86: clean up speedctep-centrino and reduce cpumask_t usage "

swiotlb_alloc_coherent: allocated memory is out of range for device
 2008-10-23  5:22 UTC  (5+ messages)

[2.6.27.2] Unnamed entry appears in /sys/module/usbcore/parameters/ 
 2008-10-23  5:11 UTC  (4+ messages)

minor bug in invalid exception patch
 2008-10-23  5:10 UTC  (2+ messages)

[GIT PATCH] more STAGING patches for 2.6.28
 2008-10-23  4:55 UTC  (6+ messages)
` [PATCH 01/42] Staging: add pcc-acpi driver

[patch 00/17] 2.6.27-stable review
 2008-10-23  5:06 UTC  (4+ messages)
  ` [stable] "

[PATCH 01/85] ACPI: Add missing acpi.debug_layer Documentation hunk from Thomas Renninger
 2008-10-23  4:59 UTC  (12+ messages)
` [PATCH 53/85] i7300_idle driver v1.55
    ` [PATCH 2/2] "
            ` [PATCH] Disable ioat channel only on platforms where ile driver can load
              ` [PATCH] Cleanup of i7300_idle based on review comments

[PATCH 3/3] netxen: somewhat ugly endian annotations
 2008-10-23  4:58 UTC 

[PATCH 2/3] netxen: trivial endian annotations of netxen structs
 2008-10-23  4:58 UTC 

[PATCH 1/3] netxen: endian annotation of netxen_nic_write_w1, netxen_nic_read_w1
 2008-10-23  4:58 UTC 

[GIT PULL] please pull infiniband.git
 2008-10-23  4:37 UTC 

[PATCH 0/4] Audit support for file capabilities
 2008-10-23  4:13 UTC  (7+ messages)
` [PATCH 3/4] AUDIT: audit when fcaps increase the permitted or inheritable capabilities

[PATCH 0/4][RFC] netns: sysfs: add a netns suffix to net device sysfs entries
 2008-10-23  4:14 UTC  (7+ messages)

RFC: [PATCH] resource: ensure MMIO exclusivity for device drivers
 2008-10-23  3:56 UTC 

[git pull] drm fixes for 2.6.27-rc1
 2008-10-23  3:52 UTC 

[RFC][PATCH] nmi watchdog: handle NMI_IO_APIC on nmi_watchdog
 2008-10-23  3:35 UTC  (7+ messages)

[PANIC] 2.6.28-git panics in mem_cgroup_charge_common called by ext3
 2008-10-23  3:33 UTC  (2+ messages)

lockdep splat from fbmem
 2008-10-23  3:23 UTC 

[PATCH,RFC] ext3: Add support for non-native signed/unsigned htree hash algorithms
 2008-10-23  2:56 UTC  (3+ messages)

[PATCH tip/tracing/markers] new probes manager
 2008-10-23  2:47 UTC 

[PATCH 1/6] autofs4 - correct offset mount expire check
 2008-10-23  2:35 UTC  (6+ messages)
` [PATCH 2/6] autofs4 - remove string terminator check
` [PATCH 3/6] autofs4 - collect version check return
` [PATCH 4/6] autofs4 - make autofs type usage explicit
` [PATCH 5/6] autofs4 - improve parameter usage
` [PATCH 6/6] autofs4 - cleanup expire code duplication

[PATCH 0/3] Improve TSC as a clocksource under VMware
 2008-10-23  2:21 UTC  (20+ messages)
              ` [PATCH] Skip tsc synchronization checks if CONSTANT_TSC bit is set

[PATCH] fix n_tty/pty input/output buffer full and other misc char handling
 2008-10-23  1:56 UTC  (8+ messages)
  ` [PATCH] n-tty-fix-cont-and-ctrl-output
  ` [PATCH] n-tty-fix-buffer-full-checks
  ` [PATCH] n-tty-output-bells-immediately
  ` [PATCH] n-tty-fix-buffer-full-gridlock

SUNRPC problem with 2.6.26 and beyond
 2008-10-23  1:27 UTC  (6+ messages)
  ` SUNRPC problem with 2.6.26 and beyond - try again with response in correct place

[BUG] re-modprobe a nand controller driver module will cause system crash
 2008-10-23  1:06 UTC  (4+ messages)

high %CPU values after upgrading to the last stable kernel
 2008-10-23  0:55 UTC  (4+ messages)

behavior of hrtimers scheduled to expire in the past, SCHED_SPORADIC subtlety
 2008-10-23  1:05 UTC 

[PATCH 7/7] work_on_cpu: use on x86/kernel/cpu/mcheck/mce_amd_64.c
 2008-10-23 16:55 UTC 

[PATCH 6/7] work_on_cpu: use on x86/kernel/cpu/intel_cacheinfo.c
 2008-10-23 16:55 UTC 

[PATCH 5/7] work_on_cpu: use on PowerPC
 2008-10-23 16:55 UTC 

[PATCH 2/7] work_on_cpu: use for drivers/acpi/processor_throttling.c
 2008-10-23 16:55 UTC 

[PATCH 4/7] work_on_cpu: use in drivers/pci/pci-driver.c
 2008-10-23 16:55 UTC 

[PATCH 3/7] work_on_cpu: use on drivers/firmware/dcdbas.c
 2008-10-23 16:55 UTC 

[git patches] libata fixes
 2008-10-23  0:48 UTC 

build failure on powerpc with current -git
 2008-10-23  0:19 UTC  (6+ messages)

[PATCH] audit: remove excess kernel-doc
 2008-10-23  0:15 UTC 

Hang early in boot with 2.6.27-git
 2008-10-23  0:15 UTC  (3+ messages)

[PATCH] block: remove excess kernel-doc
 2008-10-23  0:15 UTC 

[git pull] PCI pull request #2 for 2.6.28
 2008-10-23  0:14 UTC 

[PATCH] mmc: trivial annotation of 'blocks'
 2008-10-23  0:09 UTC 

[PATCH] memstick: annotate endianness of attribute structs
 2008-10-22 23:30 UTC 

update to the combined -stable tree
 2008-10-22 23:15 UTC 

[git pull] IDE updates #4
 2008-10-22 22:56 UTC  (5+ messages)

[PATCH]IB/ehca:reject dynamic memory add/remove
 2008-10-22 22:54 UTC  (2+ messages)

[PATCH 1/7] Adding empia base driver
 2008-10-22 22:49 UTC  (7+ messages)

[PATCH] IB/ehca: Fix problem with max number of QPs and CQs in systems with different adapters
 2008-10-22 22:51 UTC  (2+ messages)

[PATCH] pci: PCI_QUIRKS depends on PCI
 2008-10-22 22:45 UTC  (2+ messages)

2.6.27.[0,2] problems (v. 2.6.26.5): Samba & root-read-only
 2008-10-22 22:42 UTC  (3+ messages)

PATCH] [ConfigFS]: Extend CONFIGFS_ATTR_STRUCT() and CONFIGFS_ATTR_OPS() macros
 2008-10-22 22:30 UTC  (3+ messages)

pull request: wireless-2.6 2008-10-22
 2008-10-22 22:23 UTC 

Linux 2.6.25.19
 2008-10-22 22:15 UTC  (2+ messages)

Linux 2.6.26.7
 2008-10-22 22:12 UTC  (2+ messages)

Linux 2.6.27.3
 2008-10-22 22:10 UTC  (2+ messages)

NFS 5-minute hangs upon S3 resume using 2.6.27 client
 2008-10-22 22:15 UTC  (2+ messages)

[PATCH] [LIO-Target/ConfigFS]: Convert TPG and Node attributes to use updated ConfigFS macros
 2008-10-22 22:07 UTC 

[GIT PULL] Additional 9p patches for 2.6.28 merge window
 2008-10-22 22:05 UTC 

Tracking of regressions from 2.6.27
 2008-10-22 21:57 UTC 

nfsd fixes for 2.6.28
 2008-10-22 21:41 UTC 

[PATCH 00/13 v2] ftrace: clean ups and fixes
 2008-10-22 21:27 UTC  (3+ messages)
` [PATCH 04/13 v2] ftrace: comment arch ftrace code
` [PATCH 12/13 v2] ftrace: remove ftrace hash


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