summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | ARM: move CP15 definitions to separate header fileRussell King2012-03-2418-84/+103
| | | * | | ARM: SMP: use a timing out completion for cpu hotplugRussell King2012-03-241-11/+6
| | | * | | ARM: earlier initialization of vectors pageRussell King2012-01-234-10/+10
| | | * | | ARM: add dma coherent region reporting via procfsRussell King2012-01-233-9/+92
| | | * | | ARM: 7268/1: integrator: defconfig for both AP and CPLinus Walleij2012-01-191-0/+8
| | | | |/ | | | |/|
| | * | | ARM: pgtable: get rid of TOP_PTE()Russell King2012-01-261-4/+4
| | * | | ARM: pgtable: provide get_top_pte() to complement set_top_pte()Russell King2012-01-262-5/+8
| | * | | ARM: pgtable: consolidate set_pte_ext(TOP_PTE,...) + tlb flushRussell King2012-01-266-25/+20
| | * | | ARM: pgtable: use mk_pte rather than pfn_pte(page_to_pfn())Russell King2012-01-263-5/+5
| | * | | ARM: pgtable: move TOP_PTE address definitions to arch/arm/mm/mm.hRussell King2012-01-265-28/+25
| | |/ /
| * / / ARM: cache-l2x0.c: consistently use u32Russell King2012-01-202-14/+14
| |/ /
* | | Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2012-03-2915-3179/+3
|\ \ \
| * | | dmaengine: imx-dma: merge old dma-v1.c with imx-dma.cJavier Martin2012-03-264-957/+0
| * | | dmaengine: at_hdmac: add slave config operationNicolas Ferre2012-03-212-16/+0
| * | | dmaengine/dma_slave: introduce inline wrappersAlexandre Bounine2012-03-212-4/+3
| * | | Merge branch 'rmk_cookie_fixes2' into nextVinod Koul2012-03-131-2/+0
| |\ \ \
| | * | | dmaengine: move last completed cookie into generic dma_chan structureRussell King - ARM Linux2012-03-131-2/+0
| * | | | DMA: PL330: Merge PL330 driver into drivers/dma/Boojin Kim2012-03-084-2180/+0
| |/ / /
| * | | dmaengine/dw_dmac: Fix dw_dmac user drivers to adapt to slave_config changesViresh Kumar2012-02-222-20/+0
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds2012-03-298-54/+8
|\ \ \ \
| * | | | [PATCH v3] ipc: provide generic compat versions of IPC syscallsChris Metcalf2012-03-158-54/+8
* | | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2012-03-291-5/+0
|\ \ \ \ \
| * | | | | sched/x86/smp: Do not enable IRQs over calibrate_delay()Peter Zijlstra2012-03-271-5/+0
* | | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-03-2923-317/+414
|\ \ \ \ \ \
| * | | | | | x86/apic/amd: Be more verbose about LVT offset assignmentsRobert Richter2012-03-281-4/+9
| * | | | | | x86, tls: Off by one limit checkDan Carpenter2012-03-281-2/+2
| * | | | | | x86/ioapic: Add io_apic_ops driver layer to allow interceptionJeremy Fitzhardinge2012-03-282-7/+60
| * | | | | | x86/olpc: Add debugfs interface for EC commandsDaniel Drake2012-03-271-0/+97
| * | | | | | x86: Merge the x86_32 and x86_64 cpu_idle() functionsRichard Weinberger2012-03-264-165/+115
| * | | | | | x86/kconfig: Remove CONFIG_TR=y from the defconfigsRandy Dunlap2012-03-242-2/+0
| * | | | | | x86: Stop recursive fault in print_context_stack after stack overflowHugh Dickins2012-03-241-2/+5
| * | | | | | x86/io_apic: Move and reenable irq only when CONFIG_GENERIC_PENDING_IRQ=yAlexander Gordeev2012-03-231-40/+61
| * | | | | | x86/apic: Add separate apic_id_valid() functions for selected apic driversSteffen Persvold2012-03-238-8/+17
| * | | | | | locking/kconfig: Simplify INLINE_SPIN_UNLOCK usageRaghavendra K T2012-03-232-2/+2
| * | | | | | x86/kconfig: Update defconfigsIngo Molnar2012-03-232-86/+47
| * | | | | | x86: Fix excessive MSR print out when show_msr is not specifiedYinghai Lu2012-03-231-1/+1
* | | | | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-03-298-99/+106
|\ \ \ \ \ \ \
| * | | | | | | ia64: vsyscall: Add missing paranthesisThomas Gleixner2012-03-271-1/+1
| * | | | | | | x86: vdso: Put declaration before codeThomas Gleixner2012-03-241-1/+2
| * | | | | | | x86-64: Inline vdso clock_gettime helpersAndy Lutomirski2012-03-231-4/+5
| * | | | | | | x86-64: Simplify and optimize vdso clock_gettime monotonic variantsAndy Lutomirski2012-03-233-37/+26
| * | | | | | | x86, tsc: Skip refined tsc calibration on systems with reliable TSCAlok Kataria2012-03-151-0/+10
| * | | | | | | ia64: vsyscall: Use seqcount instead of seqlockThomas Gleixner2012-03-154-11/+7
| * | | | | | | x86: vdso: Use seqcount instead of seqlockThomas Gleixner2012-03-153-17/+12
| * | | | | | | x86: vdso: Remove bogus locking in update_vsyscall_tz()Thomas Gleixner2012-03-151-5/+0
| * | | | | | | time: x86: Fix race switching from vsyscall to non-vsyscall clockJohn Stultz2012-03-151-26/+46
* | | | | | | | Fix ia64 build errors (fallout from system.h disintegration)Luck, Tony2012-03-292-0/+2
* | | | | | | | irqdomain/powerpc: updated defconfigs for VIRQ_DEBUG renameGrant Likely2012-03-297-7/+7
* | | | | | | | irqdomain: Remove powerpc dependency from debugfs fileGrant Likely2012-03-291-10/+0
* | | | | | | | Merge tag 'mmc-merge-for-3.4-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2012-03-285-11/+8
|\ \ \ \ \ \ \ \