All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2005-06-20 22:06:43 to 2005-06-21 02:59:51 UTC [more...]

IBM HDAPS Someone interested?
 2005-06-20 23:45 UTC  (7+ messages)

[patch 2/2] kernel/power/disk.c string fix and if-less iterator
 2005-06-20 23:42 UTC  (3+ messages)

[PATCH] class: convert the remaining class_simple users in the kernel to usee the new class api
 2005-06-20 22:59 UTC  (2+ messages)
` [PATCH] class: add kerneldoc for the new class functions

2.6.12-mm1
 2005-06-20 23:39 UTC  (7+ messages)
` [patch] 2.6.12-mm1: saa7134-core.c compile error
  ` iptables bug (was: Re: 2.6.12-mm1)
    ` iptables bug

[PATCH] CLASS: move a "simple" class logic into the class core
 2005-06-20 22:59 UTC  (2+ messages)
` [PATCH] class: convert sound/* to use the new class api instead of class_simple

[PATCH] fix "make mandocs" after class_simple.c removal
 2005-06-20 22:59 UTC  (18+ messages)
` [PATCH] Add a semaphore to struct device to synchronize calls to its driver
  ` [PATCH] fix up ipmi code after class_simple.c removal
    ` [PATCH] Move device/driver code to drivers/base/dd.c
      ` [PATCH] Use driver_for_each_device() instead of manually walking list
        ` [PATCH] Use driver_for_each_device() in drivers/pnp/driver.c "
          ` [PATCH] Add driver_for_each_device()
            ` [PATCH] Add a klist to struct bus_type for its drivers
              ` [PATCH] Add a klist to struct bus_type for its devices
                ` [PATCH] Add initial implementation of klist helpers
                  ` [PATCH] Add a klist to struct device_driver for the devices bound to it
                    ` [PATCH] Remove the unused device_find()
                      ` [PATCH] Use bus_for_each_{dev,drv} for driver binding
                        ` [PATCH] add klist_node_attached() to determine if a node is on a list or not
                          ` [PATCH] Fix up USB to use klist_node_attached() instead of list_empty() on lists that will go away
                            ` [PATCH] Remove struct device::driver_list
                              ` [PATCH] Fix up bus code and remove use of rwsem
                                ` [PATCH] Remove struct device::bus_list

[PATCH] sysfs: (driver/block) if show/store is missing return -EIO
 2005-06-20 22:59 UTC  (2+ messages)
