Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
819e50e25d0ce8a75f5cba815416a6a8573655c4
/
arch
/
arm64
819e50e
arm64: Add ftrace support
by AKASHI Takahiro
· 11 years ago
af64d2a
ftrace: Add arm64 support to recordmcount
by AKASHI Takahiro
· 11 years ago
26e2ae3
arm64: Add 'notrace' attribute to unwind_frame() for ftrace
by AKASHI Takahiro
· 11 years ago
26e9b83
arm64: add __ASSEMBLY__ in asm/insn.h
by AKASHI Takahiro
· 11 years ago
af885f4
arm64: Fix linker script entry point
by Geoff Levand
· 11 years ago
0a42cb0
arm64: lib: Implement optimized string length routines
by zhichang.yuan
· 11 years ago
192c4d9
arm64: lib: Implement optimized string compare routines
by zhichang.yuan
· 11 years ago
d875c9b
arm64: lib: Implement optimized memcmp routine
by zhichang.yuan
· 11 years ago
b29a51f
arm64: lib: Implement optimized memset routine
by zhichang.yuan
· 11 years ago
280adc1
arm64: lib: Implement optimized memmove routine
by zhichang.yuan
· 11 years ago
808dbac
arm64: lib: Implement optimized memcpy routine
by zhichang.yuan
· 11 years ago
74d2eb3
arm64: defconfig: enable a few more common/useful options in defconfig
by Will Deacon
· 10 years ago
b9acc49
arm64: Fix deadlock scenario with smp_send_stop()
by Arun KS
· 11 years ago
90f51a0
arm64: Fix machine_shutdown() definition
by Arun KS
· 11 years ago
eb631bb
arm64: Support arch_irq_work_raise() via self IPIs
by Larry Bassel
· 11 years ago
ebdc944
arm64: topology: Add support for topology DT bindings
by Mark Brown
· 11 years ago
c31bf04
arm64: topology: Initialise default topology state immediately
by Mark Brown
· 11 years ago
5dd349b
arm64: sched: Remove unused mc_capable() and smt_capable()
by Zi Shen Lim
· 11 years ago
5a0fdfa
Revert "arm64: Introduce execute-only page access permissions"
by Catalin Marinas
· 11 years ago
cf5c95d
Merge tag 'for-3.16' of git://git.linaro.org/people/ard.biesheuvel/linux-arm into upstream
by Catalin Marinas
· 11 years ago
49788fe
arm64/crypto: AES-ECB/CBC/CTR/XTS using ARMv8 NEON and Crypto Extensions
by Ard Biesheuvel
· 11 years ago
2ca10f8
arm64: pull in <asm/simd.h> from asm-generic
by Ard Biesheuvel
· 11 years ago
a3fd821
arm64/crypto: AES in CCM mode using ARMv8 Crypto Extensions
by Ard Biesheuvel
· 11 years ago
317f2f7
arm64/crypto: AES using ARMv8 Crypto Extensions
by Ard Biesheuvel
· 11 years ago
fdd2389
arm64/crypto: GHASH secure hash using ARMv8 Crypto Extensions
by Ard Biesheuvel
· 11 years ago
6ba6c74
arm64/crypto: SHA-224/SHA-256 using ARMv8 Crypto Extensions
by Ard Biesheuvel
· 11 years ago
2c98833
arm64/crypto: SHA-1 using ARMv8 Crypto Extensions
by Ard Biesheuvel
· 11 years ago
fd92d4a
arm64: is_compat_task is defined both in asm/compat.h and linux/compat.h
by AKASHI Takahiro
· 11 years ago
d34a3eb
arm64: Add regs_return_value() in syscall.h
by AKASHI Takahiro
· 11 years ago
3157858
arm64: split syscall_trace() into separate functions for enter/exit
by AKASHI Takahiro
· 11 years ago
449f81a
arm64: make a single hook to syscall_trace() for all syscall features
by AKASHI Takahiro
· 11 years ago
2a28307
arm64: debug: avoid accessing mdscr_el1 on fault paths where possible
by Will Deacon
· 11 years ago
dc60b77
arm64: mm: use inner-shareable barriers for inner-shareable maintenance
by Will Deacon
· 11 years ago
ee9e101
arm64: kvm: use inner-shareable barriers for inner-shareable maintenance
by Will Deacon
· 11 years ago
d048859
arm64: head: fix cache flushing and barriers in set_cpu_boot_mode_flag
by Will Deacon
· 11 years ago
be6209a
arm64: barriers: use barrier() instead of smp_mb() when !SMP
by Will Deacon
· 11 years ago
493e687
arm64: barriers: wire up new barrier options
by Will Deacon
· 11 years ago
98f7685
arm64: barriers: make use of barrier options with explicit barriers
by Will Deacon
· 11 years ago
fa48e6f
arm64: mm: Optimise tlb flush logic where we have >4K granule
by Steve Capper
· 11 years ago
e1dfda9
arm64: xchg: prevent warning if return value is unused
by Will Deacon
· 11 years ago
206a2a7
arm64: mm: Create gigabyte kernel logical mappings where possible
by Steve Capper
· 11 years ago
ba6bf8c
arm64: Make atomic64_t() return "long", not "long long"
by Bjorn Helgaas
· 11 years ago
a501e32
arm64: Clean up the default pgprot setting
by Catalin Marinas
· 11 years ago
bc07c2c
arm64: Introduce execute-only page access permissions
by Catalin Marinas
· 11 years ago
15af194
arm64: Expose ESR_EL1 information to user when SIGSEGV/SIGBUS
by Catalin Marinas
· 11 years ago
0e0276d
arm64: Remove the aux_context structure
by Catalin Marinas
· 11 years ago
9141300
arm64: Provide read/write fault information in compat signal handlers
by Catalin Marinas
· 11 years ago
6400111
arm64: Remove boot thread synchronisation for spin-table release method
by Catalin Marinas
· 11 years ago
a41dc0e
arm64: Implement cache_line_size() based on CTR_EL0.CWG
by Catalin Marinas
· 11 years ago
190f1ca
arm64: add support for kernel mode NEON in interrupt context
by Ard Biesheuvel
· 11 years ago
005f78c
arm64: defer reloading a task's FPSIMD state to userland resume
by Ard Biesheuvel
· 11 years ago
c51f926
arm64: add abstractions for FPSIMD state manipulation
by Ard Biesheuvel
· 11 years ago
7a8d1ec
arm64: Mark the Applied Micro X-Gene SATA controller as DMA coherent
by Catalin Marinas
· 11 years ago
6ecba8e
arm64: Use bus notifiers to set per-device coherent DMA ops
by Catalin Marinas
· 11 years ago
c7a4a76
arm64: Make default dma_ops to be noncoherent
by Ritesh Harjani
· 11 years ago
f774b7d
arm64: fixmap: fix missing sub-page offset for earlyprintk
by Marc Zyngier
· 11 years ago
da6e4cb
arm64: Fix for the arm64 kern_addr_valid() function
by Dave Anderson
· 11 years ago
bc3ee18
arm64: init: Move of_clk_init to time_init
by Chanho Min
· 11 years ago
8f07120
arm64: initialize spinlock for init_mm's context
by Leo Yan
· 11 years ago
43683af
arm64: debug: remove noisy, pointless warning
by Will Deacon
· 11 years ago
2eb835e
arm64: mm: Add THP TLB entries to general mmu_gather
by Steve Capper
· 11 years ago
c46a98a
arm64: add renameat2 compat syscall
by Miklos Szeredi
· 11 years ago
40732b3
ARM64: Remove duplicated Kconfig entry for "kernel/power/Kconfig"
by Hanjun Guo
· 11 years ago
838977f
arm64: __NR_compat_syscalls fix
by Miklos Szeredi
· 11 years ago
e4f3054
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
by Linus Torvalds
· 11 years ago
ebf81a9
arm64: Fix DMA range invalidation for cache line unaligned buffers
by Catalin Marinas
· 11 years ago
26c12d9
Merge branch 'akpm' (incoming from Andrew)
by Linus Torvalds
· 11 years ago
bf4b558
arm64: add early_ioremap support
by Mark Salter
· 11 years ago
0bf757c
arm64: initialize pgprot info earlier in boot
by Mark Salter
· 11 years ago
ce816fa
Kconfig: rename HAS_IOPORT to HAS_IOPORT_MAP
by Uwe Kleine-König
· 11 years ago
467a9e1
Merge tag 'cpu-hotplug-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 11 years ago
d253b44
arm64: Add missing Kconfig for CONFIG_STRICT_DEVMEM
by Laura Abbott
· 11 years ago
ff268ff
arm64: fix !CONFIG_COMPAT build failures
by Mark Salter
· 11 years ago
0a997ec
Revert "arm64: virt: ensure visibility of __boot_cpu_mode"
by Catalin Marinas
· 11 years ago
c218bca
arm64: Relax the kernel cache requirements for boot
by Catalin Marinas
· 11 years ago
35a8697
arm64: Update the TCR_EL1 translation granule definitions for 16K pages
by Catalin Marinas
· 11 years ago
7cbb39d
Merge tag 'kvm-3.15-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 11 years ago
b9f2b21
Merge tag 'dt-for-linus' of git://git.secretlab.ca/git/linux
by Linus Torvalds
· 11 years ago
62d1a3b
arm64: Fix duplicated Kconfig entries again
by Josh Boyer
· 11 years ago
4dedde7
Merge tag 'pm+acpi-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 11 years ago
01d5f3b
Merge branch 'for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata
by Linus Torvalds
· 11 years ago
1ce235f
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
by Linus Torvalds
· 11 years ago
190f918
Merge branch 'compat' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
by Linus Torvalds
· 11 years ago
971eae7
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 11 years ago
462bf23
Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 11 years ago
196adf2
arm64: Remove pgprot_dmacoherent()
by Catalin Marinas
· 11 years ago
214fdbe
arm64: Support DMA_ATTR_WRITE_COMBINE
by Laura Abbott
· 11 years ago
6e8d796
arm64: Implement custom mmap functions for dma mapping
by Laura Abbott
· 11 years ago
31b1e94
arm64: Fix __range_ok macro
by Christopher Covington
· 11 years ago
4b0b68a
arm64, debug-monitors: Fix CPU hotplug callback registration
by Srivatsa S. Bhat
· 11 years ago
3d0dc64
arm64, hw_breakpoint.c: Fix CPU hotplug callback registration
by Srivatsa S. Bhat
· 11 years ago
7439717
arm64: Fix duplicated Kconfig entries
by Mark Brown
· 11 years ago
db8c028
arm64: Add APM X-Gene SoC AHCI SATA host controller DTS entries
by Loc Ho
· 11 years ago
71b70ee
arm64: Add APM X-Gene SoC 15Gbps Multi-purpose PHY DTS entries
by Loc Ho
· 11 years ago
9c7e535
arm64: mm: Route pmd thp functions through pte equivalents
by Steve Capper
· 11 years ago
c209f79
arm64: rwsem: use asm-generic rwsem implementation
by Will Deacon
· 11 years ago
3be1a5c
arm64: enable generic CPU feature modalias matching for this architecture
by Ard Biesheuvel
· 11 years ago
7184659
arm64: smp: make local symbol static
by Jingoo Han
· 11 years ago
242c04b
arm64: debug: make local symbols static
by Jingoo Han
· 11 years ago
5f888a1
ARM64: perf: support dwarf unwinding in compat mode
by Jean Pihet
· 11 years ago
Next »