summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* h8300: select generic atomic64_t supportFengguang Wu2012-12-181-0/+1
* arch/x86/platform/iris/iris.c: register a platform device and a platform driverShérab2012-12-181-10/+57
* CRIS: fix I/O macrosCorey Minyard2012-12-181-6/+33
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lli...Linus Torvalds2012-12-1838-948/+972
|\
| * blackfin: SEC: clean up SEC interrupt initializationSonic Zhang2012-12-144-146/+137
| * blackfin: kgdb: call generic_exec_single() directlySonic Zhang2012-12-131-2/+11
| * blackfin: anomaly: add anomaly 16000030 for bf5xxSonic Zhang2012-12-137-0/+7
| * Blackfin: dpmc: use module_platform_driver macroSrinivas Kandagatla2012-12-131-18/+1
| * Blackfin: remove unused is_in_rom()Tobias Klauser2012-12-131-17/+0
| * Blackfin: remove unnecessary prototype for kobjsize()Tobias Klauser2012-12-131-2/+0
| * Blackfin: twi: Add missing __iomem annotationLars-Peter Clausen2012-12-131-1/+1
| * Blackfin: Annotate strnlen_user and strlen_user 'src' parameter with __userLars-Peter Clausen2012-12-131-4/+4
| * Blackfin: Annotate clear_user 'to' parameter with __userLars-Peter Clausen2012-12-131-2/+2
| * Blackfin: Add missing __user annotations to put_userLars-Peter Clausen2012-12-131-4/+4
| * Blackfin: Annotate strncpy_from_user src parameter with __userLars-Peter Clausen2012-12-131-2/+2
| * blackfin: Use Kbuild infrastructure for kvm_para.hSteven Rostedt2012-12-132-1/+1
| * UAPI: (Scripted) Disintegrate arch/blackfin/include/asmDavid Howells2012-12-1322-749/+802
* | Merge tag 'disintegrate-alpha-20121217' of git://git.infradead.org/users/dhow...Linus Torvalds2012-12-1854-1275/+1349
|\ \
| * | UAPI: (Scripted) Disintegrate arch/alpha/include/asmDavid Howells2012-12-1754-1275/+1349
* | | Merge tag 'for-3.8' of git://openrisc.net/~jonas/linuxLinus Torvalds2012-12-183-6/+2
|\ \ \
| * | | openrisc: use kbuild.h instead of defining macros in asm-offset.cJames Hogan2012-10-251-5/+1
| * | | openrisc: Use Kbuild infrastructure for kvm_para.hSteven Rostedt2012-10-252-1/+1
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2012-12-189-8/+350
|\ \ \ \
| * | | | s390/ccwdev: Include asm/schid.h.Cornelia Huck2012-12-171-3/+1
| * | | | s390/pci: performance statistics and debug infrastructureJan Glauber2012-12-148-5/+349
* | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2012-12-1897-686/+1251
|\ \ \ \ \
| * \ \ \ \ Merge remote-tracking branch 'agust/next' into nextBenjamin Herrenschmidt2012-12-18205-1135/+1971
| |\ \ \ \ \
| | * | | | | powerpc: mpc5200: Add a3m071 board supportStefan Roese2012-12-062-0/+145
| | * | | | | powerpc/512x: don't compile any platform DIU code if the DIU is not enabledTimur Tabi2012-12-034-24/+16
| | * | | | | powerpc/mpc52xx: use module_platform_driver macroSrinivas Kandagatla2012-12-031-15/+1
| * | | | | | Merge remote-tracking branch 'kumar/next' into nextBenjamin Herrenschmidt2012-11-268-17/+169
| |\ \ \ \ \ \
| | * | | | | | powerpc/dma/raidengine: add raidengine deviceXuelin Shi2012-11-253-0/+92
| | * | | | | | powerpc/iommu/fsl: Add PAMU bypass enable register to ccsr_guts structVarun Sethi2012-11-251-1/+3
| | * | | | | | powerpc/mpc85xx: Change spin table to cached memoryYork Sun2012-11-251-13/+36
| | * | | | | | powerpc/fsl-pci: Add PCI controller ATMU PM supportJia Hongtao2012-11-251-2/+35
| | * | | | | | powerpc/86xx: fsl_pcibios_fixup_bus requires CONFIG_PCITimur Tabi2012-11-251-0/+2
| | * | | | | | powerpc/85xx: p1022ds: Use NULL instead of 0 for pointersTushar Behera2012-11-251-1/+1
| * | | | | | | Merge branch 'merge' into nextBenjamin Herrenschmidt2012-11-26452-4546/+5161
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| * | | | | | | powerpc: Disable relocation on exceptions when kexecingIan Munsie2012-11-151-0/+33
| * | | | | | | powerpc: Enable relocation on during exceptions at bootIan Munsie2012-11-151-0/+38
| * | | | | | | powerpc: Move get_longbusy_msecs into hvcall.h and remove duplicate functionIan Munsie2012-11-151-0/+20
| * | | | | | | powerpc: Add wrappers to enable/disable relocation on exceptionsIan Munsie2012-11-151-0/+25
| * | | | | | | powerpc: Add set_mode hcallIan Munsie2012-11-154-2/+12
| * | | | | | | powerpc: Setup relocation on exceptions for bare metal systemsMichael Neuling2012-11-152-0/+4
| * | | | | | | powerpc: Move initial mfspr LPCR out of __init_LPCRMichael Neuling2012-11-151-1/+5
| * | | | | | | powerpc: Add relocation on exception vector handlersMichael Neuling2012-11-153-10/+177
| * | | | | | | powerpc: Add new macros needed for relocation on exceptionsMichael Neuling2012-11-152-0/+115
| * | | | | | | powerpc: Turn syscall handler into macrosMichael Neuling2012-11-151-23/+40
| * | | | | | | powerpc: Make load_hander handle upto 64k offsetMichael Neuling2012-11-153-3/+9
| * | | | | | | powerpc: Remove unessessary 0x3000 location enforcementMichael Neuling2012-11-151-1/+3