All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2008-04-18 20:33:26 to 2008-04-18 21:28:46 UTC [more...]

[U-Boot-Users] [PATCH v2] 85xx: Round up frequency calculations to get reasonable output
 2008-04-18 21:28 UTC 

disappointing speed with virtio_blk
 2008-04-18 21:27 UTC  (4+ messages)

- mac80211-michaelc-use-unaligned-byteorder-helpers.patch removed from -mm tree
 2008-04-18 21:20 UTC 

[patch 07/10] scsi: replace __inline with inline
 2008-04-18 21:24 UTC  (3+ messages)

2.6.25-mm1: suspend-to-disk warning, resume failure
 2008-04-18 21:23 UTC  (5+ messages)

- mac80211-tkipc-remove-mk16-hi8-lo8-helpers.patch removed from -mm tree
 2008-04-18 21:19 UTC 

- mac80211-tkipc-remove-opencoded-swab16-in-tkip_s.patch removed from -mm tree
 2008-04-18 21:19 UTC 

- mac80211-tkipc-eliminate-the-hi16-lo16-functions.patch removed from -mm tree
 2008-04-18 21:19 UTC 

- mac80211-tkipcc-michaelc-use-kernel-bit-rotation-helpers.patch removed from -mm tree
 2008-04-18 21:19 UTC 

Make CONFIG_ARP=m under x86_64
 2008-04-18 21:21 UTC 

[patch 3/3] hci_usb.h: fix hard-to-trigger race
 2008-04-18 21:21 UTC  (3+ messages)

- mac80211-michaelc-fold-initial-xor-into-block-helper.patch removed from -mm tree
 2008-04-18 21:20 UTC 

- mac80211-michaelc-replace-macro-with-function.patch removed from -mm tree
 2008-04-18 21:19 UTC 

[RFC][PATCH] fiemap support for ext3
 2008-04-18 21:09 UTC 

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

