summaryrefslogtreecommitdiff
path: root/arch/arm64/kernel
AgeCommit message (Expand)Author
2014-07-18arm64: kernel: add missing __init section marker to cpu_suspend_initLorenzo Pieralisi
2014-07-18arm64: kernel: add __init marker to PSCI init functionsLorenzo Pieralisi
2014-07-18arm64: kernel: enable PSCI cpu operations on UP systemsLorenzo Pieralisi
2014-07-17arm64: Align the kbuild output for VDSOL and VDSOAIan Campbell
2014-07-17arm64: vdso: move data page before code pagesWill Deacon
2014-07-17arm64: vdso: move to _install_special_mapping and remove arch_vma_nameWill Deacon
2014-07-17arm64: vdso: put vdso datapage in a separate vmaWill Deacon
2014-07-17arm64: Use pr_* instead of printkJungseok Lee
2014-07-10arm64: Enable TEXT_OFFSET fuzzingMark Rutland
2014-07-10arm64: Update the Image headerMark Rutland
2014-07-10arm64: place initial page tables above the kernelMark Rutland
2014-07-10arm64: head.S: remove unnecessary function alignmentMark Rutland
2014-07-10arm64: audit: Add audit hook in syscall_trace_enter/exit()AKASHI Takahiro
2014-07-10arm64: Add __NR_* definitions for compat syscallsCatalin Marinas
2014-07-10arm64: enable context trackingLarry Bassel
2014-07-10arm64: adjust el0_sync so that a function can be calledLarry Bassel
2014-07-09arm64: Add CONFIG_CC_STACKPROTECTORLaura Abbott
2014-07-09arm64: topology: add MPIDR-based detectionZi Shen Lim
2014-07-04arm64: fix el2_setup check of CurrentELMarc Zyngier
2014-06-18arm64: ptrace: fix empty registers set in prstatus of aarch32 process coreVictor Kamensky
2014-06-18arm64: ptrace: change fs when passing kernel pointer to regset codeWill Deacon
2014-06-18arm64: ftrace: Fix comment typo 'CONFIG_FUNCTION_GRAPH_FP_TEST'Paul Bolle
2014-06-18arm64: Bug fix in stack alignment exceptionChiaHao
2014-06-06Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2014-06-05Merge branch 'arm64-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2014-06-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm into nextLinus Torvalds
2014-06-03Merge tag 'tty-3.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2014-05-30arm64: kernel: initialize broadcast hrtimer based clock event deviceLorenzo Pieralisi
2014-05-29arm64: ftrace: Add system call tracepointAKASHI Takahiro
2014-05-29arm64: ftrace: Add CALLER_ADDRx macrosAKASHI Takahiro
2014-05-29arm64: ftrace: Add dynamic ftrace supportAKASHI Takahiro
2014-05-29arm64: Add ftrace supportAKASHI Takahiro
2014-05-29arm64: Add 'notrace' attribute to unwind_frame() for ftraceAKASHI Takahiro
2014-05-23arm64: Fix linker script entry pointGeoff Levand
2014-05-23arm64: efi: only attempt efi map setup if booting via EFILeif Lindholm
2014-05-23arm64: lib: Implement optimized string length routineszhichang.yuan
2014-05-23arm64: lib: Implement optimized string compare routineszhichang.yuan
2014-05-23arm64: lib: Implement optimized memcmp routinezhichang.yuan
2014-05-16arm64: Fix deadlock scenario with smp_send_stop()Arun KS
2014-05-16arm64: Fix machine_shutdown() definitionArun KS
2014-05-16arm64: Support arch_irq_work_raise() via self IPIsLarry Bassel
2014-05-16arm64: topology: Add support for topology DT bindingsMark Brown
2014-05-16arm64: topology: Initialise default topology state immediatelyMark Brown
2014-05-16Merge tag 'for-3.16' of git://git.linaro.org/people/ard.biesheuvel/linux-arm ...Catalin Marinas
2014-05-15ARM: Check if a CPU has gone offlineAshwin Chaugule
2014-05-15PSCI: Add initial support for PSCIv0.2 functionsAshwin Chaugule
2014-05-12arm64: is_compat_task is defined both in asm/compat.h and linux/compat.hAKASHI Takahiro
2014-05-12arm64: split syscall_trace() into separate functions for enter/exitAKASHI Takahiro
2014-05-12arm64: make a single hook to syscall_trace() for all syscall featuresAKASHI Takahiro
2014-05-12arm64: debug: avoid accessing mdscr_el1 on fault paths where possibleWill Deacon