summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'linus' into locking-for-linusIngo Molnar2009-03-315810-254477/+475283
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-03-3018-70/+68
| |\
| | * wireless: remove duplicated .ndo_set_mac_addressAlexander Beregalov2009-03-294-5/+0
| | * netfilter: xtables: fix IPv6 dependency in the cluster matchPablo Neira Ayuso2009-03-291-2/+9
| | * Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2009-03-291572-37942/+97654
| | |\
| | * | tg3: Add GRO support.David S. Miller2009-03-291-2/+2
| | * | niu: Add GRO support.David S. Miller2009-03-291-5/+7
| | * | ucc_geth: Fix use-after-of_node_put() in ucc_geth_probe().David S. Miller2009-03-291-5/+6
| | * | gianfar: Fix use-after-of_node_put() in gfar_of_init().David S. Miller2009-03-291-1/+1
| | * | kernel: remove HIPQUAD()Harvey Harrison2009-03-281-12/+0
| | * | netpoll: store local and remote ip in net-endianHarvey Harrison2009-03-283-23/+20
| | * | netfilter: fix endian bug in conntrack printksHarvey Harrison2009-03-281-7/+8
| | * | dmascc: fix incomplete conversion to network_device_opsAlexander Beregalov2009-03-281-1/+1
| | * | gso: Fix support for linear packetsHerbert Xu2009-03-281-1/+1
| | * | skbuff.h: fix missing kernel-docRandy Dunlap2009-03-281-0/+1
| | * | ni5010: convert to net_device_opsAlexander Beregalov2009-03-281-6/+12
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2009-03-3015-58/+72
| |\ \ \
| | * \ \ Merge branch 'master' of ssh://master.kernel.org/home/ftp/pub/scm/linux/kerne...David S. Miller2009-03-2914-57/+50
| | |\ \ \
| | | * | | cpumask: use mm_cpumask() wrapper: sparcRusty Russell2009-03-164-18/+19
| | | * | | cpumask: remove dangerous CPU_MASK_ALL_PTR, &CPU_MASK_ALL.: sparcRusty Russell2009-03-161-1/+1
| | | * | | cpumask: remove the now-obsoleted pcibus_to_cpumask(): sparcRusty Russell2009-03-161-4/+0
| | | * | | cpumask: remove cpu_coregroup_map: sparcRusty Russell2009-03-161-1/+0
| | | * | | cpumask: prepare for iterators to only go to nr_cpu_ids/nr_cpumask_bits.: sparcRusty Russell2009-03-164-17/+13
| | | * | | cpumask: prepare for iterators to only go to nr_cpu_ids/nr_cpumask_bits.: spa...Rusty Russell2009-03-163-4/+4
| | | * | | cpumask: Use accessors code.: sparc64Rusty Russell2009-03-162-3/+3
| | | * | | cpumask: Use accessors code: sparcRusty Russell2009-03-163-6/+6
| | | * | | cpumask: arch_send_call_function_ipi_mask: sparcRusty Russell2009-03-162-3/+4
| | | * | | cpumask: Use smp_call_function_many(): sparc64Rusty Russell2009-03-161-1/+1
| | * | | | sparc64: Fix reset hangs on Niagara systems.David S. Miller2009-03-291-1/+22
| | | |_|/ | | |/| |
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-cpumaskLinus Torvalds2009-03-3069-129/+48
| |\ \ \ \
| | * | | | oprofile: Thou shalt not call __exit functions from __init functionsRussell King2009-03-301-1/+1
| | * | | | cpumask: remove the now-obsoleted pcibus_to_cpumask(): genericRusty Russell2009-03-301-7/+0
| | * | | | cpumask: remove cpumask_t from coreRusty Russell2009-03-302-2/+2
| | * | | | cpumask: convert rcutorture.cRusty Russell2009-03-301-8/+17
| | * | | | cpumask: use new cpumask_ functions in core code.Rusty Russell2009-03-306-9/+9
| | * | | | cpumask: remove references to struct irqaction's mask field.Rusty Russell2009-03-3043-53/+2
| | * | | | cpumask: use mm_cpumask() wrapper: kernel/fork.cRusty Russell2009-03-301-1/+1
| | * | | | cpumask: use set_cpu_active in init/main.cRusty Russell2009-03-302-5/+4
| | * | | | cpumask: remove node_to_first_cpuRusty Russell2009-03-308-33/+1
| | * | | | cpumask: fix seq_bitmap_*() functions.Rusty Russell2009-03-302-5/+6
| | * | | | cpumask: remove dangerous CPU_MASK_ALL_PTR, &CPU_MASK_ALLRusty Russell2009-03-304-5/+5
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-lguest-an...Linus Torvalds2009-03-3012-92/+181
| |\ \ \ \ \
| | * | | | | lguest: barrier me harderRusty Russell2009-03-301-0/+7
| | * | | | | lguest: use bool instead of intMatias Zabaljauregui2009-03-305-26/+27
| | * | | | | lguest: use KVM hypercallsMatias Zabaljauregui2009-03-306-57/+122
| | * | | | | lguest: wire up pte_update/pte_update_deferRusty Russell2009-03-301-1/+9
| | * | | | | lguest: fix spurious BUG_ON() on invalid guest stack.Rusty Russell2009-03-301-1/+3
| | * | | | | virtio: more neatening of virtio_ring macros.Rusty Russell2009-03-301-3/+9
| | * | | | | virtio: fix BAD_RING, START_US and END_USE macrosRoel Kluin2009-03-301-8/+8
| | |/ / / /
| * | | | | Merge branch 'hwmon-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6Linus Torvalds2009-03-3018-327/+588
| |\ \ \ \ \
OpenPOWER on IntegriCloud