| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2009-12-09 | 1 | -1/+1 |
|\ |
|
| * | Merge branch 'for-next' into for-linus | Jiri Kosina | 2009-12-07 | 1 | -1/+1 |
| |\ |
|
| | * | tree-wide: fix assorted typos all over the place | André Goddard Rosa | 2009-12-04 | 1 | -1/+1 |
* | | | Merge branch 'i2c-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2009-12-08 | 4 | -22/+293 |
|\ \ \ |
|
| * | | | ics932s401: Clean up detect function | Jean Delvare | 2009-12-06 | 1 | -22/+15 |
| * | | | i2c/chips: Move ds1682 to drivers/misc | Wolfram Sang | 2009-12-06 | 3 | -0/+278 |
| |/ / |
|
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 | Linus Torvalds | 2009-12-08 | 12 | -0/+2102 |
|\ \ \ |
|
| * \ \ | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2009-12-01 | 1 | -31/+45 |
| |\ \ \ |
|
| * | | | | iwmc3200top: revamp fw name handling | Tomas Winkler | 2009-11-18 | 3 | -14/+14 |
| * | | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2009-11-18 | 6 | -6/+12 |
| |\ \ \ \
| | | |_|/
| | |/| | |
|
| * | | | | iwmc3200top: simplify the driver version | Tomas Winkler | 2009-11-15 | 1 | -15/+1 |
| * | | | | iwmc3200top: use prefered style for the device table. | Tomas Winkler | 2009-11-15 | 1 | -11/+3 |
| * | | | | iwmc3200top: Add Intel Wireless MultiCom 3200 top driver. | Tomas Winkler | 2009-10-19 | 12 | -0/+2124 |
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctl-2.6 | Linus Torvalds | 2009-12-08 | 1 | -11/+3 |
|\ \ \ \ \
| |_|_|_|/
|/| | | | |
|
| * | | | | sysctl: Drop & in front of every proc_handler. | Eric W. Biederman | 2009-11-18 | 1 | -3/+3 |
| * | | | | Merge commit 'v2.6.32-rc7' | Eric W. Biederman | 2009-11-17 | 1 | -6/+7 |
| |\ \ \ \
| | | |/ /
| | |/| | |
|
| * | | | | sysctl ia64: Remove dead binary sysctl support | Eric W. Biederman | 2009-11-12 | 1 | -8/+0 |
* | | | | | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2009-12-05 | 1 | -2/+3 |
|\ \ \ \ \
| |_|_|_|/
|/| | | | |
|
| * | | | | x86: SGI UV: Fix irq affinity for hub based interrupts | Dimitri Sivanich | 2009-10-14 | 1 | -2/+3 |
| |/ / / |
|
* | | | | at24: Use timeout also for read | Wolfram Sang | 2009-11-26 | 1 | -31/+45 |
| |/ /
|/| | |
|
* | | | sgi-gru: decrapfiy options_write() function | Linus Torvalds | 2009-11-05 | 1 | -6/+7 |
|/ / |
|
* | | headers: remove sched.h from interrupt.h | Alexey Dobriyan | 2009-10-11 | 5 | -0/+5 |
|/ |
|
* | max6875: Discard obsolete detect method | Jean Delvare | 2009-10-04 | 1 | -24/+5 |
* | const: constify remaining file_operations | Alexey Dobriyan | 2009-10-01 | 2 | -3/+2 |
* | const: mark struct vm_struct_operations | Alexey Dobriyan | 2009-09-27 | 2 | -2/+2 |
* | gru: allocation may fail in quicktest1() | Roel Kluin | 2009-09-24 | 1 | -0/+2 |
* | gru: use proc_create() | Alexey Dobriyan | 2009-09-24 | 1 | -2/+1 |
* | spi: prefix modalias with "spi:" | Anton Vorontsov | 2009-09-23 | 1 | -1/+1 |
* | kprobes: use do_IRQ() in lkdtm | M. Mohan Kumar | 2009-09-23 | 1 | -1/+1 |
* | const: mark remaining super_operations const | Alexey Dobriyan | 2009-09-22 | 1 | -1/+1 |
* | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/... | Linus Torvalds | 2009-09-18 | 1 | -19/+21 |
|\ |
|
| * | [IA64] sgi-xp: fix printk format warnings | Randy Dunlap | 2009-09-15 | 1 | -19/+21 |
* | | hpilo: add poll f_op | David Altobelli | 2009-09-15 | 1 | -1/+41 |
* | | hpilo: add interrupt handler | David Altobelli | 2009-09-15 | 2 | -45/+101 |
* | | hpilo: staging for interrupt handling | David Altobelli | 2009-09-15 | 1 | -47/+73 |
* | | driver model: constify attribute groups | David Brownell | 2009-09-15 | 1 | -2/+2 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 | Linus Torvalds | 2009-09-14 | 1 | -20/+49 |
|\ \ |
|
| * | | [SCSI] ses: update enclosure data on hot add | James Bottomley | 2009-08-22 | 1 | -0/+3 |
| * | | [SCSI] ses: add support for enclosure component hot removal | James Bottomley | 2009-08-22 | 1 | -8/+14 |
| * | | [SCSI] ses: fix hotplug with multiple devices and expanders | James Bottomley | 2009-08-22 | 1 | -12/+32 |
| |/ |
|
* | | Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 2009-09-14 | 3 | -0/+398 |
|\ \ |
|
| * \ | Merge branch 'devel-stable' into devel | Russell King | 2009-09-12 | 4 | -8/+2 |
| |\ \
| | |/ |
|
| | | | |
| | \ | |
| *-. \ | Merge branches 'arm', 'at91', 'bcmring', 'ep93xx', 'mach-types', 'misc' and '... | Russell King | 2009-09-12 | 4 | -2/+400 |
| |\ \ \ |
|
| | * | | | ARM: 5628/1: ep93xx: Introduce Pulse Width Modulator (PWM) driver | Hartley Sweeten | 2009-07-30 | 3 | -0/+398 |
| |/ / / |
|
* | | | | drivers: Kill now superfluous ->last_rx stores | Eric Dumazet | 2009-09-02 | 1 | -1/+0 |
* | | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2009-08-12 | 5 | -10/+4 |
|\ \ \ \
| | |_|/
| |/| | |
|
| * | | | cb710: use SG_MITER_TO_SG/SG_MITER_FROM_SG | Sebastian Andrzej Siewior | 2009-07-31 | 1 | -4/+0 |
| * | | | eeprom/at25: bugfix "not ready" timeout after write | Sebastian Heutling | 2009-07-29 | 1 | -2/+2 |
| * | | | headers: smp_lock.h redux | Alexey Dobriyan | 2009-07-12 | 2 | -2/+0 |
| | |/
| |/| |
|
| * | | Remove multiple KERN_ prefixes from printk formats | Joe Perches | 2009-07-08 | 1 | -2/+2 |
| |/ |
|