summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-01-2819-903/+594
|\
| * Merge tag 'v5.5-rc7' into perf/core, to pick up fixesIngo Molnar2020-01-20107-1073/+427
| |\
| * | perf/x86/amd: Add support for Large Increment per Cycle EventsKim Phillips2020-01-173-15/+95
| * | perf/x86/amd: Constrain Large Increment per Cycle eventsKim Phillips2020-01-172-30/+63
| * | perf/x86/intel/rapl: Add Comet Lake supportHarry Pan2020-01-171-0/+2
| * | x86/alternatives: Implement a better poke_int3_handler() completion schemePeter Zijlstra2019-12-251-31/+53
| * | Merge branch 'core/kprobes' into perf/core, to pick up a completed branchIngo Molnar2019-12-2515-835/+389
| |\ \
| | * \ Merge tag 'v5.5-rc1' into core/kprobes, to resolve conflictsIngo Molnar2019-12-101392-18340/+47592
| | |\ \
| | * | | x86/alternatives: Sync bp_patching update for avoiding NULL pointer exceptionMasami Hiramatsu2019-11-271-1/+7
| | * | | x86/alternatives: Use INT3_INSN_SIZEPeter Zijlstra2019-11-271-6/+6
| | * | | x86/kprobe: Add comments to arch_{,un}optimize_kprobes()Peter Zijlstra2019-11-271-2/+12
| | * | | module: Remove set_all_modules_text_*()Peter Zijlstra2019-11-271-12/+0
| | * | | arm/ftrace: Use __patch_text()Peter Zijlstra2019-11-272-10/+4
| | * | | x86/kprobes: Fix ordering while text-patchingPeter Zijlstra2019-11-274-11/+15
| | * | | x86/kprobes: Convert to text-patching.hPeter Zijlstra2019-11-274-41/+37
| | * | | x86/ftrace: Mark ftrace_modify_code_direct() __refBorislav Petkov2019-11-271-1/+6
| | * | | x86/alternative: Shrink text_poke_locPeter Zijlstra2019-11-271-9/+14
| | * | | x86/alternative: Remove text_poke_loc::lenPeter Zijlstra2019-11-271-5/+7
| | * | | x86/ftrace: Use text_gen_insn()Peter Zijlstra2019-11-273-52/+36
| | * | | x86/alternative: Add text_opcode_size()Peter Zijlstra2019-11-272-23/+32
| | * | | x86/mm: Remove set_kernel_text_r[ow]()Peter Zijlstra2019-11-273-66/+0
| | * | | x86/ftrace: Use text_poke()Peter Zijlstra2019-11-274-558/+134
| | * | | x86/alternatives: Add and use text_gen_insn() helperPeter Zijlstra2019-11-274-26/+50
| | * | | x86/alternatives, jump_label: Provide better text_poke() batching interfacePeter Zijlstra2019-11-273-82/+96
| | * | | x86/alternatives: Update int3_emulate_push() commentPeter Zijlstra2019-11-271-0/+3
* | | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-01-281-0/+9
|\ \ \ \ \
| * | | | | locking/osq: Use optimized spinning loop for arm64Waiman Long2020-01-171-0/+9
* | | | | | Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-01-2884-1854/+1588
|\ \ \ \ \ \
| * | | | | | efi/x86: Disable instrumentation in the EFI runtime handling codeArd Biesheuvel2020-01-251-0/+2
| * | | | | | efi/libstub/x86: Fix EFI server boot failureQian Cai2020-01-251-1/+1
| * | | | | | efi/x86: Disallow efi=old_map in mixed modeArd Biesheuvel2020-01-221-1/+1
| * | | | | | x86/boot/compressed: Relax sed symbol type regex for LLVM ld.lldArd Biesheuvel2020-01-201-1/+1
| * | | | | | efi/x86: avoid KASAN false positives when accessing the 1: 1 mappingArd Biesheuvel2020-01-201-5/+6
| * | | | | | efi: Add tracking for dynamically allocated memmapsDan Williams2020-01-202-16/+17
| * | | | | | efi/x86: Limit EFI old memory map to SGI UV machinesArd Biesheuvel2020-01-206-199/+210
| * | | | | | efi/x86: Avoid RWX mappings for all of DRAMArd Biesheuvel2020-01-201-4/+16
| * | | | | | efi/x86: Don't map the entire kernel text RW for mixed modeArd Biesheuvel2020-01-201-2/+2
| * | | | | | x86/mm: Fix NX bit clearing issue in kernel_map_pages_in_pgdArd Biesheuvel2020-01-201-7/+1
| * | | | | | efi/libstub/x86: Fix unused-variable warningArnd Bergmann2020-01-201-2/+0
| * | | | | | efi/libstub/x86: Use mandatory 16-byte stack alignment in mixed modeArd Biesheuvel2020-01-201-33/+13
| * | | | | | efi/libstub/x86: Use const attribute for efi_is_64bit()Ard Biesheuvel2020-01-203-13/+10
| * | | | | | Merge tag 'v5.5-rc7' into efi/core, to pick up fixesIngo Molnar2020-01-2065-967/+254
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| * | | | | | efi: Allow disabling PCI busmastering on bridges during bootMatthew Garrett2020-01-101-0/+5
| * | | | | | efi/x86: Allow translating 64-bit arguments for mixed mode callsArvind Sankar2020-01-102-21/+66
| * | | | | | efi/x86: Check number of arguments to variadic functionsArvind Sankar2020-01-104-8/+58
| * | | | | | efi/x86: Remove unreachable code in kexec_enter_virtual_mode()Ard Biesheuvel2020-01-101-3/+0
| * | | | | | efi/x86: Don't panic or BUG() on non-critical error conditionsArd Biesheuvel2020-01-102-18/+19
| * | | | | | efi/x86: Clean up efi_systab_init() routine for legibilityArd Biesheuvel2020-01-101-84/+82
| * | | | | | efi/x86: Drop two near identical versions of efi_runtime_init()Ard Biesheuvel2020-01-101-90/+5
| * | | | | | efi/x86: Simplify mixed mode call wrapperArd Biesheuvel2020-01-104-148/+71