All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2008-01-25 07:58:57 to 2008-01-25 10:04:04 UTC [more...]

[Xenomai-help] AT91SAM9260 latency
 2008-01-25 10:04 UTC  (6+ messages)

[patch 01/26] mount options: add documentation
 2008-01-25 10:02 UTC  (5+ messages)

[Buildroot] svn commit: trunk/buildroot/package/mrouted
 2008-01-25 10:02 UTC 

[PATCH] force HPET support on buggy NVidia-based machines
 2008-01-25 10:02 UTC 

[GIT PATCH] driver core patches against 2.6.24
 2008-01-25 10:01 UTC  (96+ messages)
` [PATCH 012/196] nozomi driver
` [PATCH 044/196] kset: add kset_create_and_add function
` [PATCH 076/196] ecryptfs: remove version_str file from sysfs
` [PATCH 109/196] Kobject: change GFS2 to use kobject_init_and_add
` [PATCH 110/196] Kobject: change drivers/infiniband "
` [PATCH 111/196] Kobject: change drivers/firmware/edd.c "
` [PATCH 112/196] Kobject: change drivers/firmware/efivars.c "
` [PATCH 113/196] Kobject: change drivers/cpufreq/cpufreq.c "
` [PATCH 114/196] Kobject: change drivers/edac "
` [PATCH 115/196] Kobject: change drivers/cpuidle/sysfs.c "
` [PATCH 116/196] Kobject: change drivers/pci/hotplug/pci_hotplug_core.c "
` [PATCH 117/196] Kobject: change drivers/base/sys.c "
` [PATCH 118/196] Kobject: change arch/x86/kernel/cpu/intel_cacheinfo.c "
` [PATCH 119/196] Kobject: change drivers/acpi/system.c to use kobject_create_and_add
` [PATCH 120/196] Kobject: change drivers/block/pktcdvd.c to use kobject_init_and_add
` [PATCH 121/196] Kobject: change arch/sh/kernel/cpu/sh4/sq.c "
` [PATCH 122/196] Kobject: change drivers/net/ibmveth.c "
` [PATCH 123/196] Kobject: change drivers/parisc/pdc_stable.c "
` [PATCH 124/196] Kobject: change arch/ia64/kernel/topology.c "
` [PATCH 125/196] Kobject: change drivers/md/md.c "
` [PATCH 126/196] Kobject: change arch/x86/kernel/cpu/mcheck/mce_amd_64.c to use kobject_create_and_add
` [PATCH 127/196] Kobject: change arch/x86/kernel/cpu/mcheck/mce_amd_64.c to use kobject_init_and_add
` [PATCH 128/196] Kobject: the cris iop_fw_load.c code is broken
` [PATCH 129/196] Kobject: convert drivers/base/class.c to use kobject_init/add_ng()
` [PATCH 130/196] Kobject: convert drivers/base/core.c "
` [PATCH 131/196] Kobject: convert drivers/net/iseries_veth.c "
` [PATCH 132/196] Kobject: convert fs/char_dev.c "
` [PATCH 133/196] Kobject: convert kernel/params.c "
` [PATCH 134/196] Kobject: convert kernel/user.c "
` [PATCH 135/196] Kobject: convert mm/slub.c "
` [PATCH 136/196] Kobject: convert net/bridge/br_if.c "
` [PATCH 137/196] driver core: remove owner field from struct bus_type
` [PATCH 138/196] driver core: add way to get to bus kset
` [PATCH 139/196] driver core: add way to get to bus device klist
` [PATCH 140/196] driver core: remove fields from struct bus_type
` [PATCH 141/196] USB: use proper call to driver_create_file
` [PATCH 142/196] PCMCIA: "
` [PATCH 143/196] PCI: "
` [PATCH 144/196] PCI: remove foolish code from pci-driver.c
` [PATCH 145/196] driver core: Introduce default attribute groups
` [PATCH 146/196] netiucv: Use device_driver "
` [PATCH 147/196] zfcp: "
` [PATCH 148/196] Infiniband: make ipath driver use default driver groups
` [PATCH 149/196] Driver: add driver_add_kobj for looney iseries_veth driver
` [PATCH 150/196] Driver core: move the driver specific module code into the driver core
` [PATCH 151/196] Driver core: move the static kobject out of struct driver
` [PATCH 152/196] Driver core: clean up debugging messages
` [PATCH 153/196] Kobject: change drivers/base/bus to use kobject_init_and_add
` [PATCH 154/196] Driver core: fix race in __device_release_driver
` [PATCH 155/196] Driver core: fix class glue dir cleanup logic
` [PATCH 156/196] sysfs: fix /sys/module/*/holders after sysfs logic change
` [PATCH 157/196] Kobject: drop child->parent ref at unregistration
` [PATCH 158/196] Driver core: convert block from raw kobjects to core devices
` [PATCH 159/196] Kobject: convert block/elevator.c to use kobject_init/add_ng()
` [PATCH 160/196] Kobject: convert block/ll_rw_blk.c "
` [PATCH 161/196] Kobject: convert drivers/md/md.c "
` [PATCH 162/196] Kobject: convert kernel/module.c "
` [PATCH 163/196] Kobject: remove kobject_add() as no one uses it anymore
` [PATCH 164/196] Kobject: rename kobject_add_ng() to kobject_add()
` [PATCH 165/196] Kobject: remove kobject_init() as no one uses it anymore
` [PATCH 166/196] Kobject: rename kobject_init_ng() to kobject_init()
` [PATCH 167/196] Kobject: remove kobject_register()
` [PATCH 168/196] Kset: remove kset_add function
` [PATCH 169/196] Kobject: auto-cleanup on final unref
` [PATCH 170/196] Modules: remove unneeded release function
` [PATCH 171/196] Kobject: convert arch/* from kobject_unregister() to kobject_put()
` [PATCH 172/196] Kobject: convert drivers/* "
` [PATCH 173/196] Kobject: convert fs/* "
` [PATCH 174/196] Kobject: convert remaining "
` [PATCH 175/196] Kobject: remove kobject_unregister() as no one uses it anymore
` [PATCH 176/196] Driver core: change sysdev classes to use dynamic kobject names
` [PATCH 177/196] kobject: remove old, outdated documentation
` [PATCH 178/196] kobject: update the kobject/kset documentation
` [PATCH 179/196] kobject: add sample code for how to use kobjects in a simple manner
` [PATCH 180/196] kobject: add sample code for how to use ksets/ktypes/kobjects
` [PATCH 181/196] Driver core: use LIST_HEAD instead of call to INIT_LIST_HEAD in __init
` [PATCH 182/196] sysfs: make SYSFS_DEPRECATED depend on SYSFS
` [PATCH 183/196] driver core: fix build with SYSFS=n
` [PATCH 184/196] Driver Core: constify the name passed to platform_device_register_simple
` [PATCH 185/196] UIO: constify function pointer tables
` [PATCH 186/196] Driver core: Cleanup get_device_parent() in device_add() and device_move()
` [PATCH 187/196] Driver Core: add class iteration api
` [PATCH 188/196] ieee1394: use "
` [PATCH 189/196] power supply : "
` [PATCH 190/196] rtc: "
` [PATCH 191/196] scsi: "
` [PATCH 192/196] spi: "
` [PATCH 193/196] Driver core: fix coding style issues in device.h
` [PATCH 194/196] Kobject: fix coding style issues in kobject.h
` [PATCH 195/196] Kobject: fix coding style issues in kobject c files
` [PATCH 196/196] Driver core: coding style fixes

stgit: patch import with fuzz
 2008-01-25 10:00 UTC  (3+ messages)

[PATCH][RFC]Provide fast write emulation path to release shadow lock
 2008-01-25 10:00 UTC  (4+ messages)
  ` Re: [PATCH][RFC]Provide fast write emulation path torelease "

Linux 2.6.24
 2008-01-25  9:58 UTC  (4+ messages)

btrfs and git-reflog
 2008-01-25  9:50 UTC  (2+ messages)

[patch 00/26] mount options: fix filesystem's ->show_options
 2008-01-25  9:54 UTC  (15+ messages)
` [patch 10/26] mount options: fix devpts
` [patch 21/26] mount options: partially fix nfs
` [patch 25/26] mount options: fix udf
` [patch 26/26] mount options: fix usbfs

stg clean removes conflicting patch
 2008-01-25  9:53 UTC  (4+ messages)

Kernel Oops in the ip_conntrack_proto_gre.c
 2008-01-25  8:46 UTC 

[PATCH UPDATE] x86: ignore spurious faults
 2008-01-25  9:51 UTC  (8+ messages)

[PATCH 6/6] x86: fixes some bugs about EFI memory map handling
 2008-01-25  9:50 UTC  (4+ messages)

GFS2 Pull request
 2008-01-25  9:46 UTC 

[PATCH 4/6] x86: fix some bugs about EFI runtime code mapping
 2008-01-25  9:48 UTC  (7+ messages)

[Buildroot] svn commit: trunk/buildroot/package/lm-sensors
 2008-01-25  9:46 UTC 

[Lustre-devel] SNMP support enhancement (a quick improvement : the number of request per MDS)
 2008-01-25  9:45 UTC 

[U-Boot-Users] Edit U-Boot Env with fw_printenv & fw_saveenv
 2008-01-25  9:42 UTC  (2+ messages)

[Patch] Removal of FUTEX_FD
 2008-01-25  9:40 UTC 

Re: kernel oops on debian, 2.6.18-5, large xfs volume
 2008-01-25  9:41 UTC 

please add support for os-prober to detect other OSes in update-grub
 2008-01-25  9:39 UTC  (3+ messages)
` Bug#461442: "

Handling RTS
 2008-01-25  9:37 UTC  (2+ messages)

[Bugme-new] [Bug 9810] New: Bridge doesn't work with e1000e driver
 2008-01-25  9:33 UTC 

Query about documentation of git pull -n
 2008-01-25  9:28 UTC  (5+ messages)
  ` [PATCH] git pull manpage: don't include -n from fetch-options.txt

[PATCH 5/6] x86: use reboot_type on EFI 32
 2008-01-25  9:22 UTC  (2+ messages)

[PATCH] [MTD] [OneNAND] Do not release chip twice
 2008-01-25  9:02 UTC  (3+ messages)

what's in my tree for 2.6.25
 2008-01-25  9:04 UTC 

[PATCH] PNG image reader
 2008-01-25  9:05 UTC  (10+ messages)

[PATCH 3/6] x86: early_ioremap_reset fix
 2008-01-25  9:01 UTC  (2+ messages)

[PATCHv3 6/7] [POWERPC] Rename commproc to cpm1 and cpm2_common.c to cpm2.c
 2008-01-25  9:00 UTC  (3+ messages)

[Bluez-users] Headset half working using Bluez's ALSA plugin
 2008-01-25  9:01 UTC  (8+ messages)

netboot/UNDI status
 2008-01-25  9:00 UTC  (5+ messages)

[PATCH 2/6] x86: make early_ioremap_debug early_param
 2008-01-25  8:57 UTC  (2+ messages)

Error mounting a reiserfs on renamed raid1
 2008-01-25  8:57 UTC  (2+ messages)

[PATCH] Missing usb_find_device symbol from usb.c
 2008-01-25  8:58 UTC  (4+ messages)

[PATCH] use at_keyboard.c on i386-ieee1275
 2008-01-25  8:56 UTC  (5+ messages)

HDMI Status
 2008-01-25  8:54 UTC  (2+ messages)

[PATCHv3 0/7] [POWERPC] 8xx cleanups
 2008-01-25  8:50 UTC  (3+ messages)

Grub-devel Digest, Vol 47, Issue 99
 2008-01-25  8:53 UTC  (2+ messages)

[PATCH 1/6] x86: fix NX bit handling in change_page_attr
 2008-01-25  8:46 UTC  (3+ messages)

ppc32: Weird process scheduling behaviour with 2.6.24-rc
 2008-01-25  8:50 UTC  (8+ messages)

parport_ieee1284_epp_read_addr patch
 2008-01-25  8:09 UTC 

/kern/file.c BUG
 2008-01-25  8:50 UTC  (9+ messages)

x86.git: mtrr trimming removes all memory under kvm
 2008-01-25  8:42 UTC  (9+ messages)
  ` [PATCH] x86: trim ram need to check if mtrr is there v2
      ` [PATCH] x86: trim ram need to check if mtrr is there v3

[PATCH RESEND] Minimal fix for private_list handling races
 2008-01-25  8:34 UTC  (4+ messages)

[PATCH] cgroup: limit block I/O bandwidth
 2008-01-24 13:50 UTC  (11+ messages)

[PATCH] Fix NUMA emulation for x86_64
 2008-01-25  8:16 UTC 

Multipath Usage Guide available at LVM wiki page
 2008-01-25  8:44 UTC  (6+ messages)

stgit: premerge hooks and preventing errors
 2008-01-25  8:43 UTC  (2+ messages)

[PATCH]PCIE ASPM support - takes 3
 2008-01-25  8:01 UTC  (3+ messages)

[patch 00/26] Instrumentation Support Enhancement (2.6.24-rc8-mm1)
 2008-01-25  8:03 UTC  (5+ messages)
` [patch 07/26] Add INIT_ARRAY() to kernel.h

CONFIG_MARKERS
 2008-01-25  8:03 UTC  (11+ messages)
              ` [PATCH] Linux Kernel Markers Support for Proprierary Modules

[PATCH 128/196] Kobject: the cris iop_fw_load.c code is broken
 2008-01-25  8:01 UTC 

[x86.git] new CPA implementation
 2008-01-25  8:01 UTC  (2+ messages)

[PATCH 0/10] Support for SBC834x/8548/8560 Wind River Boards
 2008-01-25  8:38 UTC  (2+ messages)

stgit: managing signed-off-by lines
 2008-01-25  8:38 UTC  (2+ messages)

ia64 kernel patches?
 2008-01-25  8:39 UTC  (5+ messages)
  ` [kvm-devel] "

Trojan Spyware Malware Control
 2008-01-25  8:39 UTC 

does any wifi driver supports 802.11n for access point?
 2008-01-25  8:35 UTC  (2+ messages)

[PATCH] KVM: VMX: Enable Virtual Processor Identification (VPID)
 2008-01-25  8:34 UTC  (4+ messages)

VMX status report. Xen: #16877 & Xen0: #398 -- no new issue
 2008-01-25  8:29 UTC 

[U-Boot-Users] [PATCH] sh: Add support Renesas Solutions Migo-R board
 2008-01-25  8:20 UTC  (3+ messages)

[PATCH 2/7] powerpc: allow localbus compatible serial ports for console device
 2008-01-25  8:17 UTC  (4+ messages)
` [PATCH] powerpc: reduce code duplication in legacy_serial, add UART parent types

[PATCH] [POWERPC] 82xx and embedded6xx: Use machine_*_initcall() hooks in platform code
 2008-01-25  8:16 UTC  (2+ messages)

[PATCH] fib_trie: rescan if key is lost during dump
 2008-01-25  8:23 UTC  (2+ messages)

git on MacOSX and files with decomposed utf-8 file names
 2008-01-25  8:08 UTC  (17+ messages)
                          ` On pathnames

1.0.16rc1 release
 2008-01-25  8:03 UTC  (8+ messages)
` 1.0.16rc1 release -- error: ‘system_utsname’ undeclared
          ` 1.0.16rc1 release -- error: 'system_utsname' undeclared

[PATCH] [MEMSTICK] Initial commit for Sony MemoryStick support
 2008-01-25  7:58 UTC  (2+ messages)
` [PATCH] [MEMSTICK] Updates for the memstick driver

[PATCH] mac80211: enable IBSS merging
 2008-01-25  8:01 UTC  (4+ messages)

[PATCH] x86: Construct 32 bit boot time page tables in native format
 2008-01-25  7:49 UTC  (11+ messages)

kernel oops on debian, 2.6.18-5, large xfs volume
 2008-01-25  8:01 UTC  (2+ messages)

[PATCH -mm 0/5] b43: Fix suspend/resume deadlock
 2008-01-25  7:47 UTC  (5+ messages)
` [PATCH -mm 1/5] PM: Export device_pm_schedule_removal
` [PATCH -mm 5/5] b43: Avoid unregistering device objects during suspend


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.