linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2008-04-18 14:56:15 to 2008-04-18 23:46:35 UTC [more...]

[PATCH] x86: generic versions of find_first_(zero_)bit, convert i386
 2008-04-18 23:46 UTC  (9+ messages)
            ` Alternative implementation of the generic __ffs

[PATCH 01/15] ARM minor irq handler cleanups
 2008-04-18 23:44 UTC  (17+ messages)
` [PATCH 02/15] [SPARC] "
` [PATCH 03/15] [BLACKFIN] "
` [PATCH 04/15] [PPC] "
` [PATCH 05/15] drivers/char: "
` [PATCH 06/15] [SCSI] "
` [PATCH 07/15] [SCSI] aha1542: "
` [PATCH 08/15] [ISDN] "
` [PATCH 09/15] [AVR32] remove unused 'irq' argument from local_timer_interrupt()
` [PATCH 10/15] [IA64] minor irq handler cleanups
` [PATCH 11/15] [RTC] "
` [PATCH 12/15] [MIPS] pmc-sierra/msp71xx/msp_hwbutton.c: "
` [PATCH 13/15] [X86] standard vm86 irq handler
` [PATCH 14/15] Canonicalize several irq handlers
` [PATCH 15/15] [INPUT, PCMCIA] avoid use of 'irq' function arg

[for 2.6.26] ISDN cleanups, ok for upstream?
 2008-04-18 23:41 UTC  (2+ messages)

x86: memtest bootparam
 2008-04-18 23:32 UTC  (3+ messages)

[PATCH 3/3] slub: add hooks for kmemcheck
 2008-04-18 23:21 UTC  (5+ messages)

x86: add mp_bus_not_pci bitmap to mpparse_32.c
 2008-04-18 23:00 UTC 

Introduce down_killable()
 2008-04-18 22:55 UTC  (2+ messages)

kgdb: fix optional arch functions and probe_kernel_*
 2008-04-18 22:48 UTC 

x86: improve default idle
 2008-04-18 22:43 UTC 

WAN: new PPP code for generic HDLC
 2008-04-18 22:32 UTC  (10+ messages)
` [PATCH v2] "

kgdb: allow static kgdbts boot configuration
 2008-04-18 22:26 UTC 

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

kgdb: add kgdb internal test suite
 2008-04-18 22:20 UTC 

2.6.25-mm1
 2008-04-18 23:09 UTC  (7+ messages)
` 2.6.25-mm1 (build error: driver core)
` 2.6.25-mm1 (build error: trace selftest)
` 2.6.25-mm1: orphaned files after build

kgdb: core
 2008-04-18 22:09 UTC 

Make CONFIG_ARP=m under x86_64
 2008-04-18 22:05 UTC  (2+ messages)

[PATCH] x86: add hooks for kmemcheck
 2008-04-18 22:02 UTC 

[PATCH] - Increase MAX_APICS for large configs
 2008-04-18 22:01 UTC  (4+ messages)

[PATCH 1/3] kmemcheck: add the kmemcheck core
 2008-04-18 21:58 UTC 

[PATCH 1/6] MIPS: irixelf: fix test unsigned var < 0
 2008-04-18 21:58 UTC  (4+ messages)
  ` [PATCH 4/6] RTC: rtc-ds1374: fix unsigned new_alarm test

2.6.25-mm1: not looking good
 2008-04-18 21:54 UTC  (25+ messages)
        ` Stack protector build failure (was Re: 2.6.25-mm1: not looking good)

[PATCH] Provide u64 version of jiffies_to_usecs() in kernel/tsacct.c
 2008-04-18 21:54 UTC 

[patch 00/66] 2.6.24-stable review
 2008-04-18 21:48 UTC  (3+ messages)
` pnpacpi: reduce printk severity for "pnpacpi: exceeded the max number of ..."

Semphore -> mutex in the device tree
 2008-04-18 21:45 UTC  (3+ messages)

2.6.25-$SHA1: WARNING: at arch/x86/kernel/genapic_64.c:86 read_apic_id+0x78/0x80()
 2008-04-18 22:39 UTC 

uaccess: add probe_kernel_write()
 2008-04-18 21:42 UTC 

[PATCH] x86: kgdb build fix
 2008-04-18 21:33 UTC  (4+ messages)

x86: spinlock ops are always-inlined
 2008-04-18 21:31 UTC 

x86: 4kstacks default
 2008-04-18 21:29 UTC 

Linux 2.6.25
 2008-04-18 20:50 UTC  (10+ messages)

[RFC PATCH try2] sysfs: add /sys/dev/{char,block} to lookup sysfs path by major:minor
 2008-04-18 20:53 UTC 

Huge lockdep trace then system freeze after docking laptop
 2008-04-18 20:22 UTC 

[PATCH 0/5] ftrace update patches
 2008-04-18 20:19 UTC  (8+ messages)
` [PATCH 1/5] ftrace: simple clean ups
` [PATCH 2/5] ftrace: replace simple_strtoul with strict_strtoul
` [PATCH 3/5] ftrace: modulize the number of CPU buffers
` [PATCH 4/5] ftrace: limit trace entries
` [PATCH 5/5] ftrace: comment code

2.6.25 booting under VMware: "WARNING: strange, CPU MTRRs all blank?"
 2008-04-18 20:02 UTC 

[PATCH] x86: prevent unconditional writes to DebugCtl MSR
 2008-04-18 19:43 UTC 

[PATCH 0/5] High-speed tun receive and xmit
 2008-04-18 19:38 UTC  (16+ messages)
` [PATCH 2/5] /dev/vring: simple userspace-kernel ringbuffer interface
` [PATCH 3/5] /dev/vring limit and base ioctls
  ` [PATCH 4/5] tun: vringfd receive support
