aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | [PATCH] USB: Gadget library: centralize gadget controller numbersDavid Brownell2005-09-085-128/+92
| | * | | | | | | [PATCH] USB: drivers/serial/usb-serial: Remove unneeded void * castsTobias Klauser2005-09-081-12/+12
| | * | | | | | | [PATCH] USB: option card driver coding style tweaksAndrew Morton2005-09-081-106/+89
| | * | | | | | | [PATCH] USB: whitespace fixes for cypress_m8 driverLonnie Mendez2005-09-081-99/+152
| | | |_|_|_|_|/ | | |/| | | | |
| * | | | | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/w1-2.6 Linus Torvalds2005-09-0821-313/+871
| |\ \ \ \ \ \ \
| | * | | | | | | [PATCH] w1_ds2433: Added crc16 protection and read caching.Evgeniy Polyakov2005-09-083-7/+125
| | * | | | | | | [PATCH] w1: added private family data into w1_slave strucutre.Evgeniy Polyakov2005-09-081-0/+1
| | * | | | | | | [PATCH] lib/crc16: added crc16 algorithm.Evgeniy Polyakov2005-09-084-1/+121
| | * | | | | | | [PATCH] w1: Added DS2433 driver - family id update.Evgeniy Polyakov2005-09-081-0/+1
| | * | | | | | | [PATCH] w1: Added DS2433 driver.Evgeniy Polyakov2005-09-083-0/+230
| | * | | | | | | [PATCH] w1: Decreased debug level.Evgeniy Polyakov2005-09-081-6/+4
| | * | | | | | | [PATCH] w1: Detouching bug fixed.Evgeniy Polyakov2005-09-083-51/+51
| | * | | | | | | [PATCH] w1: Added add/remove slave callbacks.Evgeniy Polyakov2005-09-086-126/+94
| | * | | | | | | [PATCH] w1: Added w1_reset_select_slave() - Resets the bus and then selects t...Evgeniy Polyakov2005-09-083-9/+27
| | * | | | | | | [PATCH] w1: Added inline functions on top of container_of().Evgeniy Polyakov2005-09-084-20/+29
| | * | | | | | | [PATCH] w1: Fixed 64bit compilation warning.Evgeniy Polyakov2005-09-081-1/+1
| | * | | | | | | [PATCH] w1: hotplug support.Evgeniy Polyakov2005-09-082-14/+82
| | * | | | | | | [PATCH] W1: Sync with w1/ds9490 tree.Evgeniy Polyakov2005-09-083-96/+99
| | * | | | | | | [PATCH] W1: w1_netlink: New init/fini netlink callbacks.Evgeniy Polyakov2005-09-083-10/+34
| | | |_|_|_|_|/ | | |/| | | | |
| * | | | | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6 Linus Torvalds2005-09-0861-12082/+1299
| |\ \ \ \ \ \ \
| | * | | | | | | [PATCH] PCI/libata INTx cleanupBrett M Russ2005-09-087-63/+32
| | * | | | | | | [PATCH] PCI: Support PCM PM CAP version 3Daniel Ritz2005-09-083-8/+7
| | * | | | | | | [PATCH] PCI: Add pci_walk_bus function to PCI core (nonrecursive)Paul Mackerras2005-09-082-0/+51
| | * | | | | | | [PATCH] PCI Hotplug: SGI hotplug driver fixesPrarit Bhargava2005-09-081-104/+91
| | * | | | | | | [PATCH] PCI: remove pci_find_device from parport_pc.cJiri Slaby2005-09-081-1/+1
| | * | | | | | | [PATCH] PCI: Fix regression in pci_enable_device_barsAlan Stern2005-09-081-1/+1
| | * | | | | | | [PATCH] PCI: start paying attention to a lot of pci function return valuesGreg Kroah-Hartman2005-09-086-13/+39
| | * | | | | | | [PATCH] Make sparc64 use setup-res.cDavid S. Miller2005-09-0815-196/+166
| | * | | | | | | [PATCH] PCI: restore BAR values after D3hot->D0 for devices that need itJohn W. Linville2005-09-085-5/+65
| | * | | | | | | [PATCH] PCI Hotplug: use bus_slot number for nameKristen Accardi2005-09-082-2/+2
| | * | | | | | | [PATCH] arch/386/pci: remap_pfn_range -> io_remap_pfn_rangeMichael S. Tsirkin2005-09-081-3/+3
| | * | | | | | | [PATCH] PCI: clean up pci.h and split pci register info to separate header file.Greg Kroah-Hartman2005-09-082-458/+477
| | * | | | | | | [PATCH] PCI: fix up pretty-names removal patchAndrew Morton2005-09-081-1/+0
| | * | | | | | | [PATCH] PCI: remove CONFIG_PCI_NAMESAdrian Bunk2005-09-0821-10576/+32
| | * | | | | | | [PATCH] PCI: Move PCI fixup data into r/o sectionakpm@osdl.org2005-09-081-1/+1
| | * | | | | | | [PATCH] PCI: Run PCI driver initialization on local nodeAndi Kleen2005-09-083-2/+32
| | * | | | | | | [PATCH] PCI Hotplug: rpaphp: Purify hotplugJohn Rose2005-09-085-193/+104
| | * | | | | | | [PATCH] PCI Hotplug: rpaphp: Export slot enableJohn Rose2005-09-083-14/+35
| | * | | | | | | [PATCH] PCI Hotplug: rpaphp: Remove rpaphp_find_pciJohn Rose2005-09-083-61/+47
| | * | | | | | | [PATCH] PCI Hotplug: rpaphp: Change slot pci referenceJohn Rose2005-09-083-117/+75
| | * | | | | | | [PATCH] PCI Hotplug: rpaphp: Move VIO registrationJohn Rose2005-09-087-271/+88
| | * | | | | | | [PATCH] PCI Hotplug: rpaphp: Remove unused stuffJohn Rose2005-09-082-73/+31
| | |/ / / / / /
| * | | | | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6 Linus Torvalds2005-09-084-90/+43
| |\ \ \ \ \ \ \
| | * | | | | | | [SPARC64]: Inline membar()'s again.David S. Miller2005-09-084-90/+43
| | |/ / / / / /
| * | | | | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 Linus Torvalds2005-09-0830-179/+615
| |\ \ \ \ \ \ \
| | * | | | | | | [XFRM]: Always release dst_entry on error in xfrm_lookupPatrick McHardy2005-09-089-48/+18
| | * | | | | | | [TCP]: Fix off by one in tcp_fragment() "already sent" test.Herbert Xu2005-09-081-1/+1
| | * | | | | | | [IPV6]: Don't redo xfrm_lookup for cached dst entriesPatrick McHardy2005-09-081-3/+4
| | * | | | | | | [AX.25]: Make asc2ax() thread-proofRalf Baechle2005-09-083-18/+15
| | * | | | | | | [NETFILTER]: ip_conntrack_netbios_ns.c gcc-2.95.x build fixAndrew Morton2005-09-081-4/+20