All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2008-04-28 22:02:28 to 2008-04-28 23:07:27 UTC [more...]

OE on Ubuntu 8.04?
 2008-04-28 23:07 UTC  (4+ messages)

[PATCH 2.6.26 0/3] RDMA/cxgb3: fixes and enhancements for 2.6.26
 2008-04-28 22:54 UTC  (9+ messages)
` [PATCH 2.6.26 1/3] RDMA/cxgb3: Correctly serialize peer abort path
  ` [ofa-general] "
` [PATCH 2.6.26 2/3] RDMA/cxgb3: Correctly set the max_mr_size device attribute
  ` [ofa-general] "
` [PATCH 2.6.26 3/3] RDMA/cxgb3: Support peer-2-peer connection setup
  ` [ofa-general] "

[PATCH] Change the default link address for pSeries zImage kernels
 2008-04-28 23:06 UTC  (3+ messages)

DFS patch series
 2008-04-28 23:06 UTC  (5+ messages)
` DFS patch series - fixed

can I receive UDP broadcasts in aliases interfaces?
 2008-04-28 22:27 UTC 

[PATCH] x86: mtrr cleanup for converting continuous to discrete layout
 2008-04-28 22:36 UTC  (5+ messages)
` [PATCH] x86: mtrr cleanup for converting continuous to discrete layout v3
  ` [PATCH] x86: mtrr cleanup for converting continuous to discrete layout v4
    ` [PATCH] x86: mtrr cleanup for converting continuous to discrete layout v5

Need advice on NAND support for cramfs
 2008-04-28 23:05 UTC 

FS performance with SD/MMC card
 2008-04-28 22:32 UTC  (2+ messages)

[patch 00/55] PNP cleanup, v5
 2008-04-28 22:34 UTC  (112+ messages)