Linux 2.6.25
 2008-04-18 20:50 UTC  (5+ messages)
      ` [lm-sensors] "

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

[patch 00/53] PNP cleanup and convert to dynamic resources, v3
 2008-04-18 20:50 UTC  (108+ 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

git svn should refuse to checkin .svn directories
 2008-04-18 21:09 UTC  (2+ messages)

[patch 2/3] hci_usb: remove code obfuscation
 2008-04-18 21:07 UTC  (2+ messages)

- scsi-fix-platform-driver-hotplug-coldplug-sgiwd93-fix.patch removed from -mm tree
 2008-04-18 20:55 UTC 

[patch 1/3] hci_usb: do not initialize static variables to 0
 2008-04-18 21:04 UTC  (2+ messages)

[patch 1/7] mac80211: tkipc.c michael.c use kernel bit rotation helpers
 2008-04-18 21:04 UTC  (2+ messages)

Accessing Thread Information in kernel crash dumps with ddd+gdb
 2008-04-18 21:04 UTC  (3+ messages)

[patch 4/7] mac80211: tkip.c remove Mk16, Hi8, Lo8 helpers
 2008-04-18 20:59 UTC 

[patch 2/7] mac80211: tkip.c remove opencoded swab16 in tkip_S
 2008-04-18 20:59 UTC 

[patch 3/7] mac80211: tkip.c eliminate the Hi16, Lo16 functions
 2008-04-18 20:59 UTC 

[patch 6/7] mac80211: michael.c use unaligned/byteorder helpers
 2008-04-18 20:59 UTC 

[patch 08/10] drivers/scsi/mvsas.c: fix build warnings
 2008-04-18 21:03 UTC  (2+ messages)

[patch 5/7] mac80211: michael.c replace macro with function
 2008-04-18 20:59 UTC 

[patch 7/7] mac80211: michael.c fold initial xor into block helper
 2008-04-18 20:59 UTC 

[PATCH] sysdev,mv64x60: initialization of mv64x60 ethernet, serial and I2C
 2008-04-18 20:58 UTC  (2+ messages)

[patch 10/10] drivers/scsi: use time_before, time_before_eq, etc
 2008-04-18 20:57 UTC 

[patch 09/10] MPT: remove unused struct -- mpt_proc_entry_t
 2008-04-18 20:57 UTC 

[patch 06/10] fusion: replace remaining __FUNCTION__ occurrences
 2008-04-18 20:57 UTC 

[patch 04/10] #if 0 ses_match_host()
 2008-04-18 20:57 UTC 

[patch 01/10] scsi: fix platform driver hotplug/coldplug
 2008-04-18 20:57 UTC 

[patch 02/10] Dell CERC support for megaraid_mbox
 2008-04-18 20:57 UTC 

[patch 03/10] scsi: fix section mismatch in aic94xx
 2008-04-18 20:57 UTC 

[patch 05/10] scsi: replace remaining __FUNCTION__ occurrences
 2008-04-18 20:57 UTC 

[patch 7/9] net drivers: fix platform driver hotplug/coldplug
 2008-04-18 20:50 UTC 

[Buildroot] gcj on any platform
 2008-04-18 20:52 UTC  (4+ messages)

[patch 9/9] 8390: Split 8390 support into a pausing and a non pausing driver core
 2008-04-18 20:50 UTC 

[patch 2/9] forcedeth: fix MAC address detection on network card (regression in 2.6.23)
 2008-04-18 20:50 UTC 

[patch 8/9] smc911x: test after postfix decrement fails in smc911x_{reset,drop_pkt}
 2008-04-18 20:50 UTC 

[patch 6/9] forcedeth: new backoff implementation
 2008-04-18 20:50 UTC 

[patch 4/9] ehea: make things static
 2008-04-18 20:50 UTC 

[patch 3/9] sc92031: use net_device stats
 2008-04-18 20:50 UTC 

[patch 5/9] sundance: set carrier status on link change events
 2008-04-18 20:50 UTC 

[patch 1/9] forcedeth: power down phy when interface is down
 2008-04-18 20:50 UTC 

[SCSI] libsas: fix endianness bug in sas_ata
 2008-04-18 20:50 UTC 

- 8390-split-8390-support-into-a-pausing-and-a-non-pausing-driver-core-fix.patch removed from -mm tree
 2008-04-18 20:49 UTC 

- smc911x-test-after-postfix-decrement-fails-in-smc911x_resetdrop_pkt-checkpatch-fixes.patch removed from -mm tree
 2008-04-18 20:49 UTC 

[patch 1/2] smsc-ircc2: wrap PNP probe code in #ifdef CONFIG_PNP
 2008-04-18 20:47 UTC 

[PATCH] ati_remote2 loadable keymap support
 2008-04-18 20:49 UTC  (4+ messages)

[lm-sensors] [patch 2.6.25-rc9 1/5] lm75: cleanup/reorg
 2008-04-18 20:49 UTC  (2+ messages)

- net-drivers-fix-platform-driver-hotplug-coldplug-sgiseeq-fix.patch removed from -mm tree
 2008-04-18 20:48 UTC 

- forcedeth-new-backoff-implementation-update.patch removed from -mm tree
 2008-04-18 20:48 UTC 

[patch 2/2] nsc-ircc: wrap PNP probe code in #ifdef CONFIG_PNP
 2008-04-18 20:47 UTC 

- sundance-set-carrier-status-on-link-change-events-checkpatch-fixes.patch removed from -mm tree
 2008-04-18 20:47 UTC 

[patch 1/3] WAN: new PPP code for generic HDLC
 2008-04-18 20:46 UTC 

[patch 3/3] drivers/net/appletalk: use time_before, time_before_eq, etc
 2008-04-18 20:46 UTC 

[patch 2/3] drivers/atm: use time_before, time_before_eq, etc
 2008-04-18 20:46 UTC 

[patch] fix statd -n
 2008-04-18 20:46 UTC  (9+ messages)

[PATCH]qla4xxx:Add support for Async Message PDUs
 2008-04-18 20:44 UTC 

[patch 2/2] pata_atiixp: simplex clear
 2008-04-18 20:41 UTC 

[patch 1/2] ATA/IDE: fix platform driver hotplug/coldplug
 2008-04-18 20:41 UTC 

- pata_atiixp-simplex-clear-fix.patch removed from -mm tree
 2008-04-18 20:40 UTC 

[patch 6/7] input: add debouncing for generic gpio input device gpio_key.c
 2008-04-18 20:40 UTC 

[patch 1/7] input: fix platform driver hotplug/coldplug
 2008-04-18 20:40 UTC 

[patch 3/7] Elantech touchpad driver
 2008-04-18 20:40 UTC 

[patch 5/7] input/touchscreen driver: add support AD7877 touchscreen driver
 2008-04-18 20:40 UTC 

[patch 4/7] maple: allow removal and reinsertion of keyboard driver module
 2008-04-18 20:40 UTC 

[patch 7/7] Touch screen driver for the SuperH MigoR board
 2008-04-18 20:40 UTC 

[patch 2/7] wistron_btns: add support for fujitsu-siemens amilo pro edition v3505
 2008-04-18 20:40 UTC 

- touch-screen-driver-for-the-superh-migor-board-checkpatch-fixes.patch removed from -mm tree
 2008-04-18 20:39 UTC 

[Bugme-new] [Bug 10473] New: Infinite loop "b44: eth0: powering down PHY"
 2008-04-18 20:38 UTC  (4+ messages)

- time-close-small-window-for-vsyscall-time-inconsistencies-checkpatch-fixes.patch removed from -mm tree
 2008-04-18 20:37 UTC 

[Cluster-devel] conga/luci/site/luci/Extensions cluster_adapte 
 2008-04-18 20:37 UTC 

[Cluster-devel] conga ./conga.spec.in.in luci/site/luci/Extens 
 2008-04-18 20:34 UTC 

[PATCH 1/2] ARM: OMAP: HSMMC: General code cleanup and cosmetic fixes
 2008-04-18 20:29 UTC  (3+ messages)
  ` [PATCH 2/2] ARM: OMAP: HSMMC: Use macros instead of some magic constants


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.