summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'llvmlinux-for-v3.16' of git://git.linuxfoundation.org/llvmlinux/ke...Linus Torvalds2014-06-082-12/+12
|\
| * arm, unwind, LLVMLinux: Enable clang to be used for unwinding the stackMark Charlebois2014-06-071-1/+1
| * ARM: LLVMLinux: Change "extern inline" to "static inline" in glue-cache.hBehan Webster2014-06-071-11/+11
* | Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-06-083-35/+38
|\ \
| * | x86, vdso: Use <tools/le_byteshift.h> for littleendian accessH. Peter Anvin2014-06-063-35/+38
* | | Merge branch 'next' (accumulated 3.16 merge window patches) into masterLinus Torvalds2014-06-081684-23954/+54340
|\ \ \
| * \ \ Merge tag 'clk-for-linus-3.16' of git://git.linaro.org/people/mike.turquette/...Linus Torvalds2014-06-071-59/+105
| |\ \ \
| | * \ \ Merge remote-tracking branch 'linaro/clk-next' into clk-nextMike Turquette2014-05-231-59/+105
| | |\ \ \
| | | * | | ARM: dts: use real clocks for bcm21664Alex Elder2014-04-301-59/+105
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6 int...Linus Torvalds2014-06-072-8/+8
| |\ \ \ \ \
| | * | | | | crypto: bfin_crc - access crc registers by readl and writel functionsSonic Zhang2014-04-161-125/+0
| | * | | | | crypto: ghash-clmulni-intel - Use u128 instead of be128 for internal keyHerbert Xu2014-04-042-8/+8
| * | | | | | Merge branch 'akpm' (patches from Andrew Morton) into nextLinus Torvalds2014-06-0614-45/+99
| |\ \ \ \ \ \
| | * | | | | | powerpc: update comments for generic idle conversionGeert Uytterhoeven2014-06-061-1/+1
| | * | | | | | cris: update comments for generic idle conversionGeert Uytterhoeven2014-06-062-7/+3
| | * | | | | | blackfin/ptrace: call find_vma with the mmap_sem heldDavidlohr Bueso2014-06-061-2/+6
| | * | | | | | tile: convert use of typedef ctl_table to struct ctl_tableJoe Perches2014-06-061-2/+2
| | * | | | | | ia64: convert use of typedef ctl_table to struct ctl_tableJoe Perches2014-06-062-5/+5
| | * | | | | | arm: convert use of typedef ctl_table to struct ctl_tableJoe Perches2014-06-061-3/+3
| | * | | | | | signals: kill sigfindinword()Oleg Nesterov2014-06-062-15/+0
| | * | | | | | ARM: at91: fix at91_sysirq_mask_rtc for sam9x5 SoCsBoris BREZILLON2014-06-061-9/+13
| | * | | | | | arch/mips/dec: switch DECstation systems to rtc-cmosMaciej W. Rozycki2014-06-062-1/+45
| | * | | | | | arm64: add APM X-Gene SoC RTC DTS entryLoc Ho2014-06-061-0/+21
| * | | | | | | Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2014-06-064-14/+14
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| | * | | | | | ARM: sunxi: dt: Convert to the new i2c compatiblesMaxime Ripard2014-05-224-14/+14
| | | |/ / / / | | |/| | | |
| * | | | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2014-06-0692-581/+6348
| |\ \ \ \ \ \
| | * | | | | | arm64: kernel: initialize broadcast hrtimer based clock event deviceLorenzo Pieralisi2014-05-301-0/+3
| | * | | | | | arm64: ftrace: Add system call tracepointAKASHI Takahiro2014-05-295-0/+31
| | * | | | | | arm64: ftrace: Add CALLER_ADDRx macrosAKASHI Takahiro2014-05-293-2/+61
| | * | | | | | arm64: ftrace: Add dynamic ftrace supportAKASHI Takahiro2014-05-294-0/+171
| | * | | | | | arm64: Add ftrace supportAKASHI Takahiro2014-05-296-0/+272
| | * | | | | | ftrace: Add arm64 support to recordmcountAKASHI Takahiro2014-05-291-0/+2
| | * | | | | | arm64: Add 'notrace' attribute to unwind_frame() for ftraceAKASHI Takahiro2014-05-291-1/+1
| | * | | | | | arm64: add __ASSEMBLY__ in asm/insn.hAKASHI Takahiro2014-05-291-0/+2
| | * | | | | | Merge branch 'ftrace/arm64' of git://git.kernel.org/pub/scm/linux/kernel/git/...Will Deacon2014-05-2868-380/+979
| | |\ \ \ \ \ \
| | | * | | | | | ftrace: Make CALLER_ADDRx macros more genericAKASHI Takahiro2014-05-215-47/+8
| | * | | | | | | arm64: Fix linker script entry pointGeoff Levand2014-05-231-1/+1
| | * | | | | | | arm64: lib: Implement optimized string length routineszhichang.yuan2014-05-235-1/+307
| | * | | | | | | arm64: lib: Implement optimized string compare routineszhichang.yuan2014-05-235-1/+553
| | * | | | | | | arm64: lib: Implement optimized memcmp routinezhichang.yuan2014-05-234-1/+263
| | * | | | | | | arm64: lib: Implement optimized memset routinezhichang.yuan2014-05-231-22/+185
| | * | | | | | | arm64: lib: Implement optimized memmove routinezhichang.yuan2014-05-231-25/+165
| | * | | | | | | arm64: lib: Implement optimized memcpy routinezhichang.yuan2014-05-231-22/+170
| | * | | | | | | arm64: defconfig: enable a few more common/useful options in defconfigWill Deacon2014-05-221-13/+23
| | * | | | | | | arm64: Fix deadlock scenario with smp_send_stop()Arun KS2014-05-161-2/+3
| | * | | | | | | arm64: Fix machine_shutdown() definitionArun KS2014-05-161-6/+35
| | * | | | | | | arm64: Support arch_irq_work_raise() via self IPIsLarry Bassel2014-05-162-1/+20
| | * | | | | | | arm64: topology: Add support for topology DT bindingsMark Brown2014-05-161-8/+196
| | * | | | | | | arm64: topology: Initialise default topology state immediatelyMark Brown2014-05-161-4/+4
| | * | | | | | | arm64: sched: Remove unused mc_capable() and smt_capable()Zi Shen Lim2014-05-161-3/+0