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
Age
Commit message (
Expand
)
Author
Files
Lines
2016-02-26
arm64: Add workaround for Cavium erratum 27456
Andrew Pinski
5
-1
/
+35
2016-02-26
arm64: mm: Mark .rodata as RO
Jeremy Linton
3
-9
/
+19
2016-02-26
arm64/mm: remove unnecessary boundary check
Miles Chen
1
-2
/
+0
2016-02-25
arm64: Fix building error with 16KB pages and 36-bit VA
Catalin Marinas
1
-1
/
+1
2016-02-25
arm64: Rename cpuid_feature field extract routines
Suzuki K Poulose
6
-13
/
+19
2016-02-25
arm64: capabilities: Handle sign of the feature bit
Suzuki K Poulose
2
-17
/
+22
2016-02-25
arm64: cpufeature: Fix the sign of feature bits
Suzuki K Poulose
1
-25
/
+25
2016-02-25
arm64: cpufeature: Correct feature register tables
Suzuki K Poulose
1
-3
/
+15
2016-02-25
arm64: Ensure the secondary CPUs have safe ASIDBits size
Suzuki K Poulose
3
-0
/
+32
2016-02-25
arm64: Add helper for extracting ASIDBits
Suzuki K Poulose
1
-13
/
+23
2016-02-25
arm64: Enable CPU capability verification unconditionally
Suzuki K Poulose
2
-16
/
+0
2016-02-25
arm64: Handle early CPU boot failures
Suzuki K Poulose
4
-2
/
+107
2016-02-24
arm64: Move cpu_die_early to smp.c
Suzuki K Poulose
3
-19
/
+23
2016-02-24
arm64: Introduce cpu_die_early
Suzuki K Poulose
1
-9
/
+15
2016-02-24
arm64: Add a helper for parking CPUs in a loop
Suzuki K Poulose
2
-4
/
+9
2016-02-24
arm64: efi: invoke EFI_RNG_PROTOCOL to supply KASLR randomness
Ard Biesheuvel
4
-35
/
+102
2016-02-24
efi: stub: use high allocation for converted command line
Ard Biesheuvel
2
-1
/
+8
2016-02-24
efi: stub: add implementation of efi_random_alloc()
Ard Biesheuvel
2
-0
/
+104
2016-02-24
efi: stub: implement efi_get_random_bytes() based on EFI_RNG_PROTOCOL
Ard Biesheuvel
4
-2
/
+44
2016-02-24
arm64: kaslr: randomize the linear region
Ard Biesheuvel
2
-2
/
+24
2016-02-24
arm64: add support for kernel ASLR
Ard Biesheuvel
10
-22
/
+329
2016-02-24
arm64: add support for building vmlinux as a relocatable PIE binary
Ard Biesheuvel
5
-0
/
+65
2016-02-24
arm64: switch to relative exception tables
Ard Biesheuvel
8
-51
/
+43
2016-02-24
extable: add support for relative extables to search and sort routines
Ard Biesheuvel
1
-9
/
+41
2016-02-24
scripts/sortextable: add support for ET_DYN binaries
Ard Biesheuvel
1
-4
/
+4
2016-02-24
arm64: make asm/elf.h available to asm files
Ard Biesheuvel
1
-9
/
+13
2016-02-24
arm64: avoid dynamic relocations in early boot code
Ard Biesheuvel
2
-14
/
+27
2016-02-24
arm64: avoid R_AARCH64_ABS64 relocations for Image header fields
Ard Biesheuvel
3
-16
/
+33
2016-02-24
arm64: add support for module PLTs
Ard Biesheuvel
7
-1
/
+252
2016-02-23
arm64: move brk immediate argument definitions to separate header
Ard Biesheuvel
3
-14
/
+27
2016-02-23
arm64: mm: use bit ops rather than arithmetic in pa/va translations
Ard Biesheuvel
1
-3
/
+4
2016-02-23
arm64: mm: only perform memstart_addr sanity check if DEBUG_VM
Ard Biesheuvel
1
-1
/
+3
2016-02-19
arm64: User die() instead of panic() in do_page_fault()
Catalin Marinas
1
-2
/
+2
2016-02-18
arm64: allow kernel Image to be loaded anywhere in physical memory
Ard Biesheuvel
9
-39
/
+119
2016-02-18
arm64: defer __va translation of initrd_start and initrd_end
Ard Biesheuvel
2
-4
/
+17
2016-02-18
arm64: move kernel image to base of vmalloc area
Ard Biesheuvel
7
-68
/
+137
2016-02-18
arm64: kvm: deal with kernel symbols outside of linear mapping
Ard Biesheuvel
5
-9
/
+32
2016-02-18
arm64: decouple early fixmap init from linear mapping
Ard Biesheuvel
1
-10
/
+6
2016-02-18
arm64: pgtable: implement static [pte|pmd|pud]_offset variants
Ard Biesheuvel
1
-0
/
+13
2016-02-18
arm64: introduce KIMAGE_VADDR as the virtual base of the kernel region
Ard Biesheuvel
3
-5
/
+11
2016-02-18
arm64: add support for ioremap() block mappings
Ard Biesheuvel
4
-1
/
+49
2016-02-18
arm64: prevent potential circular header dependencies in asm/bug.h
Ard Biesheuvel
3
-2
/
+3
2016-02-18
of/fdt: factor out assignment of initrd_start/initrd_end
Ard Biesheuvel
1
-3
/
+11
2016-02-18
of/fdt: make memblock minimum physical address arch configurable
Ard Biesheuvel
1
-1
/
+4
2016-02-18
arm64: Remove the get_thread_info() function
Catalin Marinas
3
-16
/
+7
2016-02-18
arm64: kernel: Don't toggle PAN on systems with UAO
James Morse
8
-13
/
+33
2016-02-18
arm64: cpufeature: Test 'matches' pointer to find the end of the list
James Morse
1
-6
/
+6
2016-02-18
arm64: kernel: Add support for User Access Override
James Morse
15
-39
/
+213
2016-02-18
arm64: add ARMv8.2 id_aa64mmfr2 boiler plate
James Morse
4
-0
/
+16
2016-02-18
arm64: cpufeature: Change read_cpuid() to use sysreg's mrs_s macro
James Morse
5
-67
/
+69
[next]