| Commit message (Expand) | Author | Age | Files | Lines |
* | [NET]: Don't declare extern variables in net/core/sysctl_net_core.c | Pavel Emelyanov | 2007-10-23 | 1 | -0/+2 |
* | [TCP]: Remove unneeded implicit type cast when calling tcp_minshall_update() | Chuck Lever | 2007-10-23 | 1 | -1/+1 |
* | [NET]: Treat the sign of the result of skb_headroom() consistently | Chuck Lever | 2007-10-23 | 1 | -2/+2 |
* | [NET]: Validate device addr prior to interface-up | Jeff Garzik | 2007-10-23 | 1 | -0/+2 |
* | add port definition for mcf UART driver | Greg Ungerer | 2007-10-23 | 1 | -0/+3 |
* | m68knommu: remove unused machdep variable definitions | Greg Ungerer | 2007-10-23 | 1 | -4/+7 |
* | m68knommu: define DMA channels for ColdFire 532x | Greg Ungerer | 2007-10-23 | 1 | -0/+2 |
* | m68knommu: add platform struct for ColdFire UART driver | Greg Ungerer | 2007-10-23 | 1 | -0/+10 |
* | Merge branch 'irq-upstream' of master.kernel.org:/pub/scm/linux/kernel/git/jg... | Linus Torvalds | 2007-10-23 | 1 | -11/+11 |
|\ |
|
| * | [PARPORT] Remove unused 'irq' argument from parport irq functions | Jeff Garzik | 2007-10-23 | 1 | -8/+4 |
| * | [PARPORT] Kill useful 'irq' arg from parport_{generic_irq,ieee1284_interrupt} | Jeff Garzik | 2007-10-23 | 1 | -4/+4 |
| * | [PARPORT] Consolidate code copies into a single generic irq handler | Jeff Garzik | 2007-10-23 | 1 | -1/+5 |
* | | Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/... | Linus Torvalds | 2007-10-23 | 3 | -328/+33 |
|\ \ |
|
| * | | remove header_ops bug in qeth driver | Ursula Braun | 2007-10-23 | 1 | -1/+1 |
| * | | Merge branch 'features' of git://farnsworth.org/dale/linux-2.6-mv643xx_eth in... | Jeff Garzik | 2007-10-23 | 2 | -327/+32 |
| |\ \
| | |/
| |/| |
|
| | * | mv643xx_eth: Move ethernet register definitions into private header | Lennert Buytenhek | 2007-10-23 | 1 | -302/+0 |
| | * | mv643xx_eth: Split off mv643xx_eth platform device data | Lennert Buytenhek | 2007-10-23 | 2 | -25/+32 |
* | | | Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/... | Linus Torvalds | 2007-10-23 | 2 | -14/+14 |
|\ \ \ |
|
| * | | | [libata] checkpatch-inspired cleanups | Jeff Garzik | 2007-10-23 | 2 | -14/+14 |
| |/ / |
|
* | | | Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86 | Linus Torvalds | 2007-10-23 | 54 | -2598/+1998 |
|\ \ \ |
|
| * | | | x86: clean up setup.h and the boot code | H. Peter Anvin | 2007-10-23 | 1 | -6/+7 |
| * | | | x86: Save registers in saved_context during suspend and hibernation | Rafael J. Wysocki | 2007-10-23 | 1 | -16/+7 |
| * | | | x86: merge setup_32/64.h | Thomas Gleixner | 2007-10-23 | 4 | -95/+60 |
| * | | | x86: merge signal_32/64.h | Thomas Gleixner | 2007-10-23 | 4 | -425/+263 |
| * | | | x86: merge required-features.h | Brian Gerst | 2007-10-23 | 3 | -104/+70 |
| * | | | x86: merge sigcontext_32/64.h | Thomas Gleixner | 2007-10-23 | 4 | -154/+137 |
| * | | | x86: merge msr_32/64.h | Thomas Gleixner | 2007-10-23 | 4 | -360/+347 |
| * | | | x86: merge mttr_32/64.h | Thomas Gleixner | 2007-10-23 | 4 | -281/+163 |
| * | | | x86: merge statfs_32/64.h | Thomas Gleixner | 2007-10-23 | 4 | -77/+61 |
| * | | | x86: merge stat_32/64.h | Thomas Gleixner | 2007-10-23 | 4 | -134/+112 |
| * | | | x86: merge shmbuf_32/64.h | Thomas Gleixner | 2007-10-23 | 4 | -94/+50 |
| * | | | x86: merge ptrace_32/64.h | Thomas Gleixner | 2007-10-23 | 4 | -158/+141 |
| * | | | x86: merge msgbuf_32/64.h | Thomas Gleixner | 2007-10-23 | 4 | -72/+38 |
| * | | | x86: merge elf_32/64.h | Thomas Gleixner | 2007-10-23 | 4 | -358/+288 |
| * | | | x86: merge byteorder_32/64.h | Thomas Gleixner | 2007-10-23 | 4 | -104/+70 |
| * | | | x86: unify div64{,_32,_64}.h | Chris Snook | 2007-10-23 | 3 | -56/+57 |
| * | | | x86: unify a.out{,_32,_64}.h | Chris Snook | 2007-10-23 | 4 | -65/+25 |
| * | | | x86: add safe_smp_processor_id for x86_64 | Hiroshi Shimamoto | 2007-10-23 | 1 | -0/+2 |
| * | | | x86: add lapic_shutdown for x86_64 | Hiroshi Shimamoto | 2007-10-23 | 1 | -0/+1 |
| * | | | x86: merge mmu{,_32,_64}.h | Chris Snook | 2007-10-23 | 3 | -43/+22 |
| * | | | x86: lock bitops | Nick Piggin | 2007-10-23 | 2 | -2/+83 |
| |/ / |
|
* | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 | Linus Torvalds | 2007-10-23 | 1 | -0/+2 |
|\ \ \
| |/ /
|/| | |
|
| * | | [SCSI] include linux/scatterlist.h in scsi_eh.h | James Bottomley | 2007-10-17 | 1 | -0/+2 |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri... | Linus Torvalds | 2007-10-23 | 1 | -0/+10 |
|\ \ \ |
|
| * | | | 9p: add virtio transport | Eric Van Hensbergen | 2007-10-23 | 1 | -0/+10 |
* | | | | [PATCH] Fix breakage after SG cleanups | Ralf Baechle | 2007-10-23 | 1 | -0/+1 |
* | | | | xtensa: fix sg->page fallout | Emil Medve | 2007-10-23 | 1 | -8/+5 |
* | | | | [SG] Add debug check for page alignment | Jens Axboe | 2007-10-23 | 1 | -0/+5 |
|/ / / |
|
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol... | Linus Torvalds | 2007-10-23 | 1 | -11/+0 |
|\ \ \ |
|
| * | | | mlx4_core: Kill mlx4_write64_raw() | Roland Dreier | 2007-10-14 | 1 | -11/+0 |