summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel
AgeCommit message (Expand)AuthorFilesLines
2014-06-06Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds22-191/+1063
2014-06-05Merge branch 'arm64-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds6-0/+779
2014-06-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm into nextLinus Torvalds2-37/+216
2014-06-03Merge tag 'tty-3.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2-157/+0
2014-05-30arm64: kernel: initialize broadcast hrtimer based clock event deviceLorenzo Pieralisi1-0/+3
2014-05-29arm64: ftrace: Add system call tracepointAKASHI Takahiro1-0/+9
2014-05-29arm64: ftrace: Add CALLER_ADDRx macrosAKASHI Takahiro2-1/+57
2014-05-29arm64: ftrace: Add dynamic ftrace supportAKASHI Takahiro2-0/+155
2014-05-29arm64: Add ftrace supportAKASHI Takahiro4-0/+247
2014-05-29arm64: Add 'notrace' attribute to unwind_frame() for ftraceAKASHI Takahiro1-1/+1
2014-05-23arm64: Fix linker script entry pointGeoff Levand1-1/+1
2014-05-23arm64: efi: only attempt efi map setup if booting via EFILeif Lindholm1-0/+3
2014-05-23arm64: lib: Implement optimized string length routineszhichang.yuan1-0/+2
2014-05-23arm64: lib: Implement optimized string compare routineszhichang.yuan1-0/+2
2014-05-23arm64: lib: Implement optimized memcmp routinezhichang.yuan1-0/+1
2014-05-16arm64: Fix deadlock scenario with smp_send_stop()Arun KS1-2/+3
2014-05-16arm64: Fix machine_shutdown() definitionArun KS1-6/+35
2014-05-16arm64: Support arch_irq_work_raise() via self IPIsLarry Bassel1-0/+19
2014-05-16arm64: topology: Add support for topology DT bindingsMark Brown1-8/+196
2014-05-16arm64: topology: Initialise default topology state immediatelyMark Brown1-4/+4
2014-05-16Merge tag 'for-3.16' of git://git.linaro.org/people/ard.biesheuvel/linux-arm ...Catalin Marinas7-33/+205
2014-05-15ARM: Check if a CPU has gone offlineAshwin Chaugule2-0/+53
2014-05-15PSCI: Add initial support for PSCIv0.2 functionsAshwin Chaugule1-37/+163
2014-05-12arm64: is_compat_task is defined both in asm/compat.h and linux/compat.hAKASHI Takahiro4-2/+4
2014-05-12arm64: split syscall_trace() into separate functions for enter/exitAKASHI Takahiro2-27/+33
2014-05-12arm64: make a single hook to syscall_trace() for all syscall featuresAKASHI Takahiro1-2/+3
2014-05-12arm64: debug: avoid accessing mdscr_el1 on fault paths where possibleWill Deacon1-47/+26
2014-05-12arm64: use cpu_online_mask when using forced irq_set_affinitySudeep Holla1-3/+7
2014-05-09arm64: head: fix cache flushing and barriers in set_cpu_boot_mode_flagWill Deacon1-5/+3
2014-05-09arm64: barriers: make use of barrier options with explicit barriersWill Deacon1-1/+1
2014-05-09arm64: Clean up the default pgprot settingCatalin Marinas1-1/+0
2014-05-09arm64: Expose ESR_EL1 information to user when SIGSEGV/SIGBUSCatalin Marinas1-0/+10
2014-05-09arm64: Remove the aux_context structureCatalin Marinas1-10/+17
2014-05-09arm64: Provide read/write fault information in compat signal handlersCatalin Marinas2-3/+11
2014-05-09arm64: Remove boot thread synchronisation for spin-table release methodCatalin Marinas1-38/+1
2014-05-09arm64: Implement cache_line_size() based on CTR_EL0.CWGCatalin Marinas1-0/+15
2014-05-08arm64: add support for kernel mode NEON in interrupt contextArd Biesheuvel2-14/+54
2014-05-08arm64: defer reloading a task's FPSIMD state to userland resumeArd Biesheuvel4-17/+135
2014-05-08arm64: add abstractions for FPSIMD state manipulationArd Biesheuvel4-13/+27
2014-05-03arm64: Use bus notifiers to set per-device coherent DMA opsCatalin Marinas1-1/+1
2014-05-03arm64: fixmap: fix missing sub-page offset for earlyprintkMarc Zyngier1-4/+2
2014-04-30arm64: efi: add EFI stubMark Salter4-1/+305
2014-04-30arm64: add EFI runtime servicesMark Salter3-0/+472
2014-04-27Merge 3.15-rc3 into tty-nextGreg Kroah-Hartman3-4/+2
2014-04-25arm64: init: Move of_clk_init to time_initChanho Min2-1/+2
2014-04-25arm64: debug: remove noisy, pointless warningWill Deacon1-3/+0
2014-04-24arm64: remove arch specific earlyprintkRob Herring2-159/+0
2014-04-08Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds3-2/+34
2014-04-07Merge branch 'akpm' (incoming from Andrew)Linus Torvalds3-8/+13
2014-04-07arm64: add early_ioremap supportMark Salter3-8/+11