index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2016-05-16
76
-993
/
+2574
|
\
|
*
arm64: do not enforce strict 16 byte alignment to stack pointer
Colin Ian King
2016-05-12
1
-3
/
+0
|
*
arm64: kernel: Fix incorrect brk randomization
Kees Cook
2016-05-11
1
-7
/
+8
|
*
arm64: cpuinfo: Missing NULL terminator in compat_hwcap_str
Julien Grall
2016-05-11
1
-1
/
+2
|
*
arm64: secondary_start_kernel: Remove unnecessary barrier
Suzuki K Poulose
2016-05-11
1
-2
/
+0
|
*
arm64: Ensure pmd_present() returns false after pmd_mknotpresent()
Catalin Marinas
2016-05-06
2
-3
/
+2
|
*
arm64: Replace hard-coded values in the pmd/pud_bad() macros
Catalin Marinas
2016-05-06
1
-3
/
+3
|
*
arm64: Implement pmdp_set_access_flags() for hardware AF/DBM
Catalin Marinas
2016-05-06
1
-0
/
+10
|
*
arm64: Fix typo in the pmdp_huge_get_and_clear() definition
Catalin Marinas
2016-05-06
1
-3
/
+3
|
*
arm64: mm: remove unnecessary EXPORT_SYMBOL_GPL
Yang Shi
2016-05-05
1
-2
/
+0
|
*
arm64: always use STRICT_MM_TYPECHECKS
Yang Shi
2016-05-03
1
-32
/
+0
|
*
arm64: kvm: Fix kvm teardown for systems using the extended idmap
James Morse
2016-05-03
4
-8
/
+49
|
*
arm64: kconfig: drop CONFIG_RTC_LIB dependency
Ezequiel Garcia
2016-04-28
1
-1
/
+0
|
*
arm64: make ARCH_SUPPORTS_DEBUG_PAGEALLOC depend on !HIBERNATION
Will Deacon
2016-04-28
1
-0
/
+1
|
*
arm64: hibernate: Refuse to hibernate if the boot cpu is offline
James Morse
2016-04-28
1
-0
/
+26
|
*
arm64: kernel: Add support for hibernate/suspend-to-disk
James Morse
2016-04-28
7
-0
/
+673
|
*
arm64: Add new asm macro copy_page
Geoff Levand
2016-04-28
1
-0
/
+19
|
*
arm64: Promote KERNEL_START/KERNEL_END definitions to a header file
James Morse
2016-04-28
2
-3
/
+3
|
*
arm64: kernel: Include _AC definition in page.h
James Morse
2016-04-28
1
-0
/
+2
|
*
arm64: Change cpu_resume() to enable mmu early then access sleep_sp by va
James Morse
2016-04-28
7
-115
/
+57
|
*
arm64: kernel: Rework finisher callback out of __cpu_suspend_enter()
James Morse
2016-04-28
4
-90
/
+97
|
*
arm64: kvm: allows kvm cpu hotplug
AKASHI Takahiro
2016-04-28
9
-50
/
+152
|
*
arm64: hyp/kvm: Make hyp-stub reject kvm_call_hyp()
James Morse
2016-04-28
3
-2
/
+12
|
*
arm64: hyp/kvm: Make hyp-stub extensible
Geoff Levand
2016-04-28
4
-14
/
+44
|
*
arm64: kvm: Move lr save/restore from do_el2_call into EL1
James Morse
2016-04-28
3
-7
/
+16
|
*
arm64: Cleanup SCTLR flags
Geoff Levand
2016-04-28
3
-17
/
+18
|
*
arm64: Fold proc-macros.S into assembler.h
Geoff Levand
2016-04-28
4
-104
/
+81
|
*
arm64: acpi: add acpi=on cmdline option to prefer ACPI boot over DT
Ard Biesheuvel
2016-04-26
1
-2
/
+6
|
*
arm64: relocatable: deal with physically misaligned kernel images
Ard Biesheuvel
2016-04-26
2
-6
/
+9
|
*
arm64: don't map TEXT_OFFSET bytes below the kernel if we can avoid it
Ard Biesheuvel
2016-04-26
2
-6
/
+5
|
*
arm64: kernel: replace early 64-bit literal loads with move-immediates
Ard Biesheuvel
2016-04-26
1
-4
/
+4
|
*
arm64: introduce mov_q macro to move a constant into a 64-bit register
Ard Biesheuvel
2016-04-26
1
-0
/
+20
|
*
arm64: kernel: perform relocation processing from ID map
Ard Biesheuvel
2016-04-26
2
-48
/
+55
|
*
arm64: kernel: use literal for relocated address of __secondary_switched
Ard Biesheuvel
2016-04-26
1
-7
/
+7
|
*
arm64: kernel: don't export local symbols from head.S
Ard Biesheuvel
2016-04-26
1
-3
/
+3
|
*
arm64: Fix behavior of maxcpus=N
Suzuki K Poulose
2016-04-25
1
-17
/
+1
|
*
arm64: Verify CPU errata work arounds on hotplugged CPU
Suzuki K Poulose
2016-04-25
3
-0
/
+22
|
*
arm64: Allow a capability to be checked on a single CPU
Marc Zyngier
2016-04-25
2
-0
/
+20
|
*
arm64: cpufeature: Add scope for capability check
Suzuki K Poulose
2016-04-25
3
-61
/
+83
|
*
arm64: make dt_scan_depth1_nodes more readable
Mark Rutland
2016-04-25
1
-9
/
+16
|
*
ARM64: ACPI: Check if it runs on Xen to enable or disable ACPI
Shannon Zhao
2016-04-25
1
-4
/
+10
|
*
arm64: ptdump: add region marker for kasan shadow region
Ard Biesheuvel
2016-04-25
1
-0
/
+5
|
*
arm64: ptdump: use static initializers for vmemmap region boundaries
Ard Biesheuvel
2016-04-25
1
-36
/
+13
|
*
openrisc: drop wrongly typed definition of page_to_virt()
Ard Biesheuvel
2016-04-22
1
-2
/
+0
|
*
nios2: use correct void* return type for page_to_virt()
Ard Biesheuvel
2016-04-22
3
-3
/
+2
|
*
arm64/dma-mapping: Remove default domain workaround
Robin Murphy
2016-04-21
1
-44
/
+8
|
*
arm64/dma-mapping: Extend DMA ops workaround to PCI devices
Robin Murphy
2016-04-21
1
-0
/
+4
|
*
arm64: compat: Check for AArch32 state
Suzuki K Poulose
2016-04-20
3
-3
/
+17
|
*
arm64: cpufeature: Track 32bit EL0 support
Suzuki K Poulose
2016-04-20
2
-1
/
+16
|
*
arm64: cpufeature: Check availability of AArch32
Suzuki K Poulose
2016-04-20
2
-56
/
+67
[next]