summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* arm64: Consolidate hotplug notifier for instruction emulationSuzuki K. Poulose2015-01-232-48/+79
* arm64: Track system support for mixed endian EL0Suzuki K. Poulose2015-01-233-0/+38
* arm64: implement generic IOMMU configurationRobin Murphy2015-01-231-0/+2
* arm64: Combine coherent and non-coherent swiotlb dma_opsCatalin Marinas2015-01-232-73/+54
* arm64: Fix SCTLR_EL1 initialisationSuzuki K. Poulose2015-01-231-4/+8
* arm64: add ioremap physical address informationMin-Hua Chen2015-01-231-0/+1
* arm64: mm: dump: add missing includesMark Rutland2015-01-231-0/+4
* arm64: Fix overlapping VA allocationsMark Rutland2015-01-234-9/+19
* arm64/efi: move virtmap init to early initcallArd Biesheuvel2015-01-224-73/+59
* arm64: add better page protections to arm64Laura Abbott2015-01-226-26/+233
* arm64: use fixmap for text patchingLaura Abbott2015-01-222-1/+47
* arm64: respect mem= for EFIMark Rutland2015-01-162-19/+19
* arm64/efi: handle potential failure to remap memory mapArd Biesheuvel2015-01-161-4/+6
* arm64: kill off the libgcc dependencyKevin Hao2015-01-151-3/+0
* Merge branch 'arm64/common-esr-macros' of git://git.kernel.org/pub/scm/linux/...Catalin Marinas2015-01-1512-197/+237
|\
| * arm64: kvm: decode ESR_ELx.EC when reporting exceptionsMark Rutland2015-01-151-3/+4
| * arm64: kvm: remove ESR_EL2_* macrosMark Rutland2015-01-151-69/+4
| * arm64: remove ESR_EL1_* macrosMark Rutland2015-01-151-36/+0
| * arm64: kvm: move to ESR_ELx macrosMark Rutland2015-01-156-55/+64
| * arm64: decode ESR_ELx.EC when reporting exceptionsMark Rutland2015-01-152-2/+54
| * arm64: move to ESR_ELx macrosMark Rutland2015-01-153-34/+34
| * arm64: introduce common ESR_ELx_* definitionsMark Rutland2015-01-151-0/+79
* | arm64: kernel: add support for cpu cache informationSudeep Holla2015-01-154-19/+152
* | arm64: remove broken cachepolicy codeMark Rutland2015-01-131-74/+0
* | Merge tag 'for-3.20' of http://git.linaro.org/people/ard.biesheuvel/linux-arm...Catalin Marinas2015-01-1312-325/+362
|\ \
| * | arm64/efi: remove idmap manipulations from UEFI codeArd Biesheuvel2015-01-125-48/+1
| * | arm64/efi: remove free_boot_services() and friendsArd Biesheuvel2015-01-121-122/+1
| * | arm64/efi: move SetVirtualAddressMap() to UEFI stubArd Biesheuvel2015-01-126-108/+282
| * | arm64/efi: set EFI_ALLOC_ALIGN to 64 KBArd Biesheuvel2015-01-121-0/+2
| * | efi: efistub: allow allocation alignment larger than EFI_PAGE_SIZEArd Biesheuvel2015-01-121-8/+17
| * | efi: split off remapping code from efi_config_init()Ard Biesheuvel2015-01-122-24/+34
| * | arm64/mm: add create_pgd_mapping() to create private page tablesArd Biesheuvel2015-01-123-21/+30
| * | arm64/mm: add explicit struct_mm argument to __create_mapping()Ard Biesheuvel2015-01-121-15/+16
|/ /
* | linux 3.19-rc4v3.19-rc4Linus Torvalds2015-01-111-1/+1
* | Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds2015-01-115-11/+8
|\ \
| * | ARM: 8275/1: mm: fix PMD_SECT_RDONLY undeclared compile errorVictor Kamensky2015-01-091-2/+2
| * | ARM: 8253/1: mm: use phys_addr_t type in map_lowmem() for kernel mem regionGrygorii Strashko2015-01-071-2/+2
| * | ARM: 8249/1: mm: dump: don't skip regionsMark Rutland2015-01-071-7/+2
| * | ARM: wire up execveat syscallRussell King2015-01-072-0/+2
* | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-01-116-39/+53
|\ \ \
| * \ \ Merge tag 'pr-20141223-x86-vdso' of git://git.kernel.org/pub/scm/linux/kernel...Ingo Molnar2015-01-011-2/+4
| |\ \ \
| | * | | x86, vdso: Use asm volatile in __getcpuAndy Lutomirski2014-12-231-2/+4
| * | | | x86/build: Clean auto-generated processor feature filesBjørn Mork2014-12-232-0/+2
| * | | | x86: Fix mkcapflags.sh bash-ismSylvain BERTRAND2014-12-231-1/+1
| * | | | x86: Fix step size adjustment during initial memory mappingJan Beulich2014-12-231-20/+17
| * | | | Merge tag 'pr-20141220-x86-vdso' of git://git.kernel.org/pub/scm/linux/kernel...Ingo Molnar2014-12-211-16/+29
| |\| | | | | |/ / | |/| |
| | * | x86_64, vdso: Fix the vdso address randomization algorithmAndy Lutomirski2014-12-211-16/+29
* | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2015-01-114-35/+19
|\ \ \ \
| * | | | sched/fair: Fix RCU stall upon -ENOMEM in sched_create_group()Tetsuo Handa2015-01-091-0/+4
| * | | | sched/deadline: Avoid double-accounting in case of missed deadlinesLuca Abeni2015-01-091-18/+1