summaryrefslogtreecommitdiffstats
path: root/arch/x86 (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | crypto: poly1305 - use structures for key and accumulatorEric Biggers2018-11-201-9/+11
| * | | crypto: chacha20-generic - refactor to allow varying number of roundsEric Biggers2018-11-201-24/+24
| * | | crypto: x86/chacha20 - Add a 4-block AVX2 variantMartin Willi2018-11-162-0/+317
| * | | crypto: x86/chacha20 - Add a 2-block AVX2 variantMartin Willi2018-11-162-0/+204
| * | | crypto: x86/chacha20 - Use larger block functions more aggressivelyMartin Willi2018-11-161-15/+24
| * | | crypto: x86/chacha20 - Support partial lengths in 8-block AVX2 variantMartin Willi2018-11-162-61/+133
| * | | crypto: x86/chacha20 - Support partial lengths in 4-block SSSE3 variantMartin Willi2018-11-162-40/+128
| * | | crypto: x86/chacha20 - Support partial lengths in 1-block SSSE3 variantMartin Willi2018-11-162-22/+63
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-12-271-0/+2
|\ \ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-12-2223-334/+368
| |\ \ \ \
| * \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-12-203-1/+6
| |\ \ \ \ \
| * \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-12-111-0/+2
| |\ \ \ \ \ \
| | * | | | | | bpf: Add bpf_line_info supportMartin KaFai Lau2018-12-091-0/+2
* | | | | | | | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-12-271-18/+0
|\ \ \ \ \ \ \ \
| * | | | | | | | x86/platform/olpc: Do not call of_platform_bus_probe()Rob Herring2018-11-171-18/+0
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-12-2711-337/+345
|\ \ \ \ \ \ \ \
| * | | | | | | | x86/mm/dump_pagetables: Use DEFINE_SHOW_ATTRIBUTE()Yangtao Li2018-12-181-51/+7
| * | | | | | | | x86/mm/cpa: Rename @addrinarray to @numpagesPeter Zijlstra2018-12-171-26/+26
| * | | | | | | | x86/mm/cpa: Better use CLFLUSHOPTPeter Zijlstra2018-12-171-12/+17
| * | | | | | | | x86/mm/cpa: Fold cpa_flush_range() and cpa_flush_array() into a single cpa_fl...Peter Zijlstra2018-12-171-74/+18
| * | | | | | | | x86/mm/cpa: Make cpa_data::numpages invariantPeter Zijlstra2018-12-171-8/+13
| * | | | | | | | x86/mm/cpa: Optimize cpa_flush_array() TLB invalidationPeter Zijlstra2018-12-173-19/+29
| * | | | | | | | x86/mm/cpa: Simplify the code after making cpa->vaddr invariantPeter Zijlstra2018-12-172-14/+6
| * | | | | | | | x86/mm/cpa: Make cpa_data::vaddr invariantPeter Zijlstra2018-12-171-10/+8
| * | | | | | | | x86/mm/cpa: Add __cpa_addr() helperPeter Zijlstra2018-12-171-19/+19
| * | | | | | | | x86/mm/cpa: Add ARRAY and PAGES_ARRAY selftestsPeter Zijlstra2018-12-171-4/+24
| * | | | | | | | Merge branch 'x86/urgent' into x86/mm, to pick up dependent fixIngo Molnar2018-12-1748-548/+1084
| |\ \ \ \ \ \ \ \
| * | | | | | | | | x86/mm: Drop usage of __flush_tlb_all() in kernel_physical_mapping_init()Dan Williams2018-12-051-6/+0
| * | | | | | | | | x86/mm: Validate kernel_physical_mapping_init() PTE populationDan Williams2018-12-052-12/+39
| * | | | | | | | | x86/fault: Clean up the page fault oops decoder a bitIngo Molnar2018-11-221-15/+23
| * | | | | | | | | x86/fault: Decode page fault OOPSes betterAndy Lutomirski2018-11-221-0/+84
| * | | | | | | | | x86/vsyscall/64: Use X86_PF constants in the simulated #PF error codeAndy Lutomirski2018-11-221-1/+1
| * | | | | | | | | x86/oops: Show the correct CS value in show_regs()Andy Lutomirski2018-11-221-3/+2
| * | | | | | | | | x86/fault: Don't try to recover from an implicit supervisor accessAndy Lutomirski2018-11-221-0/+10
| * | | | | | | | | x86/fault: Remove sw_error_codeAndy Lutomirski2018-11-221-39/+11
| * | | | | | | | | x86/fault: Don't set thread.cr2, etc before OOPSingAndy Lutomirski2018-11-201-8/+0
| * | | | | | | | | x86/fault: Make error_code sanitization more robustAndy Lutomirski2018-11-201-9/+21
| * | | | | | | | | x86/fault: Improve the condition for signalling vs OOPSingAndy Lutomirski2018-11-201-1/+1
| * | | | | | | | | x86/fault: Fix SMAP #PF handling buglet for implicit supervisor accessesAndy Lutomirski2018-11-201-3/+6
| * | | | | | | | | x86/fault: Fold smap_violation() into do_user_addr_fault()Andy Lutomirski2018-11-201-17/+6
| * | | | | | | | | x86/cpufeatures, x86/fault: Mark SMAP as disabled when configured outAndy Lutomirski2018-11-202-5/+8
| * | | | | | | | | x86/fault: Check user_mode(regs) when avoiding an mmap_sem deadlockAndy Lutomirski2018-11-201-5/+2
| * | | | | | | | | x86/mm/fault: Allow stack access below %rspWaiman Long2018-11-121-12/+0
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-12-278-32/+14
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | x86/fpu: Don't export __kernel_fpu_{begin,end}()Sebastian Andrzej Siewior2018-12-043-18/+9
| * | | | | | | | | x86/fpu: Update comment for __raw_xsave_addr()Sebastian Andrzej Siewior2018-12-031-2/+0
| * | | | | | | | | x86/fpu: Add might_fault() to user_insn()Sebastian Andrzej Siewior2018-12-031-0/+3
| * | | | | | | | | x86/pkeys: Make init_pkru_value staticSebastian Andrzej Siewior2018-12-031-0/+1
| * | | | | | | | | x86/thread_info: Remove _TIF_ALLWORK_MASKSebastian Andrzej Siewior2018-12-031-8/+0
| * | | | | | | | | x86/process/32: Remove asm/math_emu.h includeSebastian Andrzej Siewior2018-12-031-3/+0