summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-07-0632-302/+99
|\
| * Merge branch 'timers/posix-cpu-timers-for-tglx' ofThomas Gleixner2013-07-04366-2805/+5033
| |\
| * | x86: xen: Sync the CMOS RTC as well as the Xen wallclockDavid Vrabel2013-06-281-19/+26
| * | x86: xen: Sync the wallclock when the system time is setDavid Vrabel2013-06-281-0/+28
| * | sched_clock: Add temporary asm/sched_clock.hStephen Boyd2013-06-211-0/+4
| * | Revert "dw_apb_timer_of.c: Remove parts that were picoxcell-specific"John Stultz2013-06-181-0/+2
| * | sched_clock: Make ARM's sched_clock generic for all architecturesStephen Boyd2013-06-1223-254/+21
| * | ARM: sched_clock: Return suspended count earlierStephen Boyd2013-06-121-3/+3
| * | ARM: sched_clock: Remove unused needs_suspend memberStephen Boyd2013-06-121-1/+0
| * | x86: Fix vrtc_get_time/set_mmss to use new timespec interfaceJohn Stultz2013-05-292-7/+8
| * | x86: Increase precision of x86_platform.get/set_wallclock()David Vrabel2013-05-287-39/+30
| * | dw_apb_timer_of.c: Remove parts that were picoxcell-specificPavel Machek2013-05-281-2/+0
* | | Merge branch 'for-v3.11' of git://git.linaro.org/people/mszyprowski/linux-dma...Linus Torvalds2013-07-061-8/+32
|\ \ \
| * | | ARM: dma: Drop __GFP_COMP for iommu dma memory allocationsRichard Zhao2013-06-281-0/+9
| * | | ARM: DMA-mapping: mark all !DMA_TO_DEVICE pages in unmapping as cleanMing Lei2013-06-281-3/+17
| * | | ARM: dma-mapping: NULLify dev->archdata.mapping pointer on detachWill Deacon2013-06-281-1/+1
| * | | ARM: dma-mapping: convert DMA direction into IOMMU protection attributesWill Deacon2013-06-281-2/+16
| * | | ARM: dma-mapping: Get pages if the cpu_addr is out of atomic_poolYoungJun Cho2013-06-281-5/+6
* | | | Merge tag 'metag-for-v3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-07-0624-52/+243
|\ \ \ \
| * | | | metag: move EXPORT_SYMBOL(csum_partial) to metag_ksyms.cJames Hogan2013-07-042-1/+5
| * | | | metag: cpu hotplug: route_irq: preserve irq maskJames Hogan2013-07-021-2/+3
| * | | | metag: kick: add missing irq_enter/exit to kick_handler()James Hogan2013-07-021-0/+9
| * | | | metag: smp: don't spin waiting for CPU to startJames Hogan2013-07-021-10/+6
| * | | | metag: smp: enable irqs after set_cpu_onlineJames Hogan2013-07-021-5/+6
| * | | | metag: use clear_tasks_mm_cpumask()James Hogan2013-07-021-7/+1
| * | | | metag: tz1090: select and instantiate pinctrl-tz1090-pdcJames Hogan2013-06-272-0/+7
| * | | | metag: tz1090: select and instantiate pinctrl-tz1090James Hogan2013-06-272-0/+8
| * | | | metag: don't check for cache aliasing on smp cpu bootJames Hogan2013-06-271-6/+0
| * | | | metag: panic if cache aliasing possibleJames Hogan2013-06-271-6/+7
| * | | | metag: *.dts: include using preprocessorJames Hogan2013-06-273-3/+3
| * | | | metag: add <dt-bindings/> symlinkJames Hogan2013-06-271-0/+1
| * | | | metag/.gitignore: Extend the *.dtb pattern to match the dtb.S filesMarkos Chandras2013-06-131-1/+1
| * | | | metag/traps: include setup.h for the per_cpu_trap_init declarationMarkos Chandras2013-06-131-0/+1
| * | | | metag/traps: Mark die() as __noreturn to match the declaration.Markos Chandras2013-06-132-4/+4
| * | | | metag/processor.h: Add missing cpuinfo_op declaration.Markos Chandras2013-06-131-0/+2
| * | | | metag/setup: Restrict scope for the capabilities variableMarkos Chandras2013-06-131-6/+6
| * | | | metag/mm/cache: Restrict scope for metag_lnkget_probeMarkos Chandras2013-06-131-1/+1
| * | | | metag/asm/irq.h: Declare init_IRQMarkos Chandras2013-06-131-0/+1
| * | | | metag/kernel/irq.c: Declare root_domain as staticMarkos Chandras2013-06-131-1/+1
| * | | | metag: log core and timer frequencies from arch codeJames Hogan2013-06-131-0/+2
| * | | | metag: init common clk and use "core" clkJames Hogan2013-06-133-3/+76
| * | | | metag: minimal TZ1090 (Comet) SoC infrastructureJames Hogan2013-06-136-1/+93
| * | | | metag: of_platform_populate from arch generic codeJames Hogan2013-06-131-0/+4
* | | | | Merge tag 'xenarm-for-3.11-tag' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-07-064-0/+4
|\ \ \ \ \
| * | | | | xen/arm and xen/arm64: implement HYPERVISOR_tmem_opStefano Stabellini2013-07-044-0/+4
* | | | | | Merge tag 'irqdomain-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds2013-07-063-5/+3
|\ \ \ \ \ \
| * | | | | | irqdomain: Refactor irq_domain_associate_many()Grant Likely2013-06-241-3/+1
| * | | | | | irqdomain: Clean up aftermath of irq_domain refactoringGrant Likely2013-06-102-2/+2
| | |/ / / / | |/| | | |
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2013-07-0515-2387/+1017
|\ \ \ \ \ \
| * \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptoHerbert Xu2013-06-213-18/+34
| |\ \ \ \ \ \