summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'net-next-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-08-031-32/+56
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-07-288-15/+42
| |\
| * \ Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-07-221-24/+34
| |\ \
| | * | bpf, x64: Allow to use caller address from stackJiri Olsa2022-07-221-4/+9
| | * | bpf, x86: fix freeing of not-finalized bpf_prog_packSong Liu2022-07-121-0/+25
| | * | bpf: Remove is_valid_bpf_tramp_flags()Xu Kuohai2022-07-111-20/+0
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-07-2111-27/+44
| |\ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-07-1458-367/+1454
| |\ \ \ \ | | |_|/ / | |/| | |
| * | | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-07-091-8/+22
| |\ \ \ \
| | * | | | bpf: per-cgroup lsm flavorStanislav Fomichev2022-06-291-8/+16
| | * | | | bpf, x64: Add predicate for bpf2bpf with tailcalls support in JITTony Ambardar2022-06-211-0/+6
* | | | | | Merge tag 'efi-efivars-removal-for-v5.20' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2022-08-032-2/+0
|\ \ \ \ \ \
| * | | | | | efi: vars: Remove deprecated 'efivars' sysfs interfaceArd Biesheuvel2022-06-242-2/+0
* | | | | | | Merge tag 'efi-next-for-v5.20' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-08-032-29/+1
|\ \ \ \ \ \ \
| * | | | | | | efi: Simplify arch_efi_call_virt() macroSudeep Holla2022-06-281-2/+1
| |/ / / / / /
| * | | | | | efi: Make code to find mirrored memory ranges genericMa Wupeng2022-06-152-27/+0
* | | | | | | Merge tag 'flexible-array-transformations-UAPI-6.0-rc1' of git://git.kernel.o...Linus Torvalds2022-08-022-7/+7
|\ \ \ \ \ \ \
| * | | | | | | treewide: uapi: Replace zero-length arrays with flexible-array membersGustavo A. R. Silva2022-06-282-7/+7
* | | | | | | | Merge tag 'rcu.2022.07.26a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-08-022-3/+3
|\ \ \ \ \ \ \ \
| * | | | | | | | context_tracking: Take IRQ eqs entrypoints over RCUFrederic Weisbecker2022-07-051-1/+1
| * | | | | | | | context_tracking: Split user tracking KconfigFrederic Weisbecker2022-06-291-2/+2
* | | | | | | | | Merge tag 'v5.20-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2022-08-028-165/+796
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | crypto: x86/blowfish - remove redundant assignment to variable nytesColin Ian King2022-07-151-2/+2
| * | | | | | | | | crypto: blake2s - remove shash moduleJason A. Donenfeld2022-06-103-82/+2
| * | | | | | | | | crypto: x86/polyval - Add PCLMULQDQ accelerated implementation of POLYVALNathan Huckleberry2022-06-103-0/+527
| * | | | | | | | | crypto: x86/aesni-xctr - Add accelerated implementation of XCTRNathan Huckleberry2022-06-102-81/+265
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | Merge tag 'random-6.0-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-08-025-96/+31
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | random: handle archrandom with multiple longsJason A. Donenfeld2022-07-252-38/+5
| * | | | | | | | | x86/rdrand: Remove "nordrand" flag in favor of "random.trust_cpu"Jason A. Donenfeld2022-07-182-37/+22
| * | | | | | | | | random: remove CONFIG_ARCH_RANDOMJason A. Donenfeld2022-07-183-21/+4
* | | | | | | | | | Merge tag 'integrity-v6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/z...Linus Torvalds2022-08-022-19/+13
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | kexec, KEYS: make the code in bzImage64_verify_sig genericCoiby Xu2022-07-151-19/+1
| * | | | | | | | | | kexec: drop weak attribute from functionsNaveen N. Rao2022-07-151-0/+6
| * | | | | | | | | | kexec_file: drop weak attribute from functionsNaveen N. Rao2022-07-151-0/+6
| | |_|_|/ / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'turbostat' of git://git.kernel.org/pub/scm/linux/kernel/git/len...Linus Torvalds2022-08-021-0/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | tools/power turbostat: dump secondary Turbo-Ratio-LimitLen Brown2022-07-281-0/+1
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
* | | | | | | | | | Merge tag 'irq-core-2022-08-01' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-08-011-1/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | genirq: Return a const cpumask from irq_data_get_affinity_maskSamuel Holland2022-07-071-1/+1
| | |_|_|_|/ / / / / | |/| | | | | | | |
* | | | | | | | | | Merge tag 'perf-core-2022-08-01' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-08-016-79/+252
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | perf/x86/ibs: Add new IBS register bits into headerRavi Bangoria2022-07-271-6/+10
| * | | | | | | | | | perf/x86/intel: Fix PEBS data source encoding for ADLKan Liang2022-07-043-14/+45
| * | | | | | | | | | perf/x86/intel: Fix PEBS memory access info encoding for ADLKan Liang2022-07-043-33/+60
| * | | | | | | | | | perf/x86/amd/uncore: Add PerfMonV2 RDPMC assignmentsSandipan Das2022-06-131-0/+10
| * | | | | | | | | | perf/x86/amd/uncore: Add PerfMonV2 DF event formatSandipan Das2022-06-132-7/+30
| * | | | | | | | | | perf/x86/amd/uncore: Detect available DF countersSandipan Das2022-06-132-0/+13
| * | | | | | | | | | perf/x86/amd/uncore: Use attr_update for format attributesSandipan Das2022-06-131-14/+54
| * | | | | | | | | | perf/x86/amd/uncore: Use dynamic events arraySandipan Das2022-06-131-7/+31
| * | | | | | | | | | x86/events/intel/ds: Enable large PEBS for PERF_SAMPLE_WEIGHT_TYPELike Xu2022-06-131-1/+2
| | |_|/ / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge tag 'locking-core-2022-08-01' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2022-08-012-16/+0
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | jump_label: make initial NOP patching the special caseArd Biesheuvel2022-06-241-13/+0