Age | Commit message (Expand) | Author | Files | Lines |
2015-04-13 | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -4/+4 |
2015-04-03 | x86/mm/KASLR: Propagate KASLR status to kernel proper | Borislav Petkov | 1 | -4/+9 |
2015-03-16 | Revert "x86/mm/ASLR: Propagate base load address calculation" | Borislav Petkov | 1 | -18/+4 |
2015-02-24 | x86/mm: Use early_memunmap() instead of early_iounmap() | Juergen Gross | 1 | -4/+4 |
2015-02-21 | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -4/+18 |
2015-02-19 | Merge branch 'tip-x86-kaslr' of git://git.kernel.org/pub/scm/linux/kernel/git... | Ingo Molnar | 1 | -4/+18 |
2015-02-19 | x86/mm/ASLR: Propagate base load address calculation | Jiri Kosina | 1 | -4/+18 |
2015-02-16 | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -1/+1 |
2015-02-13 | x86_64: add KASan support | Andrey Ryabinin | 1 | -0/+3 |
2015-02-04 | x86: Store a per-cpu shadow copy of CR4 | Andy Lutomirski | 1 | -1/+1 |
2015-01-23 | x86, setup: Let early_memremap() handle page alignment | WANG Chao | 1 | -5/+3 |
2014-12-10 | Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -2/+0 |
2014-11-18 | x86, mpx: On-demand kernel allocation of bounds tables | Dave Hansen | 1 | -0/+2 |
2014-11-03 | x86_64,vsyscall: Make vsyscall emulation configurable | Andy Lutomirski | 1 | -2/+0 |
2014-10-28 | x86, cma: Reserve DMA contiguous area after initmem_init() | Weijie Yang | 1 | -1/+1 |
2014-10-08 | x86: Quark: Comment setup_arch() to document TLB/PGE bug | Bryan O'Donoghue | 1 | -0/+9 |
2014-07-18 | arch/x86: Replace plain strings with constants | Daniel Kiper | 1 | -2/+2 |
2014-06-04 | cma: add placement specifier for "cma=" kernel parameter | Akinobu Mita | 1 | -1/+1 |
2014-04-02 | Merge branch 'x86-nuke-platforms-for-linus' of git://git.kernel.org/pub/scm/l... | Linus Torvalds | 1 | -1/+0 |
2014-03-05 | Merge remote-tracking branch 'tip/x86/urgent' into efi-for-mingo | Matt Fleming | 1 | -8/+2 |
2014-03-04 | x86/efi: Quirk out SGI UV | Borislav Petkov | 1 | -8/+2 |
2014-03-04 | efi: Move facility flags to struct efi | Matt Fleming | 1 | -3/+3 |
2014-02-27 | x86, platforms: Remove SGI Visual Workstation | H. Peter Anvin | 1 | -1/+0 |
2014-01-27 | x86: revert wrong memblock current limit setting | Yinghai Lu | 1 | -1/+1 |
2014-01-21 | x86: memblock: set current limit to max low memory address | Santosh Shilimkar | 1 | -1/+1 |
2014-01-20 | Merge branch 'x86-kaslr-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -0/+26 |
2014-01-20 | Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -9/+10 |
2014-01-13 | x86, ramdisk: Export relocated ramdisk VA | Borislav Petkov | 1 | -9/+10 |
2013-12-29 | x86: Reserve setup_data ranges late after parsing memmap cmdline | Dave Young | 1 | -2/+2 |
2013-12-29 | x86/efi: Pass necessary EFI data for kexec via setup_data | Dave Young | 1 | -0/+3 |
2013-11-13 | x86, acpi, crash, kdump: do reserve_crashkernel() after SRAT is parsed. | Tang Chen | 1 | -2/+7 |
2013-10-23 | DMI: Parse memory device (type 17) in SMBIOS | Chen, Gong | 1 | -0/+1 |
2013-10-13 | x86, kaslr: Report kernel offset on panic | Kees Cook | 1 | -0/+26 |
2013-09-04 | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -13/+10 |
2013-08-13 | x86: avoid remapping data in parse_setup_data() | Linn Crosetto | 1 | -11/+8 |
2013-08-13 | x86: Use memblock_set_current_limit() to set limit for memblock. | Tang Chen | 1 | -2/+2 |
2013-08-06 | x86, asmlinkage: Make several variables used from assembler/linker script vis... | Andi Kleen | 1 | -2/+2 |
2013-07-14 | x86: delete __cpuinit usage from all x86 files | Paul Gortmaker | 1 | -1/+1 |
2013-07-03 | mm/x86: prepare for removing num_physpages and simplify mem_init() | Jiang Liu | 1 | -2/+0 |
2013-04-30 | dump_stack: implement arch-specific hardware description in task dumps | Tejun Heo | 1 | -0/+1 |
2013-04-30 | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -1/+0 |
2013-04-30 | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -2/+0 |
2013-04-25 | x86/setup: Drop unneeded include <asm/dmi.h> | Jean Delvare | 1 | -1/+0 |
2013-04-17 | x86, kdump: Change crashkernel_high/low= to crashkernel=,high/low | Yinghai Lu | 1 | -3/+3 |
2013-04-17 | x86, kdump: Retore crashkernel= to allocate under 896M | Yinghai Lu | 1 | -5/+19 |
2013-04-17 | x86, kdump: Set crashkernel_low automatically | Yinghai Lu | 1 | -3/+18 |
2013-04-02 | x86, cpu: Convert FDIV bug detection | Borislav Petkov | 1 | -2/+0 |
2013-03-06 | x86: Fix 32-bit *_cpu_data initializers | Krzysztof Mazur | 1 | -2/+8 |
2013-03-02 | x86, ACPI, mm: Revert movablemem_map support | Yinghai Lu | 1 | -9/+4 |
2013-02-27 | Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -2/+1 |