summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2010-09-19ARM: 6383/1: Implement phys_mem_access_prot() to avoid attributes aliasingCatalin Marinas2-0/+18
2010-09-19ARM: 6400/1: at91: fix arch_gettimeoffset falloutPeter Korsgaard1-1/+0
2010-09-17ARM: 6398/1: add proc info for ARM11MPCore/Cortex-A9 from ARMDaniel Walker1-1/+25
2010-09-17ARM: prevent multiple syscall restartsRussell King1-0/+2
2010-09-17ARM: 6395/1: VExpress: Set bit 22 in the PL310 (cache controller) AuxCtlr reg...Catalin Marinas1-1/+1
2010-09-17ARM: 6389/1: errata: incorrect hazard handling in the SCU may lead to data co...Will Deacon2-0/+23
2010-09-17ARM: 6388/1: errata: DMB operation may be faultyWill Deacon2-2/+26
2010-09-17ARM: 6387/1: errata: check primary part ID in proc-v7.SWill Deacon1-3/+8
2010-09-17ARM: 6377/1: supply _cansleep gpio function to U300Linus Walleij1-0/+3
2010-09-17ARM: 6376/1: plat-nomadik: MTU: Change prescaler limit and comment updatesLinus Walleij1-7/+10
2010-09-17ARM: 6375/1: plat-nomadik: MTU timer trivial bug fixLinus Walleij1-14/+2
2010-09-16Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds1-31/+11
2010-09-16Merge branch 'stable' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetca...Linus Torvalds12-51/+94
2010-09-16[IA64] Optimize ticket spinlocks in fsys_rt_sigprocmaskPetr Tesarik1-31/+11
2010-09-15arch/tile: fix formatting bug in register dumpsChris Metcalf1-1/+1
2010-09-15arch/tile: fix memcpy_fromio()/memcpy_toio() signaturesChris Metcalf1-4/+4
2010-09-15arch/tile: Save and restore extra user state for tilegxChris Metcalf4-7/+34
2010-09-15arch/tile: Change struct sigcontext to be more usefulChris Metcalf5-27/+36
2010-09-15arch/tile: finish const-ifying sys_execve()Chris Metcalf3-12/+19
2010-09-15Merge ssh://master.kernel.org/home/hpa/tree/secLinus Torvalds9-16/+22
2010-09-15MN10300: Fix up the IRQ names for the on-chip serial portsDavid Howells1-11/+11
2010-09-15x86-64, compat: Retruncate rax after ia32 syscall entry tracingRoland McGrath1-1/+7
2010-09-15x86-64, compat: Test %rax for the syscall number, not %eaxH. Peter Anvin1-7/+7
2010-09-15compat: Make compat_alloc_user_space() incorporate the access_ok()H. Peter Anvin8-8/+8
2010-09-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...Linus Torvalds3-1/+10
2010-09-13Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds1-7/+39
2010-09-13m68k,m68knommu: Wire up fanotify_init, fanotify_mark, and prlimit64Geert Uytterhoeven3-1/+10
2010-09-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds3-6/+1
2010-09-11x86, tsc: Fix a preemption leak in restore_sched_clock_state()Peter Zijlstra1-1/+1
2010-09-10Merge branch 'kvm-updates/2.6.36' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds4-7/+14
2010-09-10Merge branch 'at91-fixes-for-linus' of git://github.com/at91linux/linux-2.6-at91Linus Torvalds4-19/+36
2010-09-10AT91: at91sam9261ek: remove C99 comments but keep informationNicolas Ferre1-4/+2
2010-09-10AT91: at91sam9261ek board: remove warnings related to use of SPI or SD/MMCNicolas Ferre1-11/+19
2010-09-10AT91: dm9000 initialization updateNicolas Ferre1-1/+2
2010-09-10arch/powerpc/include/asm/fsldma.h needs slab.hIra W. Snyder1-0/+1
2010-09-10Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds32-172/+424
2010-09-10[IA64] fix siglockTony Luck1-7/+39
2010-09-10ARM: Update mach-typesRussell King1-2/+96
2010-09-10ARM: Partially revert "Auto calculate ZRELADDR and provide option for excepti...Russell King4-95/+10
2010-09-10Merge branch 'origin'Russell King23-66/+129
2010-09-09AT91: SAM9G45 - add a separate clock entry for every single TC blockFabian Godehardt2-5/+14
2010-09-09AT91: clock: peripheral clocks can have other parent than mckNicolas Ferre1-1/+2
2010-09-09sparc: Kill all BKL usage.David S. Miller3-6/+1
2010-09-08Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds5-13/+13
2010-09-08Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds4-25/+73
2010-09-08KVM: i8259: fix migrationGleb Natapov1-1/+1
2010-09-08KVM: fix i8259 oops when no vcpus are onlineAvi Kivity1-0/+3
2010-09-08KVM: x86 emulator: fix regression with cmpxchg8b on i386 hostsAvi Kivity2-6/+10
2010-09-08ARM: Ensure PTE modifications via dma_alloc_coherent are visibleRussell King1-0/+2
2010-09-08ARM: 6359/1: ep93xx: move clock initialization earlierMika Westerberg1-1/+1