summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'smp-core-2021-08-30' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-08-309-52/+80
|\
| * mm: Replace deprecated CPU-hotplug functions.Sebastian Andrzej Siewior2021-08-282-8/+8
| * md/raid5: Replace deprecated CPU-hotplug functions.Sebastian Andrzej Siewior2021-08-281-2/+2
| * Documentation: Replace deprecated CPU-hotplug functions.Sebastian Andrzej Siewior2021-08-282-2/+2
| * smp: Fix all kernel-doc warningsRandy Dunlap2021-08-111-3/+11
| * cpu/hotplug: Add debug printks for hotplug callback failuresDongli Zhang2021-08-101-0/+7
| * cpu/hotplug: Use DEVICE_ATTR_*() macroYueHaibing2021-08-101-27/+23
| * cpu/hotplug: Eliminate all kernel-doc warningsRandy Dunlap2021-08-101-5/+21
| * cpu/hotplug: Fix kernel doc warnings for __cpuhp_setup_state_cpuslocked()Baokun Li2021-08-101-0/+1
| * cpu/hotplug: Fix comment typoJohn Garry2021-08-101-1/+1
| * smpboot: Replace deprecated CPU-hotplug functions.Sebastian Andrzej Siewior2021-08-101-4/+4
* | Merge tag 'core-debugobjects-2021-08-30' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2021-08-301-1/+6
|\ \
| * | debugobjects: Make them PREEMPT_RT awareThomas Gleixner2021-08-131-1/+6
| |/
* | Merge tag 'efi-core-2021-08-30' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-08-302-8/+7
|\ \
| * | efi: cper: check section header more appropriatelyShuai Xue2021-08-271-1/+1
| * | efi: Don't use knowledge about efi_guid_t internalsAndy Shevchenko2021-08-271-1/+1
| * | efi: cper: fix scnprintf() use in cper_mem_err_location()Rasmus Villemoes2021-08-271-6/+5
* | | Merge tag 'perf-core-2021-08-30' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-08-3018-90/+858
|\ \ \
| * | | perf/x86/amd/ibs: Add bitfield definitions in new <asm/amd-ibs.h> headerKim Phillips2021-08-262-14/+141
| * | | perf/amd/uncore: Allow the driver to be built as a moduleKim Phillips2021-08-263-3/+40
| * | | x86/cpu: Add get_llc_id() helper functionKim Phillips2021-08-264-2/+10
| * | | perf/amd/uncore: Clean up header use, use <linux/ include paths instead of <asm/Kim Phillips2021-08-261-2/+2
| * | | perf/amd/uncore: Simplify code, use free_percpu()'s built-in check for NULLKim Phillips2021-08-261-4/+2
| * | | perf/hw_breakpoint: Replace deprecated CPU-hotplug functionsSebastian Andrzej Siewior2021-08-261-2/+2
| * | | perf/x86/intel: Replace deprecated CPU-hotplug functionsSebastian Andrzej Siewior2021-08-262-6/+6
| * | | perf/x86: Remove unused assignment to pointer 'e'Colin Ian King2021-08-261-3/+1
| * | | Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2021-08-2613185-298481/+847287
| |\ \ \
| * | | | perf/x86/intel/uncore: Fix IIO cleanup mapping procedure for SNR/ICXAlexander Antonov2021-07-161-12/+28
| * | | | perf/x86/intel/uncore: Support IMC free-running counters on Sapphire Rapids s...Kan Liang2021-07-021-1/+65
| * | | | perf/x86/intel/uncore: Support IIO free-running counters on Sapphire Rapids s...Kan Liang2021-07-023-11/+136
| * | | | perf/x86/intel/uncore: Factor out snr_uncore_mmio_map()Kan Liang2021-07-021-11/+25
| * | | | perf/x86/intel/uncore: Add alias PMU nameKan Liang2021-07-024-7/+54
| * | | | perf/x86/intel/uncore: Add Sapphire Rapids server MDF supportKan Liang2021-07-021-1/+6
| * | | | perf/x86/intel/uncore: Add Sapphire Rapids server M3UPI supportKan Liang2021-07-021-1/+6
| * | | | perf/x86/intel/uncore: Add Sapphire Rapids server UPI supportKan Liang2021-07-021-1/+6
| * | | | perf/x86/intel/uncore: Add Sapphire Rapids server M2M supportKan Liang2021-07-023-8/+44
| * | | | perf/x86/intel/uncore: Add Sapphire Rapids server IMC supportKan Liang2021-07-023-6/+45
| * | | | perf/x86/intel/uncore: Add Sapphire Rapids server PCU supportKan Liang2021-07-021-1/+5
| * | | | perf/x86/intel/uncore: Add Sapphire Rapids server M2PCIe supportKan Liang2021-07-021-1/+6
| * | | | perf/x86/intel/uncore: Add Sapphire Rapids server IRP supportKan Liang2021-07-021-1/+26
| * | | | perf/x86/intel/uncore: Add Sapphire Rapids server IIO supportKan Liang2021-07-021-1/+8
| * | | | perf/x86/intel/uncore: Add Sapphire Rapids server CHA supportKan Liang2021-07-023-4/+96
| * | | | perf/x86/intel/uncore: Add Sapphire Rapids server frameworkKan Liang2021-07-025-5/+116
* | | | | Merge tag 'sched-core-2021-08-30' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-08-3017-185/+729
|\ \ \ \ \
| * | | | | eventfd: Make signal recursion protection a task bitThomas Gleixner2021-08-284-14/+15
| * | | | | sched/fair: Mark tg_is_idle() an inline in the !CONFIG_FAIR_GROUP_SCHED caseIngo Molnar2021-08-261-1/+1
| * | | | | sched: Introduce dl_task_check_affinity() to check proposed affinityWill Deacon2021-08-202-17/+35
| * | | | | sched: Allow task CPU affinity to be restricted on asymmetric systemsWill Deacon2021-08-203-18/+183
| * | | | | sched: Split the guts of sched_setaffinity() into a helper functionWill Deacon2021-08-201-48/+57
| * | | | | sched: Introduce task_struct::user_cpus_ptr to track requested affinityWill Deacon2021-08-204-0/+36