index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2015-02-27
arm64: compat Fix siginfo_t -> compat_siginfo_t conversion on big endian
Catalin Marinas
1
-3
/
+2
2015-02-26
arm64: Fix text patching logic when using fixmap
Marc Zyngier
1
-1
/
+3
2015-02-26
arm64: psci: move psci firmware calls out of line
Will Deacon
3
-36
/
+34
2015-02-26
arm64: vdso: minor ABI fix for clock_getres
Nathan Lynch
1
-2
/
+1
2015-02-23
arm64: ftrace: fix ftrace_modify_graph_caller for branch replace
Pratyush Anand
1
-1
/
+1
2015-02-13
mm: vmalloc: pass additional vm_flags to __vmalloc_node_range()
Andrey Ryabinin
1
-2
/
+2
2015-02-13
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-0
/
+1
2015-02-12
all arches, signal: move restart_block to struct task_struct
Andy Lutomirski
2
-3
/
+3
2015-02-11
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
20
-425
/
+660
2015-02-10
Merge tag 'pci-v3.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-22
/
+0
2015-01-29
Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mflemin...
Ingo Molnar
1
-7
/
+7
2015-01-27
arm64: kernel: remove ARM64_CPU_SUSPEND config option
Lorenzo Pieralisi
6
-26
/
+23
2015-01-27
arm64: make sys_call_table const
Mark Rutland
1
-1
/
+1
2015-01-27
arm64: Remove asm/syscalls.h
Catalin Marinas
1
-2
/
+1
2015-01-27
arm64: Implement the compat_sys_call_table in C
Catalin Marinas
4
-24
/
+65
2015-01-23
smp, ARM64: Kill SMP single function call interrupt
Jiang Liu
1
-9
/
+1
2015-01-23
arm64: Emulate SETEND for AArch32 tasks
Suzuki K. Poulose
2
-1
/
+84
2015-01-23
arm64: Consolidate hotplug notifier for instruction emulation
Suzuki K. Poulose
1
-48
/
+77
2015-01-23
arm64: Track system support for mixed endian EL0
Suzuki K. Poulose
1
-0
/
+22
2015-01-23
arm64: implement generic IOMMU configuration
Robin Murphy
1
-0
/
+2
2015-01-23
Merge tag 'kvm-arm-for-3.20' of git://git.kernel.org/pub/scm/linux/kernel/git...
Paolo Bonzini
1
-0
/
+1
2015-01-22
arm64/efi: move virtmap init to early initcall
Ard Biesheuvel
2
-59
/
+53
2015-01-22
arm64: add better page protections to arm64
Laura Abbott
1
-2
/
+15
2015-01-22
arm64: use fixmap for text patching
Laura Abbott
1
-1
/
+46
2015-01-20
arm/arm64: KVM: make the value of ICC_SRE_EL1 a per-VM variable
Andre Przywara
1
-0
/
+1
2015-01-16
arm64: respect mem= for EFI
Mark Rutland
1
-19
/
+0
2015-01-16
arm64/efi: handle potential failure to remap memory map
Ard Biesheuvel
1
-4
/
+6
2015-01-15
arm64/efi: efistub: Apply __init annotation
Ard Biesheuvel
1
-7
/
+7
2015-01-15
Merge branch 'arm64/common-esr-macros' of git://git.kernel.org/pub/scm/linux/...
Catalin Marinas
3
-35
/
+81
2015-01-15
arm64: decode ESR_ELx.EC when reporting exceptions
Mark Rutland
1
-2
/
+48
2015-01-15
arm64: move to ESR_ELx macros
Mark Rutland
2
-33
/
+33
2015-01-15
arm64: kernel: add support for cpu cache information
Sudeep Holla
3
-13
/
+129
2015-01-12
arm64/efi: remove idmap manipulations from UEFI code
Ard Biesheuvel
2
-32
/
+1
2015-01-12
arm64/efi: remove free_boot_services() and friends
Ard Biesheuvel
1
-122
/
+1
2015-01-12
arm64/efi: move SetVirtualAddressMap() to UEFI stub
Ard Biesheuvel
2
-103
/
+128
2015-01-11
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-0
/
+8
2015-01-09
perf: Move task_pt_regs sampling into arch code
Andy Lutomirski
1
-0
/
+8
2015-01-08
arm64/efi: add missing call to early_ioremap_reset()
Ard Biesheuvel
2
-1
/
+2
2015-01-07
arm64: fix missing asm/io.h include in kernel/smp_spin_table.c
Paul Walmsley
1
-0
/
+1
2015-01-07
arm64: fix missing asm/alternative.h include in kernel/module.c
Paul Walmsley
1
-0
/
+1
2015-01-07
arm64: sanity checks: add missing AArch32 registers
Mark Rutland
1
-0
/
+10
2014-12-27
PCI: Move domain assignment from arm64 to generic code
Lorenzo Pieralisi
1
-22
/
+0
2014-12-23
arm64: kernel: fix __cpu_suspend mm switch on warm-boot
Lorenzo Pieralisi
1
-1
/
+13
2014-12-16
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
1
-0
/
+2
2014-12-11
Merge branch 'for-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...
Linus Torvalds
1
-2
/
+2
2014-12-11
arm64: psci: Fix build breakage without PM_SLEEP
Krzysztof Kozlowski
1
-0
/
+2
2014-12-09
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
27
-404
/
+1539
2014-12-04
arm64: add module support for alternatives fixups
Andre Przywara
3
-5
/
+44
2014-12-04
arm64: perf: Prevent wraparound during overflow
Daniel Thompson
1
-2
/
+8
2014-12-04
arm64: Provide a namespace to NCAPS
Fabio Estevam
1
-1
/
+1
[next]