` [patch 01/55] PNP: turn on -DDEBUG when CONFIG_PNP_DEBUG is set
` [patch 02/55] ISAPNP: move config register addresses out of isapnp.h
` [patch 03/55] PNPACPI: continue after _CRS and _PRS errors
` [patch 04/55] PNP: make pnp_add_id() internal to PNP core
` [patch 05/55] PNP: change pnp_add_id() to allocate its own pnp_id structures
` [patch 06/55] PNP: add pnp_eisa_id_to_string()
` [patch 07/55] PNP: add pnp_alloc_dev()
` [patch 08/55] PNP: make pnp_add_card_id() internal to PNP core
` [patch 09/55] PNP: change pnp_add_card_id() to allocate its own pnp_id structures
` [patch 10/55] ISAPNP: pull pnp_add_card_id() out of isapnp_parse_card_id()
` [patch 11/55] PNP: add pnp_alloc_card()
` [patch 12/55] PNPACPI: pnpacpi_encode_ext_irq() wrongly set "irq" instead of "extended_irq"
` [patch 13/55] PNPACPI: use temporaries to reduce repetition
` [patch 14/55] PNPACPI: hoist dma_flags() out of pnpacpi_parse_allocated_dmaresource()
` [patch 15/55] PNPACPI: extend irq_flags() to set IORESOURCE_IRQ_SHAREABLE when appropriate
` [patch 16/55] PNPACPI: pass pnp_dev instead of acpi_handle
` [patch 17/55] PNP: add debug output to option registration
` [patch 18/55] PNP: remove pnp_resource_table from internal get/set interfaces
` [patch 19/55] PNP: remove more pnp_resource_table arguments
` [patch 20/55] PNP: add debug output to encoders
` [patch 21/55] PNP: add debug when assigning PNP resources
` [patch 22/55] PNP: add pnp_init_resources(struct pnp_dev *) interface
` [patch 23/55] PNP: remove pnp_resource_table from internal pnp_clean_resource_table interface
` [patch 24/55] PNP: remove unused interfaces using pnp_resource_table
` [patch 25/55] PNP: use dev_printk when possible
` [patch 26/55] PNP: factor pnp_init_resource_table() and pnp_clean_resource_table()
` [patch 27/55] PNP: add pnp_get_resource() interface
` [patch 28/55] PNP: remove pnp_mem_flags() as an lvalue
` [patch 29/55] PNP: convert resource accessors to use pnp_get_resource(), not pnp_resource_table
` [patch 30/55] PNP: use conventional "i" for loop indices
` [patch 31/55] PNP: reduce redundancy in pnp_assign_port() and others
` [patch 32/55] PNP: reduce redundancy in pnp_check_port() "
` [patch 33/55] PNP: reduce redundancy in pnp_set_current_resources()
` [patch 34/55] PNP: check for conflicts with all resources, not just earlier ones
` [patch 35/55] PNP: pass resources, not indexes, to pnp_check_port(), et al
` [patch 36/55] PNP: convert resource checks to use pnp_get_resource(), not pnp_resource_table
` [patch 37/55] PNP: convert encoders "
` [patch 38/55] PNP: convert assign, interface "
` [patch 39/55] PNP: remove PNP_MAX_* uses
` [patch 40/55] rtc: dont reference pnp_resource_table directly
` [patch 41/55] PNP: make pnp_resource_table private to PNP core
` [patch 42/55] PNP: remove pnp_resource_table references from resource decoders
` [patch 43/55] PNP: add struct pnp_resource
` [patch 44/55] PNP: add pnp_get_pnp_resource()
` [patch 45/55] PNP: add pnp_resource index for ISAPNP
` [patch 46/55] PNP: add pnp_new_resource() to find a new unset pnp_resource
` [patch 47/55] PNP: make generic pnp_add_irq_resource()
` [patch 48/55] PNP: make generic pnp_add_dma_resource()
` [patch 49/55] PNP: make generic pnp_add_io_resource()
` [patch 50/55] PNP: make generic pnp_add_mem_resource()
` [patch 51/55] ISAPNP: fold isapnp_read_resources() back into isapnp_get_resources()
` [patch 52/55] PNPACPI: move _CRS/_PRS warnings closer to the action
` [patch 53/55] PNP: make interfaces private to the PNP core
` [patch 54/55] ISAPNP: remove unused pnp_dev->regs field
` [patch 55/55] PNPBIOS: remove include/linux/pnpbios.h

Trying to set up a NPG Real DVB-T PCI Card
 2008-04-28 23:02 UTC  (3+ messages)

IB/ehca: handle negative return value from ibmebus_request_irq() properly in ehca_create_eq()
 2008-04-28 23:00 UTC  (2+ messages)

[U-Boot-Users] [PATCH v2] PPC405EX(r) ECC and SDRAM Initialization Clean-ups
 2008-04-28 22:59 UTC  (2+ messages)

Problems with xfs_grow on large LVM + XFS filesystem 20TB size check 2 failed
 2008-04-28 23:00 UTC  (4+ messages)

[Cluster-devel] Cluster Project tag, fence_1_32_54, created. gfs-kernel_2_6_9_76-50-g63caf4e
 2008-04-28 22:56 UTC 

[Cluster-devel] Cluster Project tag, rgmanager_1_9_78, created. gfs-kernel_2_6_9_76-47-g22ee3e4
 2008-04-28 22:56 UTC 

[Cluster-devel] Cluster Project tag, cman_2_0_85, created. cmirror_1_1_15-57-g38c7b17
 2008-04-28 22:56 UTC 

[patch 2.6.25-rc6 0/7] misc pm wake patches
 2008-04-28 22:54 UTC  (15+ messages)
` [RESEND patch 2.6.25] ACPI uses device_may_wakeup() policy inputs

[PATCH 1/1] ipr: Rename ipr's state scsi host attribute to prevent collisions
 2008-04-28 22:50 UTC  (2+ messages)

How do I do a non-root install of dosemu?
 2008-04-28 22:47 UTC  (3+ messages)

copy/paste policy patch
 2008-04-28 22:46 UTC  (4+ messages)

[PATCH 1/1] x86: fix text_poke
 2008-04-28 22:42 UTC  (11+ messages)

[PATCH 1/1] ipr: Rename ipr's state scsi host attribute to prevent collisions
 2008-04-28 22:36 UTC 

rq->rq_lock_key vs cpu_base->lock - possible circular locking dependency detected
 2008-04-28 22:34 UTC 

linux-next: Tree for April 28
 2008-04-28 22:30 UTC  (2+ messages)

[PATCH 2/4] kernel: fix integer as NULL pointer warnings
 2008-04-28 22:31 UTC  (2+ messages)

[Buildroot] Buildroot ARM toolchain build Error: libexpat
 2008-04-28 22:32 UTC 

[PATCH] Don't race while creating a VCPU
 2008-04-28 22:30 UTC 

