summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
*-----------. Merge branches 'arnd-randcfg-fixes', 'debug', 'io' (early part), 'l2x0', 'p2v...Russell King2011-10-2574-719/+1236
|\ \ \ \ \ \ \
| | | | | | | * ARM: smp: fix clipping of number of CPUsRussell King2011-10-208-28/+38
| | | | | | | * ARM: 7115/4: move __exception and friends to asm/exception.hJamie Iles2011-10-177-9/+25
| | | | | | | * ARM: 7124/1: smp: Add a localtimer handler callable from C codeShawn Guo2011-10-172-0/+9
| | | | | | | * ARM: 7123/1: smp: Add an IPI handler callable from C codeShawn Guo2011-10-172-0/+10
| | | | | | | * ARM: 7100/1: smp_scu: remove __init annotation from scu_enable()Shawn Guo2011-10-171-1/+1
| | | | | | | * ARM: 7061/1: gic: convert logical CPU numbers into physical numbersWill Deacon2011-10-171-3/+14
| | | | | | | * ARM: 7060/1: smp: populate logical CPU mapping during bootWill Deacon2011-10-172-0/+21
| | | | | | | * ARM: 7011/1: Add ARM cpu topology definitionVincent Guittot2011-10-176-0/+218
| | | | | | * | ARM: 7077/1: LPAE: Use a mask for physical addresses in page table entriesCatalin Marinas2011-10-062-3/+5
| | | | | | * | ARM: 7076/1: LPAE: Add (pte|pmd)val_t type definitions as u32Catalin Marinas2011-10-066-56/+59
| | | | | | * | ARM: 7075/1: LPAE: Factor out 2-level page table definitions into separate filesCatalin Marinas2011-10-066-250/+302
| | | | | | * | ARM: 7059/1: LPAE: Use PMD_(SHIFT|SIZE|MASK) instead of PGDIR_*Catalin Marinas2011-08-234-45/+51
| | | | | | * | ARM: 7058/1: LPAE: Cast the dma_addr_t argument to unsigned long in dma_to_virtCatalin Marinas2011-08-231-1/+1
| | | | | * | | ARM: 7013/1: P2V: Remove ARM_PATCH_PHYS_VIRT_16BITNicolas Pitre2011-08-134-68/+14Star
| | | | | * | | ARM: 7012/1: Set proper TEXT_OFFSET for newer MSMsStephen Boyd2011-08-135-3/+75
| | | | | * | | ARM: enable ARM_PATCH_PHYS_VIRT by defaultRussell King2011-08-111-2/+6
| | | | * | | | ARM: 7114/1: cache-l2x0: add resume entry for l2 in secure modeBarry Song2011-10-174-10/+163
| | | | * | | | ARM: 7090/1: CACHE-L2X0: filter start address can be 0 and is often 0Barry Song2011-10-171-1/+1
| | | | * | | | ARM: 7089/1: L2X0: add explicit cpu_relax() for busy wait loopBarry Song2011-10-171-1/+1
| | | | * | | | ARM: 7009/1: l2x0: Add OF based initializationRob Herring2011-10-172-0/+120
| | | | | |_|/ | | | | |/| |
| | | * | | | ARM: io: remove IO_SPACE_LIMIT from SA11x0Russell King2011-08-171-4/+2Star
| | | * | | | ARM: io: remove IO_SPACE_LIMIT from platforms without PCI/ISARussell King2011-08-171-2/+0Star
| | | * | | | ARM: io: remove IO_SPACE_LIMIT from platforms with ISA/PCI and 64K windowRussell King2011-08-175-10/+0Star
| | | * | | | ARM: io: add a default IO_SPACE_LIMIT definitionRussell King2011-08-171-0/+21
| | | * | | | ARM: io: RiscPC: eliminate private inb() et.al. definitionsRussell King2011-08-171-182/+8Star
| | | * | | | ARM: io: RiscPC: make EASI_BASE a void iomem pointerRussell King2011-08-173-4/+4
| | | * | | | ARM: io: ecard: remove ioaddr() from ecard.cRussell King2011-08-173-29/+14Star
| | | * | | | ARM: io: ecard: move ioaddr() inside __ecard_addressRussell King2011-08-172-6/+6
| | | * | | | ARM: io: RiscPC: define io addresses relative to IO_BASERussell King2011-08-171-6/+6
| | | * | | | ARM: io: s3c2410: remove ioaddr()Russell King2011-08-171-2/+0Star
| | * | | | | ARM: 7116/1: debug: provide dummy default option for DEBUG_LL UART choiceWill Deacon2011-10-171-2/+10
| | * | | | | ARM: 7097/1: debug: Move DEBUG_ICEDCC into the DEBUG_LL choiceStephen Boyd2011-10-171-12/+10Star
| | * | | | | ARM: 7096/1: debug: Add UART1 config choicesStephen Boyd2011-10-171-4/+15
| | * | | | | ARM: 7073/1: debug: augment DEBUG_LL Kconfig help to clarify behaviourWill Deacon2011-10-171-1/+6
| | * | | | | ARM: 7072/1: debug: use kconfig choice for selecting DEBUG_LL UARTWill Deacon2011-10-171-17/+24
| | | |/ / / | | |/| | |
| * | | | | ARM: include linux/highmem.h in uaccess functionsArnd Bergmann2011-10-021-0/+1
| * | | | | ARM: common/vic: use proper __iomem annotationsArnd Bergmann2011-10-011-1/+2
| * | | | | ARM: OC_ETM should not select ARM_AMBAArnd Bergmann2011-10-011-1/+1
| * | | | | ARM: pci: always export pcibios_bus_to_resourceArnd Bergmann2011-10-011-5/+4Star
| * | | | | ARM: add io{read,write}{16,32}be functionsArnd Bergmann2011-10-011-0/+6
| * | | | | ARM: limit CONFIG_HAVE_IDE to platforms that doArnd Bergmann2011-10-012-1/+6
| * | | | | ARM: pm: let platforms select cpu_suspend supportArnd Bergmann2011-10-015-2/+9
| * | | | | ARM: vfp: use -mfloat-abi=soft to build vfpArnd Bergmann2011-10-011-1/+1
| * | | | | ARM: allow building alignment.c without PROC_FSArnd Bergmann2011-10-011-10/+10
| * | | | | ARM: always use ARM_UNWIND for thumb2 kernelsArnd Bergmann2011-10-011-0/+1
| * | | | | ARM: SMP depends on MMUArnd Bergmann2011-10-011-0/+1
| * | | | | ARM: export rtc_lock for nvram driverArnd Bergmann2011-10-011-4/+2Star
* | | | | | x86: Fix S4 regressionTakashi Iwai2011-10-241-2/+1Star
* | | | | | Merge branch 'samsung-fixes-4' of git://github.com/kgene/linux-samsungLinus Torvalds2011-10-236-3/+13
|\ \ \ \ \ \