index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
mm
Age
Commit message (
Expand
)
Author
Files
Lines
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
1
-0
/
+1
2017-03-02
sched/headers: Prepare for new header dependencies before moving more code to...
Ingo Molnar
1
-0
/
+1
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
2
-2
/
+2
2017-03-01
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
2
-31
/
+5
2017-02-25
Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-7
/
+7
2017-02-24
mm: wire up GFP flag passing in dma_alloc_from_contiguous
Lucas Stach
1
-2
/
+2
2017-02-24
Revert "arm64: mm: set the contiguous bit for kernel mappings where appropriate"
Mark Rutland
1
-30
/
+4
2017-02-24
arm64: Avoid clobbering mm in erratum workaround on QDF2400
Shanker Donthineni
1
-1
/
+1
2017-02-22
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
10
-50
/
+117
2017-02-15
arm64: fix warning about swapper_pg_dir overflow
Arnd Bergmann
1
-1
/
+1
2017-02-10
arm64: Work around Falkor erratum 1003
Christopher Covington
2
-0
/
+12
2017-02-09
arm64: use is_vmalloc_addr
Miles Chen
1
-1
/
+1
2017-02-06
iommu/dma: Remove bogus dma_supported() implementation
Robin Murphy
1
-1
/
+0
2017-01-30
Merge branch 'iommu/iommu-priv' of git://git.kernel.org/pub/scm/linux/kernel/...
Joerg Roedel
1
-3
/
+3
2017-01-26
arm64: dma-mapping: Fix dma_mapping_error() when bypassing SWIOTLB
Robin Murphy
1
-1
/
+8
2017-01-24
treewide: Move dma_ops from struct dev_archdata into struct device
Bart Van Assche
1
-4
/
+4
2017-01-24
treewide: Constify most dma_map_ops structures
Bart Van Assche
1
-3
/
+3
2017-01-23
arm64: dma-mapping: Only swizzle DMA ops for IOMMU_DOMAIN_DMA
Will Deacon
1
-5
/
+12
2017-01-19
arm64/dma-mapping: Implement DMA_ATTR_PRIVILEGED
Mitchel Humpherys
1
-3
/
+3
2017-01-17
arm64: Fix swiotlb fallback allocation
Alexander Graf
1
-0
/
+2
2017-01-13
arm64: mm: use phys_addr_t instead of unsigned long in __map_memblock
Miles Chen
1
-2
/
+2
2017-01-12
arm64: Add support for DMA_ATTR_SKIP_CPU_SYNC attribute to swiotlb
Takeshi Kihara
1
-4
/
+8
2017-01-12
arm64: Add support for CONFIG_DEBUG_VIRTUAL
Laura Abbott
2
-0
/
+32
2017-01-12
arm64: Use __pa_symbol for kernel symbols
Laura Abbott
3
-24
/
+43
2017-01-11
arm64: hugetlb: fix the wrong return value for huge_ptep_set_access_flags
Huang Shijie
1
-1
/
+1
2017-01-10
arm64: Remove useless UAO IPI and describe how this gets enabled
James Morse
1
-14
/
+0
2017-01-06
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
1
-4
/
+4
2017-01-06
Merge branch 'stable/for-linus-4.10' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2
-2
/
+4
2017-01-04
arm64: mm: fix show_pte KERN_CONT fallout
Mark Rutland
1
-4
/
+4
2016-12-26
arm64: don't pull uaccess.h into *.S
Al Viro
1
-1
/
+1
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
1
-1
/
+1
2016-12-19
swiotlb: Convert swiotlb_force from int to enum
Geert Uytterhoeven
2
-2
/
+4
2016-12-18
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-1
/
+1
2016-12-15
Merge tag 'iommu-updates-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-0
/
+2
2016-12-15
ACPI/NUMA: Do not map pxm to node when NUMA is turned off
Boris Ostrovsky
1
-1
/
+1
2016-11-23
arm64: Remove I-cache invalidation from flush_cache_range()
Catalin Marinas
1
-7
/
+0
2016-11-21
arm64: Handle faults caused by inadvertent user access with PAN enabled
Catalin Marinas
1
-4
/
+10
2016-11-21
arm64: Disable TTBR0_EL1 during normal kernel execution
Catalin Marinas
2
-2
/
+11
2016-11-21
arm64: Factor out TTBR0_EL1 post-update workaround into a specific asm macro
Catalin Marinas
1
-5
/
+1
2016-11-21
arm64: Update the synchronous external abort fault description
Catalin Marinas
1
-4
/
+4
2016-11-14
arm64: Wire up iommu_dma_{map, unmap}_resource()
Robin Murphy
1
-0
/
+2
2016-11-11
arm64: move sp_el0 and tpidr_el1 into cpu_suspend_ctx
Mark Rutland
1
-0
/
+6
2016-11-09
arm64: hugetlb: fix the wrong address for several functions
Huang Shijie
1
-4
/
+4
2016-11-09
arm64: hugetlb: remove the wrong pmd check in find_num_contig()
Huang Shijie
1
-12
/
+0
2016-11-09
arm64: Fix typo in add_default_hugepagesz() for 64K pages
Catalin Marinas
1
-1
/
+1
2016-11-07
arm64: Add uprobe support
Pratyush Anand
1
-1
/
+1
2016-11-07
arm64: dump: Add checking for writable and exectuable pages
Laura Abbott
2
-0
/
+57
2016-11-07
arm64: dump: Make the page table dumping seq_file optional
Laura Abbott
1
-7
/
+19
2016-11-07
arm64: dump: Make ptdump debugfs a separate option
Laura Abbott
3
-22
/
+38
2016-11-07
arm64: mm: set the contiguous bit for kernel mappings where appropriate
Ard Biesheuvel
1
-4
/
+30
[next]