Yet another Git tutorial
 2008-04-28 22:27 UTC  (2+ messages)

Dynamically adding rules - are connection tracking states maintained?
 2008-04-28 22:27 UTC 

[patch 0/2] Immediate Values - jump patching update
 2008-04-28 22:25 UTC  (6+ messages)

[patch 00/37] Linux Kernel Markers instrumentation for sched-devel.git
 2008-04-28 22:25 UTC  (5+ messages)

[PATCH] xfs: reduce stack usage in xfs_page_state_convert()
 2008-04-28 22:22 UTC  (4+ messages)

[PATCH] x86: endless page faults in mount_block_root for Linux 2.6
 2008-04-28 22:22 UTC  (4+ messages)

Mixed up STAGING_INCDIR's in uclibc.inc?
 2008-04-28 22:19 UTC  (4+ messages)

[PATCH] tm6000: make tree buildable
 2008-04-28 22:20 UTC 

About git and the use of SHA-1
 2008-04-28 22:15 UTC  (4+ messages)

[uml-devel] [PATCH] SKAS4 - Clean up command line disable output
 2008-04-28 22:15 UTC  (3+ messages)
` [uml-devel] [PATCH] SKAS4 - Add noswitchmm, noptraceswitchmm and mode=skas3 switches

my git problem
 2008-04-28 22:14 UTC  (8+ messages)

[linux-dvb] cx18 driver not in main repo?
 2008-04-28 22:13 UTC  (4+ messages)

[PATCH 1/8] e1000e: cleanup several stats issues
 2008-04-28 22:13 UTC  (3+ messages)

[patch 02/10] Dell CERC support for megaraid_mbox
 2008-04-28 22:11 UTC  (3+ messages)

Conntrackd segfaults
 2008-04-28 21:43 UTC 

ia64_sync_krbs() may sleep with interrupts disabled
 2008-04-28 22:11 UTC 

[Xenomai-help] rtdm's communication
 2008-04-28 22:10 UTC  (2+ messages)

Why these dot chars in scripts/checkpatch.pl?
 2008-04-28 22:10 UTC  (3+ messages)
  `  "

FW: Fwd: Re: [PATCH 0/14] more assorted stuff for 2.6.26-rc1
 2008-04-28 22:10 UTC  (2+ messages)

Git Library?
 2008-04-28 22:09 UTC  (5+ messages)

Inconsistent behavior of mount for CDs
 2008-04-28 22:08 UTC 

Has anyone gotten ELKS to run on an I80186 based system?
 2008-04-28 22:08 UTC  (2+ messages)

ata_std_qc_defer not good enough for FIS-based switching ?
 2008-04-28 22:08 UTC  (2+ messages)

[RESEND][PATCH][POWERPC] PIKA Warp: Update platform code to support Rev B boards
 2008-04-28 22:07 UTC  (7+ messages)
` [RESEND][PATCH][POWERPC] PIKA Warp: Update platform code to supportRev "

- kprobes-add-unregister_jprobes-for-batch-registration.patch removed from -mm tree
 2008-04-28 21:56 UTC 

[NETFILTER 00/03]: Netfilter fixes
 2008-04-28 22:06 UTC  (4+ messages)
` [NETFILTER 01/03]: xt_TCPOPTSTRIP: signed tcphoff for ipv6_skip_exthdr() retval
` [NETFILTER 02/03]: x_tables: fix net namespace leak when reading /proc/net/xxx_tables_names
` [NETFILTER 03/03]: {nfnetlink,ip,ip6}_queue: fix skb_over_panic when enlarging packets

[PATCH] x86: disable_mtrr_trim only need for x86_64
 2008-04-28 22:03 UTC  (11+ messages)
` [PATCH] x86_32: trim memory by updating e820 v3

- gpiochip_reserve.patch removed from -mm tree
 2008-04-28 21:57 UTC 

- powerpc-offb-add-support-for-foreign-endianness.patch removed from -mm tree
 2008-04-28 21:57 UTC 

- reiserfs-unpack-tails-on-quota-files.patch removed from -mm tree
 2008-04-28 22:01 UTC 

- kernel-doc-detect-prevent-duplicate-doc-section-names.patch removed from -mm tree
 2008-04-28 22:01 UTC 

spinlock lockup on CPU#0
 2008-04-28 22:02 UTC  (7+ 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.