aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-12-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds
2008-12-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds
2008-12-30Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds
2008-12-30tracing: removed duplicated #includeHuang Weiyi
2008-12-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds
2008-12-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sha...Linus Torvalds
2008-12-30Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2008-12-30Merge branch 'oprofile-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2008-12-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...Linus Torvalds
2008-12-30Merge branch 'drm-next' of git://git.kernel.org/pub/scm/linux/kernel/git/airl...Linus Torvalds
2008-12-30Merge branch 'agp-next' of git://git.kernel.org/pub/scm/linux/kernel/git/airl...Linus Torvalds
2008-12-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6Linus Torvalds
2008-12-30Merge branch 'for-2.6.29' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2008-12-30Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2008-12-30Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2008-12-30Merge branch 'core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2008-12-29net: Fix percpu counters deadlockHerbert Xu
2008-12-29cpumask: prepare for iterators to only go to nr_cpu_ids/nr_cpumask_bits: netRusty Russell
2008-12-29drivers/net/usb: use USB API functions rather than constantsJulia Lawall
2008-12-29cls_cgroup: clean up KconfigLi Zefan
2008-12-29cls_cgroup: clean up for cgroup partLi Zefan
2008-12-29cls_cgroup: fix an oops when removing a cgroupLi Zefan
2008-12-29EtherExpress16: fix printing timed out statusRoel Kluin
2008-12-29mlx4_en: Added "set_ringparam" Ethtool interface implementationYevgeny Petrilin
2008-12-29mlx4_en: Always allocate RX ring for each interrupt vectorYevgeny Petrilin
2008-12-29mlx4_en: Verify number of RX rings doesn't exceed MAX_RX_RINGSYevgeny Petrilin
2008-12-29IPVS: Make "no destination available" message more consistent between schedulersSimon Horman
2008-12-29net: KS8695: removed duplicated #includeHuang Weiyi
2008-12-29tun: Fix SIOCSIFHWADDR error.Kusanagi Kouichi
2008-12-29smsc911x: compile fix re netif_rx signature changesAlexey Dobriyan
2008-12-29netns: foreach_netdev_safe is insufficient in default_device_exitEric W. Biederman
2008-12-29net: make xfrm_statistics_seq_show use generic snmp_fold_fieldRusty Russell
2008-12-29net: Fix more NAPI interface netdev argument drop fallout.Kamalesh Babulal
2008-12-30lguest: struct device - replace bus_id with dev_name()Mark McLoughlin
2008-12-30lguest: move the initial guest page table creation code to the hostMatias Zabaljauregui
2008-12-30kvm-s390: implement config_changed for virtio on s390Christian Borntraeger
2008-12-30virtio_console: support console resizingChristian Borntraeger
2008-12-30virtio: add PCI device release() functionMark McLoughlin
2008-12-30virtio_blk: fix type warningRandy Dunlap
2008-12-30virtio: block: dynamic maximum segmentsRusty Russell
2008-12-30virtio: set max_segment_size and max_sectors to infinite.Rusty Russell
2008-12-30virtio: avoid implicit use of Linux page size in balloon interfaceHollis Blanchard
2008-12-30virtio: hand virtio ring alignment as argument to vring_new_virtqueueRusty Russell
2008-12-30virtio: use KVM_S390_VIRTIO_RING_ALIGN instead of relying on pagesizeRusty Russell
2008-12-30virtio: use LGUEST_VRING_ALIGN instead of relying on pagesizeRusty Russell
2008-12-30virtio: Don't use PAGE_SIZE for vring alignment in virtio_pci.Rusty Russell
2008-12-30virtio: rename 'pagesize' arg to vring_init/vring_sizeRusty Russell
2008-12-30virtio: Don't use PAGE_SIZE in virtio_pci.cRusty Russell
2008-12-30virtio: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers
2008-12-30virtio-pci queue allocation not page-alignedHollis Blanchard