messages from 2008-04-18 20:14:45 to 2008-04-19 08:29:08 UTC [more...]
[PATCH 01/15] ARM minor irq handler cleanups
2008-04-19 8:28 UTC (24+ 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
[PATCH] x86_64: simplify the memtest parameter setting
2008-04-19 8:20 UTC (5+ messages)
[patch] x86: KGDB build fix
2008-04-19 8:19 UTC
[GIT PULL] please pull infiniband.git
2008-04-19 8:16 UTC (2+ messages)
[RFC] MMC multiwrite capability removal
2008-04-19 7:51 UTC
[GIT PULL] MMC updates
2008-04-19 7:28 UTC
latest git freezes my system
2008-04-19 7:23 UTC
bug seen with dynticks from CONFIG_HARDIRQS_SW_RESEND
2008-04-19 7:13 UTC (5+ messages)
` Higer latency with dynamic tick (need for an io-ondemand govenor?)
` [linux-pm] "
2.6.25-mm1 -- Is this just my drive dying?
2008-04-19 7:04 UTC (3+ messages)
2.6.25-rc8-mm1 panic in rpaphp_register_slot()
2008-04-19 7:03 UTC (13+ messages)
[RFC][-mm] Memory controller hierarchy support (v1)
2008-04-19 6:56 UTC (2+ messages)
Smartmedia/xd card support - request for comments
2008-04-19 6:37 UTC (3+ messages)
2.6.25-mm1
2008-04-19 6:33 UTC (12+ messages)
` 2.6.25-mm1: orphaned files after build
Linux 2.6.25
2008-04-19 6:17 UTC (11+ messages)
` Linux 2.6.25 (coretemp reads high temperatures)
[RFC PATCH try2] sysfs: add /sys/dev/{char,block} to lookup sysfs path by major:minor
2008-04-19 6:16 UTC (2+ messages)
` [RFC PATCH try2] sysfs: add /sys/dev/{char,block} to lookupsysfs "
[PATCH] pci-gart_64: comparison between signed and unsigned
2008-04-19 6:13 UTC
[PATCH 0/5] ftrace update patches
2008-04-19 6:11 UTC (12+ messages)
` [PATCH 1/5] ftrace: simple clean ups
` [PATCH 1/5 -v2] "
` [PATCH 4/5] ftrace: limit trace entries
` [PATCH 4/5 -v2] "
[PATCH] [POWERPC] i2c: fix build breakage introduced by OF helpers
2008-04-19 6:11 UTC (5+ messages)
Smartmedia/xd card support - request for comments
2008-04-19 5:56 UTC (3+ messages)
Linux 2.6.24.5
2008-04-19 4:50 UTC (2+ messages)
[patch 00/53] PNP cleanup and convert to dynamic resources, v3
2008-04-19 4:46 UTC (58+ 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
[PATCH] x86: generic versions of find_first_(zero_)bit, convert i386
2008-04-19 4:13 UTC (16+ messages)
` Alternative implementation of the generic __ffs
[patch 3/3] ThinkPad ACPI: fix possible NULL pointer dereference
2008-04-19 4:10 UTC (4+ messages)
x86: clean up non-smp usage of cpu maps
2008-04-19 3:04 UTC (3+ messages)
[PATCH] ftrace: simplify hex print
2008-04-19 2:51 UTC (4+ messages)
[PATCH] atmel_lcdfb: fix negative check on unsigned
2008-04-19 2:34 UTC (2+ messages)
aacraid broken in git
2008-04-19 1:55 UTC
[PATCH 0/5] High-speed tun receive and xmit
2008-04-19 1:54 UTC (5+ messages)
` [PATCH 5/5] tun: vringfd xmit support
[PATCH] fb: Remove use of lock_kernel / unlock_kernel in fbmem
2008-04-19 1:45 UTC (4+ messages)
` [Linux-fbdev-devel] "
New location of Namesys software
2008-04-18 23:38 UTC
[for 2.6.26] ISDN cleanups, ok for upstream?
2008-04-19 0:13 UTC (3+ messages)
x86: memtest bootparam
2008-04-19 0:03 UTC (4+ messages)
[PATCH] - Increase MAX_APICS for large configs
2008-04-19 0:01 UTC (5+ 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
[PATCH v2] Re: WAN: new PPP code for generic HDLC
2008-04-18 22:32 UTC (4+ messages)
kgdb: allow static kgdbts boot configuration
2008-04-18 22:26 UTC
kgdb: add kgdb internal test suite
2008-04-18 22:20 UTC
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 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 (6+ messages)
[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 (2+ 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 (2+ messages)
x86: spinlock ops are always-inlined
2008-04-18 21:31 UTC
x86: 4kstacks default
2008-04-18 21:29 UTC
Huge lockdep trace then system freeze after docking laptop
2008-04-18 20:22 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox