summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2016-04-29x86/boot: Calculate decompression size during boot not buildYinghai Lu3-28/+30
2016-04-29x86/boot: Move compressed kernel to the end of the decompression bufferYinghai Lu7-8/+35
2016-04-29x86/KASLR: Handle kernel relocations above 2G correctlyBaoquan He1-1/+1
2016-04-28x86/boot: Rename overlapping memcpy() to memmove()Kees Cook2-10/+15
2016-04-22x86/init: Disable pnpbios and rtc for X86_SUBARCH_CE4100Luis R. Rodriguez2-3/+1
2016-04-22x86/init: Disable pnpbios for X86_SUBARCH_INTEL_MIDLuis R. Rodriguez1-3/+1
2016-04-22x86/paravirt: Remove paravirt_enabled()Luis R. Rodriguez7-19/+0
2016-04-22x86/init: Rename EBDA code fileLuis R. Rodriguez3-2/+2
2016-04-22x86/ACPI: Parse ACPI_FADT_LEGACY_DEVICESLuis R. Rodriguez1-0/+5
2016-04-22x86, drivers/pnpbios: Replace paravirt_enabled() check with legacy device checkLuis R. Rodriguez2-0/+37
2016-04-22x86/cpu/intel: Remove not needed paravirt_enabled() use for F00F work aroundLuis R. Rodriguez1-1/+1
2016-04-22x86/tboot: Remove paravirt_enabled() useLuis R. Rodriguez1-6/+0
2016-04-22x86/apm32: Remove paravirt_enabled() useLuis R. Rodriguez1-1/+1
2016-04-22x86/init: Use a platform legacy quirk for EBDALuis R. Rodriguez3-1/+8
2016-04-22x86/ACPI: Move ACPI_FADT_NO_CMOS_RTC check to ACPI boot codeLuis R. Rodriguez2-8/+4
2016-04-22x86/rtc: Replace paravirt rtc check with platform legacy quirkLuis R. Rodriguez12-22/+60
2016-04-22x86/xen: Use X86_SUBARCH_XEN for PV guest bootsLuis R. Rodriguez1-0/+1
2016-04-22x86/boot: Enumerate documentation for the x86 hardware_subarchLuis R. Rodriguez1-1/+40
2016-04-22x86/KASLR: Warn when KASLR is disabledKees Cook3-6/+13
2016-04-22x86/boot: Make memcpy() handle overlapsKees Cook2-5/+21
2016-04-22x86/boot: Clean up things used by decompressorsKees Cook1-4/+4
2016-04-22x86/KASLR: Drop CONFIG_RANDOMIZE_BASE_MAX_OFFSETBaoquan He4-59/+36
2016-04-22x86/KASLR: Update description for decompressor worst case sizeBaoquan He3-82/+97
2016-04-19x86/KASLR: Rename "random" to "random_addr"Kees Cook1-5/+5
2016-04-19x86/KASLR: Clarify purpose of kaslr.cKees Cook3-4/+15
2016-04-19x86/boot: Clarify purpose of functions in misc.cKees Cook3-10/+12
2016-04-19x86/boot: Rename "real_mode" to "boot_params"Kees Cook4-27/+28
2016-04-19x86/KASLR: Remove unneeded boot_params argumentYinghai Lu3-8/+5
2016-04-19x86/KASLR: Rename aslr.c to kaslr.cKees Cook3-2/+2
2016-04-16Merge branch 'parisc-4.6-4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds8-168/+114
2016-04-15Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds4-3/+51
2016-04-14Revert "x86: remove the kernel code/data/bss resources from /proc/iomem"Linus Torvalds1-0/+37
2016-04-14parisc: Fix ftrace function tracerHelge Deller8-168/+114
2016-04-13Merge tag 'sh-fixes-4.6-rc1' of git://git.libc.org/linux-shLinus Torvalds4-10/+3
2016-04-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ger...Linus Torvalds1-7/+1
2016-04-13Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds17-52/+80
2016-04-13Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds9-25/+64
2016-04-13x86/mce: Avoid using object after free in genpoolTony Luck1-2/+2
2016-04-12Merge tag 'mvebu-fixes-4.6-1' of git://git.infradead.org/linux-mvebu into fixesOlof Johansson1-1/+1
2016-04-12ARM: sa1100: remove references to the defunct handhelds.orgLinus Walleij1-8/+2
2016-04-12Merge tag 'pxa-fixes-v4.6' of https://github.com/rjarzmik/linux into fixesOlof Johansson1-0/+1
2016-04-12Merge tag 'omap-for-v4.6/fixes-rc1' of git://git.kernel.org/pub/scm/linux/ker...Olof Johansson9-9/+21
2016-04-12ARM: uniphier: drop weird sizeof()Masahiro Yamada1-1/+1
2016-04-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...Linus Torvalds15-85/+77
2016-04-11Merge tag 'arc-4.6-rc4-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds5-9/+21
2016-04-11m68k/gpio: remove arch specific sysfs bus deviceGreg Ungerer1-7/+1
2016-04-11Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds5-7/+13
2016-04-10KVM: x86: mask CPUID(0xD,0x1).EAX against host valuePaolo Bonzini1-0/+1
2016-04-10kvm: x86: do not leak guest xcr0 into host interrupt handlersDavid Matlack1-6/+4
2016-04-10KVM: MMU: fix permission_fault()Xiao Guangrong2-6/+5