summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | arm64: Add support for 48-bit VA space with 64KB page configurationCatalin Marinas2014-07-231-2/+4
| * | | | arm64: Clean up the initial page table creation in head.SCatalin Marinas2014-07-231-32/+27
| * | | | arm64: Convert bool ARM64_x_LEVELS to int ARM64_PGTABLE_LEVELSCatalin Marinas2014-07-231-1/+1
| * | | | arm64: mm: Implement 4 levels of translation tablesJungseok Lee2014-07-232-8/+39
| * | | | arm64: Do not initialise the fixmap page tables in head.SCatalin Marinas2014-07-231-7/+0
| * | | | arm64: dmi: Add SMBIOS/DMI supportYi Li2014-07-211-0/+2
| * | | | arm64: cpuinfo: print info for all CPUsMark Rutland2014-07-181-22/+18
| * | | | arm64: add runtime system sanity checksMark Rutland2014-07-181-0/+93
| * | | | arm64: cachetype: report weakest cache policyMark Rutland2014-07-181-0/+26
| * | | | arm64: cpuinfo: record cpu system register valuesMark Rutland2014-07-184-4/+85
| * | | | arm64: kernel: add missing __init section marker to cpu_suspend_initLorenzo Pieralisi2014-07-181-1/+1
| * | | | arm64: kernel: add __init marker to PSCI init functionsLorenzo Pieralisi2014-07-181-2/+2
| * | | | arm64: kernel: enable PSCI cpu operations on UP systemsLorenzo Pieralisi2014-07-182-2/+4
| * | | | arm64: Align the kbuild output for VDSOL and VDSOAIan Campbell2014-07-171-2/+2
| * | | | arm64: vdso: move data page before code pagesWill Deacon2014-07-172-20/+18
| * | | | arm64: vdso: move to _install_special_mapping and remove arch_vma_nameWill Deacon2014-07-171-45/+35
| * | | | arm64: vdso: put vdso datapage in a separate vmaWill Deacon2014-07-171-8/+26
| * | | | arm64: Use pr_* instead of printkJungseok Lee2014-07-171-4/+4
| * | | | arm64: Enable TEXT_OFFSET fuzzingMark Rutland2014-07-102-2/+11
| * | | | arm64: Update the Image headerMark Rutland2014-07-103-3/+69
| * | | | arm64: place initial page tables above the kernelMark Rutland2014-07-102-20/+15
| * | | | arm64: head.S: remove unnecessary function alignmentMark Rutland2014-07-101-1/+6
| * | | | arm64: audit: Add audit hook in syscall_trace_enter/exit()AKASHI Takahiro2014-07-101-0/+7
| * | | | arm64: Add __NR_* definitions for compat syscallsCatalin Marinas2014-07-104-4/+3
| * | | | arm64: enable context trackingLarry Bassel2014-07-101-0/+36
| * | | | arm64: adjust el0_sync so that a function can be calledLarry Bassel2014-07-101-6/+13
| * | | | arm64: Add CONFIG_CC_STACKPROTECTORLaura Abbott2014-07-091-0/+6
| * | | | arm64: topology: add MPIDR-based detectionZi Shen Lim2014-07-091-14/+33
| | |/ / | |/| |
* | | | Merge tag 'trace-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2014-08-041-5/+0
|\ \ \ \ | |_|_|/ |/| | |
| * | | arm64, ftrace: Remove check of obsolete variable function_trace_stopSteven Rostedt (Red Hat)2014-07-181-5/+0
* | | | Merge tag 'efi-urgent' into x86/urgentH. Peter Anvin2014-07-141-2/+0
|\ \ \ \ | |_|/ / |/| | |
| * | | efi/arm64: efistub: remove local copy of linux_bannerArd Biesheuvel2014-07-071-2/+0
| | |/ | |/|
* | | arm64: fix el2_setup check of CurrentELMarc Zyngier2014-07-042-4/+2
| |/ |/|
* | arm64: ptrace: fix empty registers set in prstatus of aarch32 process coreVictor Kamensky2014-06-181-9/+19
* | 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