summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel
AgeCommit message (Expand)AuthorFilesLines
2014-07-25arm64: gicv3: Allow GICv3 compilation with older binutilsCatalin Marinas1-3/+3
2014-07-25Merge tag 'deps-irqchip-gic-3.17' of git://git.infradead.org/users/jcooper/linuxCatalin Marinas2-0/+19
2014-07-24arm64: Do not invoke audit_syscall_* functions if !CONFIG_AUDIT_SYSCALLCatalin Marinas1-0/+4
2014-07-23arm64: Add support for 48-bit VA space with 64KB page configurationCatalin Marinas1-2/+4
2014-07-23arm64: Clean up the initial page table creation in head.SCatalin Marinas1-32/+27
2014-07-23arm64: Convert bool ARM64_x_LEVELS to int ARM64_PGTABLE_LEVELSCatalin Marinas1-1/+1
2014-07-23arm64: mm: Implement 4 levels of translation tablesJungseok Lee2-8/+39
2014-07-23arm64: Do not initialise the fixmap page tables in head.SCatalin Marinas1-7/+0
2014-07-21arm64: dmi: Add SMBIOS/DMI supportYi Li1-0/+2
2014-07-18arm64: cpuinfo: print info for all CPUsMark Rutland1-22/+18
2014-07-18arm64: add runtime system sanity checksMark Rutland1-0/+93
2014-07-18arm64: cachetype: report weakest cache policyMark Rutland1-0/+26
2014-07-18arm64: cpuinfo: record cpu system register valuesMark Rutland4-4/+85
2014-07-18arm64: kernel: add missing __init section marker to cpu_suspend_initLorenzo Pieralisi1-1/+1
2014-07-18arm64: kernel: add __init marker to PSCI init functionsLorenzo Pieralisi1-2/+2
2014-07-18arm64: kernel: enable PSCI cpu operations on UP systemsLorenzo Pieralisi2-2/+4
2014-07-17arm64: Align the kbuild output for VDSOL and VDSOAIan Campbell1-2/+2
2014-07-17arm64: vdso: move data page before code pagesWill Deacon2-20/+18
2014-07-17arm64: vdso: move to _install_special_mapping and remove arch_vma_nameWill Deacon1-45/+35
2014-07-17arm64: vdso: put vdso datapage in a separate vmaWill Deacon1-8/+26
2014-07-17arm64: Use pr_* instead of printkJungseok Lee1-4/+4
2014-07-10arm64: Enable TEXT_OFFSET fuzzingMark Rutland2-2/+11
2014-07-10arm64: Update the Image headerMark Rutland3-3/+69
2014-07-10arm64: place initial page tables above the kernelMark Rutland2-20/+15
2014-07-10arm64: head.S: remove unnecessary function alignmentMark Rutland1-1/+6
2014-07-10arm64: audit: Add audit hook in syscall_trace_enter/exit()AKASHI Takahiro1-0/+7
2014-07-10arm64: Add __NR_* definitions for compat syscallsCatalin Marinas4-4/+3
2014-07-10arm64: enable context trackingLarry Bassel1-0/+36
2014-07-10arm64: adjust el0_sync so that a function can be calledLarry Bassel1-6/+13
2014-07-09arm64: Add CONFIG_CC_STACKPROTECTORLaura Abbott1-0/+6
2014-07-09arm64: topology: add MPIDR-based detectionZi Shen Lim1-14/+33
2014-07-08irqchip: gic-v3: Initial support for GICv3Marc Zyngier2-0/+19
2014-07-04arm64: fix el2_setup check of CurrentELMarc Zyngier2-4/+2
2014-06-18arm64: ptrace: fix empty registers set in prstatus of aarch32 process coreVictor Kamensky1-9/+19
2014-06-18arm64: ptrace: change fs when passing kernel pointer to regset codeWill Deacon1-0/+4
2014-06-18arm64: ftrace: Fix comment typo 'CONFIG_FUNCTION_GRAPH_FP_TEST'Paul Bolle1-1/+1
2014-06-18arm64: Bug fix in stack alignment exceptionChiaHao1-1/+0
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