summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* USB: io_ti: FIrst cut at a big clean upAlan Cox2008-07-211-1008/+852
* USB: combine hub_quiesce and hub_stopAlan Stern2008-07-211-31/+32
* USB: combine hub_activate and hub_restartAlan Stern2008-07-211-26/+23
* USB: optimize port debouncing during hub activationAlan Stern2008-07-211-5/+27
* USB: try to salvage lost power sessionsAlan Stern2008-07-212-22/+53
* USB: simplify hub_restart() logicAlan Stern2008-07-212-67/+54
* USB: revert "don't use reset-resume if drivers don't support it"Greg Kroah-Hartman2008-07-211-44/+2
* USB: debounce before unregisteringAlan Stern2008-07-211-12/+19
* USB: add new routine for checking port-resume typeAlan Stern2008-07-211-26/+63
* USB: use get_unaligned_* helpers for kl5kusb105 driverHarvey Harrison2008-07-211-1/+1
* USB: usb dev_set_name() instead of dev->bus_idKay Sievers2008-07-2113-16/+15
* USB: usb dev_name() instead of dev->bus_idKay Sievers2008-07-2127-51/+51
* USB: revert "don't lose disconnections during suspend"Greg Kroah-Hartman2008-07-211-4/+11
* USB: handle pci_name() being constGreg Kroah-Hartman2008-07-213-3/+3
* USB: storage: UNUSUAL_DEVS() for PanDigital Picture frame.Andrew Lunn2008-07-211-0/+11
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-07-2130-184/+411
|\
| * netfilter: nf_conntrack_sctp: fix sparse warningsPatrick McHardy2008-07-211-4/+4
| * netfilter: nf_nat_sip: c= is optional for sessionHerbert Xu2008-07-211-13/+25
| * netfilter: xt_TCPMSS: collapse tcpmss_reverse_mtu{4,6} into one functionJan Engelhardt2008-07-211-29/+13
| * netfilter: nfnetlink_log: send complete hardware headerEric Leblond2008-07-212-0/+11
| * netfilter: xt_time: fix time's time_mt()'s use of do_div()David Howells2008-07-211-1/+1
| * netfilter: accounting rework: ct_extend + 64bit counters (v4)Krzysztof Piotr Oledzki2008-07-2115-86/+248
| * netlink: add NLA_PUT_BE64 macroKrzysztof Piotr Oledzki2008-07-211-0/+3
| * netfilter: nf_nat_core: eliminate useless find_appropriate_src for IP_NAT_RAN...Changli Gao2008-07-211-4/+4
| * hdlcdrv: Fix CRC calculation.Micah Dowty2008-07-211-0/+1
| * Revert "pkt_sched: Make default qdisc nonshared-multiqueue safe."David S. Miller2008-07-211-22/+77
| * net: In __netif_schedule() use WARN_ON instead of BUG_ONLinus Torvalds2008-07-211-1/+2
| * net: Improve simple_tx_hash().David S. Miller2008-07-211-13/+21
| * pkt_sched: Remove unused variable skb in dev_deactivate_queue function.Daniel Lezcano2008-07-211-3/+0
| * sunhme: Remove stop/wake TX queue calls in set-multicast-list handler.David S. Miller2008-07-211-4/+0
| * ucc_geth: do not touch net queue in adjust_link phylib callbackAnton Vorontsov2008-07-211-1/+0
| * gianfar: do not touch net queue in adjust_link phylib callbackAnton Vorontsov2008-07-211-1/+0
| * atl1: Do not wake queue before queue has been started.David S. Miller2008-07-211-2/+1
* | pci kernel-doc fatal errorRandy Dunlap2008-07-211-4/+2
* | Merge branch 'x86/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2008-07-21152-1753/+4292
|\ \
| * \ Merge branch 'x86/paravirt-spinlocks' into x86/for-linusIngo Molnar2008-07-219-17/+379
| |\ \
| | * \ Merge branch 'linus' into x86/paravirt-spinlocksIngo Molnar2008-07-211549-78830/+148171
| | |\ \ | | | |/
| | * | x86: suppress sparse returning void warningsHarvey Harrison2008-07-181-2/+2
| | * | Merge branch 'linus' into x86/paravirt-spinlocksIngo Molnar2008-07-18508-16739/+56964
| | |\ \
| | * | | x86, paravirt-spinlocks: fix boot hangIngo Molnar2008-07-161-1/+2
| | * | | x86: paravirt spinlocks, modular build fixIngo Molnar2008-07-161-0/+1
| | * | | x86: paravirt spinlocks, !CONFIG_SMP build fixesIngo Molnar2008-07-162-0/+8
| | * | | xen: implement Xen-specific spinlocksJeremy Fitzhardinge2008-07-164-1/+206
| | * | | xen: use lock-byte spinlock implementationJeremy Fitzhardinge2008-07-161-0/+1
| | * | | paravirt: introduce a "lock-byte" spinlock implementationJeremy Fitzhardinge2008-07-163-1/+75
| | * | | x86/paravirt: add hooks for spinlock operationsJeremy Fitzhardinge2008-07-164-16/+88
| | | | |
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| *-----------------------------------. \ \ \ Merge branches 'x86/urgent', 'x86/amd-iommu', 'x86/apic', 'x86/cleanups', 'x8...Ingo Molnar2008-07-21139-1716/+3891
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | | | | | | | | * \ \ \ Merge branch 'linus' into xen-64bitIngo Molnar2008-07-211549-78830/+148171
| | | | | | | | | | | | | | | | | | | | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | |_|/ | | | | | | | | | | | | | | | | | | | | | |/| |
| | | | | | | | | | | | | | | | | | | | * | | | linux-next: pci tree build failureStephen Rothwell2008-07-181-2/+2
| | | | | | | | | | | | | | | | | | | | * | | | Merge branch 'linus' into xen-64bitIngo Molnar2008-07-17508-16739/+56964
| | | | | | | | | | | | | | | | | | | | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | |_|/ | | | | | | | | | | | | | | | | | | | | | |/| |
OpenPOWER on IntegriCloud