` [PATCH] sysfs: (rest) "

[PATCH] USB: move the usb hcd code to use the new class code
 2005-06-20 22:59 UTC  (5+ messages)
` [PATCH] class: convert drivers/block/* to use the new class api instead of class_simple
  ` [PATCH] class: convert drivers/ieee1394/* "
    ` [PATCH] class: convert drivers/char/* "
      ` [PATCH] class: convert drivers/scsi/* "

[PATCH] libfs: add simple attribute files
 2005-06-20 22:59 UTC  (8+ messages)
` [PATCH] Driver core: change device_attribute callbacks
  ` [PATCH] driver core: fix error handling in bus_add_device
    ` [PATCH] Driver core: Documentation: update device attribute callbacks
      ` [PATCH] Driver Core: drivers/base - drivers/i2c/chips/adm1026.c: "
        ` [PATCH] Driver Core: arch: "
          ` [PATCH] Driver Core: drivers/i2c/chips/adm1031.c - lm75.c: "
            ` [PATCH] Driver Core: drivers/i2c/chips/lm77.c - max1619.c: "

[PATCH] INPUT: move to use the new class code, instead of class_simple
 2005-06-20 22:59 UTC  (2+ messages)
` [PATCH] tty: "

[PATCH] class: convert drivers/* to use the new class api instead of class_simple
 2005-06-20 22:59 UTC  (3+ messages)
` [PATCH] USB: trivial error path fix
  ` [PATCH] class: convert arch/* to use the new class api instead of class_simple

[PATCH] USB: fix show_modalias() function due to attribute change
 2005-06-20 22:59 UTC  (2+ messages)
` [PATCH] PCI: "

[PATCH] Driver core: Don't "lose" devices on suspend on failure
 2005-06-20 22:59 UTC  (3+ messages)
` [PATCH] sysfs-iattr: set inode attributes
  ` [PATCH] sysfs-iattr: add sysfs_setattr

[PATCH] Driver Core: drivers/usb/input/aiptek.c - drivers/zorro/zorro-sysfs.c: update device attribute callbacks
 2005-06-20 22:59 UTC  (4+ messages)
` [PATCH] Driver Core: drivers/s390/net/qeth_sys.c - drivers/usb/gadget/pxa2xx_udc.c: "
  ` [PATCH] Driver Core: include: "
    ` [PATCH] I2C: drivers/i2c/chips/adm1026.c: use dynamic sysfs callbacks

[PATCH] sysfs_{create|remove}_link should take const char *
 2005-06-20 22:59 UTC  (5+ messages)
` [PATCH] kobject_hotplug() should use kobject_name()
  ` [PATCH] Make kobject's name be const char *
    ` [PATCH] kset_hotplug_ops->name shoudl return "
      ` [PATCH] make driver's name be "

[PATCH] Driver Core: drivers/i2c/chips/pc87360.c - w83627hf.c: update device attribute callbacks
 2005-06-20 22:59 UTC  (3+ messages)
` [PATCH] Driver Core: drivers/char/raw3270.c - drivers/net/netiucv.c: "
  ` [PATCH] Driver Core: drivers/i2c/chips/w83781d.c - drivers/s390/block/dcssblk.c: "

[PATCH] Don't reference NULL klist pointer in klist_remove()
 2005-06-20 22:59 UTC  (19+ messages)
` [PATCH] Call klist_del() instead of klist_remove()
  ` [PATCH] Use device_for_each_child() to unregister devices in scsi_remove_target()
    ` [PATCH] use device_for_each_child() to properly access child devices
      ` [PATCH] Use a klist for device child lists
        ` [PATCH] Fix up bogus comment
          ` [PATCH] driver core: change export symbol for driver_for_each_device()
            ` [PATCH] Use device_for_each_child() to unregister devices in nodemgr_remove_host_dev()
                ` [PATCH] USB: fix build warning in usb core as pointed out by Andrew
                  ` [PATCH] Driver Core: fix bk-driver-core kills ppc64
                    ` [PATCH] Fix typo in scdrv_init()
                      ` [PATCH] Driver core: Fix up the driver and device iterators to be quieter
                        ` [PATCH] usb: klist_node_attached() fix
                          ` [PATCH] sn: fixes due to driver core changes
                            ` [PATCH] driver core: Fix races in driver_detach()
                              ` [PATCH] Driver Core: driver model doc update
                                ` [PATCH] Driver core: unregister_node() for hotplug use
                                  ` [PATCH] usbcore: Don't call device_release_driver recursively

[parisc-linux] Re: [RFC] Emit OPD reloc for all global symbols and then some
 2005-06-21  2:44 UTC  (2+ messages)

[Qemu-devel] quick gtk2.c update
 2005-06-21  2:27 UTC  (5+ messages)

IPtables Block and Allow
 2005-06-21  2:24 UTC 

Fw: [Bugme-new] [Bug 4768] New: Screen appears at mid-right section
 2005-06-21  2:14 UTC 

New target to control a fake network interface
 2005-06-21  2:12 UTC 

[LARTC] Help? Router/Bandwidth throttle needed
 2005-06-21  2:08 UTC  (2+ messages)

/proc/acpi/alarm miscalculations and RTC century corruption
 2005-06-21  2:07 UTC 

[PATCH 1/2] I-pipe: Core implementation
 2005-06-20 22:47 UTC  (4+ messages)

[parisc-linux] Re: Trident video card caused Kernel Panic on HP Visualize 785/B2000 with rebuilt 2.6.11-rc6-pa1 kernel
 2005-06-21  2:06 UTC  (3+ messages)

Linux 2.6.12/iptables 1.3.1+CLUSTERIP issues
 2005-06-21  2:04 UTC 

PREEMPT_RT vs I-PIPE: the numbers, part 2
 2005-06-21  1:55 UTC  (2+ messages)

[PATCH] Dynamic tick for x86 version 050602-1
 2005-06-21  1:49 UTC  (12+ messages)
  ` [PATCH] Dynamic tick for x86 version 050602-2
            ` [PATCH] Dynamic tick for x86 version 050610-1

when does it become faulty disk
 2005-06-21  1:53 UTC  (2+ messages)
` More tales of horror from the linux (HW) raid crypt

[patch 2/4] cdrom/aztcd: remove sleep_on() usage
 2005-06-20 23:34 UTC  (4+ messages)

[uml-devel] [patch 1/1] uml: remove winch sem
 2005-06-21  1:41 UTC  (2+ messages)
`  "

[uml-devel] [patch 1/1] uml: add profile_pc for i386
 2005-06-21  1:35 UTC  (2+ messages)
`  "

make install error(grub)
 2005-06-21  1:40 UTC 

2.6.12: connection tracking broken?
 2005-06-20 23:27 UTC  (10+ messages)

2.6.12-mm1 (kernel BUG at fs/open.c:935!)
 2005-06-21  1:06 UTC  (7+ messages)

[2.6.12] XFS: Undeletable directory
 2005-06-21  1:15 UTC  (4+ messages)

[patch] Real-Time Preemption, -RT-2.6.12-rc6-V0.7.48-00
 2005-06-21  1:18 UTC  (9+ messages)

PROBLEM: Devices behind PCI Express-to-PCI bridge not mapped
 2005-06-20 23:39 UTC  (12+ messages)

(no subject)
 2005-06-21  1:06 UTC 

/proc/acpi/alarm miscalculations and RTC century corruption
 2005-06-21  1:19 UTC 

[2.6 patch] lib/zlib*: possible cleanups
 2005-06-21  0:29 UTC  (2+ messages)

(unknown)
 2005-06-21  1:06 UTC 

[patch] inotify
 2005-06-21  0:51 UTC  (9+ messages)

Linux-2.6.12 memory mapping broken
 2005-06-21  0:46 UTC  (2+ messages)

[PATCH] update raw patch in POM
 2005-06-21  0:51 UTC  (10+ messages)

-mm patch glut
 2005-06-21  0:35 UTC 

Announce loop-AES-v3.0d file/swap crypto package
 2005-06-21  0:15 UTC  (3+ messages)

PATCH: it8212 backport for Bartlomiej IDE
 2005-06-21  0:12 UTC  (3+ messages)
` PATCH: it8212 backport for Bartlomiej IDE (Correct diff)

Linux-2.6.12
 2005-06-21  0:32 UTC  (2+ messages)

[uml-devel] loadavg at 1.00 when 0.00 is "correct' load
 2005-06-21  0:37 UTC 

Odd Bridging Quirk
 2005-06-21  0:36 UTC  (3+ messages)

PATCH: move soft_cursor into fbconsole
 2005-06-21  0:31 UTC  (7+ messages)

bitkeeper gone in 2 weeks - which RCS?
 2005-06-21  0:29 UTC  (2+ messages)

Odd Bridging Quirk
 2005-06-21  0:28 UTC  (3+ messages)

[2.6 patch] drivers/char/rio/: kill rio_udelay
 2005-06-20 23:42 UTC 

PATCH: Make sysfs color_map attribute work
 2005-06-21  0:15 UTC  (4+ messages)
  `  "

[2.6 patch] drivers/pnp/: possible cleanups
 2005-06-20 23:43 UTC  (3+ messages)
  ` [2.6 patch] drivers/pnp/: cleanups

Problem with 2.6 kernel and lots of I/O
 2005-06-20 23:54 UTC  (7+ messages)

[PATCH 1/6] new timeofday core subsystem for -mm (v.B3)
 2005-06-20 23:55 UTC  (9+ messages)

A Great Idea (tm) about reimplementing NLS
 2005-06-20 23:38 UTC  (11+ messages)

[2.6 patch] mm/slab: unexport kmem_cache_alloc_node
 2005-06-20 23:43 UTC 

[ltp] Re: IBM HDAPS Someone interested?
 2005-06-20 23:35 UTC  (4+ messages)

[patch 4/4] cdrom/mcdx: remove interruptible_sleep_on_timeout() usage
 2005-06-20 21:51 UTC 

can't compile latest multipath-tools update
 2005-06-20 23:50 UTC 

[PATCH] Add more curl options to git-http-pull
 2005-06-20 23:48 UTC 

[2.6 patch] drivers/scsi/aic7xxx/: possible cleanups
 2005-06-20 23:43 UTC 

[ALSA - lib 0001179]: alsa-lib 1.0.9 breaks snd_hda_intel
 2005-06-20 23:37 UTC 

[uml-devel] [patch 1/1] um: copy_from_user size fix in signal.c
 2005-06-20 23:30 UTC  (3+ messages)

[RFC]: performance improvement by coalescing requests?
 2005-06-20 23:21 UTC  (2+ messages)

Linux 2.6.12
 2005-06-20 21:55 UTC  (4+ messages)

[patch 3/4] cdrom/sjcd: remove sleep_on() usage
 2005-06-20 21:51 UTC 

unable to set udma >= 3 on ich5 on 2.6.11
 2005-06-20 23:14 UTC  (3+ messages)

Want to find a fuck-buddy?
 2005-06-20 23:07 UTC 

[uml-devel] [PATCH 6/8] UML - Kill some useless vmalloc tlb flushing
 2005-06-20 23:01 UTC  (3+ messages)

[NETFILTER 7/7]: Check TCP checksum in ipt_REJECT
 2005-06-20 23:04 UTC 

[NETFILTER 6/7]: Avoid unncessary checksum validation in UDP connection tracking
 2005-06-20 23:04 UTC 

[NETFILTER 5/7]: Missing owner-field initialization in ip6table_raw
 2005-06-20 23:04 UTC 

[NETFILTER 4/7]: expectation timeouts are compulsory
 2005-06-20 23:04 UTC 

iptables leaking blocked ip addresses
 2005-06-20 23:04 UTC  (7+ messages)

[NETFILTER 3/7]: Restore netfilter assumptions in IPv6 multicast
 2005-06-20 23:04 UTC 

[NETFILTER 2/7]: Kill nf_debug
 2005-06-20 23:04 UTC 

[NETFILTER 1/7]: Kill lockhelp.h
 2005-06-20 23:04 UTC 

[NETFILTER 0/7]: Netfilter update
 2005-06-20 23:04 UTC 

[patch 1/1] backend.c - vfree() checking cleanups
 2005-06-20 21:51 UTC 

[ALSA - driver 0001083]: NVIDIA CK8 ALC655 SPDIF passthrough
 2005-06-20 22:50 UTC 

[lm-sensors] Added sysfs support for decode-dimms.pl
 2005-06-20 22:50 UTC  (2+ messages)

[patch 2/4] serial/68328serial: replace schedule_timeout() with msleep_interruptible()
 2005-06-20 21:57 UTC 

[patch 1/4] serial/68360serial: replace schedule_timeout() with msleep_interruptible()
 2005-06-20 21:57 UTC 

[patch 4/4] DCO: use IANA-reserved second level domain name
 2005-06-20 21:57 UTC 

[patch 02/15] ppp_mppe: add PPP MPPE encryption module
 2005-06-20 22:45 UTC  (2+ messages)

[PATCH] aacraid: Interrupt mitigation
 2005-06-20 22:41 UTC 

[patch 1/1] fs/qnx4/*: fix sparse warnings
 2005-06-20 21:56 UTC 

[PATCH] Replaces two GOTO statements with one IF_ELSE statement in /fs/open.c
 2005-06-20 22:06 UTC  (2+ messages)

2.6.12-mm1 irq 21: nobody cared with snd_via82xx
 2005-06-20 21:58 UTC 

iptables PPTP tunneling
 2005-06-20 22:35 UTC 

[PATCH Cogito] More flexiable colorize for Acked-by statement
 2005-06-20 22:19 UTC 

pptp conntrack stream timeout
 2005-06-20 22:29 UTC  (2+ messages)

seekable pipes
 2005-06-20 22:24 UTC  (2+ messages)

[lm-sensors] Lm-sensors - question about Dell Optiplex
 2005-06-20 22:22 UTC  (2+ messages)

[patch 3/4] delete include/asm-arm/hardware/linkup-l1110.h
 2005-06-20 21:49 UTC 

[patch 1/2] : block/DAC960: remove sleep_on*() usage
 2005-06-20 21:51 UTC 

[PATCH 2/2] I-pipe: x86 port
 2005-06-20 21:58 UTC  (2+ messages)

[patch 1/4] delete include/asm-arm/arch-epxa10db/mode_ctrl00.h
 2005-06-20 21:49 UTC 

[patch 2/4] delete include/asm-arm/arch-epxa10db/pld_conf00.h
 2005-06-20 21:49 UTC 

StorageWorks multipath support
 2005-06-20 22:16 UTC  (8+ messages)

[PATCH Cogito] Prevent '.git/merging: No such file or directory' error message
 2005-06-20 22:15 UTC 

[patch 4/4] arm/cpu-sa1110: replace schedule_timeout() with msleep()
 2005-06-20 21:49 UTC 

NAT through Dom0 on unstable branch
 2005-06-20 22:10 UTC  (2+ messages)

[patch 2/3] acorn: clean up printk()s in drivers/acorn/block/fd1772.c
 2005-06-20 21:49 UTC 


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.