| Commit message (Expand) | Author | Age |
| * | Merge branch 'android-4.4-p' of https://android.googlesource.com/kernel/commo... | Michael Bestas | 2021-02-07 |
| |\ |
|
| | * | Merge 4.4.254 into android-4.4-p | Greg Kroah-Hartman | 2021-01-30 |
| | |\ |
|
| | | * | x86/boot/compressed: Disable relocation relaxation | Arvind Sankar | 2021-01-30 |
| | * | | Merge 4.4.190 into android-4.4-p | Greg Kroah-Hartman | 2019-08-25 |
| | |\| |
|
| * | | | Merge android-4.4.190 (ac7fbca) into msm-4.4 | Srinivasarao P | 2019-08-26 |
| |\ \ \ |
|
| | * \ \ | Merge 4.4.190 into android-4.4 | Greg Kroah-Hartman | 2019-08-25 |
| | |\ \ \
| | |/ /
| |/| /
| | |/ |
|
| | | * | x86/boot: Disable the address-of-packed-member compiler warning | Matthias Kaehlcke | 2019-08-25 |
| * | | | Merge android-4.4.107 (79f138a) into msm-4.4 | Srinivasarao P | 2018-01-18 |
| |\| | |
|
| | * | | BACKPORT: kernel: add kcov code coverage | Dmitry Vyukov | 2017-12-18 |
| | |/ |
|
| * | | Merge tag 'lsk-v4.4-16.12-android' into branch 'msm-4.4' | Runmin Wang | 2017-02-28 |
| |\| |
|
| | * | x86/build: Build compressed x86 kernels as PIE | H.J. Lu | 2016-10-20 |
| * | | UBSAN: run-time undefined behavior sanity checker | Andrey Ryabinin | 2016-03-22 |
| |/ |
|
| * | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2015-02-21 |
| |\ |
|
| | * | x86/efi: Avoid triple faults during EFI mixed mode calls | Matt Fleming | 2015-02-13 |
| * | | x86_64: add KASan support | Andrey Ryabinin | 2015-02-13 |
| |/ |
|
| * | x86, build: replace Perl script with Shell script | Kees Cook | 2015-01-26 |
| * | Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2014-12-10 |
| |\ |
|
| | * | efi/x86: Move x86 back to libstub | Ard Biesheuvel | 2014-11-11 |
| * | | Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2014-12-10 |
| |\ \ |
|
| | * | | x86, boot: Document intermediates more clearly | Kees Cook | 2014-11-01 |
| | |/ |
|
| * | | x86: Use $(OBJDUMP) instead of plain objdump | Chris Clayton | 2014-11-23 |
| * | | x86, kaslr: Prevent .bss from overlaping initrd | Junjie Mao | 2014-11-01 |
| |/ |
|
| * | Merge tag 'tiny/for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/jo... | Linus Torvalds | 2014-10-07 |
| |\ |
|
| | * | x86, boot: Don't compile early_serial_console.c when !CONFIG_EARLY_PRINTK | Josh Triplett | 2014-08-17 |
| | * | x86, boot: Don't compile aslr.c when !CONFIG_RANDOMIZE_BASE | Josh Triplett | 2014-08-17 |
| | * | x86, boot: Use the usual -y -n mechanism for objects in vmlinux | Josh Triplett | 2014-08-17 |
| * | | Revert "efi/x86: efistub: Move shared dependencies to <asm/efi.h>" | Matt Fleming | 2014-09-23 |
| |/ |
|
| * | efi: efistub: Convert into static library | Ard Biesheuvel | 2014-07-18 |
| * | Merge branch 'x86-kaslr-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2014-01-20 |
| |\ |
|
| | * | x86, kaslr: Return location from decompress_kernel | Kees Cook | 2013-10-13 |
| | * | x86, boot: Move CPU flags out of cpucheck | Kees Cook | 2013-10-13 |
| * | | x86, build: Pass in additional -mno-mmx, -mno-sse options | H. Peter Anvin | 2013-12-09 |
| |/ |
|
| * | arm: add support for LZ4-compressed kernel | Kyungsik Lee | 2013-07-09 |
| * | x86: Fix rebuild with EFI_STUB enabled | Jan Beulich | 2013-04-05 |
| * | efi: Build EFI stub with EFI-appropriate options | Matthew Garrett | 2012-09-17 |
| * | x86, realmode: 16-bit real-mode code support for relocs tool | H. Peter Anvin | 2012-05-18 |
| * | x86, mkpiggy: Don't open code put_unaligned_le32() | Matt Fleming | 2012-02-28 |
| * | x86, efi: EFI boot stub support | Matt Fleming | 2011-12-12 |
| * | x86: support XZ-compressed kernel | Lasse Collin | 2011-01-13 |
| * | x86, setup: enable early console output from the decompressor | Yinghai Lu | 2010-08-02 |
| * | x86: add support for LZO-compressed kernels | Albin Tonnerre | 2010-01-11 |
| * | x86, compress: Force i386 instructions for the decompressor | H. Peter Anvin | 2009-12-25 |
| * | x86: add vmlinux.lds to targets in arch/x86/boot/compressed/Makefile | Jan Beulich | 2009-08-20 |
| * | gcov: enable GCOV_PROFILE_ALL for x86_64 | Peter Oberparleiter | 2009-06-18 |
| * | x86, boot: determine compressed code offset at compile time | H. Peter Anvin | 2009-05-08 |
| * | x86, boot: follow standard Kbuild style for compression suffix | H. Peter Anvin | 2009-05-08 |
| * | x86, boot: simplify arch/x86/boot/compressed/Makefile | H. Peter Anvin | 2009-05-08 |
| * | x86: unify arch/x86/boot/compressed/vmlinux_*.lds | Linus Torvalds | 2009-04-27 |
| * | x86, setup: compile with -DDISABLE_BRANCH_PROFILING | H. Peter Anvin | 2009-04-03 |
| * | bzip2/lzma: x86 kernel compression support | Alain Knaff | 2009-01-04 |