index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
message
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2015-10-21
arm64: Move mixed endian support detection
Suzuki K. Poulose
6
-36
/
+33
2015-10-21
arm64: Move cpu feature detection code
Suzuki K. Poulose
2
-108
/
+109
2015-10-21
arm64: Delay cpuinfo_store_boot_cpu
Suzuki K. Poulose
2
-8
/
+3
2015-10-21
arm64: Delay ELF HWCAP initialisation until all CPUs are up
Suzuki K. Poulose
3
-8
/
+10
2015-10-21
arm64: Make the CPU information more clear
Suzuki K. Poulose
2
-3
/
+3
2015-10-20
arm64: Make 36-bit VA depend on EXPERT
Catalin Marinas
1
-1
/
+1
2015-10-19
arm64: Synchronise dump_backtrace() with perf callchain
Jungseok Lee
1
-5
/
+10
2015-10-19
arm64: add cpu_idle tracepoints to arch_cpu_idle
Jisheng Zhang
1
-0
/
+3
2015-10-19
arm64: 36 bit VA
Suzuki K. Poulose
1
-1
/
+7
2015-10-19
arm64: Add 16K page size support
Suzuki K. Poulose
6
-6
/
+51
2015-10-19
arm64: Add page size to the kernel image header
Ard Biesheuvel
2
-2
/
+10
2015-10-19
arm64: Check for selected granule support
Suzuki K. Poulose
2
-2
/
+35
2015-10-19
arm64: Kconfig: Fix help text about AArch32 support with 64K pages
Suzuki K. Poulose
1
-2
/
+2
2015-10-19
arm64: Simplify NR_FIX_BTMAPS calculation
Mark Rutland
1
-5
/
+2
2015-10-19
arm64: Clean config usages for page size
Suzuki K. Poulose
3
-4
/
+4
2015-10-19
arm64: Handle 4 level page table for swapper
Suzuki K. Poulose
1
-1
/
+4
2015-10-19
arm64: Calculate size for idmap_pg_dir at compile time
Suzuki K. Poulose
1
-2
/
+5
2015-10-19
arm64: Introduce helpers for page table levels
Suzuki K. Poulose
1
-3
/
+36
2015-10-19
arm64: Handle section maps for swapper/idmap
Suzuki K. Poulose
2
-52
/
+59
2015-10-19
arm64: Move swapper pagetable definitions
Suzuki K. Poulose
4
-47
/
+74
2015-10-16
arm64: debug: Fix typo in debug-monitors.c
Yang Shi
1
-1
/
+1
2015-10-16
arm64: AArch32 user space PC alignment exception
Mark Salyzyn
1
-0
/
+2
2015-10-16
arm64: Minor coding style fixes for kc_offset_to_vaddr and kc_vaddr_to_offset
Catalin Marinas
1
-2
/
+3
2015-10-13
Revert "arm64: ioremap: add ioremap_cache macro"
Catalin Marinas
1
-1
/
+0
2015-10-13
arm64: add kc_offset_to_vaddr and kc_vaddr_to_offset macro
yalin wang
1
-0
/
+2
2015-10-13
arm64: ioremap: add ioremap_cache macro
yalin wang
1
-0
/
+1
2015-10-13
arm64: kasan: fix issues reported by sparse
Will Deacon
2
-1
/
+3
2015-10-12
Documentation/features/KASAN: arm64 supports KASAN now
Andrey Ryabinin
1
-1
/
+1
2015-10-12
ARM64: kasan: print memory assignment
Linus Walleij
1
-0
/
+6
2015-10-12
arm64: add KASAN support
Andrey Ryabinin
18
-6
/
+288
2015-10-12
arm64: move PGD_SIZE definition to pgalloc.h
Andrey Ryabinin
2
-2
/
+1
2015-10-12
arm64: atomics: implement native {relaxed, acquire, release} atomics
Will Deacon
4
-262
/
+371
2015-10-12
arm64/efi: isolate EFI stub from the kernel proper
Ard Biesheuvel
6
-20
/
+139
2015-10-12
arm64: use ENDPIPROC() to annotate position independent assembler routines
Ard Biesheuvel
10
-13
/
+24
2015-10-12
arm64/efi: remove /chosen/linux, uefi-stub-kern-ver DT property
Ard Biesheuvel
2
-11
/
+0
2015-10-12
arm64: Fix missing #include in hw_breakpoint.c
Catalin Marinas
1
-0
/
+1
2015-10-09
arm64: fix a migrating irq bug when hotplug cpu
Yang Yingliang
4
-64
/
+3
2015-10-08
arm64: Mark kernel page ranges contiguous
Jeremy Linton
1
-8
/
+61
2015-10-08
arm64: Make the kernel page dump utility aware of the CONT bit
Jeremy Linton
1
-1
/
+17
2015-10-08
arm64: Default kernel pages should be contiguous
Jeremy Linton
1
-0
/
+1
2015-10-08
arm64: Macros to check/set/unset the contiguous bit
Jeremy Linton
1
-0
/
+11
2015-10-08
arm64: PTE/PMD contiguous bit definition
Jeremy Linton
1
-0
/
+9
2015-10-08
arm64: Add contiguous page flag shifts and constants
Jeremy Linton
1
-1
/
+7
2015-10-07
MAINTAINERS: add myself as arm perf reviewer
Mark Rutland
1
-0
/
+1
2015-10-07
MAINTAINERS: update ARM PMU profiling and debugging for arm64
Mark Rutland
1
-4
/
+4
2015-10-07
arm64: dts: juno: describe PMUs separately
Mark Rutland
2
-14
/
+22
2015-10-07
arm64: perf: add Cortex-A57 support
Mark Rutland
2
-0
/
+62
2015-10-07
arm64: perf: add Cortex-A53 support
Mark Rutland
2
-2
/
+63
2015-10-07
arm64: perf: move to shared arm_pmu framework
Mark Rutland
4
-951
/
+93
2015-10-07
arm64: hw_breakpoint: use target state to determine ABI behaviour
Will Deacon
1
-2
/
+16
[next]