summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* ARM: 6407/1: mmu: Setup MT_MEMORY and MT_MEMORY_NONCACHED L1 entriesSantosh Shilimkar2010-09-251-2/+15
* Merge branch 'fix' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/px...Russell King2010-09-255-4/+25
|\
| * ARM: pxa: remove pr_<level> uses of KERN_<level>Joe Perches2010-09-251-2/+1
| * ARM: pxa: fix cpu_is_pxa*() not expanding to zero when not configuredEric Miao2010-09-251-0/+12
| * ARM: pxa168: fix corrected reset vectorMark F. Brown2010-09-251-1/+6
| * ARM: pxa: Use PIO for PI2C communication on Palm27xMarek Vasut2010-09-251-1/+5
| * ARM: pxa: Fix Vpac270 gpio_power for MMCMarek Vasut2010-09-251-0/+1
* | ARM: 6401/1: plug a race in the alignment trap handlerNicolas Pitre2010-09-231-2/+17
* | ARM: 6406/1: at91sam9g45: fix i2c bus speedPeter Korsgaard2010-09-231-2/+2
* | Merge branch 'for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/nico/...Russell King2010-09-233-6/+6
|\ \
| * | ARM: dove: fix __io() definition to use bus based offsetEric Miao2010-09-191-3/+3
| * | ARM: kirkwood: Unbreak PCIe I/O portArnaud Patard2010-09-192-3/+3
| |/
* | ARM: Fix build error when using KCONFIG_CONFIGRussell King2010-09-191-1/+1
* | ARM: 6383/1: Implement phys_mem_access_prot() to avoid attributes aliasingCatalin Marinas2010-09-192-0/+18
* | ARM: 6400/1: at91: fix arch_gettimeoffset falloutPeter Korsgaard2010-09-191-1/+0
* | ARM: 6398/1: add proc info for ARM11MPCore/Cortex-A9 from ARMDaniel Walker2010-09-171-1/+25
* | ARM: prevent multiple syscall restartsRussell King2010-09-171-0/+2
* | ARM: 6395/1: VExpress: Set bit 22 in the PL310 (cache controller) AuxCtlr reg...Catalin Marinas2010-09-171-1/+1
* | ARM: 6389/1: errata: incorrect hazard handling in the SCU may lead to data co...Will Deacon2010-09-172-0/+23
* | ARM: 6388/1: errata: DMB operation may be faultyWill Deacon2010-09-172-2/+26
* | ARM: 6387/1: errata: check primary part ID in proc-v7.SWill Deacon2010-09-171-3/+8
* | ARM: 6377/1: supply _cansleep gpio function to U300Linus Walleij2010-09-171-0/+3
* | ARM: 6376/1: plat-nomadik: MTU: Change prescaler limit and comment updatesLinus Walleij2010-09-171-7/+10
* | ARM: 6375/1: plat-nomadik: MTU timer trivial bug fixLinus Walleij2010-09-171-14/+2
* | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds2010-09-161-31/+11
|\ \
| * | [IA64] Optimize ticket spinlocks in fsys_rt_sigprocmaskPetr Tesarik2010-09-151-31/+11
* | | Merge branch 'stable' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetca...Linus Torvalds2010-09-1612-51/+94
|\ \ \
| * | | arch/tile: fix formatting bug in register dumpsChris Metcalf2010-09-151-1/+1
| * | | arch/tile: fix memcpy_fromio()/memcpy_toio() signaturesChris Metcalf2010-09-151-4/+4
| * | | arch/tile: Save and restore extra user state for tilegxChris Metcalf2010-09-154-7/+34
| * | | arch/tile: Change struct sigcontext to be more usefulChris Metcalf2010-09-155-27/+36
| * | | arch/tile: finish const-ifying sys_execve()Chris Metcalf2010-09-153-12/+19
| | |/ | |/|
* | | Merge ssh://master.kernel.org/home/hpa/tree/secLinus Torvalds2010-09-149-16/+22
|\ \ \
| * | | x86-64, compat: Retruncate rax after ia32 syscall entry tracingRoland McGrath2010-09-141-1/+7
| * | | x86-64, compat: Test %rax for the syscall number, not %eaxH. Peter Anvin2010-09-141-7/+7
| * | | compat: Make compat_alloc_user_space() incorporate the access_ok()H. Peter Anvin2010-09-148-8/+8
| | |/ | |/|
* | | MN10300: Fix up the IRQ names for the on-chip serial portsDavid Howells2010-09-141-11/+11
|/ /
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...Linus Torvalds2010-09-133-1/+10
|\ \
| * | m68k,m68knommu: Wire up fanotify_init, fanotify_mark, and prlimit64Geert Uytterhoeven2010-09-133-1/+10
| |/
* | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds2010-09-131-7/+39
|\ \ | |/ |/|
| * [IA64] fix siglockTony Luck2010-09-091-7/+39
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2010-09-113-6/+1
|\ \
| * | sparc: Kill all BKL usage.David S. Miller2010-09-083-6/+1
* | | x86, tsc: Fix a preemption leak in restore_sched_clock_state()Peter Zijlstra2010-09-101-1/+1
* | | Merge branch 'kvm-updates/2.6.36' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2010-09-104-7/+14
|\ \ \
| * | | KVM: i8259: fix migrationGleb Natapov2010-09-081-1/+1
| * | | KVM: fix i8259 oops when no vcpus are onlineAvi Kivity2010-09-081-0/+3
| * | | KVM: x86 emulator: fix regression with cmpxchg8b on i386 hostsAvi Kivity2010-09-082-6/+10
| | |/ | |/|
* | | Merge branch 'at91-fixes-for-linus' of git://github.com/at91linux/linux-2.6-at91Linus Torvalds2010-09-104-19/+36
|\ \ \
| * | | AT91: at91sam9261ek: remove C99 comments but keep informationNicolas Ferre2010-09-101-4/+2
OpenPOWER on IntegriCloud