summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v6.8-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds2024-01-108-275/+14
|\
| * crypto: x86/sm4 - Remove cfb(sm4)Herbert Xu2023-12-086-271/+4
| * crypto: x86/sha256 - autoload if SHA-NI detectedEric Biggers2023-11-171-2/+5
| * crypto: x86/sha1 - autoload if SHA-NI detectedEric Biggers2023-11-171-2/+5
* | Merge tag 'lsm-pr-20240105' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-01-092-0/+6
|\ \
| * | LSM: wireup Linux Security Module syscallsCasey Schaufler2023-11-122-0/+6
| |/
* | Merge tag 'mm-nonmm-stable-2024-01-09-10-33' of git://git.kernel.org/pub/scm/...Linus Torvalds2024-01-094-22/+25
|\ \
| * | x86/crash: use SZ_1M macro instead of hardcoded valueYuntao Wang2024-01-051-1/+1
| * | x86/crash: remove the unused image parameter from prepare_elf_headers()Yuntao Wang2024-01-051-5/+5
| * | x86/kexec: fix incorrect end address passed to kernel_ident_mapping_init()Yuntao Wang2023-12-291-1/+1
| * | x86/kexec: fix incorrect argument passed to kexec_dprintk()Yuntao Wang2023-12-291-1/+1
| * | x86/kexec: use pr_err() instead of kexec_dprintk() when an error occursYuntao Wang2023-12-291-1/+1
| * | x86/kexec: simplify the logic of mem_region_callback()Yuntao Wang2023-12-201-5/+2
| * | kexec_file, x86: print out debugging message if requiredBaoquan He2023-12-202-11/+16
| * | merge mm-hotfixes-stable into mm-nonmm-stable to pick up depended-upon changesAndrew Morton2023-12-121-1/+1
| |\ \
| * | | x86: sta2x11: include header for sta2x11_get_instance() prototypeArnd Bergmann2023-12-101-0/+1
* | | | Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-01-093-38/+4
|\ \ \ \
| * | | | mm/mglru: add dummy pmd_dirty()Kinsey Ho2024-01-051-0/+1
| * | | | mm/mglru: add CONFIG_ARCH_HAS_HW_PTE_YOUNGKinsey Ho2024-01-052-6/+1
| * | | | sync mm-stable with mm-hotfixes-stable to pick up depended-upon changesAndrew Morton2023-12-202-3/+3
| |\ \ \ \
| * | | | | NUMA: optimize detection of memory with no node id assigned by firmwareLiam Ni2023-12-101-32/+2
| | |/ / / | |/| | |
* | | | | Merge tag 'slab-for-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/vba...Linus Torvalds2024-01-091-1/+1
|\ \ \ \ \
| * | | | | mm/slab: remove CONFIG_SLAB from all Kconfig and MakefileVlastimil Babka2023-12-051-1/+1
| | |_|_|/ | |/| | |
* | | | | Merge tag 'perf-core-2024-01-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2024-01-0818-114/+550
|\ \ \ \ \
| * | | | | perf/x86/intel/uncore: Factor out topology_gidnid_map()Alexander Antonov2023-11-301-37/+40
| * | | | | perf/x86/intel/uncore: Fix NULL pointer dereference issue in upi_fill_topology()Alexander Antonov2023-11-301-2/+8
| * | | | | perf/x86/amd: Reject branch stack for IBS eventsNamhyung Kim2023-11-301-0/+3
| * | | | | perf/x86/intel/uncore: Support Sierra Forest and Grand RidgeKan Liang2023-11-241-0/+2
| * | | | | perf/x86/intel/uncore: Support IIO free-running counters on GNRKan Liang2023-11-241-1/+11
| * | | | | perf/x86/intel/uncore: Support Granite RapidsKan Liang2023-11-243-0/+101
| * | | | | perf/x86/uncore: Use u64 to replace unsigned for the uncore offsets arrayKan Liang2023-11-245-10/+11
| * | | | | perf/x86/intel/uncore: Generic uncore_get_uncores and MMIO format of SPRKan Liang2023-11-241-11/+23
| * | | | | perf/x86/intel/cstate: Add Grand Ridge supportKan Liang2023-11-171-3/+12
| * | | | | perf/x86/intel/cstate: Add Sierra Forest supportKan Liang2023-11-171-4/+109
| * | | | | x86/smp: Export symbol cpu_clustergroup_mask()Kan Liang2023-11-171-0/+1
| * | | | | perf/x86/intel/cstate: Cleanup duplicate attr_groupsKan Liang2023-11-171-33/+11
| * | | | | Merge branch 'tip/perf/urgent'Peter Zijlstra2023-11-15222-3319/+4267
| |\| | | |
| * | | | | perf/x86/intel: Support branch counters loggingKan Liang2023-10-277-8/+204
| * | | | | perf/x86/intel: Reorganize attrs and is_visibleKan Liang2023-10-271-15/+15
| * | | | | perf: Add branch_sample_call_stackKan Liang2023-10-271-1/+1
| * | | | | perf/x86: Add PERF_X86_EVENT_NEEDS_BRANCH_STACK flagKan Liang2023-10-272-3/+12
| * | | | | perf: Add branch stack countersKan Liang2023-10-274-5/+5
* | | | | | Merge tag 'x86-entry-2024-01-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2024-01-082-14/+31
|\ \ \ \ \ \
| * | | | | | x86/entry: Harden return-to-userPeter Zijlstra2023-11-211-10/+8
| * | | | | | x86/entry: Optimize common_interrupt_return()Peter Zijlstra2023-11-212-5/+24
* | | | | | | Merge tag 'x86-core-2024-01-08' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-01-081-2/+18
|\ \ \ \ \ \ \
| * | | | | | | x86: Fix CPUIDLE_FLAG_IRQ_ENABLE leaking timer reprogramPeter Zijlstra2023-11-291-2/+9
| * | | | | | | x86: Add a comment about the "magic" behind shadow sti before mwaitFrederic Weisbecker2023-11-291-0/+9
* | | | | | | | Merge tag 'x86-cleanups-2024-01-08' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-01-0865-90/+88
|\ \ \ \ \ \ \ \
| * | | | | | | | arch/x86: Fix typosBjorn Helgaas2024-01-0360-72/+72