| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit 'f4bcd8ccddb02833340652e9f46f5127828eb79d' into x86/build | H. Peter Anvin | 2014-01-29 | 1223 | -13655/+31193 |
|\ |
|
| * | Merge branch 'x86-kaslr-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2014-01-20 | 22 | -158/+654 |
| |\ |
|
| | * | x86, kaslr: Clarify RANDOMIZE_BASE_MAX_OFFSET | Kees Cook | 2014-01-14 | 1 | -11/+18 |
| | * | x86, kaslr: Remove unused including <linux/version.h> | Wei Yongjun | 2014-01-14 | 1 | -1/+0 |
| | * | x86, kaslr: Use char array to gain sizeof sanity | Kees Cook | 2013-11-12 | 1 | -1/+1 |
| | * | x86, kaslr: Add a circular multiply for better bit diffusion | H. Peter Anvin | 2013-11-12 | 1 | -0/+11 |
| | * | x86, kaslr: Mix entropy sources together as needed | Kees Cook | 2013-11-12 | 2 | -22/+65 |
| | * | x86/relocs: Add percpu fixup for GNU ld 2.23 | Kees Cook | 2013-10-18 | 1 | -0/+2 |
| | * | x86, boot: Rename get_flags() and check_flags() to *_cpuflags() | H. Peter Anvin | 2013-10-13 | 4 | -10/+10 |
| | * | x86, kaslr: Raise the maximum virtual address to -1 GiB on x86_64 | Kees Cook | 2013-10-13 | 4 | -7/+29 |
| | * | x86, kaslr: Report kernel offset on panic | Kees Cook | 2013-10-13 | 1 | -0/+26 |
| | * | x86, kaslr: Select random position from e820 maps | Kees Cook | 2013-10-13 | 3 | -9/+202 |
| | * | x86, kaslr: Provide randomness functions | Kees Cook | 2013-10-13 | 4 | -14/+76 |
| | * | x86, kaslr: Return location from decompress_kernel | Kees Cook | 2013-10-13 | 9 | -24/+106 |
| | * | x86, boot: Move CPU flags out of cpucheck | Kees Cook | 2013-10-13 | 7 | -97/+138 |
| | * | x86, relocs: Add more per-cpu gold special cases | Michael Davidson | 2013-10-13 | 1 | -5/+13 |
| * | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2014-01-20 | 5 | -0/+88 |
| |\ \ |
|
| | * | | x86: Add check for number of available vectors before CPU down | Prarit Bhargava | 2014-01-16 | 3 | -0/+77 |
| | * | | x86, cpu, amd: Add workaround for family 16h, erratum 793 | Borislav Petkov | 2014-01-15 | 2 | -0/+11 |
| * | | | Merge branch 'x86-ras-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2014-01-20 | 13 | -54/+183 |
| |\ \ \ |
|
| | * \ \ | Merge tag 'ras_for_3.14_p2' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Ingo Molnar | 2014-01-12 | 6 | -39/+47 |
| | |\ \ \ |
|
| | | * | | | x86, mce: Fix mce_start_timer semantics | Borislav Petkov | 2014-01-12 | 1 | -4/+4 |
| | | * | | | ACPI, APEI, GHES: Cleanup ghes memory error handling | Chen, Gong | 2013-12-21 | 1 | -16/+20 |
| | | * | | | ACPI, APEI: Cleanup alignment-aware accesses | Chen, Gong | 2013-12-21 | 3 | -13/+12 |
| | | * | | | ACPI, APEI, GHES: Do not report only correctable errors with SCI | Chen, Gong | 2013-12-21 | 2 | -6/+11 |
| | * | | | | Merge tag 'v3.13-rc8' into x86/ras, to pick up fixes. | Ingo Molnar | 2014-01-12 | 526 | -2647/+5087 |
| | |\ \ \ \ |
|
| | * \ \ \ \ | Merge tag 'please-pull-einj' of git://git.kernel.org/pub/scm/linux/kernel/git... | Ingo Molnar | 2013-12-18 | 2 | -6/+52 |
| | |\ \ \ \ \ |
|
| | | * | | | | | ACPI, APEI, EINJ: Changes to the ACPI/APEI/EINJ debugfs interface | Luck, Tony | 2013-12-18 | 2 | -6/+52 |
| | * | | | | | | Merge tag 'ras_for_3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/... | Ingo Molnar | 2013-12-16 | 7 | -9/+84 |
| | |\ \ \ \ \ \
| | | |/ / / / /
| | |/| | / / /
| | | | |/ / /
| | | |/| | | |
|
| | | * | | | | ACPI, eMCA: Combine eMCA/EDAC event reporting priority | Chen, Gong | 2013-12-11 | 1 | -2/+16 |
| | | * | | | | EDAC, sb_edac: Modify H/W event reporting policy | Chen, Gong | 2013-12-11 | 1 | -1/+5 |
| | | * | | | | EDAC: Add an edac_report parameter to EDAC | Chen, Gong | 2013-12-11 | 3 | -0/+55 |
| | | * | | | | PCI, AER: Fix severity usage in aer trace event | Rui Wang | 2013-12-08 | 1 | -5/+5 |
| | | * | | | | x86, mce: Call put_device on device_register failure | Levente Kurusa | 2013-11-30 | 1 | -1/+3 |
| * | | | | | | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2014-01-20 | 7 | -1/+466 |
| |\ \ \ \ \ \ |
|
| | * | | | | | | x86, tsc, apic: Unbreak static (MSR) calibration when CONFIG_X86_LOCAL_APIC=n | H. Peter Anvin | 2014-01-16 | 1 | -0/+2 |
| | * | | | | | | x86, tsc: Add static (MSR) TSC calibration on Intel Atom SoCs | Bin Gao | 2014-01-16 | 4 | -1/+139 |
| | * | | | | | | arch: x86: New MailBox support driver for Intel SOC's | David E. Box | 2014-01-08 | 4 | -0/+325 |
| * | | | | | | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2014-01-20 | 5 | -54/+70 |
| |\ \ \ \ \ \ \ |
|
| | * | | | | | | | x86/mm/numa: Fix 32-bit kernel NUMA boot | Lans Zhang | 2013-12-19 | 1 | -3/+7 |
| | * | | | | | | | Merge tag 'v3.13-rc4' into x86/mm | Ingo Molnar | 2013-12-19 | 1903 | -17636/+33340 |
| | |\ \ \ \ \ \ \
| | | | |/ / / / /
| | | |/| | | | | |
|
| | * | | | | | | | x86/mm: Implement ASLR for hugetlb mappings | Kirill A. Shutemov | 2013-11-19 | 3 | -10/+4 |
| | * | | | | | | | x86/mm: Unify pte_to_pgoff() and pgoff_to_pte() helpers | Cyrill Gorcunov | 2013-11-19 | 1 | -41/+59 |
| * | | | | | | | | Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2014-01-20 | 15 | -122/+205 |
| |\ \ \ \ \ \ \ \ |
|
| | * \ \ \ \ \ \ \ | Merge tag 'amd_ucode_for_3.14' of git://git.kernel.org/pub/scm/linux/kernel/g... | Ingo Molnar | 2014-01-14 | 15 | -122/+205 |
| | |\ \ \ \ \ \ \ \
| | | |_|_|_|_|/ / /
| | |/| | | | | | | |
|
| | | * | | | | | | | x86, microcode: Move to a proper location | Borislav Petkov | 2014-01-13 | 11 | -13/+8 |
| | | * | | | | | | | x86, microcode, AMD: Fix early ucode loading | Borislav Petkov | 2014-01-13 | 3 | -89/+170 |
| | | * | | | | | | | x86, microcode: Share native MSR accessing variants | Borislav Petkov | 2014-01-13 | 2 | -10/+15 |
| | | * | | | | | | | x86, ramdisk: Export relocated ramdisk VA | Borislav Petkov | 2014-01-13 | 2 | -10/+12 |
| | |/ / / / / / / |
|
| * | | | | | | | | Merge branch 'x86-intel-mid-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2014-01-20 | 16 | -75/+340 |
| |\ \ \ \ \ \ \ \ |
|