summaryrefslogtreecommitdiffstats
path: root/arch/x86 (follow)
Commit message (Expand)AuthorAgeFilesLines
* mm: move mem_init_print_info() into mm_init()Kefeng Wang2021-04-302-4/+0
* mm/vmalloc: provide fallback arch huge vmap support functionsNicholas Piggin2021-04-301-8/+5
* x86: inline huge vmap supported functionsNicholas Piggin2021-04-303-37/+19
* mm: HUGE_VMAP arch support cleanupNicholas Piggin2021-04-302-5/+14
* Revert "mremap: don't allow MREMAP_DONTUNMAP on special_mappings and aio"Brian Geffon2021-04-301-1/+1
* x86/vmemmap: optimize for consecutive sections in partial populated PMDsOscar Salvador2021-04-301-6/+61
* x86/vmemmap: handle unpopulated sub-pmd rangesOscar Salvador2021-04-301-13/+55
* x86/vmemmap: drop handling of 1GB vmemmap rangesOscar Salvador2021-04-301-28/+7
* x86/vmemmap: drop handling of 4K unaligned vmemmap rangeOscar Salvador2021-04-301-35/+13
* mm/memtest: add ARCH_USE_MEMTESTAnshuman Khandual2021-04-301-0/+1
* Merge tag 'kbuild-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2021-04-291-2/+2
|\
| * kbuild: remove TMPO from try-runMasahiro Yamada2021-04-241-2/+2
* | Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2021-04-292-0/+203
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-04-175-12/+16
| |\ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-04-1019-100/+176
| |\ \ \
| * | | | bpf: Support kernel function call in x86-32Martin KaFai Lau2021-03-271-0/+198
| * | | | bpf: Support bpf program calling kernel functionMartin KaFai Lau2021-03-271-0/+5
* | | | | Merge tag 'x86-mm-2021-04-29' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-04-2911-116/+158
|\ \ \ \ \
| * \ \ \ \ Merge branch 'locking/core' into x86/mm, to resolve conflictIngo Molnar2021-03-061-2/+2
| |\ \ \ \ \
| * | | | | | x86/mm/tlb: Remove unnecessary uses of the inline keywordNadav Amit2021-03-061-3/+3
| * | | | | | x86/mm/tlb: Do not make is_lazy dirty for no reasonNadav Amit2021-03-061-1/+2
| * | | | | | x86/mm/tlb: Privatize cpu_tlbstateNadav Amit2021-03-064-27/+33
| * | | | | | x86/mm/tlb: Flush remote and local TLBs concurrentlyNadav Amit2021-03-069-40/+56
| * | | | | | x86/mm/tlb: Open-code on_each_cpu_cond_mask() for tlb_is_not_lazy()Nadav Amit2021-03-061-5/+32
| * | | | | | x86/mm/tlb: Unify flush_tlb_func_local() and flush_tlb_func_remote()Nadav Amit2021-03-062-47/+39
* | | | | | | Merge tag 'for_v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds2021-04-292-0/+2
|\ \ \ \ \ \ \
| * | | | | | | quota: wire up quotactl_pathSascha Hauer2021-03-172-0/+2
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge tag 'devicetree-for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-04-294-15/+10
|\ \ \ \ \ \ \
| * | | | | | | x86: Use ELF fields defined in 'struct kimage'Lakshmi Ramasubramanian2021-03-084-15/+10
| | |/ / / / / | |/| | | | |
* | | | | | | Merge tag 'for-5.13/drivers-2021-04-27' of git://git.kernel.dk/linux-blockLinus Torvalds2021-04-281-1/+0
|\ \ \ \ \ \ \
| * | | | | | | floppy: remove redundant assignment to variable stColin Ian King2021-04-201-1/+0
| | |/ / / / / | |/| | | | |
* | | | | | | Merge tag 'perf-core-2021-04-28' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-04-2823-271/+2185
|\ \ \ \ \ \ \
| * | | | | | | perf/x86: Allow for 8<num_fixed_counters<16Colin Ian King2021-04-231-1/+1
| * | | | | | | perf/x86/rapl: Add support for Intel Alder LakeZhang Rui2021-04-191-0/+2
| * | | | | | | perf/x86/cstate: Add Alder Lake CPU supportKan Liang2021-04-191-10/+29
| * | | | | | | perf/x86/msr: Add Alder Lake CPU supportKan Liang2021-04-191-0/+2
| * | | | | | | perf/x86/intel/uncore: Add Alder Lake supportKan Liang2021-04-193-0/+139
| * | | | | | | perf: Extend PERF_TYPE_HARDWARE and PERF_TYPE_HW_CACHEKan Liang2021-04-191-0/+1
| * | | | | | | perf/x86/intel: Add Alder Lake Hybrid supportKan Liang2021-04-193-1/+268
| * | | | | | | perf/x86: Support filter_match callbackKan Liang2021-04-192-0/+11
| * | | | | | | perf/x86/intel: Add attr_update for Hybrid PMUsKan Liang2021-04-191-6/+114
| * | | | | | | perf/x86: Add structures for the attributes of Hybrid PMUsKan Liang2021-04-192-0/+62
| * | | | | | | perf/x86: Register hybrid PMUsKan Liang2021-04-193-21/+223
| * | | | | | | perf/x86: Factor out x86_pmu_show_pmu_capKan Liang2021-04-192-9/+19
| * | | | | | | perf/x86: Remove temporary pmu assignment in event_initKan Liang2021-04-191-11/+0
| * | | | | | | perf/x86/intel: Factor out intel_pmu_check_extra_regsKan Liang2021-04-191-14/+21
| * | | | | | | perf/x86/intel: Factor out intel_pmu_check_event_constraintsKan Liang2021-04-191-35/+47
| * | | | | | | perf/x86/intel: Factor out intel_pmu_check_num_countersKan Liang2021-04-191-14/+24
| * | | | | | | perf/x86: Hybrid PMU support for extra_regsKan Liang2021-04-193-8/+13
| * | | | | | | perf/x86: Hybrid PMU support for event constraintsKan Liang2021-04-194-5/+10