summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-11-274-8/+8
|\
| * Merge tag 'v5.4-rc8' into sched/core, to pick up fixes and dependenciesIngo Molnar2019-11-1824-122/+871
| |\
| * \ Merge tag 'v5.4-rc7' into sched/core, to pick up fixesIngo Molnar2019-11-11262-1456/+1824
| |\ \
| * | | context_tracking: Rename context_tracking_is_enabled() => context_tracking_en...Frederic Weisbecker2019-10-291-1/+1
| * | | sched/cputime: Rename vtime_account_system() to vtime_account_kernel()Frederic Weisbecker2019-10-093-7/+7
* | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2019-11-2718-83/+329
|\ \ \ \
| * \ \ \ Merge branch 'x86/core' into perf/core, to resolve conflicts and to pick up c...Ingo Molnar2019-11-257-11/+70
| |\ \ \ \
| | * | | | x86: kprobes: Prohibit probing on instruction which has emulate prefixMasami Hiramatsu2019-10-171-0/+4
| | * | | | x86: xen: insn: Decode Xen and KVM emulate-prefix signatureMasami Hiramatsu2019-10-172-0/+40
| | * | | | x86: xen: kvm: Gather the definition of emulate prefixesMasami Hiramatsu2019-10-173-8/+21
| | * | | | x86/asm: Allow to pass macros to __ASM_FORM()Masami Hiramatsu2019-10-171-3/+5
| * | | | | Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2019-11-2524-122/+871
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | Merge tag 'perf-core-for-mingo-5.5-20191119' of git://git.kernel.org/pub/scm/...Ingo Molnar2019-11-191-6/+12
| |\ \ \ \ \
| | * | | | | x86/insn: Add some Intel instructions to the opcode mapAdrian Hunter2019-11-181-6/+12
| * | | | | | perf/x86/intel/pt: Prevent redundant WRMSRsAlexander Shishkin2019-11-132-12/+23
| * | | | | | perf/x86/intel/pt: Opportunistically use single range output modeAlexander Shishkin2019-11-132-28/+92
| * | | | | | perf/x86/intel/pt: Add sampling supportAlexander Shishkin2019-11-131-0/+54
| * | | | | | perf/x86/intel/pt: Factor out pt_config_start()Alexander Shishkin2019-11-131-6/+16
| |/ / / / /
| * | | | | perf/x86/amd: Remove set but not used variable 'active'Zheng Yongjun2019-11-111-11/+2
| * | | | | Merge tag 'v5.4-rc7' into perf/core, to pick up fixesIngo Molnar2019-11-1162-154/+353
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | perf/x86: Synchronize PMU task contexts on optimized context switchesAlexey Budankov2019-10-281-0/+7
| * | | | | perf/x86/intel: Implement LBR callstack context synchronizationAlexey Budankov2019-10-282-0/+26
| * | | | | perf/x86: Install platform specific ->swap_task_ctx() adapterAlexey Budankov2019-10-281-0/+8
| * | | | | perf/core, perf/x86: Introduce swap_task_ctx() method at 'struct pmu'Alexey Budankov2019-10-281-0/+8
| * | | | | Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2019-10-28100-415/+748
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2019-10-221-1/+1
| |\ \ \ \ \ \
| * | | | | | | perf_event: Add support for LSM and SELinux checksJoel Fernandes (Google)2019-10-174-17/+19
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-11-261-0/+3
|\ \ \ \ \ \ \
| * | | | | | | x86: efi/random: Invoke EFI_RNG_PROTOCOL to seed the UEFI RNG tableDominik Brodowski2019-11-071-0/+3
* | | | | | | | Merge branch 'x86-iopl-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-11-2623-466/+553
|\ \ \ \ \ \ \ \
| * | | | | | | | x86/ioperm: Fix use of deprecated config optionAlexander Duyck2019-11-201-2/+1
| * | | | | | | | x86/entry/32: Clarify register saving in __switch_to_asm()Thomas Gleixner2019-11-161-1/+7
| * | | | | | | | x86/ioperm: Extend IOPL config to control ioperm() as wellThomas Gleixner2019-11-167-20/+65
| * | | | | | | | x86/iopl: Remove legacy IOPL optionThomas Gleixner2019-11-1610-119/+17
| * | | | | | | | x86/iopl: Restrict iopl() permission scopeThomas Gleixner2019-11-166-47/+139
| * | | | | | | | x86/iopl: Fixup misleading commentThomas Gleixner2019-11-161-8/+27
| * | | | | | | | x86/ioperm: Share I/O bitmap if identicalThomas Gleixner2019-11-163-42/+50
| * | | | | | | | x86/ioperm: Remove bitmap if all permissions droppedThomas Gleixner2019-11-163-15/+23
| * | | | | | | | x86/ioperm: Move TSS bitmap update to exit to user workThomas Gleixner2019-11-165-45/+54
| * | | | | | | | x86/ioperm: Add bitmap sequence numberThomas Gleixner2019-11-165-10/+38
| * | | | | | | | x86/ioperm: Move iobitmap data into a structThomas Gleixner2019-11-165-39/+57
| * | | | | | | | x86/tss: Move I/O bitmap data into a seperate structThomas Gleixner2019-11-164-21/+28
| * | | | | | | | x86/io: Speedup schedule out of I/O bitmap userThomas Gleixner2019-11-165-41/+69
| * | | | | | | | x86/ioperm: Avoid bitmap allocation if no permissions are setThomas Gleixner2019-11-161-0/+3
| * | | | | | | | x86/ioperm: Simplify first ioperm() invocation logicThomas Gleixner2019-11-161-29/+26
| * | | | | | | | x86/iopl: Cleanup include mazeThomas Gleixner2019-11-161-12/+4
| * | | | | | | | x86/tss: Fix and move VMX BUILD_BUG_ON()Thomas Gleixner2019-11-162-8/+8
| * | | | | | | | x86/cpu: Unify cpu_init()Thomas Gleixner2019-11-161-108/+65
| * | | | | | | | x86/process: Unify copy_thread_tls()Thomas Gleixner2019-11-165-143/+116
| * | | | | | | | x86/ptrace: Prevent truncation of bitmap sizeThomas Gleixner2019-11-161-1/+1
| | |_|_|_|/ / / | |/| | | | | |