index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2016-09-23
arm64: kgdb: handle read-only text / modules
AKASHI Takahiro
1
-12
/
+24
2016-09-23
arm64: Call numa_store_cpu_info() earlier.
David Daney
1
-8
/
+6
2016-08-25
arm64: avoid TLB conflict with CONFIG_RANDOMIZE_BASE
Mark Rutland
1
-0
/
+3
2016-08-17
arm64: kernel: avoid literal load of virtual address with MMU off
Ard Biesheuvel
1
-1
/
+9
2016-08-12
arm64: hibernate: handle allocation failures
Mark Rutland
1
-27
/
+32
2016-08-12
arm64: hibernate: avoid potential TLB conflict
Mark Rutland
1
-6
/
+17
2016-08-12
arm64: Handle el1 synchronous instruction aborts cleanly
Laura Abbott
1
-0
/
+7
2016-08-11
arm64: Remove stack duplicating code from jprobes
David A. Long
1
-26
/
+5
2016-08-09
arm64: Support hard limit of cpu count by nr_cpus
Kefeng Wang
1
-4
/
+4
2016-08-06
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
2
-29
/
+5
2016-08-03
Merge tag 'pci-v4.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-21
/
+138
2016-08-02
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-0
/
+19
2016-08-01
Merge branch 'pci/msi-affinity' into next
Bjorn Helgaas
4
-14
/
+50
2016-08-01
Merge branch 'pci/resource' into next
Bjorn Helgaas
1
-13
/
+0
2016-07-30
Merge tag 'devicetree-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-15
/
+0
2016-07-30
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...
Linus Torvalds
1
-4
/
+4
2016-07-29
Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-17
/
+5
2016-07-29
arm64: relocatable: suppress R_AARCH64_ABS64 relocations in vmlinux
Ard Biesheuvel
2
-28
/
+4
2016-07-29
arm64: vmlinux.lds: make __rela_offset and __dynsym_offset ABSOLUTE
Ard Biesheuvel
1
-2
/
+2
2016-07-27
Merge tag 'for-linus-4.8-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-2
/
+1
2016-07-27
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
33
-223
/
+2529
2016-07-25
Merge branches 'acpi-processor', 'acpi-cppc', 'acpi-apei' and 'acpi-sleep'
Rafael J. Wysocki
1
-1
/
+19
2016-07-25
Merge branch 'acpi-tables'
Rafael J. Wysocki
1
-2
/
+4
2016-07-25
Merge branch 'acpi-numa'
Rafael J. Wysocki
3
-0
/
+115
2016-07-22
arm64: add support for ACPI Low Power Idle(LPI)
Sudeep Holla
1
-0
/
+18
2016-07-22
arm64: cpuidle: drop __init section marker to arm_cpuidle_init
Sudeep Holla
1
-1
/
+1
2016-07-21
Merge branch 'for-next/kprobes' into for-next/core
Catalin Marinas
18
-7
/
+1538
2016-07-21
arm64: Honor nosmp kernel command line option
Suzuki K Poulose
1
-0
/
+7
2016-07-21
arm64: Fix incorrect per-cpu usage for boot CPU
Suzuki K Poulose
1
-1
/
+1
2016-07-21
arm64: kprobes: Add KASAN instrumentation around stack accesses
Catalin Marinas
1
-0
/
+5
2016-07-21
arm64: kprobes: Cleanup jprobe_return
Marc Zyngier
1
-12
/
+10
2016-07-20
arm64: kprobes: Fix overflow when saving stack
Marc Zyngier
1
-8
/
+14
2016-07-19
arm64: kprobes: WARN if attempting to step with PSTATE.D=1
Will Deacon
1
-0
/
+2
2016-07-19
arm64: debug: remove redundant spsr manipulation
Will Deacon
1
-11
/
+2
2016-07-19
arm64: debug: unmask PSTATE.D earlier
Will Deacon
2
-2
/
+0
2016-07-19
arm64: Add kernel return probes support (kretprobes)
Sandeepa Prabhu
1
-1
/
+89
2016-07-19
arm64: Add trampoline code for kretprobes
William Cohen
4
-0
/
+98
2016-07-19
arm64: kprobes instruction simulation support
Sandeepa Prabhu
7
-13
/
+323
2016-07-19
arm64: Treat all entry code as non-kprobe-able
Pratyush Anand
3
-0
/
+30
2016-07-19
arm64: Blacklist non-kprobe-able symbol
Pratyush Anand
4
-0
/
+31
2016-07-19
arm64: Kprobes with single stepping support
Sandeepa Prabhu
7
-3
/
+719
2016-07-19
arm64: add conditional instruction simulation support
David A. Long
3
-4
/
+116
2016-07-19
arm64: Add more test functions to insn.c
David A. Long
1
-0
/
+34
2016-07-19
arm64: Add HAVE_REGS_AND_STACK_ACCESS_API feature
David A. Long
1
-0
/
+101
2016-07-15
arm64/armv8 deprecated: Convert to hotplug state machine
Sebastian Andrzej Siewior
1
-17
/
+5
2016-07-12
arm64: cpuinfo: Expose MIDR_EL1 and REVIDR_EL1 to sysfs
Steve Capper
1
-0
/
+120
2016-07-12
arm64: Add support for CLOCK_MONOTONIC_RAW in clock_gettime() vDSO
Kevin Brodsky
3
-13
/
+58
2016-07-12
arm64: Refactor vDSO time functions
Kevin Brodsky
1
-126
/
+172
2016-07-11
arm64: fix vdso-offsets.h dependency
Kevin Brodsky
2
-8
/
+3
2016-07-11
Revert "arm64: Fix vdso-offsets.h dependency"
Catalin Marinas
2
-7
/
+7
[next]