summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel
Commit message (Expand)AuthorAgeFilesLines
* arm64: ptrace: change fs when passing kernel pointer to regset codeWill Deacon2014-06-181-0/+4
* arm64: ftrace: Fix comment typo 'CONFIG_FUNCTION_GRAPH_FP_TEST'Paul Bolle2014-06-181-1/+1
* arm64: Bug fix in stack alignment exceptionChiaHao2014-06-181-1/+0
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2014-06-0622-191/+1063
|\
| * arm64: kernel: initialize broadcast hrtimer based clock event deviceLorenzo Pieralisi2014-05-301-0/+3
| * arm64: ftrace: Add system call tracepointAKASHI Takahiro2014-05-291-0/+9
| * arm64: ftrace: Add CALLER_ADDRx macrosAKASHI Takahiro2014-05-292-1/+57
| * arm64: ftrace: Add dynamic ftrace supportAKASHI Takahiro2014-05-292-0/+155
| * arm64: Add ftrace supportAKASHI Takahiro2014-05-294-0/+247
| * arm64: Add 'notrace' attribute to unwind_frame() for ftraceAKASHI Takahiro2014-05-291-1/+1
| * arm64: Fix linker script entry pointGeoff Levand2014-05-231-1/+1
| * arm64: lib: Implement optimized string length routineszhichang.yuan2014-05-231-0/+2
| * arm64: lib: Implement optimized string compare routineszhichang.yuan2014-05-231-0/+2
| * arm64: lib: Implement optimized memcmp routinezhichang.yuan2014-05-231-0/+1
| * 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-161-0/+19
| * 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
| * Merge tag 'for-3.16' of git://git.linaro.org/people/ard.biesheuvel/linux-arm ...Catalin Marinas2014-05-167-33/+205
| |\
| | * arm64: add support for kernel mode NEON in interrupt contextArd Biesheuvel2014-05-082-14/+54
| | * arm64: defer reloading a task's FPSIMD state to userland resumeArd Biesheuvel2014-05-084-17/+135
| | * arm64: add abstractions for FPSIMD state manipulationArd Biesheuvel2014-05-084-13/+27
| * | arm64: is_compat_task is defined both in asm/compat.h and linux/compat.hAKASHI Takahiro2014-05-124-2/+4
| * | 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-121-2/+3
| * | arm64: debug: avoid accessing mdscr_el1 on fault paths where possibleWill Deacon2014-05-121-47/+26
| * | arm64: head: fix cache flushing and barriers in set_cpu_boot_mode_flagWill Deacon2014-05-091-5/+3
| * | arm64: barriers: make use of barrier options with explicit barriersWill Deacon2014-05-091-1/+1
| * | arm64: Clean up the default pgprot settingCatalin Marinas2014-05-091-1/+0
| * | arm64: Expose ESR_EL1 information to user when SIGSEGV/SIGBUSCatalin Marinas2014-05-091-0/+10
| * | arm64: Remove the aux_context structureCatalin Marinas2014-05-091-10/+17
| * | arm64: Provide read/write fault information in compat signal handlersCatalin Marinas2014-05-092-3/+11
| * | arm64: Remove boot thread synchronisation for spin-table release methodCatalin Marinas2014-05-091-38/+1
| * | arm64: Implement cache_line_size() based on CTR_EL0.CWGCatalin Marinas2014-05-091-0/+15
* | | Merge branch 'arm64-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2014-06-056-0/+779
|\ \ \
| * | | arm64: efi: only attempt efi map setup if booting via EFILeif Lindholm2014-05-231-0/+3
| * | | arm64: efi: add EFI stubMark Salter2014-04-304-1/+305
| * | | arm64: add EFI runtime servicesMark Salter2014-04-303-0/+472
| | |/ | |/|
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm into nextLinus Torvalds2014-06-042-37/+216
|\ \ \
| * | | ARM: Check if a CPU has gone offlineAshwin Chaugule2014-05-152-0/+53
| * | | PSCI: Add initial support for PSCIv0.2 functionsAshwin Chaugule2014-05-151-37/+163
| |/ /
* | | Merge tag 'tty-3.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2014-06-032-157/+0
|\ \ \
| * \ \ Merge 3.15-rc3 into tty-nextGreg Kroah-Hartman2014-04-273-4/+2
| |\ \ \
| * | | | arm64: remove arch specific earlyprintkRob Herring2014-04-242-159/+0
| | |/ / | |/| |
* | | | arm64: use cpu_online_mask when using forced irq_set_affinitySudeep Holla2014-05-121-3/+7
| |_|/ |/| |
* | | arm64: Use bus notifiers to set per-device coherent DMA opsCatalin Marinas2014-05-031-1/+1
* | | arm64: fixmap: fix missing sub-page offset for earlyprintkMarc Zyngier2014-05-031-4/+2
| |/ |/|
* | arm64: init: Move of_clk_init to time_initChanho Min2014-04-252-1/+2
* | arm64: debug: remove noisy, pointless warningWill Deacon2014-04-251-3/+0
|/
OpenPOWER on IntegriCloud