Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'cpumask-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Rusty Russell | 2009-03-31 | 7 | -32/+12 |
|\ | |||||
| * | Merge branch 'linus' into cpumask-for-linus | Ingo Molnar | 2009-03-30 | 2115 | -144708/+242146 |
| |\ | |||||
| * \ | Merge branch 'cpus4096' of git://git.kernel.org/pub/scm/linux/kernel/git/rust... | Ingo Molnar | 2009-03-13 | 3 | -5/+4 |
| |\ \ | |||||
| | * | | cpumask: make Xen use the new operators. | Rusty Russell | 2009-03-13 | 1 | -2/+2 |
| | * | | cpumask: replace node_to_cpumask with cpumask_of_node. | Rusty Russell | 2009-03-13 | 2 | -3/+2 |
| * | | | Merge commit 'v2.6.29-rc8' into cpus4096 | Ingo Molnar | 2009-03-13 | 29 | -83/+221 |
| |\ \ \ | | |/ / | |/| | | |||||
| * | | | Merge branch 'x86/core' into cpus4096 | Ingo Molnar | 2009-03-11 | 885 | -17662/+47164 |
| |\ \ \ | |||||
| * | | | | sysrq: include interrupt.h instead of irq.h | Heiko Carstens | 2009-01-26 | 1 | -1/+1 |
| * | | | | cpumask: modifiy oprofile initialization | Robert Richter | 2009-01-22 | 3 | -26/+7 |
| * | | | | Merge branch 'linus' into cpus4096 | Ingo Molnar | 2009-01-15 | 117 | -872/+4253 |
| |\ \ \ \ | |||||
* | \ \ \ \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2009-03-31 | 11 | -31/+33 |
|\ \ \ \ \ \ | |||||
| * | | | | | | wireless: remove duplicated .ndo_set_mac_address | Alexander Beregalov | 2009-03-29 | 4 | -5/+0 |
| * | | | | | | Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ | David S. Miller | 2009-03-29 | 255 | -5946/+33752 |
| |\ \ \ \ \ \ | |||||
| * | | | | | | | tg3: Add GRO support. | David S. Miller | 2009-03-29 | 1 | -2/+2 |
| * | | | | | | | niu: Add GRO support. | David S. Miller | 2009-03-29 | 1 | -5/+7 |
| * | | | | | | | ucc_geth: Fix use-after-of_node_put() in ucc_geth_probe(). | David S. Miller | 2009-03-29 | 1 | -5/+6 |
| * | | | | | | | gianfar: Fix use-after-of_node_put() in gfar_of_init(). | David S. Miller | 2009-03-29 | 1 | -1/+1 |
| * | | | | | | | netpoll: store local and remote ip in net-endian | Harvey Harrison | 2009-03-29 | 1 | -6/+4 |
| * | | | | | | | dmascc: fix incomplete conversion to network_device_ops | Alexander Beregalov | 2009-03-29 | 1 | -1/+1 |
| * | | | | | | | ni5010: convert to net_device_ops | Alexander Beregalov | 2009-03-29 | 1 | -6/+12 |
* | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-cpumask | Linus Torvalds | 2009-03-31 | 2 | -2/+2 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | oprofile: Thou shalt not call __exit functions from __init functions | Russell King | 2009-03-30 | 1 | -1/+1 |
| * | | | | | | | | cpumask: use new cpumask_ functions in core code. | Rusty Russell | 2009-03-30 | 1 | -1/+1 |
* | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-lguest-an... | Linus Torvalds | 2009-03-31 | 8 | -41/+111 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | lguest: use bool instead of int | Matias Zabaljauregui | 2009-03-30 | 5 | -26/+27 |
| * | | | | | | | | | lguest: use KVM hypercalls | Matias Zabaljauregui | 2009-03-30 | 3 | -6/+67 |
| * | | | | | | | | | lguest: fix spurious BUG_ON() on invalid guest stack. | Rusty Russell | 2009-03-30 | 1 | -1/+3 |
| * | | | | | | | | | virtio: more neatening of virtio_ring macros. | Rusty Russell | 2009-03-30 | 1 | -3/+9 |
| * | | | | | | | | | virtio: fix BAD_RING, START_US and END_USE macros | Roel Kluin | 2009-03-30 | 1 | -8/+8 |
| |/ / / / / / / / | |||||
* | | | | | | | | | Merge branch 'hwmon-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6 | Linus Torvalds | 2009-03-31 | 13 | -267/+539 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | hwmon: (fschmd) Add support for the FSC Hades IC | Hans de Goede | 2009-03-30 | 2 | -25/+36 |
| * | | | | | | | | | hwmon: (fschmd) Add support for the FSC Syleus IC | Hans de Goede | 2009-03-30 | 2 | -60/+161 |
| * | | | | | | | | | i2c-i801: Instantiate FSC hardware montioring chips | Hans de Goede | 2009-03-30 | 1 | -0/+77 |
| * | | | | | | | | | dmi: Let dmi_walk() users pass private data | Jean Delvare | 2009-03-30 | 4 | -13/+17 |
| * | | | | | | | | | Move the pcf8591 driver to hwmon | Jean Delvare | 2009-03-30 | 5 | -26/+27 |
| * | | | | | | | | | hwmon: (w83627ehf) Only expose in6 or temp3 on the W83667HG | Gong Jun | 2009-03-30 | 1 | -6/+54 |
| * | | | | | | | | | hwmon: (w83627ehf) Add support for W83667HG | Gong Jun | 2009-03-30 | 2 | -38/+72 |
| * | | | | | | | | | hwmon: (w83627ehf) Invert fan pin variables logic | Jean Delvare | 2009-03-30 | 1 | -4/+4 |
| * | | | | | | | | | hwmon: (hdaps) Fix Thinkpad X41 axis inversion | Frank Seidel | 2009-03-30 | 1 | -1/+1 |
| * | | | | | | | | | hwmon: (hdaps) Allow inversion of separate axis | Frank Seidel | 2009-03-30 | 1 | -31/+33 |
| * | | | | | | | | | hwmon: (ds1621) Avoid unneeded register access | Jean Delvare | 2009-03-30 | 1 | -6/+9 |
| * | | | | | | | | | hwmon: (ds1621) Clean up register access | Jean Delvare | 2009-03-30 | 1 | -24/+24 |
| * | | | | | | | | | hwmon: (ds1621) Reorder code statements | Jean Delvare | 2009-03-30 | 1 | -66/+57 |
| |/ / / / / / / / | |||||
* | | | | | | | | | Merge branch 'proc-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ad... | Linus Torvalds | 2009-03-31 | 26 | -107/+12 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | proc 2/2: remove struct proc_dir_entry::owner | Alexey Dobriyan | 2009-03-30 | 26 | -107/+12 |
* | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf... | Linus Torvalds | 2009-03-31 | 7 | -160/+206 |
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |||||
| * | | | | | | | | | PCI PM: Make pci_prepare_to_sleep() disable wake-up if needed | Rafael J. Wysocki | 2009-03-30 | 1 | -1/+1 |
| * | | | | | | | | | radeonfb: Use __pci_complete_power_transition() | Rafael J. Wysocki | 2009-03-30 | 1 | -1/+1 |
| * | | | | | | | | | PCI PM: Introduce __pci_[start|complete]_power_transition() (rev. 2) | Rafael J. Wysocki | 2009-03-30 | 1 | -18/+51 |
| * | | | | | | | | | PCI PM: Restore config spaces of all devices during early resume | Rafael J. Wysocki | 2009-03-30 | 1 | -7/+9 |