summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* arm64: add APM X-Gene SoC RTC DTS entryLoc Ho2014-06-061-0/+21
* drivers/rtc: add APM X-Gene SoC RTC driverLoc Ho2014-06-063-0/+288
* Documentation/devicetree/bindings: add documentation for the APM X-Gene SoC R...Loc Ho2014-06-061-0/+28
* drivers/rtc/interface.c: fix infinite loop in initializing the alarmAles Novak2014-06-061-2/+12
* fs/ceph/debugfs.c: replace seq_printf by seq_putsFabian Frederick2014-06-061-3/+3
* fs/ceph: replace pr_warning by pr_warnFabian Frederick2014-06-064-6/+6
* slub: search partial list on numa_mem_id(), instead of numa_node_id()Joonsoo Kim2014-06-061-1/+1
* mm: vmscan: clear kswapd's special reclaim powers before exitingJohannes Weiner2014-06-061-0/+3
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2014-06-0696-605/+6391
|\
| * 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-293-0/+14
| * 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-28344-2633/+3951
| |\
| | * ftrace: Make CALLER_ADDRx macros more genericAKASHI Takahiro2014-05-216-63/+26
| * | 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
| * | Revert "arm64: Introduce execute-only page access permissions"Catalin Marinas2014-05-162-8/+8
| * | Merge tag 'for-3.16' of git://git.linaro.org/people/ard.biesheuvel/linux-arm ...Catalin Marinas2014-05-1630-43/+3535
| |\ \
| | * | arm64/crypto: AES-ECB/CBC/CTR/XTS using ARMv8 NEON and Crypto ExtensionsArd Biesheuvel2014-05-146-0/+1521
| | * | arm64: pull in <asm/simd.h> from asm-genericArd Biesheuvel2014-05-141-0/+1
| | * | arm64/crypto: AES in CCM mode using ARMv8 Crypto ExtensionsArd Biesheuvel2014-05-144-0/+529
| | * | arm64/crypto: AES using ARMv8 Crypto ExtensionsArd Biesheuvel2014-05-143-1/+164
| | * | arm64/crypto: GHASH secure hash using ARMv8 Crypto ExtensionsArd Biesheuvel2014-05-144-0/+259
| | * | arm64/crypto: SHA-224/SHA-256 using ARMv8 Crypto ExtensionsArd Biesheuvel2014-05-144-0/+419
| | * | arm64/crypto: SHA-1 using ARMv8 Crypto ExtensionsArd Biesheuvel2014-05-146-0/+359
| | * | arm64: add support for kernel mode NEON in interrupt contextArd Biesheuvel2014-05-085-15/+109
| | * | arm64: defer reloading a task's FPSIMD state to userland resumeArd Biesheuvel2014-05-086-18/+143
| | * | arm64: add abstractions for FPSIMD state manipulationArd Biesheuvel2014-05-085-13/+30
| | * | asm-generic: allow generic unaligned access if the arch supports itArd Biesheuvel2014-05-081-8/+13
| * | | arm64: is_compat_task is defined both in asm/compat.h and linux/compat.hAKASHI Takahiro2014-05-125-7/+4
| * | | arm64: Add regs_return_value() in syscall.hAKASHI Takahiro2014-05-121-0/+5
| * | | arm64: split syscall_trace() into separate functions for enter/exitAKASHI Takahiro2014-05-122-27/+33
| * | | arm64: make a single hook to syscall_trace() for all syscall featuresAKASHI Takahiro2014-05-122-2/+16