aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-12-20PCI: don't export device IDs to userspaceAdrian Bunk
2006-12-20PCI: Be a bit defensive in quirk_nvidia_ck804() so we don't risk dereferencin...Jesper Juhl
2006-12-20PCI: Fix multiple problems with VIA hardwareAlan Cox
2006-12-20PCI: Only check the HT capability bits in mpic.cMichael Ellerman
2006-12-20PCI: Use pci_find_ht_capability() in drivers/pci/quirks.cMichael Ellerman
2006-12-20PCI: Add #defines for Hypertransport MSI fieldsMichael Ellerman
2006-12-20PCI: Use pci_find_ht_capability() in drivers/pci/htirq.cMichael Ellerman
2006-12-20PCI: Add pci_find_ht_capability() for finding Hypertransport capabilitiesMichael Ellerman
2006-12-20PCI: Create __pci_bus_find_cap_start() from __pci_bus_find_cap()Michael Ellerman
2006-12-20pci: Introduce pci_find_presentAlan Cox
2006-12-20PCI: pcieport-driver: remove invalid warning messageKenji Kaneshige
2006-12-20rpaphp: compiler warning cleanupLinas Vepstas
2006-12-20PCI quirks: remove redundant checkDavid Rientjes
2006-12-20pci: add class codes for Wireless RF controllersInaky Perez-Gonzalez
2006-12-20PCI: use /sys/bus/pci/drivers/<driver>/new_id firstRussell King
2006-12-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2006-12-18[CONNECTOR]: Replace delayed work with usual work queue.Evgeniy Polyakov
2006-12-18[IPV4]: Fix BUG of ip_rt_send_redirect()Li Yewang
2006-12-17[TCP]: Trivial fix to message in tcp_v4_inbound_md5_hashLeigh Brown
2006-12-17[TCP]: Fix oops caused by tcp_v4_md5_do_delLeigh Brown
2006-12-17[CONNECTOR]: Fix compilation breakage introduced recently.Evgeniy Polyakov
2006-12-17[TG3]: Update version and reldate.Michael Chan
2006-12-17[TG3]: Power down/up 5906 PHY correctly.Michael Chan
2006-12-17[TG3]: Fix race condition when calling register_netdev().Michael Chan
2006-12-17[TG3]: Assign tp->link_config.orig_* values.Michael Chan
2006-12-17[NETFILTER] IPV6: Fix dependencies.David S. Miller
2006-12-17[BNX2]: Fix minor loopback problem.Michael Chan
2006-12-17[BNX2]: Fix bug in bnx2_nvram_write().Michael Chan
2006-12-17[BNX2]: Fix panic in bnx2_tx_int().Michael Chan
2006-12-17[AX.25]: Fix unchecked rose_add_loopback_neigh usesRalf Baechle
2006-12-17[AX.25]: Fix unchecked rose_add_loopback_node usesRalf Baechle
2006-12-17[AX.25]: Fix unchecked ax25_linkfail_register usesRalf Baechle
2006-12-17[AX.25]: Fix unchecked nr_add_node uses.Ralf Baechle
2006-12-17[AX.25]: Fix unchecked ax25_listen_register usesRalf Baechle
2006-12-17[AX.25]: Fix unchecked ax25_protocol_register uses.Ralf Baechle
2006-12-17[AX.25]: Mark all kmalloc users __must_checkRalf Baechle
2006-12-17[TG3]: replace kmalloc+memset with kzallocYan Burman
2006-12-17Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/cpufreqLinus Torvalds
2006-12-17[PATCH] more work_struct fixes: tas300x sound driversAl Viro
2006-12-17[SPARC]: Make bitops use same spinlocks as atomics.David S. Miller
2006-12-17[CPUFREQ] longhaul compile fix.Dave Jones
2006-12-17[CPUFREQ] Advise not to use longhaul on VIA C7.Dave Jones
2006-12-17[CPUFREQ] set policy->curfreq on initializationMattia Dongili
2006-12-17[SPARC]: Update defconfig.David S. Miller
2006-12-17[SPARC64]: Mirror x86_64's PERCPU_ENOUGH_ROOM definition.David S. Miller
2006-12-17[SUNKBD]: Fix sunkbd_enable(sunkbd, 0); obvious.Fabrice Knevez
2006-12-17[DocBook]: Fix two typos in generic IRQ docs.David S. Miller
2006-12-17[SPARC64]: Minor irq handling cleanups.David S. Miller
2006-12-17[SPARC64]: Kill no-remapping-needed code in head.SDavid S. Miller
2006-12-17[PATCH] sys_mincore: s/max/min/Oleg Nesterov