Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
83863f25e4b8214e994ef8b5647aad614d74b45d
/
arch
/
arm64
83863f2
arm64: Add support for ARCH_SUPPORTS_DEBUG_PAGEALLOC
by Laura Abbott
· 9 years ago
132233a
arm64: Drop alloc function from create_mapping
by Laura Abbott
· 9 years ago
afb83cc
arm64: prefetch: add missing #include for spin_lock_prefetch
by Will Deacon
· 9 years ago
60e0a09
arm64: lib: patch in prfm for copy_page if requested
by Andrew Pinski
· 9 years ago
223e23e
arm64: lib: improve copy_page to deal with 128 bytes at a time
by Will Deacon
· 9 years ago
d5370f7
arm64: prefetch: add alternative pattern for CPUs without a prefetcher
by Will Deacon
· 9 years ago
cd5e10b
arm64: prefetch: don't provide spin_lock_prefetch with LSE
by Will Deacon
· 9 years ago
5e89c55
arm64: kernel: implement ACPI parking protocol
by Lorenzo Pieralisi
· 9 years ago
068a17a
arm64: mm: create new fine-grained mappings at boot
by Mark Rutland
· 9 years ago
fca082b
arm64: ensure _stext and _etext are page-aligned
by Mark Rutland
· 9 years ago
11509a3
arm64: mm: allow passing a pgdir to alloc_init_*
by Mark Rutland
· 9 years ago
cdef5f6
arm64: mm: allocate pagetables anywhere
by Mark Rutland
· 9 years ago
f471044
arm64: mm: use fixmap when creating page tables
by Mark Rutland
· 9 years ago
961faac
arm64: mm: add functions to walk tables in fixmap
by Mark Rutland
· 9 years ago
1e531cc
arm64: mm: add __{pud,pgd}_populate
by Mark Rutland
· 9 years ago
316b39db
arm64: mm: avoid redundant __pa(__va(x))
by Mark Rutland
· 9 years ago
dca56dc
arm64: mm: add functions to walk page tables by PA
by Mark Rutland
· 9 years ago
053520f
arm64: mm: move pte_* macros
by Mark Rutland
· 9 years ago
c1a88e9
arm64: kasan: avoid TLB conflicts
by Mark Rutland
· 9 years ago
50e1881
arm64: mm: add code to safely replace TTBR1_EL1
by Mark Rutland
· 9 years ago
609116d
arm64: add function to install the idmap
by Mark Rutland
· 9 years ago
86ccce8
arm64: unmap idmap earlier
by Mark Rutland
· 9 years ago
9e8e865
arm64: unify idmap removal
by Mark Rutland
· 9 years ago
5227cfa
arm64: mm: place empty_zero_page in bss
by Mark Rutland
· 9 years ago
21ab99c
arm64: mm: specialise pagetable allocators
by Mark Rutland
· 9 years ago
8ab54ed
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 9 years ago
1a1ebd5
irqchip/gic-v3: Make sure read from ICC_IAR1_EL1 is visible on redestributor
by Tirumalesh Chalamarla
· 9 years ago
afc6074
Merge tag 'kvm-arm-for-4.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into kvm-master
by Paolo Bonzini
· 9 years ago
c17dfb0
Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 9 years ago
df48ab3
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
by Linus Torvalds
· 9 years ago
3e275c6
arm64: asm: Explicitly include linux/personality.h in asm/page.h
by Mark Brown
· 9 years ago
811d61e
arm64: futex.h: Add missing PAN toggling
by James Morse
· 9 years ago
95f5c80
arm64: allow vmalloc regions to be set with set_memory_*
by Ard Biesheuvel
· 9 years ago
34229b2
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 9 years ago
aa5306a
Merge tag 'vexpress-for-v4.5/fixes-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux into fixes
by Olof Johansson
· 9 years ago
43acf83
ARM64: tegra: Add chosen node for tegra132 norrin
by Jon Hunter
· 9 years ago
aeb2ee5
arm64: dts: Add missing DMA Abort interrupt to Juno
by Robin Murphy
· 9 years ago
57adec8
arm64: mm: avoid calling apply_to_page_range on empty range
by Mika Penttilä
· 9 years ago
531d306
arm64: defconfig: updates for 4.5
by Will Deacon
· 9 years ago
67dfa17
arm64: errata: Add -mpc-relative-literal-loads to build flags
by dann frazier
· 9 years ago
728dabd
Eliminate the .eh_frame sections from the aarch64 vmlinux and kernel modules
by William Cohen
· 9 years ago
b312202
arm64: Fix an enum typo in mm/dump.c
by Masanari Iida
· 9 years ago
ac15bd6
arm64: Honour !PTE_WRITE in set_pte_at() for kernel mappings
by Catalin Marinas
· 9 years ago
f436b2a
arm64: kernel: fix architected PMU registers unconditional access
by Lorenzo Pieralisi
· 9 years ago
7b1af97
arm64: kasan: ensure that the KASAN zero page is mapped read-only
by Ard Biesheuvel
· 9 years ago
75feee3
arm64: hide __efistub_ aliases from kallsyms
by Ard Biesheuvel
· 9 years ago
6327f35
arm64: KVM: Fix guest dead loop when register accessor returns false
by Shannon Zhao
· 9 years ago
7769db9
arm64: KVM: Fix comments of the CP handler
by Shannon Zhao
· 9 years ago
9586a2e
arm64: KVM: Fix wrong use of the CPSR MODE mask for 32bit guests
by Shannon Zhao
· 9 years ago
a7e0ac2
arm64: KVM: Obey RES0/1 reserved bits when setting CPTR_EL2
by Dave Martin
· 9 years ago
8fc153c
arm64: KVM: Fix AArch64 guest userspace exception injection
by Marc Zyngier
· 9 years ago
79d2453
Merge tag 'armsoc-tegra' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 9 years ago
eae2177
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 9 years ago
48189d6
net: hns: enet specifies a reference to dsaf
by yankejian
· 9 years ago
9638685
Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 9 years ago
03d7d12
Merge tag 'armsoc-defconfig64' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 9 years ago
62c79bb
Merge tag 'armsoc-dt64' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 9 years ago
6d1c244
Merge tag 'armsoc-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 9 years ago
e1c7e32
dma-mapping: always provide the dma_map_ops based implementation
by Christoph Hellwig
· 9 years ago
a200dcb
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
by Linus Torvalds
· 9 years ago
48f58ba
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 9 years ago
42ff712
arm64: bpf: add extra pass to handle faulty codegen
by Zi Shen Lim
· 9 years ago
c94ae4f
arm64: insn: remove BUG_ON from codegen
by Zi Shen Lim
· 9 years ago
ba049e9
kvm: rename pfn_t to kvm_pfn_t
by Dan Williams
· 9 years ago
05ee26d
arch/arm64/include/asm/pgtable.h: add pmd_mkclean for THP
by Minchan Kim
· 9 years ago
b7ed934
arm64, thp: remove infrastructure for handling splitting PMDs
by Kirill A. Shutemov
· 9 years ago
4e5448a
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 9 years ago
b70ce2a
dts: hisi: fixes no syscon fault when init mdio
by yankejian
· 9 years ago
8f0d3aa
arm64: mm: support ARCH_MMAP_RND_BITS
by Daniel Cashman
· 9 years ago
d080827
Merge tag 'libnvdimm-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm
by Linus Torvalds
· 9 years ago
237f38c
Merge tag 'usb-4.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
by Linus Torvalds
· 9 years ago
aee3bfa
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 9 years ago
1baa5ef
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 9 years ago
c9bed1c
Merge tag 'for-linus-4.5-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip
by Linus Torvalds
· 9 years ago
01e9d22
Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm
by Linus Torvalds
· 9 years ago
541d284
Merge tag 'arm64-perf' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
by Linus Torvalds
· 9 years ago
fa5fd7c
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
by Linus Torvalds
· 9 years ago
fd072df
arm64: define __smp_xxx
by Michael S. Tsirkin
· 9 years ago
90ff6a1
arm64: reuse asm-generic/barrier.h
by Michael S. Tsirkin
· 9 years ago
5f4900b
Merge tag 'tegra-for-4.5-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux into late/tegra
by Olof Johansson
· 9 years ago
d0ac611
Merge tag 'tegra-for-4.5-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux into late/tegra
by Olof Johansson
· 9 years ago
6660800
Merge branch 'devel-stable' into for-linus
by Russell King
· 9 years ago
21266be
arch: consolidate CONFIG_STRICT_DEVM in lib/Kconfig.debug
by Dan Williams
· 9 years ago
2a803c4
arm64: head.S: use memset to clear BSS
by Mark Rutland
· 9 years ago
ee03353
arm64: entry: remove pointless SPSR mode check
by Mark Rutland
· 9 years ago
39b5be9
arm64: mm: move pgd_cache initialisation to pgtable_cache_init
by Will Deacon
· 9 years ago
f930896
arm64: module: avoid undefined shift behavior in reloc_data()
by Ard Biesheuvel
· 9 years ago
b24a557
arm64: module: fix relocation of movz instruction with negative immediate
by Ard Biesheuvel
· 9 years ago
598bcc6
Merge branches 'misc' and 'misc-rc6' into for-linus
by Russell King
· 9 years ago
e679660
ARM: 8481/2: drivers: psci: replace psci firmware calls
by Jens Wiklander
· 9 years ago
1445745
ARM: 8480/2: arm64: add implementation for arm-smccc
by Jens Wiklander
· 9 years ago
06312f4
Merge tag 'arm32-efi-for-v4.5' of git://git.linaro.org/people/ard.biesheuvel/linux-arm into devel-stable
by Russell King
· 9 years ago
d07822a
Merge tag 'xgene-dts-fixes-for-v4.5' of https://github.com/AppliedMicro/xgene-next into next/dt64
by Arnd Bergmann
· 9 years ago
d50a8b4
dts/ls2080a: Update DTSI to add support of SP805 WDT
by Bhupesh Sharma
· 9 years ago
9ebf47b
arm64: dts: X-Gene v2: I2C1 clock is always on
by Duc Dang
· 9 years ago
0fe8588
arm64: dts: X-Gene v1: I2C0 clock is always on
by Duc Dang
· 9 years ago
93beff2
arm64: dts: Fix to use standard DT node names for X-Gene 1 and X-Gene 2 platforms
by Duc Dang
· 9 years ago
0ac0148
Merge tag 'v4.5-rockchip-dts64-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip into next/dt64
by Olof Johansson
· 9 years ago
a25682e
Merge tag 'v4.4-next-kconfig' of https://github.com/mbgg/linux-mediatek into next/config64
by Olof Johansson
· 9 years ago
4e9ab19
Merge tag 'v4.4-next-dts' of https://github.com/mbgg/linux-mediatek into next/dt
by Olof Johansson
· 9 years ago
Next »