Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
1fd99ac175e63102876c6ae135c06c72575c5d24
/
arch
/
arm64
/
mm
031e6e6
arm64: hugetlb: Avoid unnecessary clearing in huge_ptep_set_access_flags
by Steve Capper
· 6 years ago
469ed9d
arm64: hugetlb: Fix handling of young ptes
by Steve Capper
· 6 years ago
fac880c
arm64: fix erroneous warnings in page freeing functions
by Mark Rutland
· 6 years ago
6ada4e2
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 6 years ago
d834c5a
kernel/dma: remove unsupported gfp_mask parameter from dma_alloc_from_contiguous()
by Marek Szyprowski
· 6 years ago
50a7ca3
mm: convert return type of handle_mm_fault() caller to vm_fault_t
by Souptick Joarder
· 6 years ago
edb0a20
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
by Linus Torvalds
· 6 years ago
5ad356e
arm64: mm: check for upper PAGE_SHIFT bits in pfn_valid()
by Greg Hackmann
· 6 years ago
1202f4f
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
by Linus Torvalds
· 6 years ago
2c20443
Merge tag 'acpi-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 6 years ago
203b4fc
Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
1035a07
arm64 / ACPI: clean the additional checks before calling ghes_notify_sea()
by Dongjiu Geng
· 6 years ago
8b11ec1
mm: do not initialize TLB stack vma's with vma_init()
by Linus Torvalds
· 6 years ago
864af0d
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 6 years ago
c515710
arm64: mm: Export __sync_icache_dcache() for xen-privcmd
by Ben Hutchings
· 7 years ago
2c4541e
mm: use vma_init() to initialize VMAs on stack and data segments
by Kirill A. Shutemov
· 6 years ago
7b0eb6b
arm64: fix vmemmap BUILD_BUG_ON() triggering on !vmemmap setups
by Johannes Weiner
· 6 years ago
25be597
arm64: kill config_sctlr_el1()
by Mark Rutland
· 7 years ago
bedbeec
arm64: mm: Export __flush_icache_range() to modules
by Will Deacon
· 7 years ago
97fd601
arm64: numa: separate out updates to percpu nodeid and NUMA node cpumap
by Sudeep Holla
· 7 years ago
ec28bb9
arm64: Implement page table free interfaces
by Chintan Pandya
· 7 years ago
f355152
Merge branch 'x86/mm' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into aarch64/for-next/core
by Will Deacon
· 7 years ago
3b8c9f1
arm64: IPI each CPU after invalidating the I-cache for kernel mappings
by Will Deacon
· 7 years ago
785a19f
ioremap: Update pgtable free interfaces with addr
by Chintan Pandya
· 7 years ago
90aff8d
ARM64: dump: Convert to use DEFINE_SHOW_ATTRIBUTE macro
by Peng Donglin
· 7 years ago
71c8fc0
arm64: mm: Ensure writes to swapper are ordered wrt subsequent cache maintenance
by Will Deacon
· 7 years ago
dd65a94
arm64: dma-mapping: clear buffers allocated with FORCE_CONTIGUOUS flag
by Marek Szyprowski
· 7 years ago
d7dc899
treewide: use PHYS_ADDR_MAX to avoid type casting ULLONG_MAX
by Stefan Agner
· 7 years ago
6396bb2
treewide: kzalloc() -> kcalloc()
by Kees Cook
· 7 years ago
410feb7
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
by Linus Torvalds
· 7 years ago
93e95fa
Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
by Linus Torvalds
· 7 years ago
e5a5946
Merge tag 'dma-mapping-4.18' of git://git.infradead.org/users/hch/dma-mapping
by Linus Torvalds
· 7 years ago
82034c2
arm64: Make sure permission updates happen for pmd/pud
by Laura Abbott
· 7 years ago
c870f14
arm64: Unify kernel fault reporting
by Mark Rutland
· 7 years ago
969e61b
arm64: make is_permission_fault() name clearer
by Mark Rutland
· 7 years ago
cc19846
arm64: fault: Don't leak data in ESR context for user fault on kernel VA
by Peter Maydell
· 7 years ago
ebc7e21
arm64: Increase ARCH_DMA_MINALIGN to 128
by Catalin Marinas
· 7 years ago
15b28bb
dma-debug: move initialization to common code
by Christoph Hellwig
· 7 years ago
05c5875
arm64: To remove initrd reserved area entry from memblock
by CHANDAN VN
· 7 years ago
3eb0f51
signal: Ensure every siginfo we send has all bits initialized
by Eric W. Biederman
· 7 years ago
907e21c
arm64: mm: drop addr parameter from sync icache and dcache
by Shaokun Zhang
· 7 years ago
800cb2e
arm64: kasan: avoid pfn_to_nid() before page array is initialized
by Mark Rutland
· 7 years ago
8f2af15
exec: pass stack rlimit into mm layout functions
by Kees Cook
· 7 years ago
23221d9
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
by Linus Torvalds
· 7 years ago
3f251cf
Revert "arm64: Revert L1_CACHE_SHIFT back to 6 (64-byte cache line size)"
by Will Deacon
· 7 years ago
05abb59
arm64: Delay enabling hardware DBM feature
by Suzuki K Poulose
· 7 years ago
c0cda3b
arm64: capabilities: Update prototype for enable call back
by Dave Martin
· 7 years ago
b6bdb75
mm/vmalloc: add interfaces to free unmapped page table
by Toshi Kani
· 7 years ago
af40ff6
arm64: signal: Ensure si_code is valid for all fault signals
by Dave Martin
· 7 years ago
6ae4b6e
arm64: Add support for new control bits CTR_EL0.DIC and CTR_EL0.IDC
by Shanker Donthineni
· 7 years ago
e03e61c
arm64: kaslr: Set TCR_EL1.NFD1 when CONFIG_RANDOMIZE_BASE=y
by Will Deacon
· 7 years ago
1f85b42
arm64: Revert L1_CACHE_SHIFT back to 6 (64-byte cache line size)
by Catalin Marinas
· 7 years ago
92ff067
arm64: mm: Rework unhandled user pagefaults to call arm64_force_sig_info
by Will Deacon
· 7 years ago
1049c30
arm64: Pass user fault info to arm64_notify_die instead of printing it
by Will Deacon
· 7 years ago
753e8ab
arm64: mm: fix thinko in non-global page table attribute check
by Ard Biesheuvel
· 7 years ago
15122ee
arm64: Enforce BBM for huge IO/VMAP mappings
by Will Deacon
· 7 years ago
20a004e
arm64: mm: Use READ_ONCE/WRITE_ONCE when accessing page tables
by Will Deacon
· 7 years ago
2ce77f6
arm64: proc: Set PTE_NG for table entries to avoid traversing them twice
by Will Deacon
· 7 years ago
15303ba
Merge tag 'kvm-4.16-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 7 years ago
c013632
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
by Linus Torvalds
· 7 years ago
a2e5790
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 7 years ago
917538e
kasan: clean up KASAN_SHADOW_SCALE_SHIFT usage
by Andrey Konovalov
· 7 years ago
30d88c0
arm64: entry: Apply BP hardening for suspicious interrupts from EL0
by Will Deacon
· 7 years ago
5dfc6ed
arm64: entry: Apply BP hardening for high-priority synchronous exceptions
by Will Deacon
· 7 years ago
51369e3
arm64: Make USER_DS an inclusive limit
by Robin Murphy
· 7 years ago
439e70e
arm64: idmap: Use "awx" flags for .idmap.text .pushsection directives
by Will Deacon
· 7 years ago
fa0465f
arm64: assembler: Change order of macro arguments in phys_to_ttbr
by Will Deacon
· 7 years ago
f992b4d
arm64: kpti: Add ->enable callback to remap swapper using nG mappings
by Will Deacon
· 7 years ago
4e60205
arm64: mm: Permit transitioning from Global to Non-Global without BBM
by Will Deacon
· 7 years ago
3ff1b28
Merge tag 'libnvdimm-for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm
by Linus Torvalds
· 7 years ago
7bf14c2
Merge branch 'x86/hyperv' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Radim Krčmář
· 7 years ago
2382dc9
Merge tag 'dma-mapping-4.16' of git://git.infradead.org/users/hch/dma-mapping
by Linus Torvalds
· 7 years ago
d417302
Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
by Linus Torvalds
· 7 years ago
0aebc6a
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
by Linus Torvalds
· 7 years ago
ec89ab5
arm64: Fix TTBR + PAN + 52-bit PA logic in cpu_do_switch_mm
by Steve Capper
· 7 years ago
a8e4c0a
arm64: Move BP hardening to check_and_switch_context
by Marc Zyngier
· 7 years ago
e9eaa80
arm64: mm: ignore memory above supported physical address size
by Kristina Martsenko
· 7 years ago
0482b50
arm64: mm: Add additional parameter to uaccess_ttbr0_disable
by Christoffer Dall
· 7 years ago
6b88a32
arm64: kpti: Fix the interaction between ASID switching and software PAN
by Catalin Marinas
· 7 years ago
68ddbf0
arm64: kernel: Prepare for a DISR user
by James Morse
· 7 years ago
7a00d68
arm64: sysreg: Move to use definitions for all the SCTLR bits
by James Morse
· 7 years ago
071929d
arm64: Stop printing the virtual memory layout
by Laura Abbott
· 7 years ago
0d8488a
arm64: use swiotlb_alloc and swiotlb_free
by Christoph Hellwig
· 7 years ago
ad67f5a
arm64: replace ZONE_DMA with ZONE_DMA32
by Christoph Hellwig
· 7 years ago
b7da409
arm64: rename swiotlb_dma_ops
by Christoph Hellwig
· 7 years ago
0370b31
arm64: Extend early page table code to allow for larger kernels
by Steve Capper
· 7 years ago
83f8ee3
arm64: mmu: add the entry trampolines start/end section markers into sections.h
by James Morse
· 7 years ago
6d99b68
arm64: alternatives: use tpidr_el2 on VHE hosts
by James Morse
· 7 years ago
526c3dd
signal/arm64: Document conflicts with SI_USER and SIGFPE,SIGTRAP,SIGBUS
by Eric W. Biederman
· 7 years ago
ea8c64a
dma-mapping: move swiotlb arch helpers to a new header
by Christoph Hellwig
· 7 years ago
448fadc
arm64: mm: Add additional parameter to uaccess_ttbr0_enable
by Christoffer Dall
· 7 years ago
24b6d41
mm: pass the vmem_altmap to vmemmap_free
by Christoph Hellwig
· 7 years ago
7b73d97
mm: pass the vmem_altmap to vmemmap_populate
by Christoph Hellwig
· 7 years ago
0f15adb
arm64: Add skeleton to harden the branch predictor against aliasing attacks
by Will Deacon
· 7 years ago
95e3de3
arm64: Move post_ttbr_update_workaround to C code
by Marc Zyngier
· 7 years ago
4fee947
arm64: KVM: Add invalidate_icache_range helper
by Marc Zyngier
· 7 years ago
a8ffaaa
arm64: asid: Do not replace active_asids if already 0
by Catalin Marinas
· 7 years ago
1f911c3
Merge branch 'for-next/52-bit-pa' into for-next/core
by Catalin Marinas
· 7 years ago
fa2a844
arm64: allow ID map to be extended to 52 bits
by Kristina Martsenko
· 7 years ago
1933830
arm64: don't open code page table entry creation
by Kristina Martsenko
· 7 years ago
Next »