Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
bda1a921670e60d4c9aafb50f0b7b4773db66256
/
arch
/
arm64
/
kernel
cb9e3c2
mm: vmalloc: pass additional vm_flags to __vmalloc_node_range()
by Andrey Ryabinin
· 10 years ago
b9085bc
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 10 years ago
f56141e
all arches, signal: move restart_block to struct task_struct
by Andy Lutomirski
· 10 years ago
6b00f7e
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
by Linus Torvalds
· 10 years ago
c08f8467
Merge tag 'pci-v3.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci
by Linus Torvalds
· 10 years ago
3c01b74
Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi into x86/efi
by Ingo Molnar
· 10 years ago
af3cfdb
arm64: kernel: remove ARM64_CPU_SUSPEND config option
by Lorenzo Pieralisi
· 10 years ago
c623b33
arm64: make sys_call_table const
by Mark Rutland
· 10 years ago
9648606
arm64: Remove asm/syscalls.h
by Catalin Marinas
· 10 years ago
0156411
arm64: Implement the compat_sys_call_table in C
by Catalin Marinas
· 10 years ago
0aaf0da
smp, ARM64: Kill SMP single function call interrupt
by Jiang Liu
· 10 years ago
2d888f4
arm64: Emulate SETEND for AArch32 tasks
by Suzuki K. Poulose
· 10 years ago
736d474
arm64: Consolidate hotplug notifier for instruction emulation
by Suzuki K. Poulose
· 10 years ago
04597a6
arm64: Track system support for mixed endian EL0
by Suzuki K. Poulose
· 10 years ago
78d51e0
arm64: implement generic IOMMU configuration
by Robin Murphy
· 10 years ago
1c6007d
Merge tag 'kvm-arm-for-3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into kvm-next
by Paolo Bonzini
· 10 years ago
60305db
arm64/efi: move virtmap init to early initcall
by Ard Biesheuvel
· 10 years ago
da14170
arm64: add better page protections to arm64
by Laura Abbott
· 10 years ago
2f896d5
arm64: use fixmap for text patching
by Laura Abbott
· 10 years ago
2f5fa41
arm/arm64: KVM: make the value of ICC_SRE_EL1 a per-VM variable
by Andre Przywara
· 11 years ago
6083fe74
arm64: respect mem= for EFI
by Mark Rutland
· 10 years ago
7fe5d2b
arm64/efi: handle potential failure to remap memory map
by Ard Biesheuvel
· 10 years ago
ddeeefe
arm64/efi: efistub: Apply __init annotation
by Ard Biesheuvel
· 10 years ago
0ce339a
Merge branch 'arm64/common-esr-macros' of git://git.kernel.org/pub/scm/linux/kernel/git/mark/linux
by Catalin Marinas
· 10 years ago
60a1f02
arm64: decode ESR_ELx.EC when reporting exceptions
by Mark Rutland
· 10 years ago
aed40e0
arm64: move to ESR_ELx macros
by Mark Rutland
· 10 years ago
5d425c1
arm64: kernel: add support for cpu cache information
by Sudeep Holla
· 10 years ago
9679be1
arm64/efi: remove idmap manipulations from UEFI code
by Ard Biesheuvel
· 10 years ago
3033b84
arm64/efi: remove free_boot_services() and friends
by Ard Biesheuvel
· 10 years ago
f3cdfd2
arm64/efi: move SetVirtualAddressMap() to UEFI stub
by Ard Biesheuvel
· 10 years ago
ddb321a
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 10 years ago
88a7c26
perf: Move task_pt_regs sampling into arch code
by Andy Lutomirski
· 10 years ago
0e63ea4
arm64/efi: add missing call to early_ioremap_reset()
by Ard Biesheuvel
· 10 years ago
59c6832
arm64: fix missing asm/io.h include in kernel/smp_spin_table.c
by Paul Walmsley
· 10 years ago
2c2b282
arm64: fix missing asm/alternative.h include in kernel/module.c
by Paul Walmsley
· 10 years ago
80639d4
arm64: sanity checks: add missing AArch32 registers
by Mark Rutland
· 10 years ago
7c67470
PCI: Move domain assignment from arm64 to generic code
by Lorenzo Pieralisi
· 10 years ago
f43c271
arm64: kernel: fix __cpu_suspend mm switch on warm-boot
by Lorenzo Pieralisi
· 10 years ago
36c0a48
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
by Linus Torvalds
· 10 years ago
eedb3d3
Merge branch 'for-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu
by Linus Torvalds
· 10 years ago
e5e62d4
arm64: psci: Fix build breakage without PM_SLEEP
by Krzysztof Kozlowski
· 10 years ago
b64bb1d
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
by Linus Torvalds
· 10 years ago
932ded4
arm64: add module support for alternatives fixups
by Andre Przywara
· 10 years ago
cbbf2e6
arm64: perf: Prevent wraparound during overflow
by Daniel Thompson
· 10 years ago
06f9eb8
arm64: Provide a namespace to NCAPS
by Fabio Estevam
· 10 years ago
a2d25a5
arm64: compat: align cacheflush syscall with arch/arm
by Vladimir Murzin
· 10 years ago
a1ae65b
arm64: add seccomp support
by AKASHI Takahiro
· 10 years ago
cc5e909
arm64: add SIGSYS siginfo for compat task
by AKASHI Takahiro
· 10 years ago
1014c81
arm64: ptrace: allow tracer to skip a system call
by AKASHI Takahiro
· 10 years ago
766a85d
arm64: ptrace: add NT_ARM_SYSTEM_CALL regset
by AKASHI Takahiro
· 10 years ago
034edab
arm64: Move some head.text functions to executable section
by Laura Abbott
· 10 years ago
6ddae41
arm64: jump labels: NOP out NOP -> NOP replacement
by Mark Rutland
· 10 years ago
c9453a3
arm64: alternatives: fix pr_fmt string for consistency
by Will Deacon
· 10 years ago
07c802b
arm64: vmlinux.lds.S: don't discard .exit.* sections at link-time
by Will Deacon
· 10 years ago
af86e59
arm64: Factor out fixmap initialization from ioremap
by Laura Abbott
· 10 years ago
c3684fb
arm64: Move cpu_resume into the text section
by Laura Abbott
· 10 years ago
ac2dec5
arm64: Switch to adrp for loading the stub vectors
by Laura Abbott
· 10 years ago
fcff588
arm64: Treat handle_arch_irq as a function pointer
by Laura Abbott
· 10 years ago
3eebdbe
arm64: sanity checks: add ID_AA64DFR{0,1}_EL1
by Mark Rutland
· 10 years ago
efdf421
arm64: sanity checks: add missing newline to print
by Mark Rutland
· 10 years ago
9760270
arm64: sanity checks: ignore ID_MMFR0.AuxReg
by Mark Rutland
· 10 years ago
1cefdae
arm64: topology: Fix handling of multi-level cluster MPIDR-based detection
by Mark Brown
· 10 years ago
c0a01b8
arm64: protect alternatives workarounds with Kconfig options
by Andre Przywara
· 10 years ago
5afaa1f
arm64: add Cortex-A57 erratum 832075 workaround
by Andre Przywara
· 10 years ago
301bcfa
arm64: add Cortex-A53 cache errata workaround
by Andre Przywara
· 10 years ago
e116a37
arm64: detect silicon revisions and set cap bits accordingly
by Andre Przywara
· 10 years ago
e039ee4
arm64: add alternative runtime patching
by Andre Przywara
· 10 years ago
930da09
arm64: add cpu_capabilities bitmap
by Andre Przywara
· 10 years ago
9096339
arm64: fix return code check when changing emulation handler
by Will Deacon
· 10 years ago
cceb9bd
Merge branch 'master' into for-3.19
by Tejun Heo
· 10 years ago
d784e29
arm64: Trace emulation of AArch32 legacy instructions
by Punit Agrawal
· 10 years ago
c852f32
arm64: Emulate CP15 Barrier instructions
by Punit Agrawal
· 10 years ago
bd35a4a
arm64: Port SWP/SWPB emulation support from arm
by Punit Agrawal
· 10 years ago
587064b
arm64: Add framework for legacy instruction emulation
by Punit Agrawal
· 10 years ago
0be0e44
arm64: Add AArch32 instruction set condition code checks
by Punit Agrawal
· 10 years ago
9b79f52
arm64: Add support for hooks to handle undefined instructions
by Punit Agrawal
· 10 years ago
7d57511
arm64: Add COMPAT_HWCAP_LPAE
by Catalin Marinas
· 10 years ago
63648dd
arm64: entry: use ldp/stp instead of push/pop when saving/restoring regs
by Will Deacon
· 10 years ago
d54e81f
arm64: entry: avoid writing lr explicitly for constructing return paths
by Will Deacon
· 10 years ago
44b82b7
arm64: Fix up /proc/cpuinfo
by Mark Rutland
· 10 years ago
899d593
Correct the race condition in aarch64_insn_patch_text_sync()
by William Cohen
· 10 years ago
9b0b265
arm64: efi: Fix stub cache maintenance
by Mark Rutland
· 10 years ago
ee867cf
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
by Linus Torvalds
· 10 years ago
f1ba46e
arm64: ftrace: eliminate literal pool entries
by Ard Biesheuvel
· 10 years ago
8070867
arm64: log physical ID of boot CPU
by Mark Rutland
· 10 years ago
d8c6d8b
arm64/dt: add machine name to kernel call stack dump output
by Ard Biesheuvel
· 10 years ago
70ddb63
arm64: optimize memcpy_{from,to}io() and memset_io()
by Joonwoo Park
· 10 years ago
b07bfaa
arm64: dmi: set DMI string as dump stack arch description
by Ard Biesheuvel
· 10 years ago
d1ae8c0
arm64: dmi: Add SMBIOS/DMI support
by Yi Li
· 10 years ago
4e27d47
arm64/efi: drop redundant set_bit(EFI_CONFIG_TABLES)
by Ard Biesheuvel
· 10 years ago
61139eb
arm64/efi: invert UEFI memory region reservation logic
by Ard Biesheuvel
· 10 years ago
a352ea3
arm64/efi: set PE/COFF file alignment to 512 bytes
by Ard Biesheuvel
· 10 years ago
ea6bc80
arm64/efi: set PE/COFF section alignment to 4 KB
by Ard Biesheuvel
· 10 years ago
95b3959
arm64/efi: efistub: jump to 'stext' directly, not through the header
by Ard Biesheuvel
· 10 years ago
f4fd36b
arm64: psci: fix cpu_suspend to check idle state type for index
by Amit Daniel Kachhap
· 10 years ago
56e4dea
percpu: Convert remaining __get_cpu_var uses in 3.18-rcX
by Christoph Lameter
· 10 years ago
cdc63a05
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
by Linus Torvalds
· 10 years ago
9298040
arm64: ASLR: Don't randomise text when randomise_va_space == 0
by Arun Chandran
· 10 years ago
8c81f48
Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 10 years ago
ab074ad
Merge git://git.infradead.org/users/eparis/audit
by Linus Torvalds
· 10 years ago
Next »