summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'objtool-core-2023-10-28' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-10-303-5/+5
|\
| * x86/speculation, objtool: Use absolute relocations for annotationsFangrui Song2023-09-222-4/+4
| * x86/unwind/orc: Remove redundant initialization of 'mid' pointer in __orc_find()Colin Ian King2023-09-211-1/+1
* | Merge tag 'sched-core-2023-10-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-10-304-5/+24
|\ \
| * \ Merge tag 'v6.6-rc7' into sched/core, to pick up fixesIngo Molnar2023-10-2387-353/+630
| |\ \
| * | | sched/topology: Rename 'DIE' domain to 'PKG'Peter Zijlstra2023-10-123-5/+5
| * | | x86/idle: Disable IBRS when CPU is offline to improve single-threaded perform...Waiman Long2023-10-071-0/+8
| * | | x86/speculation: Add __update_spec_ctrl() helperWaiman Long2023-10-071-0/+11
* | | | Merge tag 'locking-core-2023-10-28' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-10-3025-64/+133
|\ \ \ \
| * | | | alpha: Fix up new futex syscall numbersPeter Zijlstra2023-10-161-3/+4
| * | | | locking/atomic/x86: Introduce arch_sync_try_cmpxchg()Uros Bizjak2023-10-091-0/+6
| * | | | Merge tag 'v6.6-rc5' into locking/core, to pick up fixesIngo Molnar2023-10-09153-665/+992
| |\ \ \ \
| * | | | | locking/local, arch: Rewrite local_add_unless() as a static inline functionUros Bizjak2023-10-045-62/+70
| * | | | | futex: Add sys_futex_requeue()peterz@infradead.org2023-09-2118-1/+19
| * | | | | futex: Add sys_futex_wait()peterz@infradead.org2023-09-2118-1/+19
| * | | | | futex: Add sys_futex_wake()peterz@infradead.org2023-09-2118-1/+19
| * | | | | locking/lockref/x86: Enable ARCH_USE_CMPXCHG_LOCKREF for X86_CMPXCHG64Uros Bizjak2023-09-181-1/+1
| | |_|_|/ | |/| | |
* | | | | Merge tag 'x86_fpu_for_6.7_rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-10-301-1/+0
|\ \ \ \ \
| * | | | | x86/fpu/xstate: Address kernel-doc warningZhu Wang2023-10-031-1/+0
| | |_|/ / | |/| | |
* | | | | Merge tag 'x86_platform_for_6.7_rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2023-10-308-53/+78
|\ \ \ \ \
| * | | | | x86/amd_nb: Use Family 19h Models 60h-7Fh Function 4 IDsYazen Ghannam2023-10-031-0/+3
| * | | | | x86/numa: Add Devicetree supportSaurabh Sengar2023-10-022-0/+4
| * | | | | x86/of: Move the x86_flattree_get_config() call out of x86_dtb_init()Saurabh Sengar2023-10-023-5/+8
| * | | | | x86/amd_nb: Add AMD Family MI300 PCI IDsMuralidhara M K2023-09-271-0/+5
| * | | | | x86/platform/uv: Annotate struct uv_rtc_timer_head with __counted_byKees Cook2023-09-241-1/+1
| * | | | | x86/platform/uv: Rework NMI "action" modparam handlingHans de Goede2023-09-171-47/+57
* | | | | | Merge tag 'x86_cpu_for_6.7_rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-10-305-16/+25
|\ \ \ \ \ \
| * | | | | | x86/cpu/amd: Remove redundant 'break' statementBaolin Liu2023-09-291-1/+0
| * | | | | | x86/cpu: Clear SVM feature if disabled by BIOSPaolo Bonzini2023-09-225-15/+25
| | |_|/ / / | |/| | | |
* | | | | | Merge tag 'x86_cache_for_6.7_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-10-304-95/+242
|\ \ \ \ \ \
| * | | | | | x86/resctrl: Display RMID of resource groupBabu Moger2023-10-172-0/+24
| * | | | | | x86/resctrl: Add support for the files of MON groups onlyBabu Moger2023-10-171-4/+11
| * | | | | | x86/resctrl: Display CLOSID for resource groupBabu Moger2023-10-171-0/+23
| * | | | | | x86/resctrl: Introduce "-o debug" mount optionBabu Moger2023-10-172-0/+20
| * | | | | | x86/resctrl: Move default group file creation to mountBabu Moger2023-10-171-24/+34
| * | | | | | x86/resctrl: Unwind properly from rdt_enable_ctx()Babu Moger2023-10-171-21/+32
| * | | | | | x86/resctrl: Rename rftype flags for consistencyBabu Moger2023-10-172-27/+27
| * | | | | | x86/resctrl: Simplify rftype flag definitionsBabu Moger2023-10-172-7/+8
| * | | | | | x86/resctrl: Add multiple tasks to the resctrl group at onceBabu Moger2023-10-171-3/+22
| * | | | | | x86/resctrl: Add sparse_masks file in infoFenghua Yu2023-10-111-0/+18
| * | | | | | x86/resctrl: Enable non-contiguous CBMs in Intel CATMaciej Wieczor-Retman2023-10-113-7/+21
| * | | | | | x86/resctrl: Rename arch_has_sparse_bitmapsMaciej Wieczor-Retman2023-10-112-4/+4
| * | | | | | x86/resctrl: Fix remaining kernel-doc warningsMaciej Wieczor-Retman2023-10-111-5/+5
| | |_|_|/ / | |/| | | |
* | | | | | Merge tag 'x86_bugs_for_6.7_rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2023-10-307-202/+219
|\ \ \ \ \ \
| * | | | | | x86/retpoline: Document some thunk handling aspectsBorislav Petkov (AMD)2023-10-201-0/+15
| * | | | | | x86/callthunks: Delete unused "struct thunk_desc"Alexey Dobriyan2023-10-201-5/+0
| * | | | | | x86/vdso: Run objtool on vdso32-setup.oDavid Kaplan2023-10-201-1/+2
| * | | | | | x86/srso: Remove unnecessary semicolonYang Li2023-10-201-1/+1
| * | | | | | x86/pti: Fix kernel warnings for pti= and nopti cmdline optionsJo Van Bulck2023-10-201-29/+29
| * | | | | | x86/calldepth: Rename __x86_return_skl() to call_depth_return_thunk()Josh Poimboeuf2023-10-203-12/+8