summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* x86/mm: Don't attempt to encrypt initrd under SEVTom Lendacky2017-11-071-2/+4
* x86/mm: Add Secure Encrypted Virtualization (SEV) supportTom Lendacky2017-11-073-2/+37
* Documentation/x86: Add AMD Secure Encrypted Virtualization (SEV) descriptionBrijesh Singh2017-11-071-4/+26
* kprobes, x86/alternatives: Use text_mutex to protect smp_alt_modulesZhou Chengming2017-11-072-13/+15
* x86/build: Add more generated files to the .gitignore fileChangbin Du2017-11-071-0/+3
* x86/build: Specify -input-charset=utf-8 for mkisofsChangbin Du2017-11-071-2/+3
* x86/build: Add new paths for isolinux.bin and ldlinux.c32Changbin Du2017-11-071-5/+18
* x86/build: Factor out fdimage/isoimage generation commands to standalone scriptChangbin Du2017-11-072-48/+116
* selftests/x86/ldt_get: Add a few additional tests for limitsAndy Lutomirski2017-11-071-1/+16
* selftests/x86/ldt_gdt: Run most existing LDT test cases against the GDT as wellAndy Lutomirski2017-11-071-1/+9
* selftests/x86/ldt_gdt: Add infrastructure to test set_thread_area()Andy Lutomirski2017-11-071-16/+37
* selftests/x86/ldt_gdt: Robustify against set_thread_area() and LAR odditiesAndy Lutomirski2017-11-071-1/+9
* selftests/x86/protection_keys: Fix syscall NR redefinition warningsAndy Lutomirski2017-11-071-6/+18
* x86/cpufeatures: Fix various details in the feature definitionsIngo Molnar2017-11-071-75/+74
* x86/cpufeatures: Re-tabulate the X86_FEATURE definitionsIngo Molnar2017-11-071-254/+254
* Merge branch 'x86/build' into x86/asm, to fix up conflictsIngo Molnar2017-11-071-2/+2
|\
| * x86/build: Beautify build log of syscall headersMasahiro Yamada2017-10-271-2/+2
* | Merge branch 'linus' into x86/asm, to pick up fixes and resolve conflictsIngo Molnar2017-11-0712797-717/+14070
|\ \
| * \ Merge branch 'for-4.14-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-061-1/+2
| |\ \
| | * | workqueue: Fix NULL pointer dereferenceLi Bin2017-10-301-1/+2
| * | | scripts: add leaking_addresses.plTobin C. Harding2017-11-062-0/+310
| * | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2017-11-063-13/+15
| |\ \ \
| | * | | crypto: ccm - preserve the IV bufferRomain Izard2017-11-031-1/+3
| | * | | crypto: x86/sha1-mb - fix panic due to unaligned accessAndrey Ryabinin2017-11-031-6/+6
| | * | | crypto: x86/sha256-mb - fix panic due to unaligned accessAndrey Ryabinin2017-11-031-6/+6
| * | | | Linux 4.14-rc8v4.14-rc8Linus Torvalds2017-11-051-1/+1
| * | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-11-056-7/+38
| |\ \ \ \
| | * | | | x86/module: Detect and skip invalid relocationsJosh Poimboeuf2017-11-051-0/+13
| | * | | | Revert "x86/mm: Stop calling leave_mm() in idle code"Andy Lutomirski2017-11-045-7/+25
| * | | | | Merge branch 'ras-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-11-051-94/+27
| |\ \ \ \ \
| | * | | | | x86/mcelog: Get rid of RCU remnantsBorislav Petkov2017-11-011-94/+27
| * | | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-11-0529-21/+57
| |\ \ \ \ \ \
| | * | | | | | tools/headers: Synchronize kernel ABI headersIngo Molnar2017-11-0426-16/+36
| | * | | | | | Merge branch 'linus' into perf/urgent, to pick up dependent commitsIngo Molnar2017-11-0312747-904/+14297
| | |\ \ \ \ \ \
| | * | | | | | | perf/cgroup: Fix perf cgroup hierarchy supportTejun Heo2017-10-301-2/+4
| | * | | | | | | Merge tag 'perf-urgent-for-mingo-4.14-20171027' of git://git.kernel.org/pub/s...Ingo Molnar2017-10-282-3/+17
| | |\ \ \ \ \ \ \
| | | * | | | | | | perf tools: Unwind properly location after REJECTJiri Olsa2017-10-271-2/+6
| | | * | | | | | | perf symbols: Fix memory corruption because of zero length symbolsRavi Bangoria2017-10-251-1/+11
| * | | | | | | | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-11-051-0/+1
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | irqchip/irq-mvebu-gicp: Add missing spin_lock initAntoine Tenart2017-11-011-0/+1
| | | |_|_|/ / / / / | | |/| | | | | | |
| * | | | | | | | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-11-054-10/+33
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | objtool: Prevent GCC from merging annotate_unreachable(), take 2Josh Poimboeuf2017-11-041-2/+2
| | * | | | | | | | | objtool: Resync objtool's instruction decoder source code copy with the kerne...Josh Poimboeuf2017-11-041-0/+1
| | * | | | | | | | | Merge branch 'linus' into core/urgent, to pick up dependent commitsIngo Molnar2017-11-0412646-274/+12975
| | |\ \ \ \ \ \ \ \ \ | | | | |_|_|/ / / / / | | | |/| | | | | | |
| | * | | | | | | | | watchdog/hardlockup/perf: Use atomics to track in-use cpu counterDon Zickus2017-11-011-3/+5
| | * | | | | | | | | watchdog/harclockup/perf: Revert a33d44843d45 ("watchdog/hardlockup/perf: Sim...Thomas Gleixner2017-11-011-2/+5
| | * | | | | | | | | futex: Fix more put_pi_state() vs. exit_pi_state_list() racesPeter Zijlstra2017-11-011-3/+20
| | | |_|_|_|/ / / / | | |/| | | | | | |
| * | | | | | | | | Merge tag 'enforcement-4.14-rc8' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-11-051-6/+16
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | Documentation: Add Frank Rowand to list of enforcement statement endorsersFrank Rowand2017-11-041-0/+1
| | * | | | | | | | | doc: add Willy Tarreau to the list of enforcement statement endorsersWilly Tarreau2017-11-041-0/+1