summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2008-10-235-13/+64
|\
| * sata_via: load DEVICE register when CTL changesTejun Heo2008-10-221-3/+32
| * libata: set device class to NONE if phys_offlineTejun Heo2008-10-221-8/+8
| * libata-eh: fix slave link EH action mask handlingTejun Heo2008-10-221-1/+4
| * libata: transfer EHI control flags to slave ehc.iTejun Heo2008-10-222-0/+8
| * libata-sff: fix ata_sff_post_internal_cmd()Tejun Heo2008-10-221-1/+10
| * libata: initialize port_task when !CONFIG_ATA_SFFTejun Heo2008-10-221-0/+2
* | Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2008-10-2327-28/+164
|\ \
| * | [ARM] clps711x: add sparsemem definitionsRussell King2008-10-211-0/+2
| * | [ARM] 5315/1: Fix section mismatch warning (sa1111)Kristoffer Ericson2008-10-211-1/+1
| * | Merge branch 'for-rmk' of git://git.marvell.com/orion into develRussell King2008-10-20700-10393/+184560
| |\ \
| | * | [ARM] Orion: activate workaround for 88f6183 SPI clock erratumNicolas Pitre2008-10-191-1/+2
| | * | [ARM] Orion: instantiate the dsa switch driverLennert Buytenhek2008-10-199-0/+129
| | * | [ARM] mv78xx0: force link speed/duplex on eth2/eth3Lennert Buytenhek2008-10-191-0/+5
| * | | [ARM] remove extra brace in arch/arm/mach-pxa/trizeps4.cMariusz Kozlowski2008-10-181-1/+1
| * | | [ARM] balance parenthesis in header fileMariusz Kozlowski2008-10-181-1/+1
| * | | [ARM] pxa: fix trizeps PCMCIA buildRussell King2008-10-171-1/+1
| * | | [ARM] pxa: fix trizeps defconfigRussell King2008-10-171-0/+1
| * | | Merge branch 'for-rmk-fixes' of git://aeryn.fluff.org.uk/bjdooks/linuxRussell King2008-10-174-10/+9
| |\ \ \
| | * | | [ARM] S3C24XX: Fix redefine of DEFINE_TIMER() in s3c24xx pwm-clock.cNelson Castillo2008-10-161-6/+6
| | * | | [ARM] S3C2443: Fix HCLK rateBen Dooks2008-10-161-2/+1
| | * | | [ARM] S3C24XX: Serial driver debug depends on DEBUG_LLBen Dooks2008-10-161-1/+1
| | * | | [ARM] S3C24XX: pwm-clock set_parent mask fixDallas Foley2008-10-161-1/+1
| * | | | [ARM] dmabounce requires ZONE_DMARussell King2008-10-174-8/+2
| * | | | [ARM] 5303/1: period_cycles should be greater than 1roelkluin2008-10-171-1/+1
| * | | | [ARM] 5310/1: Fix cache flush functions for ARMv4Anders Grafström2008-10-171-3/+3
| * | | | [ARM] pxa: fix 3bca103a1e658d23737d20e1989139d9ca8973bfRussell King2008-10-171-0/+2
| * | | | [ARM] pxa: fix redefinition of NR_IRQSRussell King2008-10-171-1/+4
* | | | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds2008-10-2380-185/+5546
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Pull vtd-iommu into release branchTony Luck2008-10-1723-13/+620
| |\ \ \ \
| | * | | | [IA64] Add Variable Page Size and IA64 Support in Intel IOMMUFenghua Yu2008-10-1723-13/+620
| * | | | | Pull pv_ops-xen into release branchTony Luck2008-10-1750-11/+4631
| |\ \ \ \ \
| | * | | | | ia64/pv_ops: paravirtualized instruction checker.Isaku Yamahata2008-10-174-1/+316
| | * | | | | ia64/xen: a recipe for using xen/ia64 with pv_ops.Isaku Yamahata2008-10-171-0/+183
| | * | | | | ia64/pv_ops: update Kconfig for paravirtualized guest and xen.Isaku Yamahata2008-10-172-0/+58
| | * | | | | ia64/xen: preliminary support for save/restore.Isaku Yamahata2008-10-174-1/+99
| | * | | | | ia64/xen: define xen machine vector for domU.Isaku Yamahata2008-10-176-0/+37
| | * | | | | ia64/pv_ops/xen: implement xen pv_time_ops.Isaku Yamahata2008-10-174-1/+206
| | * | | | | ia64/pv_ops/xen: implement xen pv_irq_ops.Isaku Yamahata2008-10-174-1/+473
| | * | | | | ia64/pv_ops/xen: define the nubmer of irqs which xen needs.Isaku Yamahata2008-10-172-0/+45
| | * | | | | ia64/pv_ops/xen: implement xen pv_iosapic_ops.Isaku Yamahata2008-10-171-0/+52
| | * | | | | ia64/pv_ops/xen: paravirtualize entry.S for ia64/xen.Isaku Yamahata2008-10-173-1/+27
| | * | | | | ia64/pv_ops/xen: paravirtualize ivt.S for xen.Isaku Yamahata2008-10-173-1/+68
| | * | | | | ia64/pv_ops/xen: paravirtualize DO_SAVE_MIN for xen.Isaku Yamahata2008-10-172-0/+136
| | * | | | | ia64/pv_ops/xen: define xen paravirtualized instructions for hand written ass...Isaku Yamahata2008-10-171-0/+447
| | * | | | | ia64/pv_ops/xen: define xen pv_cpu_ops.Isaku Yamahata2008-10-171-0/+114
| | * | | | | ia64/pv_ops/xen: define xen pv_init_ops for various xen initialization.Isaku Yamahata2008-10-174-1/+221
| | * | | | | ia64/pv_ops/xen: elf note based xen startup.Isaku Yamahata2008-10-174-1/+154
| | * | | | | ia64/xen: introduce helper function to identify domain mode.Isaku Yamahata2008-10-171-0/+75
| | * | | | | ia64/xen: add definitions necessary for xen event channel.Isaku Yamahata2008-10-171-0/+50