All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2008-04-25 18:20:56 to 2008-04-25 19:13:22 UTC [more...]

[PATCH 0/8] md: More patches for md.c
 2008-07-08 15:55 UTC  (2+ messages)
` [PATCH 8/8] md: Simplify update_size()

[Patch 0/8] simple md.c cleanups
 2008-07-07  7:55 UTC  (3+ messages)
` [PATCH 2/8] md_getgeo(): Move comment to proper position
` [PATCH 1/8] md_ioctl(): Fix misleading indentation

[PATCH] b43: Don't disable IRQs in mac_suspend
 2008-04-25 19:10 UTC 

[patch 00/18] multi size, and giant hugetlb page support, 1GB hugetlb for x86
 2008-04-25 19:13 UTC  (12+ messages)
` [patch 02/18] hugetlb: factor out huge_new_page
` [patch 12/18] hugetlbfs: support larger than MAX_ORDER
` [patch 13/18] hugetlb: support boot allocate different sizes

2.6.25-git2: BUG: unable to handle kernel paging request at ffffffffffffffff
 2008-04-25 18:56 UTC  (27+ messages)
` [PATCH 1/1] x86: fix text_poke

[PATCH] kconfig: fix broken target update-po-config
 2008-04-25 19:10 UTC  (2+ messages)

[2.6 patch] media/video/au0828/ cleanups and fixes
 2008-04-25 19:06 UTC 

[PATCH] x86: fix early-BUG message
 2008-04-25 19:02 UTC 

[PATCH 00/24] Unify integer type definitions, and add fixed type constructor macros
 2008-04-25 19:10 UTC  (17+ messages)
  ` [PATCH 01/24] types: create <asm-generic/int-*.h>

[PATCH] kbuild: silence documentation GEN xml messages according to $(quiet)
 2008-04-25 19:00 UTC  (3+ messages)

[PATCH 001/002] scripts/mod/modpost.c: New option -E to load extra symbols
 2008-04-25 18:57 UTC  (2+ messages)

[PATCH] [INPUT] ucb1400: add key interface
 2008-04-25 19:10 UTC  (7+ messages)

[Patch 0/4] prepare XPC and XPNET to support SGI UV -v4
 2008-04-25 18:56 UTC  (6+ messages)
` [Patch 1/4] move XP and XPC to drivers/misc/sgi-xp -v4

core_pattern piping strangeness
 2008-04-25 18:54 UTC  (9+ messages)
    ` core_pattern pipe documentation

[lm-sensors] FYI -- "pmbus_peek" utility (source code)
 2008-04-25 19:08 UTC 

[PATCH] kbuild doc: move smart-config.txt to Doc/kbuild/
 2008-04-25 19:07 UTC  (4+ messages)
` [PATCH v2] "

[PATCH] allocate multiple contiguous pages via uncached allocator -v2
 2008-04-25 18:50 UTC  (4+ messages)

[U-Boot-Users] [PATCH] MPC8544DS: Removes the unknown flash message information
 2008-04-25 19:06 UTC  (3+ messages)

BUG in strnlen
 2008-04-25 19:18 UTC  (6+ messages)
      ` [PATCH] xfs: remove xfs_log_ticket_zone on rmmod

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

[PATCH 0/2] Fixes for 2.6.26
 2008-04-25 19:03 UTC  (3+ messages)
` [PATCH 1/2] SELinux: Made netnode cache adds faster
` [PATCH 2/2] SELinux: Fix a RCU free problem with the netport cache

[PATCH 1/1] MMC: OMAP: Remove unnecessary extern sdp_mmc_init
 2008-04-25 19:05 UTC 

[PATCH] The function register_chrdev_region() for count=0 returns a false success.This patch pre
 2008-04-25 19:03 UTC  (4+ messages)
` [PATCH] The function register_chrdev_region() for count=0
` [PATCH] The function register_chrdev_region() for count=0 returns a false success.This patch prevent

Android on N810 File System Problem
 2008-04-25 18:52 UTC  (5+ messages)

[PATCH 5/5] Introduce fast forward option only
 2008-04-25 18:59 UTC  (3+ messages)

[PATCH 0/2] Atmel AT91SAM9RL Touchscreen Driver
 2008-04-25 18:56 UTC  (3+ messages)
` [PATCH 1/2] atmel_tsadcc: Device driver for AT91SAM9RL Touchscreen
  ` [PATCH 2/2] atmel_tsadcc: Add board specific information for touchscreen driver

[Bug 13864] New: crash with RandR12 on server restart
 2008-04-25 18:55 UTC  (2+ messages)
  ` [Bug 13864] crash "

[GIT PULL] kbuild patches for merge window
 2008-04-25 18:56 UTC 

sepolgen-ifgen
 2008-04-25 18:54 UTC  (3+ messages)

[PATCH] add gpiolib support for mpc5200
 2008-04-25 18:51 UTC  (4+ messages)

OE on Ubuntu 8.04?
 2008-04-25 18:49 UTC 

[Buildroot] Encountered error when building ARM toolchain (sed)
 2008-04-25 18:47 UTC  (4+ messages)

[PATCH 1/1] Initial support for ST Microelectronics lis3l02dq accelerometer via SPI
 2008-04-25 18:45 UTC  (2+ messages)

Forked reiserfsprogs
 2008-04-25 18:45 UTC  (5+ messages)

Weekly Bug List Update
 2008-04-25 18:44 UTC  (4+ messages)

pending patch
 2008-04-25 18:45 UTC  (5+ messages)

[PATCH]: Fix MSR_K7_EVNTSEL{0,3} for SVM
 2008-04-25 18:43 UTC  (6+ messages)

2.6.25-mm1
 2008-04-25 18:37 UTC  (13+ messages)
` 2.6.25-mm1 (snd-pcsp doesn't like DEBUG_PAGEALLOC)

[Xenomai-help] xenomai installation
 2008-04-25 18:37 UTC 

xfonts, mapfile dir, and pkg-config issue
 2008-04-25 18:35 UTC  (3+ messages)

[dm-devel] [PATCH 2/6] block: no need to initialize rq->cmd with blk_get_request
 2008-04-25 18:35 UTC  (4+ messages)
    `  "

cloning file data
 2008-04-25 18:32 UTC  (5+ messages)
` [Btrfs-devel] "

New location of Namesys software
 2008-04-25 18:31 UTC  (3+ messages)

[Qemu-devel] qemu/hw usb-hid.c
 2008-04-25 18:31 UTC  (2+ messages)

Vanilla Linux and has_foreign_mapping
 2008-04-25 18:31 UTC  (5+ messages)

rt61pci current wireless testing git gives kernel oops
 2008-04-25 18:31 UTC  (2+ messages)

HR timers on PowerPC 83xx
 2008-04-25 18:29 UTC  (5+ messages)

Status of X-Fi support in ALSA?
 2008-04-25 18:30 UTC  (2+ messages)

uinput question
 2008-04-25 18:26 UTC  (2+ messages)

[BUG] --pretty=format does not work ok with rev-list
 2008-04-25 18:24 UTC  (3+ messages)

[ INFO: iconsistent lock state ]
 2008-04-25 18:19 UTC  (7+ messages)
      ` [PATCH] idle (arch, acpi and apm) and lockdep


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.