summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* m68knommu: remove empty __iounmap() it is no usedGreg Ungerer2011-01-052-10/+0
* m68knommu: remove kernel_map() code, it is not usedGreg Ungerer2011-01-052-34/+1
* m68knommu: remove do_page_fault(), it is not usedGreg Ungerer2011-01-052-58/+1
* m68knommu: use user stack pointer hardware on some ColdFire coresGreg Ungerer2011-01-057-55/+72
* m68knommu: remove command line printing DEBUGGreg Ungerer2011-01-051-5/+0
* m68knommu: remove fasthandler interrupt codeGreg Ungerer2011-01-051-27/+1
* m68knommu: move UART addressing to part specific includesGreg Ungerer2011-01-0512-45/+74
* m68knommu: fix clock rate value reported for ColdFire 54xx partsGreg Ungerer2011-01-0512-21/+34
* m68knommu: move ColdFire CPU names into their headersGreg Ungerer2011-01-0512-44/+30
* m68knommu: add support for the ColdFire 547x family of processorsGreg Ungerer2011-01-051-1/+6
* m68knommu: make Coldfire 548x support more genericGreg Ungerer2011-01-0514-44/+49
* m68knommu: Use symbolic constants for cache operations on M54xxPhilippe De Muyter2011-01-053-17/+65
* m68knommu: Move __flush_cache_all definition for m54xx in m54xxacr.hPhilippe De Muyter2011-01-052-23/+36
* m68knommu: Create new m54xxacr.h from m5407sim.h subpartPhilippe De Muyter2011-01-052-34/+43
* Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2011-01-0413-156/+62
|\
| * Merge branch 'fix' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/px...Russell King2011-01-0338-90/+219
| |\
| | * ARM: pxa: fix page table corruption on resumeAric D. Blumer2011-01-031-2/+2
| | * ARM: it8152: add IT8152_LAST_IRQ definition to fix build errorMike Rapoport2011-01-031-0/+1
| | * ARM: pxa: PXA_ESERIES depends on FB_W100.Lennert Buytenhek2011-01-031-0/+1
| * | ARM: 6605/1: Add missing include "asm/memory.h"Axel Lin2011-01-031-0/+1
| * | ARM: 6540/1: Stop irqsoff trace on return to userTodd Android Poynor2010-12-241-0/+6
| * | ARM: 6536/1: Add missing SZ_{32,64,128}Stephen Warren2010-12-241-3/+3
| * | Merge branch 'fix' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/px...Russell King2010-12-221-0/+1
| |\ \
| | * | ARM: pxa: PXA_ESERIES depends on FB_W100.Lennert Buytenhek2010-12-161-0/+1
| * | | Merge branch 'kmap_atomic_fixes' of git://git.linaro.org/people/nico/linuxRussell King2010-12-206-150/+48
| |\ \ \
| | * | | ARM: fix cache-feroceon-l2 after stack based kmap_atomic()Nicolas Pitre2010-12-191-18/+19
| | * | | ARM: fix cache-xsc3l2 after stack based kmap_atomic()Nicolas Pitre2010-12-191-36/+21
| | * | | ARM: get rid of kmap_high_l1_vipt()Nicolas Pitre2010-12-194-96/+8
| | |/ /
| * | | ARM: smp: avoid incrementing mm_users on CPU startupRussell King2010-12-181-1/+0
* | | | arch/mn10300/kernel/irq.c: fix buildAndrew Morton2011-01-041-1/+1
* | | | arch/x86/oprofile/op_model_amd.c: Perform initialisation on a single CPURobert Richter2011-01-031-8/+16
* | | | Merge branch 'kvm-updates/2.6.37' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2011-01-022-1/+4
|\ \ \ \ | |_|_|/ |/| | |
| * | | KVM: i8259: initialize isr_ackAvi Kivity2011-01-021-0/+2
| * | | KVM: MMU: Fix incorrect direct gfn for unpaged mode shadowAvi Kivity2010-12-291-1/+2
* | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-12-291-11/+5
|\ \ \ \
| * | | | x86/microcode: Fix double vfree() and remove redundant pointer checks before ...Jesper Juhl2010-12-271-11/+5
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb...Linus Torvalds2010-12-281-0/+2
|\ \ \ \ \
| * | | | | mmc: at91_mci: fix multiblock SDIO transfersYauhen Kharuzhy2010-12-211-0/+2
| | |/ / / | |/| | |
* | | | | ARM: fix IXP4xx build failureImre Kaloz2010-12-282-1/+2
* | | | | Merge branch 'sh-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2010-12-273-4/+3
|\ \ \ \ \
| * | | | | sh: Fix up SH7201 clkfwk build.Paul Mundt2010-12-241-1/+1
| * | | | | sh: mach-se: Fix up SE7206 build.Paul Mundt2010-12-241-1/+1
| * | | | | sh: Fix up SH4-202 clkfwk build.Paul Mundt2010-12-241-2/+1
* | | | | | Merge branch 'merge' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2010-12-241-0/+1
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | powerpc/mpc5200: include fs.h in mpc52xx_gpt.cWolfram Sang2010-12-231-0/+1
| |/ / / /
* | | | | Merge branches 'perf-fixes-for-linus' and 'x86-fixes-for-linus' of git://git....Linus Torvalds2010-12-241-3/+14
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | x86, kexec: Limit the crashkernel address appropriatelyH. Peter Anvin2010-12-181-3/+14
* | | | | Merge branch 'rmobile-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2010-12-202-5/+27
|\ \ \ \ \
| * | | | | ARM: mach-shmobile: INTC interrupt priority level demux fixMagnus Damm2010-12-171-4/+26
| * | | | | ARM: mach-shmobile: fix compile warning in mm/init.cMagnus Damm2010-12-171-1/+1