` [PATCH 5/5] tun: vringfd xmit support

[PATCH 0/4] jbd: possible filesystem corruption fixes
 2008-04-18 19:26 UTC  (3+ messages)

[PATCH sched-devel] ftrace: trace_entries to change trace buffer size
 2008-04-18 19:25 UTC  (5+ messages)

[PATCH] kgdb: fix signedness mixmatches, add statics, add declaration to header
 2008-04-18 18:51 UTC 

[PATCH upate] iso transmit cycle skip patch
 2008-04-18 18:49 UTC  (3+ messages)

[PATCH] kgdb: trivial sparse fixes in kgdb test-suite
 2008-04-18 18:31 UTC 

2.6.25-mm1 -- WARNING: at fs/sysfs/dir.c:427 sysfs_add_one+0x33/0x9a()
 2008-04-18 18:24 UTC 

[PATCH] Removal of FUTEX_FD (and related code)
 2008-04-18 18:24 UTC  (2+ messages)

[PATCH 2/6] dlm: make dlm_print_rsb() static
 2008-04-18 18:12 UTC 

[PATCH 1/6] dlm: match signedness between dlm_config_info and cluster_set
 2008-04-18 18:12 UTC 

[PATCH 5/6] dlm: move plock code from gfs2
 2008-04-18 18:12 UTC 

[PATCH 6/6] dlm: common max length definitions
 2008-04-18 18:12 UTC 

[PATCH 3/6] dlm: save master info after failed no-queue request
 2008-04-18 18:12 UTC 

[PATCH 0/6] dlm patches for 2.6.26
 2008-04-18 18:12 UTC 

[PATCH 4/6] dlm: recover nodes that are removed and re-added
 2008-04-18 18:12 UTC 

Security testing tree patch review for 2.6.26
 2008-04-18 18:11 UTC  (2+ messages)

Microblaze Linux release
 2008-04-18 17:56 UTC  (5+ messages)
      ` [microblaze-uclinux] "

[PATCH 0/7] OMFS filesystem version 3
 2008-04-18 17:48 UTC  (18+ messages)

[PATCH] memcgroup: check and initialize page->cgroup in memmap_init_zone
 2008-04-18 17:41 UTC  (5+ messages)
    ` [PATCH]Fix usemap for DISCONTIG/FLATMEM with not-aligned zone initilaization
        `  "

[GIT PATCH] SCSI updates for 2.6.25
 2008-04-18 17:41 UTC 

[GIT PULL] FireWire updates post 2.6.25
 2008-04-18 17:40 UTC 

[PATCH] fb: Remove use of lock_kernel / unlock_kernel in fbmem
 2008-04-18 17:41 UTC  (4+ messages)
` [Linux-fbdev-devel] "

[PATCH 1/1] Input/Joystick Driver: add support AD7142 joystick driver (v2)
 2008-04-18 17:15 UTC  (2+ messages)

[PATCH 0/4] - v2 - Object creation with a specified id
 2008-04-18 17:07 UTC  (2+ messages)

[git patches] Ocfs2 updates for 2.6.26-rc1
 2008-04-18 17:04 UTC 

[GFS2] Pull request
 2008-04-18 16:53 UTC 

[PATCH 1/2] firewire: catch self_id_count == 0
 2008-04-18 16:45 UTC  (4+ messages)
` [PATCH 2/2] firewire: insist on successive self ID complete events
  ` [PATCH 2/2 update] "

[PATCH] gfs2: fix assertion in log_refund()
 2008-04-18 16:42 UTC  (2+ messages)

Recompiling 2.6.25 fails several ways
 2008-04-18 16:39 UTC 

[PATCH mm] sysfs: add /sys/dev/usb to handle CONFIG_USB_DEVICE_CLASS=y
 2008-04-18 16:37 UTC  (5+ messages)

[PATCH] Add Timur Tabi to the MAINTAINERS file
 2008-04-18 16:33 UTC 

[PATCH -mm 1/3] misc,acpi,backlight: Compal Laptop Extras - add entry to MAINTAINERS
 2008-04-18 16:29 UTC  (3+ messages)

[PATCH][RFC] Add default CPU topology information (try #2)
 2008-04-18 16:11 UTC 

bug seen with dynticks from CONFIG_HARDIRQS_SW_RESEND
 2008-04-18 15:43 UTC  (7+ messages)
          ` Higer latency with dynamic tick (need for an io-ondemand govenor?)

core_pattern piping strangeness
 2008-04-18 16:53 UTC  (2+ messages)
    ` core_pattern pipe documentation

[PATCH] proc: Add RLIMIT_RTTIME to /proc/<pid>/limits
 2008-04-18 16:52 UTC  (12+ messages)
                    ` RLIMIT_RTTIME documentation for getrlimit.2

[PATCH,TRIVIAL] AF_UNIX, accept() and addrlen
 2008-04-18 16:52 UTC  (8+ messages)

[PATCH] dontdiff: ignore timeconst.h
 2008-04-18 15:28 UTC 

2.6.25-mm1: not looking good
 2008-04-18 15:22 UTC  (2+ messages)

Problem with delayed data from pl2303 usb serial gps
 2008-04-18 15:20 UTC  (2+ messages)

[PATCH] dontdiff: add modules.order
 2008-04-18 15:18 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).