Linux Tip Commits
[Prev Page][Next Page]
- [tip:core/rcu] rcu: Avoid self-IPI in sync_rcu_exp_select_node_cpus(), tip-bot for Paul E. McKenney
- [tip:core/rcu] rcu: Inline invoke_rcu_callbacks() into its sole remaining caller, tip-bot for Paul E. McKenney
- [tip:core/rcu] rcu: Use irq_work to get scheduler's attention in clean context, tip-bot for Paul E. McKenney
- [tip:core/rcu] rcu: Allow rcu_read_unlock_special() to raise_softirq() if in_irq(), tip-bot for Paul E. McKenney
- [tip:core/rcu] rcu: Only do rcu_read_unlock_special() wakeups if expedited, tip-bot for Paul E. McKenney
- [tip:core/rcu] rcu: Check for wakeup-safe conditions in rcu_read_unlock_special(), tip-bot for Paul E. McKenney
- [tip:core/rcu] rcu: Enable elimination of Tree-RCU softirq processing, tip-bot for Sebastian Andrzej Siewior
- [tip:x86/pti] x86/ptrace: Fix questionable code pattern, tip-bot for Ingo Molnar
- [tip:x86/cpu] x86/mtrr: Skip cache flushes on CPUs with cache self-snooping, tip-bot for Ricardo Neri
- [tip:x86/cpu] x86/cpu/intel: Clear cache self-snoop capability in CPUs with known errata, tip-bot for Ricardo Neri
- [tip:x86/boot] x86/kdump/64: Restrict kdump kernel reservation to <64TB, tip-bot for Baoquan He
- [tip:x86/boot] x86/kexec/64: Prevent kexec from 5-level paging to a 4-level only kernel, tip-bot for Baoquan He
- [tip:x86/boot] x86/boot: Add xloadflags bits to check for 5-level paging support, tip-bot for Baoquan He
- [tip:x86/timers] x86/hpet: Carve out shareable parts of init_one_hpet_msi_clockevent(), tip-bot for Thomas Gleixner
- [tip:x86/timers] x86/hpet: Wrap legacy clockevent in hpet_channel, tip-bot for Thomas Gleixner
- [tip:x86/timers] x86/hpet: Use channel for legacy clockevent storage, tip-bot for Thomas Gleixner
- [tip:x86/timers] x86/hpet: Use common init for legacy clockevent, tip-bot for Thomas Gleixner
- [tip:x86/timers] x86/hpet: Move clockevents into channels, tip-bot for Thomas Gleixner
- [tip:x86/timers] x86/hpet: Consolidate clockevent functions, tip-bot for Thomas Gleixner
- [tip:x86/timers] x86/hpet: Use cached info instead of extra flags, tip-bot for Thomas Gleixner
- [tip:x86/timers] x86/hpet: Use cached channel data, tip-bot for Thomas Gleixner
- [tip:x86/timers] x86/hpet: Introduce struct hpet_base and struct hpet_channel, tip-bot for Thomas Gleixner
- [tip:x86/timers] x86/hpet: Rename variables to prepare for switching to channels, tip-bot for Ingo Molnar
- [tip:x86/timers] x86/hpet: Add function to select a /dev/hpet channel, tip-bot for Thomas Gleixner
- [tip:x86/timers] x86/hpet: Make naming consistent, tip-bot for Ingo Molnar
- [tip:x86/timers] x86/hpet: Add mode information to struct hpet_channel, tip-bot for Thomas Gleixner
- [tip:x86/timers] x86/hpet: Coding style cleanup, tip-bot for Ingo Molnar
- [tip:x86/timers] x86/hpet: Clean up comments, tip-bot for Ingo Molnar
- [tip:x86/timers] x86/hpet: Remove not required includes, tip-bot for Ingo Molnar
- [tip:x86/timers] x86/hpet: Shuffle code around for readability sake, tip-bot for Thomas Gleixner
- [tip:x86/timers] x86/hpet: Decapitalize and rename EVT_TO_HPET_DEV, tip-bot for Thomas Gleixner
- [tip:x86/timers] x86/hpet: Separate counter check out of clocksource register code, tip-bot for Thomas Gleixner
- [tip:x86/timers] x86/hpet: Simplify counter validation, tip-bot for Thomas Gleixner
- [tip:x86/timers] x86/hpet: Mark init functions __init, tip-bot for Thomas Gleixner
- [tip:x86/timers] x86/hpet: Remove unused parameter from hpet_next_event(), tip-bot for Thomas Gleixner
- [tip:x86/timers] x86/hpet: Move static and global variables to one place, tip-bot for Thomas Gleixner
- [tip:x86/timers] x86/hpet: Sanitize stub functions, tip-bot for Thomas Gleixner
- [tip:x86/timers] x86/hpet: Replace printk(KERN...) with pr_...(), tip-bot for Thomas Gleixner
- [tip:x86/timers] x86/hpet: Remove the unused hpet_msi_read() function, tip-bot for Thomas Gleixner
- [tip:x86/timers] x86/hpet: Remove pointless x86-64 specific #include, tip-bot for Thomas Gleixner
- [tip:x86/timers] x86/hpet: Restructure init code, tip-bot for Thomas Gleixner
- [tip:x86/timers] x86/hpet: Simplify CPU online code, tip-bot for Thomas Gleixner
- [tip:timers/vdso] MAINTAINERS: Fix Andy's surname and the directory entries of VDSO, tip-bot for Thomas Gleixner
- [tip:x86/urgent] x86/unwind/orc: Fall back to using frame pointers for generated code, tip-bot for Josh Poimboeuf
- [tip:x86/urgent] perf/x86: Always store regs->ip in perf_callchain_kernel(), tip-bot for Song Liu
- [tip:x86/entry] selftests/x86: Add a test for process_vm_readv() on the vsyscall page, tip-bot for Andy Lutomirski
- [tip:x86/entry] x86/vsyscall: Add __ro_after_init to global variables, tip-bot for Andy Lutomirski
- [tip:x86/entry] x86/vsyscall: Change the default vsyscall mode to xonly, tip-bot for Andy Lutomirski
- [tip:x86/entry] selftests/x86/vsyscall: Verify that vsyscall=none blocks execution, tip-bot for Andy Lutomirski
- [tip:x86/entry] x86/vsyscall: Document odd SIGSEGV error code for vsyscalls, tip-bot for Andy Lutomirski
- [tip:x86/entry] x86/vsyscall: Show something useful on a read fault, tip-bot for Andy Lutomirski
- [tip:x86/entry] x86/vsyscall: Add a new vsyscall=xonly mode, tip-bot for Andy Lutomirski
- [tip:x86/entry] Documentation/admin: Remove the vsyscall=native documentation, tip-bot for Andy Lutomirski
- [tip:x86/pti] x86/tls: Fix possible spectre-v1 in do_get_thread_area(), tip-bot for Dianzhang Chen
- [tip:x86/pti] x86/ptrace: Fix possible spectre-v1 in ptrace_get_debugreg(), tip-bot for Dianzhang Chen
- [tip:timers/core] hrtimer: Use a bullet for the returns bullet list,
tip-bot for Mauro Carvalho Chehab
- [tip:x86/platform] x86/jailhouse: Mark jailhouse_x2apic_available() as __init, tip-bot for Zhenzhong Duan
- [tip:x86/boot] x86/boot: Make the GDT 8-byte aligned, tip-bot for Xiaoyao Li
- [tip:x86/boot] x86/boot: Make gdt 8-byte aligned, tip-bot for Xiaoyao Li
- [tip:smp/urgent] cpu/hotplug: Fix out-of-bounds read when setting fail state, tip-bot for Eiichi Tsukata
- [tip:smp/urgent] cpu/speculation: Warn on unsupported mitigations= parameter, tip-bot for Geert Uytterhoeven
- [tip:timers/core] clocksource/drivers/davinci: Add support for clocksource, tip-bot for Bartosz Golaszewski
- [tip:timers/core] clocksource/drivers/davinci: Add support for clockevents, tip-bot for Bartosz Golaszewski
- [tip:timers/core] clocksource/drivers/tegra: Set up maximum-ticks limit properly, tip-bot for Dmitry Osipenko
- [tip:timers/core] clocksource/drivers/tegra: Cycles can't be 0, tip-bot for Dmitry Osipenko
- [tip:timers/core] clocksource/drivers/tegra: Restore base address before cleanup, tip-bot for Dmitry Osipenko
- [tip:timers/core] clocksource/drivers/tegra: Add verbose definition for 1MHz constant, tip-bot for Dmitry Osipenko
- [tip:timers/core] clocksource/drivers/tegra: Drop unneeded typecasting in one place, tip-bot for Dmitry Osipenko
- [tip:timers/core] clocksource/drivers/tegra: Set and use timer's period, tip-bot for Dmitry Osipenko
- [tip:timers/core] clocksource/drivers/tegra: Remove duplicated use of per_cpu_ptr, tip-bot for Dmitry Osipenko
- [tip:timers/core] clocksource/drivers/tegra: Restore timer rate on Tegra210, tip-bot for Dmitry Osipenko
- [tip:timers/core] clocksource/drivers/arm_arch_timer: Extract elf_hwcap use to arch-helper, tip-bot for Andrew Murray
- [tip:timers/core] clocksource/drivers/sysctr: Add nxp system counter timer driver support, tip-bot for Bai Ping
- [tip:timers/core] clocksource/drivers/tegra: Rename timer-tegra20.c to timer-tegra.c, tip-bot for Dmitry Osipenko
- [tip:timers/core] clocksource/drivers/tegra: Lower clocksource rating for some Tegra's, tip-bot for Dmitry Osipenko
- [tip:timers/core] clocksource/drivers/tegra: Support COMPILE_TEST universally, tip-bot for Dmitry Osipenko
- [tip:timers/core] clocksource/drivers/tegra: Minor code clean up, tip-bot for Dmitry Osipenko
- [tip:timers/core] clocksource/drivers/tegra: Release all IRQ's on request_irq() error, tip-bot for Dmitry Osipenko
- [tip:timers/core] clocksource/drivers/tegra: Replace readl/writel with relaxed versions, tip-bot for Dmitry Osipenko
- [tip:timers/core] clocksource/drivers/tegra: Reset hardware state on init, tip-bot for Dmitry Osipenko
- [tip:timers/core] clocksource/drivers/tegra: Unify timer code, tip-bot for Dmitry Osipenko
- [tip:timers/core] clocksource/drivers/tegra: Support per-CPU timers on all Tegra's, tip-bot for Dmitry Osipenko
- [tip:timers/core] clocksource/drivers/exynos_mct: Increase priority over ARM arch timer, tip-bot for Marek Szyprowski
- [tip:timers/core] clocksource/drivers/arc_timer: Use BIT() instead of _BITUL(), tip-bot for Masahiro Yamada
- [tip:timers/core] clocksource/drivers/ixp4xx: Implement delay timer, tip-bot for Linus Walleij
- [tip:timers/core] clocksource/drivers/timer-meson6: Update with SPDX Licence identifier, tip-bot for Neil Armstrong
- [tip:x86/urgent] x86/speculation: Allow guests to use SSBD even if host does not, tip-bot for Alejandro Jimenez
- [tip:x86/cleanups] x86/kexec: Make variable static and config dependent, tip-bot for Tiezhu Yang
- [tip:x86/pti] x86/speculation/mds: Eliminate leaks by trace_hardirqs_on(), tip-bot for Zhenzhong Duan
- [tip:x86/platform] x86/platform/geode: Drop <linux/gpio.h> includes, tip-bot for Linus Walleij
- [tip:core/rslib] rslib: Fix remaining decoder flaws, tip-bot for Ferdinand Blomqvist
- [tip:core/rslib] rslib: Update documentation, tip-bot for Ferdinand Blomqvist
- [tip:core/rslib] rslib: Fix handling of of caller provided syndrome, tip-bot for Ferdinand Blomqvist
- [tip:core/rslib] rslib: decode_rs: Code cleanup, tip-bot for Ferdinand Blomqvist
- [tip:core/rslib] rslib: decode_rs: Fix length parameter check, tip-bot for Ferdinand Blomqvist
- [tip:core/rslib] rslib: Fix decoding of shortened codes, tip-bot for Ferdinand Blomqvist
- [tip:core/rslib] rslib: Add tests for the encoder and decoder, tip-bot for Ferdinand Blomqvist
- [tip:timers/vdso] arm64: vdso: Fix compilation with clang older than 8, tip-bot for Vincenzo Frascino
- [tip:timers/vdso] arm64: compat: Fix __arch_get_hw_counter() implementation, tip-bot for Vincenzo Frascino
- [tip:timers/vdso] arm64: Fix __arch_get_hw_counter() implementation, tip-bot for Vincenzo Frascino
- [tip:timers/vdso] lib/vdso: Make delta calculation work correctly, tip-bot for Thomas Gleixner
- [tip:x86/urgent] x86/mm: Handle physical-virtual alignment mismatch in phys_p4d_init(), tip-bot for Kirill A. Shutemov
- [tip:x86/urgent] x86/boot/64: Add missing fixup_pointer() for next_early_pgt access, tip-bot for Kirill A. Shutemov
- [tip:x86/urgent] x86/boot/64: Fix crash if kernel image crosses page table boundary, tip-bot for Kirill A. Shutemov
- [tip:x86/asm] x86/alternatives: Add int3_emulate_call() selftest, tip-bot for Peter Zijlstra
- [tip:x86/asm] x86/stackframe/32: Allow int3_emulate_push(), tip-bot for Peter Zijlstra
- [tip:x86/asm] x86/stackframe/32: Provide consistent pt_regs, tip-bot for Peter Zijlstra
- [tip:x86/asm] x86/stackframe, x86/ftrace: Add pt_regs frame annotations, tip-bot for Peter Zijlstra
- [tip:x86/asm] x86/stackframe, x86/kprobes: Fix frame pointer annotations, tip-bot for Peter Zijlstra
- [tip:x86/asm] x86/stackframe: Move ENCODE_FRAME_POINTER to asm/frame.h, tip-bot for Peter Zijlstra
- [tip:x86/asm] x86/entry/32: Clean up return from interrupt preemption path, tip-bot for Peter Zijlstra
- [tip:locking/core] locking/lockdep: increase size of counters for lockdep statistics, tip-bot for Kobe Wu
- [tip:perf/core] perf/cgroups: Don't rotate events for cgroups unnecessarily, tip-bot for Ian Rogers
- [tip:locking/core] locking/atomics: Use sed(1) instead of non-standard head(1) option, tip-bot for Michael Forney
- [tip:locking/core] locking/lockdep: Move mark_lock() inside CONFIG_TRACE_IRQFLAGS && CONFIG_PROVE_LOCKING, tip-bot for Arnd Bergmann
- [tip:perf/core] perf/x86/rapl: Get attributes from new probe framework, tip-bot for Jiri Olsa
- [tip:perf/core] perf/x86/rapl: Get quirk state from new probe framework, tip-bot for Jiri Olsa
- [tip:perf/core] perf/x86/rapl: Get MSR values from new probe framework, tip-bot for Jiri Olsa
- [tip:perf/core] perf/x86/rapl: Get rapl_cntr_mask from new probe framework, tip-bot for Jiri Olsa
- [tip:perf/core] perf/x86/rapl: Use new MSR detection interface, tip-bot for Jiri Olsa
- [tip:perf/core] perf/x86/cstate: Use new probe function, tip-bot for Jiri Olsa
- [tip:perf/core] perf/x86/msr: Use new probe function, tip-bot for Jiri Olsa
- [tip:perf/core] perf/x86: Add MSR probe interface, tip-bot for Jiri Olsa
- [tip:sched/core] sched/uclamp: Add uclamp support to energy_compute(), tip-bot for Patrick Bellasi
- [tip:sched/core] sched/uclamp: Add uclamp_util_with(), tip-bot for Patrick Bellasi
- [tip:sched/core] sched/cpufreq, sched/uclamp: Add clamps for FAIR and RT tasks, tip-bot for Patrick Bellasi
- [tip:sched/core] sched/uclamp: Set default clamps for RT tasks, tip-bot for Patrick Bellasi
- [tip:sched/core] sched/uclamp: Reset uclamp values on RESET_ON_FORK, tip-bot for Patrick Bellasi
- [tip:sched/core] sched/uclamp: Extend sched_setattr() to support utilization clamping, tip-bot for Patrick Bellasi
- [tip:sched/core] sched/core: Allow sched_setattr() to use the current policy, tip-bot for Patrick Bellasi
- [tip:sched/core] sched/uclamp: Add system default clamps, tip-bot for Patrick Bellasi
- [tip:sched/core] sched/uclamp: Enforce last task's UCLAMP_MAX, tip-bot for Patrick Bellasi
- [tip:sched/core] sched/uclamp: Add bucket local max tracking, tip-bot for Patrick Bellasi
- [tip:sched/core] sched/uclamp: Add CPU's clamp buckets refcounting, tip-bot for Patrick Bellasi
- [tip:sched/core] sched/fair: Rename weighted_cpuload() to cpu_runnable_load(), tip-bot for Dietmar Eggemann
- [tip:sched/core] sched/debug: Export the newly added tracepoints, tip-bot for Qais Yousef
- [tip:sched/core] sched/debug: Add sched_overutilized tracepoint, tip-bot for Qais Yousef
- [tip:sched/core] sched/debug: Add new tracepoint to track PELT at se level, tip-bot for Qais Yousef
- [tip:sched/core] sched/debug: Add new tracepoints to track PELT at rq level, tip-bot for Qais Yousef
- [tip:sched/core] sched/debug: Add a new sched_trace_*() helper functions, tip-bot for Qais Yousef
- [tip:sched/core] sched/autogroup: Make autogroup_path() always available, tip-bot for Qais Yousef
- [tip:sched/core] sched/wait: Deduplicate code with do-while, tip-bot for Pavel Begunkov
- [tip:sched/core] sched/topology: Remove unused 'sd' parameter from arch_scale_cpu_capacity(), tip-bot for Vincent Guittot
- [tip:perf/urgent] perf/x86/regs: Use PERF_REG_EXTENDED_MASK, tip-bot for Kan Liang
- [tip:perf/urgent] perf/x86: Clean up PEBS_XMM_REGS, tip-bot for Kan Liang
- [tip:perf/urgent] perf/x86: Remove pmu->pebs_no_xmm_regs, tip-bot for Kan Liang
- [tip:perf/urgent] perf/x86/regs: Check reserved bits, tip-bot for Kan Liang
- [tip:perf/urgent] perf/x86: Disable extended registers for non-supported PMUs, tip-bot for Kan Liang
- [tip:perf/urgent] perf/ioctl: Add check for the sample_period value, tip-bot for Ravi Bangoria
- [tip:x86/build] x86/build: Remove redundant 'clean-files += capflags.c', tip-bot for Masahiro Yamada
- [tip:x86/build] x86/build: Add 'set -e' to mkcapflags.sh to delete broken capflags.c, tip-bot for Masahiro Yamada
- [tip:timers/vdso] MAINTAINERS: Add entry for the generic VDSO library,
tip-bot for Thomas Gleixner
- [tip:timers/vdso] arm64: compat: No need for pre-ARMv7 barriers on an ARMv8 system,
tip-bot for Catalin Marinas
- [tip:timers/vdso] arm64: vdso: Remove unnecessary asm-offsets.c definitions,
tip-bot for Catalin Marinas
- [tip:timers/vdso] vdso: Remove superfluous #ifdef __KERNEL__ in vdso/datapage.h,
tip-bot for Catalin Marinas
- [tip:x86/cache] x86/resctrl: Cleanup cbm_ensure_valid(), tip-bot for Reinette Chatre
- [tip:locking/core] x86/jump_label: Make tp_vec_nr static, tip-bot for YueHaibing
- [tip:timers/core] timekeeping: Boot should be boottime for coarse ns accessor, tip-bot for Jason A. Donenfeld
- [tip:x86/cpu] x86/cpufeatures: Enumerate user wait instructions, tip-bot for Fenghua Yu
- [tip:x86/cpu] Documentation/ABI: Document umwait control sysfs interfaces, tip-bot for Fenghua Yu
- [tip:x86/cpu] x86/umwait: Add sysfs interface to control umwait maximum time, tip-bot for Fenghua Yu
- [tip:x86/cpu] x86/umwait: Add sysfs interface to control umwait C0.2 state, tip-bot for Fenghua Yu
- [tip:x86/cpu] x86/umwait: Initialize umwait control values, tip-bot for Fenghua Yu
- [tip:timers/vdso] arm64: vdso: Enable vDSO compat support, tip-bot for Vincenzo Frascino
- [tip:timers/vdso] arm64: compat: Generate asm offsets for signals, tip-bot for Vincenzo Frascino
- [tip:timers/vdso] arm64: compat: Add missing syscall numbers, tip-bot for Vincenzo Frascino
- [tip:timers/vdso] lib/vdso: Add compat support, tip-bot for Vincenzo Frascino
- [tip:timers/vdso] arm64: compat: Expose signal related structures, tip-bot for Vincenzo Frascino
- [tip:timers/vdso] arm64: vdso: Substitute gettimeofday() with C implementation, tip-bot for Vincenzo Frascino
- [tip:timers/vdso] x86/vdso: Add clock_gettime64() entry point, tip-bot for Vincenzo Frascino
- [tip:timers/vdso] arm64: elf: VDSO code page discovery, tip-bot for Vincenzo Frascino
- [tip:timers/vdso] arm64: compat: Get sigreturn trampolines from vDSO, tip-bot for Vincenzo Frascino
- [tip:timers/vdso] hrtimer: Split out hrtimer defines into separate header, tip-bot for Vincenzo Frascino
- [tip:timers/vdso] arm64: compat: VDSO setup for compat layer, tip-bot for Vincenzo Frascino
- [tip:timers/vdso] x86/vdso: Add clock_getres() entry point, tip-bot for Vincenzo Frascino
- [tip:timers/vdso] timekeeping: Provide a generic update_vsyscall() implementation, tip-bot for Vincenzo Frascino
- [tip:timers/vdso] vdso: Define standardized vdso_datapage, tip-bot for Vincenzo Frascino
- [tip:timers/vdso] arm64: vdso: Build vDSO with -ffixed-x18, tip-bot for Peter Collingbourne
- [tip:timers/vdso] arm64: compat: Add vDSO, tip-bot for Vincenzo Frascino
- [tip:timers/vdso] arm64: vdso: Refactor vDSO code, tip-bot for Vincenzo Frascino
- [tip:timers/vdso] lib/vdso: Provide generic VDSO implementation, tip-bot for Vincenzo Frascino
- [tip:timers/vdso] x86/vdso: Switch to generic vDSO implementation, tip-bot for Vincenzo Frascino
- [tip:timers/vdso] x86/vdso: Give the [ph]vclock_page declarations real types, tip-bot for Andy Lutomirski
- [tip:irq/core] softirq: Use __this_cpu_write() in takeover_tasklets(), tip-bot for Muchun Song
- [tip:smp/hotplug] smp: Remove smp_call_function() and on_each_cpu() return values, tip-bot for Nadav Amit
- [tip:smp/hotplug] smp: Do not mark call_function_data as shared, tip-bot for Nadav Amit
- [tip:x86/apic] x86/apic: Use non-atomic operations when possible, tip-bot for Nadav Amit
- [tip:timers/core] timer_list: Guard procfs specific code, tip-bot for Nathan Huckleberry
- [tip:timers/core] posix-timers: Use spin_lock_irq() in itimer_delete(), tip-bot for Sebastian Andrzej Siewior
- [tip:timers/core] posix-timers: Remove "it_signal = NULL" assignment in itimer_delete(), tip-bot for Sebastian Andrzej Siewior
- [tip:timers/core] timekeeping: Add missing _ns functions for coarse accessors, tip-bot for Jason A. Donenfeld
- [tip:timers/core] timekeeping: Use proper clock specifier names in functions, tip-bot for Jason A. Donenfeld
- [tip:timers/core] timekeeping: Use proper ktime_add when adding nsecs in coarse offset, tip-bot for Jason A. Donenfeld
- [tip:x86/cpu] x86/cpu: Disable frequency requests via aperfmperf IPI for nohz_full CPUs, tip-bot for Konstantin Khlebnikov
- [tip:x86/urgent] x86/apic: Fix integer overflow on 10 bit left shift of cpu_khz, tip-bot for Colin Ian King
- [tip:x86/cpu] x86/acpi/cstate: Add Zhaoxin processors support for cache flush policy in C3, tip-bot for Tony W Wang-oc
- [tip:x86/cpu] ACPI, x86: Add Zhaoxin processors support for NONSTOP TSC, tip-bot for Tony W Wang-oc
- [tip:x86/cpu] x86/cpu: Create Zhaoxin processors architecture support file,
tip-bot for Tony W Wang-oc
- [tip:x86/cpu] x86/cpu: Split Tremont based Atoms from the rest, tip-bot for Andy Shevchenko
- [tip:x86/cpu] x86/cpu: Enable FSGSBASE on 64bit by default and add a chicken bit, tip-bot for Andy Lutomirski
- [tip:x86/cpu] x86/elf: Enumerate kernel FSGSBASE capability in AT_HWCAP2, tip-bot for Andi Kleen
- [tip:x86/cpu] Documentation/x86/64: Add documentation for GS/FS addressing mode, tip-bot for Thomas Gleixner
- [tip:x86/cpu] selftests/x86/fsgsbase: Test ptracer-induced GSBASE write with FSGSBASE, tip-bot for Chang S. Bae
- [tip:x86/cpu] selftests/x86/fsgsbase: Test RD/WRGSBASE, tip-bot for Andy Lutomirski
- [tip:x86/cpu] x86/entry/64: Document GSBASE handling in the paranoid path, tip-bot for Chang S. Bae
- [tip:x86/cpu] x86/entry/64: Handle FSGSBASE enabled paranoid entry/exit, tip-bot for Chang S. Bae
- [tip:x86/cpu] x86/process/64: Use FSGSBASE instructions on thread copy and ptrace, tip-bot for Chang S. Bae
- [tip:x86/cpu] x86/entry/64: Introduce the FIND_PERCPU_BASE macro, tip-bot for Chang S. Bae
- [tip:x86/cpu] x86/entry/64: Switch CR3 before SWAPGS in paranoid entry, tip-bot for Chang S. Bae
- [tip:x86/cpu] x86/process/64: Use FSBSBASE in switch_to() if available, tip-bot for Andy Lutomirski
- [tip:x86/cpu] x86/fsgsbase/64: Enable FSGSBASE instructions in helper functions, tip-bot for Chang S. Bae
- [tip:x86/cpu] x86/fsgsbase/64: Add intrinsics for FSGSBASE instructions, tip-bot for Andi Kleen
- [tip:x86/cpu] x86/cpu: Add 'unsafe_fsgsbase' to enable CR4.FSGSBASE, tip-bot for Andy Lutomirski
- [tip:x86/cpu] kbuild: Raise the minimum required binutils version to 2.21, tip-bot for Chang S. Bae
- [tip:x86/cpu] selftests/x86/fsgsbase: Test ptracer-induced GSBASE write, tip-bot for Chang S. Bae
- [tip:x86/cpu] x86/ptrace: Prevent ptrace from clearing the FS/GS selector, tip-bot for Chang S. Bae
- [tip:timers/core] kselftests: timers: freq-step: Update maximum acceptable precision and errors, tip-bot for Miroslav Lichvar
- [tip:timers/core] ntp: Limit TAI-UTC offset, tip-bot for Miroslav Lichvar
- [tip:efi/urgent] efibc: Replace variable set function in notifier call, tip-bot for Tian Baofeng
- [tip:efi/urgent] x86/efi: fix a -Wtype-limits compilation warning, tip-bot for Qian Cai
- [tip:efi/urgent] efi/bgrt: Drop BGRT status field reserved bits check, tip-bot for Hans de Goede
- [tip:efi/urgent] efi/memreserve: deal with memreserve entries in unmapped memory, tip-bot for Ard Biesheuvel
- [tip:perf/core] tools build: Fix the zstd test in the test-all.c common case feature test, tip-bot for Arnaldo Carvalho de Melo
- [tip:perf/core] perf build: Handle slang being in /usr/include and in /usr/include/slang/, tip-bot for Arnaldo Carvalho de Melo
- [tip:perf/core] tools build: Add test to check if slang.h is in /usr/include/slang/, tip-bot for Arnaldo Carvalho de Melo
- [tip:perf/core] perf tools: Don't hardcode host include path for libslang, tip-bot for Florian Fainelli
- [tip:perf/core] perf pmu: Fix uncore PMU alias list for ARM64, tip-bot for John Garry
- [tip:perf/core] perf evsel: Make perf_evsel__name() accept a NULL argument, tip-bot for Arnaldo Carvalho de Melo
- [tip:perf/core] perf trace: Fixup pointer arithmetic when consuming augmented syscall args, tip-bot for Arnaldo Carvalho de Melo
- [tip:perf/core] perf tests: Add missing SPDX headers, tip-bot for Arnaldo Carvalho de Melo
- [tip:perf/core] perf trace: Fix exclusion of not available syscall names from selector list, tip-bot for Arnaldo Carvalho de Melo
- [tip:perf/core] tools build feature tests: Add missing SPDX headers, tip-bot for Arnaldo Carvalho de Melo
- [tip:perf/core] perf trace: Streamline validation of select syscall names list, tip-bot for Arnaldo Carvalho de Melo
- [tip:perf/core] tools build: Check if gettid() is available before providing helper, tip-bot for Arnaldo Carvalho de Melo
- [tip:perf/core] perf intel-pt: Add callchain to synthesized PEBS sample, tip-bot for Adrian Hunter
- [tip:perf/core] perf intel-pt: Add memory information to synthesized PEBS sample, tip-bot for Adrian Hunter
- [tip:perf/core] perf intel-pt: Add LBR information to synthesized PEBS sample, tip-bot for Adrian Hunter
- [tip:perf/core] perf intel-pt: Add XMM registers to synthesized PEBS sample, tip-bot for Adrian Hunter
- [tip:perf/core] perf intel-pt: Add gp registers to synthesized PEBS sample, tip-bot for Adrian Hunter
- [tip:perf/core] perf intel-pt: Synthesize PEBS sample basic information, tip-bot for Adrian Hunter
- [tip:perf/core] perf intel-pt: Factor out common sample preparation for re-use, tip-bot for Adrian Hunter
- [tip:perf/core] perf intel-pt: Prepare to synthesize PEBS samples, tip-bot for Adrian Hunter
- [tip:perf/core] perf intel-pt: Add decoder support for PEBS via PT, tip-bot for Adrian Hunter
- [tip:perf/core] perf intel-pt: Add Intel PT packet decoder test, tip-bot for Adrian Hunter
- [tip:perf/core] perf intel-pt: Add new packets for PEBS via PT, tip-bot for Adrian Hunter
- [tip:perf/core] perf: cs-etm: Optimize option setup for CPU-wide sessions, tip-bot for Mathieu Poirier
- [tip:perf/core] perf tests arm64: Compile tests unconditionally, tip-bot for Raphael Gault
- [tip:x86/cleanups] x86/defconfigs: Remove useless UEVENT_HELPER_PATH, tip-bot for Krzysztof Kozlowski
- [tip:x86/urgent] x86/resctrl: Prevent possible overrun during bitmap operations, tip-bot for Reinette Chatre
- [tip:x86/cpu] x86/cpufeatures: Enumerate the new AVX512 BFLOAT16 instructions, tip-bot for Fenghua Yu
- [tip:x86/cpu] x86/cpufeatures: Combine word 11 and 12 into a new scattered features word, tip-bot for Fenghua Yu
- [tip:x86/cpu] x86/cpufeatures: Carve out CQM features retrieval, tip-bot for Borislav Petkov
- [tip:x86/kdump] fs/proc/vmcore: Enable dumping of encrypted memory when SEV was active, tip-bot for Lianbo Jiang
- [tip:x86/kdump] x86/kexec: Set the C-bit in the identity map page table when SEV is active, tip-bot for Lianbo Jiang
- [tip:x86/kdump] x86/kexec: Do not map kexec area as decrypted when SEV is active, tip-bot for Lianbo Jiang
- [tip:x86/kdump] x86/crash: Add e820 reserved ranges to kdump kernel's e820 table, tip-bot for Lianbo Jiang
- [tip:x86/kdump] x86/mm: Rework ioremap resource mapping determination, tip-bot for Lianbo Jiang
- [tip:x86/kdump] x86/e820, ioport: Add a new I/O resource descriptor IORES_DESC_RESERVED, tip-bot for Lianbo Jiang
- [tip:x86/kdump] x86/mm: Create a workarea in the kernel for SME early encryption, tip-bot for Thomas Lendacky
- [tip:x86/kdump] x86/mm: Identify the end of the kernel area to be reserved, tip-bot for Thomas Lendacky
- [tip:x86/cpu] x86/cacheinfo: Fix a -Wtype-limits warning, tip-bot for Qian Cai
- [tip:x86/urgent] x86/microcode: Fix the microcode load on CPU hotplug for real, tip-bot for Thomas Gleixner
- [tip:perf/core] perf trace: Skip unknown syscalls when expanding strace like syscall groups, tip-bot for Arnaldo Carvalho de Melo
- [tip:perf/core] perf report: Support s390 diag event display on x86, tip-bot for Thomas Richter
- [tip:perf/core] perf report: Fix OOM error in TUI mode on s390, tip-bot for Thomas Richter
- [tip:perf/core] perf time-utils: Add support for multiple explicit time intervals, tip-bot for Adrian Hunter
- [tip:perf/core] perf test 6: Fix missing kvm module load for s390, tip-bot for Thomas Richter
- [tip:perf/core] perf tests: Add a test for time-utils, tip-bot for Adrian Hunter
- [tip:perf/core] perf time-utils: Simplify perf_time__parse_for_ranges() error paths slightly, tip-bot for Adrian Hunter
- [tip:perf/core] perf time-utils: Make perf_time__parse_for_ranges() more logical, tip-bot for Adrian Hunter
- [tip:perf/core] perf time-utils: Fix --time documentation, tip-bot for Adrian Hunter
- [tip:perf/core] perf time-utils: Prevent percentage time range overlap, tip-bot for Adrian Hunter
- [tip:perf/core] perf time-utils: Factor out set_percent_time(), tip-bot for Adrian Hunter
- [tip:perf/core] perf intel-pt: Add support for efficient time interval filtering, tip-bot for Adrian Hunter
- [tip:perf/core] perf time-utils: Treat time ranges consistently, tip-bot for Adrian Hunter
- [tip:perf/core] perf intel-pt: Add support for lookahead, tip-bot for Adrian Hunter
- [tip:perf/core] perf intel-pt: Factor out intel_pt_get_buffer(), tip-bot for Adrian Hunter
- [tip:perf/core] perf intel-pt: Add intel_pt_fast_forward(), tip-bot for Adrian Hunter
- [tip:perf/core] perf intel-pt: Add reposition parameter to intel_pt_get_data(), tip-bot for Adrian Hunter
- [tip:perf/core] perf intel-pt: Factor out intel_pt_reposition(), tip-bot for Adrian Hunter
- [tip:perf/core] perf intel-pt: Factor out intel_pt_8b_tsc(), tip-bot for Adrian Hunter
- [tip:perf/core] perf report: Set perf time interval in itrace_synth_ops, tip-bot for Adrian Hunter
- [tip:perf/core] perf intel-pt: Add lookahead callback, tip-bot for Adrian Hunter
- [tip:perf/core] perf script: Set perf time interval in itrace_synth_ops, tip-bot for Adrian Hunter
- [tip:perf/core] perf auxtrace: Add perf time interval to itrace_synth_ops, tip-bot for Adrian Hunter
- [tip:perf/core] perf cs-etm: Remove duplicate GENMASK() define, use linux/bits.h instead, tip-bot for Arnaldo Carvalho de Melo
- [tip:perf/core] perf config: Update default value for llvm.clang-bpf-cmd-template, tip-bot for Leo Yan
- [tip:perf/core] perf data: Fix perf.data documentation for HEADER_CPU_TOPOLOGY, tip-bot for Arnaldo Carvalho de Melo
- [tip:perf/core] perf cs-etm: Properly set the value of 'old' and 'head' in snapshot mode, tip-bot for Mathieu Poirier
- [tip:perf/core] perf tools: Apply new CPU topology sysfs attributes, tip-bot for Kan Liang
- [tip:perf/core] perf header: Rename "sibling cores" to "sibling sockets", tip-bot for Kan Liang
- [tip:perf/core] perf header: Add die information in CPU topology, tip-bot for Kan Liang
- [tip:perf/core] perf stat: Support per-die aggregation, tip-bot for Kan Liang
- [tip:perf/core] perf cs-etm: Add notion of time to decoding code, tip-bot for Mathieu Poirier
- [tip:perf/core] perf cpumap: Retrieve die id information, tip-bot for Kan Liang
- [tip:perf/core] perf cs-etm: Add support for CPU-wide trace scenarios, tip-bot for Mathieu Poirier
- [tip:perf/core] perf cs-etm: Linking PE contextID with perf thread mechanic, tip-bot for Mathieu Poirier
- [tip:perf/core] perf cs-etm: Use traceID aware memory callback API, tip-bot for Mathieu Poirier
- [tip:perf/core] perf cs-etm: Add support for multiple traceID queues, tip-bot for Mathieu Poirier
- [tip:perf/core] perf cs-etm: Get rid of unused cpu in struct cs_etm_queue, tip-bot for Mathieu Poirier
- [tip:perf/core] perf cs-etm: Move tid/pid to traceid_queue, tip-bot for Mathieu Poirier
- [tip:perf/core] perf cs-etm: Move thread to traceid_queue, tip-bot for Mathieu Poirier
- [tip:perf/core] perf cs-etm: Introduce the concept of trace ID queues, tip-bot for Mathieu Poirier
- [tip:perf/core] perf cs-etm: Fix indentation in function cs_etm__process_decoder_queue(), tip-bot for Mathieu Poirier
- [tip:perf/core] perf cs-etm: Move packet queue out of decoder structure, tip-bot for Mathieu Poirier
- [tip:perf/core] perf cs-etm: Add handling of switch-CPU-wide events, tip-bot for Mathieu Poirier
- [tip:perf/core] perf cs-etm: Refactor error path in cs_etm_decoder__new(), tip-bot for Mathieu Poirier
- [tip:perf/core] perf cs-etm: Add handling of itrace start events, tip-bot for Mathieu Poirier
- [tip:perf/core] perf cs-etm: Configure SWITCH_EVENTS in CPU-wide mode, tip-bot for Mathieu Poirier
- [tip:perf/core] perf cs-etm: Configure timestamp generation in CPU-wide mode, tip-bot for Mathieu Poirier
- [tip:perf/core] perf cs-etm: Configure contextID tracing in CPU-wide mode, tip-bot for Mathieu Poirier
- [tip:perf/core] perf record: Add support to collect callchains from kernel or user space only, tip-bot for yuzhoujian
- [tip:perf/core] perf evsel: Remove superfluous nthreads system_wide setup in alloc_fd(), tip-bot for Jiri Olsa
- [tip:perf/core] perf trace: Exit when failing to build eBPF program, tip-bot for Leo Yan
- [tip:perf/core] perf config: Bail out when a handler returns failure for a key-value pair, tip-bot for Arnaldo Carvalho de Melo
- [tip:perf/core] perf trace: Associate more argument names with the filename beautifier, tip-bot for Arnaldo Carvalho de Melo
- [tip:perf/core] perf trace: Consume the augmented_raw_syscalls payload, tip-bot for Arnaldo Carvalho de Melo
- [tip:perf/core] perf jvmti: Address gcc string overflow warning for strncpy(),
tip-bot for Jiri Olsa
- [tip:perf/core] perf augmented_raw_syscalls: Move reading filename to the loop, tip-bot for Arnaldo Carvalho de Melo
- [tip:perf/core] perf augmented_raw_syscalls: Change helper to consider just the augmented_filename part, tip-bot for Arnaldo Carvalho de Melo
- [tip:perf/core] perf augmented_raw_syscalls: Move the probe_read_str to a separate function, tip-bot for Arnaldo Carvalho de Melo
- [tip:perf/core] perf augmented_raw_syscalls: Tell which args are filenames and how many bytes to copy, tip-bot for Arnaldo Carvalho de Melo
- [tip:perf/core] perf scripts python: exported-sql-viewer.py: Select find text when find bar is activated, tip-bot for Adrian Hunter
- [tip:perf/core] perf scripts python: exported-sql-viewer.py: Add IPC information to Call Tree, tip-bot for Adrian Hunter
- [tip:perf/core] perf scripts python: exported-sql-viewer.py: Add IPC information to Call Graph Graph, tip-bot for Adrian Hunter
- [tip:perf/core] perf scripts python: exported-sql-viewer.py: Add CallGraphModelParams, tip-bot for Adrian Hunter
- [tip:perf/core] perf scripts python: exported-sql-viewer.py: Add IPC information to the Branch reports, tip-bot for Adrian Hunter
- [tip:perf/core] perf scripts python: export-to-postgresql.py: Export IPC information, tip-bot for Adrian Hunter
- [tip:perf/core] perf scripts python: export-to-sqlite.py: Export IPC information, tip-bot for Adrian Hunter
- [tip:perf/core] perf db-export: Export IPC information, tip-bot for Adrian Hunter
- [tip:perf/core] perf db-export: Add brief documentation, tip-bot for Adrian Hunter
- [tip:perf/core] perf thread-stack: Accumulate IPC information, tip-bot for Adrian Hunter
- [tip:perf/core] perf intel-pt: Document IPC usage, tip-bot for Adrian Hunter
- [tip:perf/core] perf intel-pt: Accumulate cycle count from TSC/TMA/MTC packets, tip-bot for Adrian Hunter
- [tip:perf/core] perf intel-pt: Re-factor TIP cases in intel_pt_walk_to_ip, tip-bot for Adrian Hunter
- [tip:perf/core] perf intel-pt: Record when decoding PSB+ packets, tip-bot for Adrian Hunter
- [tip:perf/core] perf script: Add output of IPC ratio, tip-bot for Adrian Hunter
- [tip:perf/core] perf intel-pt: Add support for samples to contain IPC ratio, tip-bot for Adrian Hunter
- [tip:perf/core] perf tools: Add IPC information to perf_sample, tip-bot for Adrian Hunter
- [tip:perf/core] perf intel-pt: Accumulate cycle count from CYC packets, tip-bot for Adrian Hunter
- [tip:perf/core] perf intel-pt: Factor out intel_pt_update_sample_time, tip-bot for Adrian Hunter
- [tip:perf/core] perf record: Allow mixing --user-regs with --call-graph=dwarf, tip-bot for Alexey Budankov
- [tip:perf/core] perf symbols: Remove unused variable 'err', tip-bot for Leo Yan
- [tip:perf/core] perf data: Document directory format header: HEADER_DIR_FORMAT, tip-bot for Arnaldo Carvalho de Melo
- [tip:perf/core] perf data: Document clockid header: HEADER_CLOCKID, tip-bot for Arnaldo Carvalho de Melo
- [tip:perf/core] perf data: Document memory topology header: HEADER_MEM_TOPOLOGY, tip-bot for Arnaldo Carvalho de Melo
- [tip:perf/core] perf data: Add description of header HEADER_BPF_PROG_INFO and HEADER_BPF_BTF, tip-bot for Song Liu
- [tip:locking/core] x86/percpu: Optimize raw_cpu_xchg(), tip-bot for Peter Zijlstra
- [tip:locking/core] x86/percpu, sched/fair: Avoid local_clock(), tip-bot for Peter Zijlstra
- [tip:locking/core] x86/percpu, x86/irq: Relax {set,get}_irq_regs(), tip-bot for Peter Zijlstra
- [tip:locking/core] x86/percpu: Relax smp_processor_id(), tip-bot for Peter Zijlstra
- [tip:locking/core] x86/percpu: Differentiate this_cpu_{}() and __this_cpu_{}(), tip-bot for Peter Zijlstra
- [tip:perf/core] perf/x86/intel: Disable check_msr for real HW, tip-bot for Jiri Olsa
- [tip:perf/core] perf/x86/intel: Use ->is_visible callback for default group, tip-bot for Jiri Olsa
- [tip:perf/core] perf/x86/intel/uncore: Add IMC uncore support for Snow Ridge, tip-bot for Kan Liang
- [tip:perf/core] perf/x86/intel/uncore: Factor out box ref/unref functions, tip-bot for Kan Liang
- [tip:perf/core] perf/x86/intel/uncore: Clean up client IMC, tip-bot for Kan Liang
- [tip:perf/core] perf/x86/intel/uncore: Support MMIO type uncore blocks, tip-bot for Kan Liang
- [tip:perf/core] perf/x86/intel: Add more Icelake CPUIDs, tip-bot for Kan Liang
- [tip:perf/core] perf/x86/intel/uncore: Handle invalid event coding for free-running counter, tip-bot for Kan Liang
- [tip:perf/core] perf/x86/intel/uncore: Add uncore support for Snow Ridge server, tip-bot for Kan Liang
- [tip:perf/core] perf/x86/intel: Add Icelake desktop CPUID, tip-bot for Kan Liang
- [tip:locking/core] locking/rwsem: Guard against making count negative, tip-bot for Waiman Long
- [tip:locking/core] locking/rwsem: Adaptive disabling of reader optimistic spinning, tip-bot for Waiman Long
- [tip:locking/core] locking/rwsem: Enable time-based spinning on reader-owned rwsem, tip-bot for Waiman Long
- [tip:locking/core] locking/rwsem: Clarify usage of owner's nonspinaable bit, tip-bot for Waiman Long
- [tip:locking/core] locking/rwsem: Make rwsem->owner an atomic_long_t, tip-bot for Waiman Long
- [tip:locking/core] locking/rwsem: Enable readers spinning on writer, tip-bot for Waiman Long
- [tip:locking/core] locking/rwsem: Wake up almost all readers in wait queue, tip-bot for Waiman Long
- [tip:locking/core] locking/rwsem: More optimal RT task handling of null owner, tip-bot for Waiman Long
- [tip:locking/core] locking/rwsem: Always release wait_lock before waking up tasks, tip-bot for Waiman Long
- [tip:locking/core] locking/rwsem: Implement lock handoff to prevent lock starvation, tip-bot for Waiman Long
- [tip:locking/core] locking/rwsem: Code cleanup after files merging, tip-bot for Waiman Long
- [tip:locking/core] locking/rwsem: Make rwsem_spin_on_owner() return owner state, tip-bot for Waiman Long
- [tip:locking/core] locking/rwsem: Implement a new locking scheme, tip-bot for Waiman Long
- [tip:locking/core] locking/rwsem: Merge rwsem.h and rwsem-xadd.c into rwsem.c, tip-bot for Waiman Long
- [tip:locking/core] locking/rwsem: Remove rwsem_wake() wakeup optimization, tip-bot for Waiman Long
- [tip:locking/core] locking/rwsem: Make owner available even if !CONFIG_RWSEM_SPIN_ON_OWNER, tip-bot for Waiman Long
- [tip:sched/core] sched/fair: Don't push cfs_bandwith slack timers forward, tip-bot for bsegall@xxxxxxxxxx
- [tip:sched/core] sched/core: Optimize try_to_wake_up() for local wakeups, tip-bot for Peter Zijlstra
- [tip:sched/core] sched/fair: Fix "runnable_avg_yN_inv" not used warnings, tip-bot for Qian Cai
- [tip:sched/core] sched/fair: Clean up definition of NOHZ blocked load functions, tip-bot for Valentin Schneider
- [tip:sched/core] sched/core: Add __sched tag for io_schedule(), tip-bot for Gao Xiang
- [tip:perf/urgent] perf/core: Fix perf_sample_regs_user() mm check, tip-bot for Peter Zijlstra
- [tip:locking/core] x86/atomic: Fix smp_mb__{before,after}_atomic(), tip-bot for Peter Zijlstra
- [tip:locking/core] locking/lockdep: Remove unnecessary DEBUG_LOCKS_WARN_ON(), tip-bot for Kobe Wu
- [tip:locking/core] x86/jump_label: Batch jump label updates, tip-bot for Daniel Bristot de Oliveira
- [tip:locking/core] locking/lockdep: Rename lockdep_assert_held_exclusive() -> lockdep_assert_held_write(), tip-bot for Nikolay Borisov
- [tip:locking/core] jump_label: Batch updates if arch supports it, tip-bot for Daniel Bristot de Oliveira
- [tip:locking/core] x86/alternative: Batch of patch operations, tip-bot for Daniel Bristot de Oliveira
- [tip:locking/core] jump_label: Sort entries of the same key by the code, tip-bot for Daniel Bristot de Oliveira
- [tip:locking/core] x86/jump_label: Add a __jump_label_set_jump_code() helper, tip-bot for Daniel Bristot de Oliveira
- [tip:locking/core] jump_label: Add a jump_label_can_update() helper, tip-bot for Daniel Bristot de Oliveira
- [tip:x86/fpu] x86/fpu: Remove the fpu__save() export, tip-bot for Christoph Hellwig
- [tip:x86/fpu] x86/fpu: Simplify kernel_fpu_begin(), tip-bot for Christoph Hellwig
- [tip:x86/fpu] x86/fpu: Simplify kernel_fpu_end(), tip-bot for Christoph Hellwig
- [tip:irq/urgent] irqchip/gic-v3-its: Fix command queue pointer comparison bug, tip-bot for Heyi Guo
- [tip:irq/urgent] irqchip/mips-gic: Use the correct local interrupt map registers, tip-bot for Paul Burton
- [tip:irq/urgent] irqchip/ti-sci-inta: Fix kernel crash if irq_create_fwspec_mapping fail, tip-bot for Peter Ujfalusi
- [tip:irq/urgent] irqchip/irq-csky-mpintc: Support auto irq deliver to all cpus, tip-bot for Guo Ren
- [tip:x86/apic] x86/apic: Make apic_bsp_setup() static, tip-bot for Thomas Gleixner
- [tip:x86/urgent] x86/microcode, cpuhotplug: Add a microcode loader CPU hotplug callback, tip-bot for Borislav Petkov
- [tip:x86/cleanups] x86/amd_nb: Make hygon_nb_misc_ids static, tip-bot for YueHaibing
- [tip:timers/core] alarmtimer: Fix kerneldoc comment for alarmtimer_suspend(), tip-bot for Yangtao Li
- [tip:x86/cleanups] x86/tsc: Move inline keyword to the beginning of function declarations, tip-bot for Mathieu Malaterre
- [tip:x86/urgent] x86/kasan: Fix boot with 5-level paging and KASAN, tip-bot for Andrey Ryabinin
- [tip:ras/core] x86/mce: Do not check return value of debugfs_create functions, tip-bot for Greg Kroah-Hartman
- [tip:core/debugobjects] debugobjects: Move printk out of db->lock critical sections, tip-bot for Waiman Long
- [tip:core/debugobjects] debugobjects: Less aggressive freeing of excess debug objects, tip-bot for Waiman Long
- [tip:core/debugobjects] debugobjects: Reduce number of pool_lock acquisitions in fill_pool(), tip-bot for Waiman Long
- [tip:core/debugobjects] debugobjects: Percpu pool lookahead freeing/allocation, tip-bot for Waiman Long
- [tip:core/debugobjects] debugobjects: Add percpu free pools, tip-bot for Waiman Long
- [tip:core/debugobjects] debugobjects: No need to check return value of debugfs_create(), tip-bot for Greg Kroah-Hartman
- [tip:x86/cpu] x86/cpufeatures: Add FDP_EXCPTN_ONLY and ZERO_FCS_FDS, tip-bot for Aaron Lewis
- [tip:timers/urgent] timekeeping: Repair ktime_get_coarse*() granularity,
tip-bot for Thomas Gleixner
- [tip:x86/cpu] perf/x86: Add Intel Ice Lake NNPI uncore support, tip-bot for Rajneesh Bhardwaj
- [tip:x86/urgent] x86/fpu: Don't use current->mm to check for a kthread, tip-bot for Christoph Hellwig
- [tip:timers/urgent] clocksource/drivers/arm_arch_timer: Don't trace count reader functions, tip-bot for Julien Thierry
- [tip:timers/urgent] clocksource/drivers/timer-ti-dm: Change to new style declaration, tip-bot for Philippe Mazenauer
- [tip:x86/urgent] x86/kgdb: Return 0 from kgdb_arch_set_breakpoint(), tip-bot for Matt Mullins
- [tip:x86/cpu] x86/cpu: Add Ice Lake NNPI to Intel family,
tip-bot for Rajneesh Bhardwaj
- [tip:x86/core] Documentation/filesystems/proc.txt: Add arch_status file, tip-bot for Aubrey Li
- [tip:x86/core] x86/process: Add AVX-512 usage elapsed time to /proc/pid/arch_status, tip-bot for Aubrey Li
- [tip:x86/core] proc: Add /proc/<pid>/arch_status, tip-bot for Aubrey Li
- [tip:smp/hotplug] cpu/hotplug: Abort disabling secondary CPUs if wakeup is pending,
tip-bot for Pavankumar Kondeti
- [tip:irq/core] genirq/affinity: Remove unused argument from [__]irq_build_affinity_masks(), tip-bot for Minwoo Im
- [tip:irq/core] genirq/timings: Add selftest for next event computation, tip-bot for Daniel Lezcano
- [tip:irq/core] genirq/timings: Add selftest for irqs circular buffer, tip-bot for Daniel Lezcano
- [tip:irq/core] genirq/timings: Add selftest for circular array, tip-bot for Daniel Lezcano
- [tip:irq/core] genirq/timings: Encapsulate storing function, tip-bot for Daniel Lezcano
- [tip:irq/core] genirq/timings: Encapsulate timings push, tip-bot for Daniel Lezcano
- [tip:irq/core] genirq/timings: Optimize the period detection speed, tip-bot for Daniel Lezcano
- [tip:irq/core] genirq/timings: Fix timings buffer inspection, tip-bot for Daniel Lezcano
- [tip:irq/core] genirq/timings: Fix next event index function, tip-bot for Daniel Lezcano
- [tip:x86/urgent] x86/resctrl: Prevent NULL pointer dereference when local MBM is disabled, tip-bot for Prarit Bhargava
- [tip:x86/urgent] x86/resctrl: Don't stop walking closids when a locksetup group is found, tip-bot for James Morse
- [tip:timers/core] hrtimer: Remove unused header include, tip-bot for Yangtao Li
- [tip:x86/platform] x86/acrn: Use HYPERVISOR_CALLBACK_VECTOR for ACRN guest upcall vector, tip-bot for Zhao Yakui
- [tip:x86/platform] x86: Add support for Linux guests on an ACRN hypervisor, tip-bot for Zhao Yakui
- [tip:x86/platform] x86/Kconfig: Add new X86_HV_CALLBACK_VECTOR config symbol, tip-bot for Zhao Yakui
- [tip:ras/core] x86/MCE: Determine MCA banks' init state properly, tip-bot for Yazen Ghannam
- [tip:ras/core] x86/MCE: Make the number of MCA banks a per-CPU variable, tip-bot for Yazen Ghannam
- [tip:ras/core] x86/MCE/AMD: Don't cache block addresses on SMCA systems, tip-bot for Yazen Ghannam
- [tip:ras/core] x86/MCE: Make mce_banks a per-CPU array, tip-bot for Yazen Ghannam
- [tip:ras/core] x86/MCE: Make struct mce_banks[] static, tip-bot for Yazen Ghannam
- [tip:x86/cache] x86/resctrl: Use _ASM_BX to avoid ifdeffery, tip-bot for Uros Bizjak
- [tip:x86/boot] x86/kexec: Add the ACPI NVS region to the ident map, tip-bot for Kairui Song
- [tip:ras/core] RAS/CEC: Add copyright, tip-bot for Borislav Petkov
- [tip:ras/core] RAS/CEC: Add CONFIG_RAS_CEC_DEBUG and move CEC debug features there, tip-bot for Tony Luck
- [tip:ras/core] RAS/CEC: Dump the different array element sections, tip-bot for Borislav Petkov
- [tip:ras/core] RAS/CEC: Rename count_threshold to action_threshold,
tip-bot for Borislav Petkov
- [tip:ras/core] RAS/CEC: Sanity-check array on every insertion, tip-bot for Borislav Petkov
- [tip:ras/core] RAS/CEC: Fix potential memory leak, tip-bot for Borislav Petkov
- [tip:ras/core] RAS/CEC: Do not set decay value on error, tip-bot for Borislav Petkov
- [tip:ras/core] RAS/CEC: Check count_threshold unconditionally, tip-bot for Borislav Petkov
- [tip:ras/core] RAS/CEC: Fix pfn insertion, tip-bot for Borislav Petkov
- [tip:ras/urgent] RAS/CEC: Convert the timer callback to a workqueue, tip-bot for Cong Wang
- [tip:ras/urgent] RAS/CEC: Fix binary search function, tip-bot for Borislav Petkov
- [tip:x86/urgent] x86/fpu: Update kernel's FPU state before using for the fsave header, tip-bot for Sebastian Andrzej Siewior
- [tip:x86/urgent] x86/mm/KASLR: Compute the size of the vmemmap section properly,
tip-bot for Baoquan He
- [tip:x86/boot] Revert "x86/boot: Disable RSDP parsing temporarily", tip-bot for Borislav Petkov
- [tip:x86/boot] x86/boot: Call get_rsdp_addr() after console_init(), tip-bot for Borislav Petkov
- [tip:x86/boot] x86/boot: Use efi_setup_data for searching RSDP on kexec-ed kernels, tip-bot for Junichi Nomura
- [tip:x86/boot] x86/kexec: Add the EFI system tables and ACPI tables to the ident map, tip-bot for Kairui Song
- [tip:x86/urgent] x86/fpu: Use fault_in_pages_writeable() for pre-faulting, tip-bot for Hugh Dickins
- [tip:x86/urgent] x86/CPU: Add more Icelake model numbers, tip-bot for Kan Liang
- [tip:locking/core] Documentation/atomic_t.txt: Clarify pure non-rmw usage,
tip-bot for Peter Zijlstra
- [tip:locking/core] locking/atomic, s390/pci: Remove redundant casts, tip-bot for Mark Rutland
- [tip:locking/core] locking/atomic, crypto/nx: Remove redundant casts, tip-bot for Mark Rutland
- [tip:locking/core] locking/atomic: Use s64 for atomic64_t on 64-bit, tip-bot for Mark Rutland
- [tip:locking/core] locking/atomic, x86: Use s64 for atomic64, tip-bot for Mark Rutland
- [tip:locking/core] locking/atomic, sparc: Use s64 for atomic64, tip-bot for Mark Rutland
- [tip:locking/core] locking/atomic, s390: Use s64 for atomic64, tip-bot for Mark Rutland
- [tip:locking/core] locking/atomic, riscv: Use s64 for atomic64, tip-bot for Mark Rutland
- [tip:locking/core] locking/atomic, riscv: Fix atomic64_sub_if_positive() offset argument, tip-bot for Mark Rutland
- [tip:locking/core] locking/atomic, powerpc: Use s64 for atomic64, tip-bot for Mark Rutland
- [tip:locking/core] locking/atomic, mips: Use s64 for atomic64, tip-bot for Mark Rutland
- [tip:locking/core] locking/atomic, ia64: Use s64 for atomic64, tip-bot for Mark Rutland
- [tip:locking/core] locking/atomic, arm64: Use s64 for atomic64, tip-bot for Mark Rutland
- [tip:locking/core] locking/atomic, arm: Use s64 for atomic64, tip-bot for Mark Rutland
- [tip:locking/core] locking/atomic, arc: Use s64 for atomic64, tip-bot for Mark Rutland
- [tip:locking/core] locking/atomic, alpha: Use s64 for atomic64, tip-bot for Mark Rutland
- [tip:locking/core] locking/atomic: Use s64 for atomic64, tip-bot for Mark Rutland
- [tip:locking/core] locking/atomic, s390/pci: Prepare for atomic64_read() conversion, tip-bot for Mark Rutland
- [tip:locking/core] locking/atomic, crypto/nx: Prepare for atomic64_read() conversion, tip-bot for Mark Rutland
- [tip:locking/core] locking/lockdep: Fix merging of hlocks with non-zero references, tip-bot for Imre Deak
- [tip:locking/core] locking/lock_events: Use raw_cpu_{add,inc}() for stats, tip-bot for Peter Zijlstra
- [tip:locking/core] locking/lockdep: Fix OOO unlock when hlocks need merging, tip-bot for Imre Deak
- [tip:perf/core] perf/x86: Use update attribute groups for default attributes, tip-bot for Jiri Olsa
- [tip:perf/core] perf/x86/intel: Use update attributes for skylake format, tip-bot for Jiri Olsa
- [tip:perf/core] perf/x86: Use update attribute groups for caps, tip-bot for Jiri Olsa
- [tip:perf/core] perf/x86: Use update attribute groups for extra format, tip-bot for Jiri Olsa
- [tip:perf/core] perf/x86: Add is_visible attribute_group callback for base events, tip-bot for Jiri Olsa
- [tip:perf/core] perf/x86: Use the new pmu::update_attrs attribute group, tip-bot for Jiri Olsa
- [tip:perf/core] perf/core: Add attr_groups_update into struct pmu, tip-bot for Jiri Olsa
- [tip:perf/core] perf/x86: Get rid of x86_pmu::event_attrs, tip-bot for Jiri Olsa
- [tip:perf/core] sysfs: Add sysfs_update_groups function, tip-bot for Jiri Olsa
- [tip:perf/core] perf/x86/intel/uncore: Add new IMC PCI IDs for KabyLake, AmberLake and WhiskeyLake CPUs, tip-bot for Gayatri Kammela
- [tip:perf/core] perf/x86/intel/uncore: Add tabs to Uncore IMC PCI IDs, tip-bot for Gayatri Kammela
- [tip:perf/core] perf/core: Allow non-privileged uprobe for user processes, tip-bot for Song Liu
- [tip:locking/core] locking/lockdep: Remove !dir in lock irq usage check, tip-bot for Yuyang Du
- [tip:locking/core] locking/lockdep: Adjust new bit cases in mark_lock, tip-bot for Yuyang Du
- [tip:locking/core] locking/lockdep: Consolidate lock usage bit initialization, tip-bot for Yuyang Du
- [tip:locking/core] locking/lockdep: Check redundant dependency only when CONFIG_LOCKDEP_SMALL, tip-bot for Yuyang Du
- [tip:locking/core] locking/lockdep: Refactorize check_noncircular and check_redundant, tip-bot for Yuyang Du
- [tip:locking/core] locking/lockdep: Remove unused argument in __lock_release, tip-bot for Yuyang Du
- [tip:locking/core] locking/lockdep: Remove redundant argument in check_deadlock, tip-bot for Yuyang Du
- [tip:locking/core] locking/lockdep: Add explanation to lock usage rules in lockdep design doc, tip-bot for Yuyang Du
- [tip:locking/core] locking/lockdep: Update comments on dependency search, tip-bot for Yuyang Du
- [tip:locking/core] locking/lockdep: Avoid constant checks in __bfs by using offset reference, tip-bot for Yuyang Du
- [tip:locking/core] locking/lockdep: Change the return type of __cq_dequeue(), tip-bot for Yuyang Du
- [tip:locking/core] locking/lockdep: Change type of the element field in circular_queue, tip-bot for Yuyang Du
- [tip:locking/core] locking/lockdep: Update comment, tip-bot for Yuyang Du
- [tip:locking/core] locking/lockdep: Remove unused argument in validate_chain() and check_deadlock(), tip-bot for Yuyang Du
- [tip:locking/core] locking/lockdep: Change the range of class_idx in held_lock struct, tip-bot for Yuyang Du
- [tip:locking/core] locking/lockdep: Define INITIAL_CHAIN_KEY for chain keys to start with, tip-bot for Yuyang Du
- [tip:locking/core] locking/lockdep: Use lockdep_init_task for task initiation consistently, tip-bot for Yuyang Du
- [tip:locking/core] locking/lockdep: Update obsolete struct field description, tip-bot for Yuyang Du
- [tip:locking/core] locking/lockdep: Print the right depth for chain key collision, tip-bot for Yuyang Du
- [tip:locking/core] locking/lockdep: Remove useless conditional macro, tip-bot for Yuyang Du
- [tip:locking/core] locking/lockdep: Adjust lock usage bit character checks, tip-bot for Yuyang Du
- [tip:locking/core] locking/lockdep: Add description and explanation in lockdep design doc, tip-bot for Yuyang Du
- [tip:locking/core] locking/lockdep: Change all print_*() return type to void, tip-bot for Yuyang Du
- [tip:sched/core] sched/fair: Remove sgs->sum_weighted_load, tip-bot for Dietmar Eggemann
- [tip:sched/core] sched/core: Remove sd->*_idx, tip-bot for Dietmar Eggemann
- [tip:sched/core] sched/core: Remove rq->cpu_load[], tip-bot for Dietmar Eggemann
- [tip:sched/core] sched/debug: Remove sd->*_idx range on sysctl, tip-bot for Dietmar Eggemann
- [tip:sched/core] sched/fair: Replace source_load() & target_load() with weighted_cpuload(), tip-bot for Dietmar Eggemann
- [tip:sched/core] sched/fair: Remove the rq->cpu_load[] update code, tip-bot for Dietmar Eggemann
- [tip:sched/core] sched/fair: Remove rq->load, tip-bot for Dietmar Eggemann
- [tip:sched/core] sched/core: Provide a pointer to the valid CPU mask, tip-bot for Sebastian Andrzej Siewior
- [tip:x86/urgent] mm/vmalloc: Avoid rare case of flushing TLB with weird arguments, tip-bot for Rick Edgecombe
- [tip:x86/urgent] mm/vmalloc: Fix calculation of direct map addr range, tip-bot for Rick Edgecombe
- 答复: Re: [tip:x86/urgent] x86/mce: Ensure offline CPUs don' t participate in rendezvous process,
Tony W Wang-oc
- [tip:perf/core] perf intel-pt: Rationalize intel_pt_sync_switch()'s use of next_tid, tip-bot for Adrian Hunter
- [tip:perf/core] perf intel-pt: Improve sync_switch by processing PERF_RECORD_SWITCH* in events, tip-bot for Adrian Hunter
- [tip:perf/core] perf scripts python: export-to-postgresql.py: Add support for pyside2, tip-bot for Adrian Hunter
- [tip:perf/core] perf scripts python: export-to-sqlite.py: Add support for pyside2, tip-bot for Adrian Hunter
- [tip:perf/core] perf scripts python: exported-sql-viewer.py: Add support for pyside2, tip-bot for Adrian Hunter
- [tip:perf/core] perf scripts python: exported-sql-viewer.py: Use argparse module for argument parsing, tip-bot for Adrian Hunter
- [tip:perf/core] perf scripts python: exported-sql-viewer.py: Change python2 to python, tip-bot for Adrian Hunter
- [tip:perf/core] perf top: Lower message level for failure on synthesizing events for pre-existing BPF programs, tip-bot for Arnaldo Carvalho de Melo
- [tip:perf/core] perf tools: Preserve eBPF maps when loading kcore, tip-bot for Jiri Olsa
- [tip:perf/core] perf python: Remove -fstack-protector-strong if clang doesn't have it, tip-bot for Arnaldo Carvalho de Melo
- [tip:perf/core] perf annotate TUI browser: Do not use member from variable within its own initialization, tip-bot for Arnaldo Carvalho de Melo
- [tip:perf/core] perf machine: Return NULL instead of null-terminating /proc/version array, tip-bot for Donald Yandt
- [tip:perf/core] perf script: Remove superfluous BPF event titles, tip-bot for Jiri Olsa
- [tip:perf/core] perf version: Append 12 git SHA chars to the version string, tip-bot for Arnaldo Carvalho de Melo
- [tip:perf/core] perf script: Add --show-bpf-events to show eBPF related events, tip-bot for Jiri Olsa
- [tip:perf/core] perf tests: Add map_groups__merge_in test, tip-bot for Jiri Olsa
- [tip:perf/core] perf script: Pad DSO name for --call-trace, tip-bot for Jiri Olsa
- [tip:perf/core] perf dso: Add BPF DSO read and size hooks, tip-bot for Jiri Olsa
- [tip:perf/core] perf dso: Simplify dso_cache__read function, tip-bot for Jiri Olsa
- [tip:perf/core] perf dso: Separate generic code in dso_cache__read, tip-bot for Jiri Olsa
- [tip:perf/core] perf dso: Separate generic code in dso__data_file_size(), tip-bot for Jiri Olsa
- [tip:perf/core] perf tools: Remove const from thread read accessors, tip-bot for Namhyung Kim
- [tip:perf/core] perf top: Add --namespaces option, tip-bot for Namhyung Kim
- [tip:perf/core] perf trace: Beautify 'sync_file_range' arguments, tip-bot for Arnaldo Carvalho de Melo
- [tip:perf/core] perf beauty: Add generator for sync_file_range's 'flags' arg values, tip-bot for Arnaldo Carvalho de Melo
- [tip:perf/core] perf trace beauty clone: Handle CLONE_PIDFD, tip-bot for Arnaldo Carvalho de Melo
- [tip:perf/core] perf trace: Beautify 'fsmount' arguments, tip-bot for Arnaldo Carvalho de Melo
- [tip:perf/core] perf trace: Introduce syscall_arg__scnprintf_strarray_flags, tip-bot for Arnaldo Carvalho de Melo
- [tip:perf/core] perf beauty: Add generator for fsmount's 'attr_flags' arg values, tip-bot for Arnaldo Carvalho de Melo
- [tip:perf/core] perf trace: Beautify 'fsconfig' arguments, tip-bot for Arnaldo Carvalho de Melo
- [tip:perf/core] perf beauty: Add generator for fsconfig's 'cmd' arg values, tip-bot for Arnaldo Carvalho de Melo
- [tip:perf/core] perf trace: Beautify 'fspick' arguments, tip-bot for Arnaldo Carvalho de Melo
- [tip:perf/core] perf beauty: Add generator for fspick's 'flags' arg values, tip-bot for Arnaldo Carvalho de Melo
- [tip:perf/core] perf trace: Beautify 'move_mount' arguments, tip-bot for Arnaldo Carvalho de Melo
- [tip:perf/core] perf beauty: Add generator for 'move_mount' flags argument, tip-bot for Arnaldo Carvalho de Melo
- [tip:perf/core] perf machine: Keep zero in pgoff BPF map, tip-bot for Jiri Olsa
- [tip:perf/core] perf augmented_raw_syscalls: Fix up comment, tip-bot for Arnaldo Carvalho de Melo
- [tip:perf/core] perf intel-pt: Fix itrace defaults for perf script intel-pt documentation, tip-bot for Adrian Hunter
- [tip:perf/core] perf auxtrace: Fix itrace defaults for perf script, tip-bot for Adrian Hunter
- [tip:perf/core] perf intel-pt: Fix itrace defaults for perf script, tip-bot for Adrian Hunter
- [tip:perf/core] perf-with-kcore.sh: Always allow fix_buildid_cache_permissions, tip-bot for Adrian Hunter
- [tip:perf/urgent] tools headers UAPI: Sync kvm.h headers with the kernel sources, tip-bot for Arnaldo Carvalho de Melo
- [tip:perf/urgent] perf record: Fix s390 missing module symbol and warning for non-root users, tip-bot for Thomas Richter
- [tip:perf/urgent] perf test vmlinux-kallsyms: Ignore aliases to _etext when searching on kallsyms, tip-bot for Arnaldo Carvalho de Melo
- [tip:perf/urgent] perf machine: Read also the end of the kernel, tip-bot for Jiri Olsa
- [tip:perf/urgent] perf session: Add missing swap ops for namespace events, tip-bot for Namhyung Kim
- [tip:perf/urgent] perf namespace: Protect reading thread's namespace, tip-bot for Namhyung Kim
- [tip:perf/urgent] tools headers UAPI: Sync drm/drm.h with the kernel, tip-bot for Arnaldo Carvalho de Melo
- [tip:perf/urgent] tools headers UAPI: Sync drm/i915_drm.h with the kernel, tip-bot for Arnaldo Carvalho de Melo
- [tip:perf/urgent] tools headers UAPI: Sync linux/fs.h with the kernel, tip-bot for Arnaldo Carvalho de Melo
- [tip:perf/urgent] tools headers UAPI: Sync linux/sched.h with the kernel, tip-bot for Arnaldo Carvalho de Melo
- [tip:perf/urgent] tools arch x86: Sync asm/cpufeatures.h with the with the kernel, tip-bot for Arnaldo Carvalho de Melo
- [tip:perf/urgent] tools include UAPI: Update copy of files related to new fspick, fsmount, fsconfig, fsopen, move_mount and open_tree syscalls, tip-bot for Arnaldo Carvalho de Melo
- [tip:perf/urgent] perf arm64: Fix mksyscalltbl when system kernel headers are ahead of the kernel, tip-bot for Vitaly Chikunov
- [tip:perf/urgent] perf data: Fix 'strncat may truncate' build failure with recent gcc, tip-bot for Shawn Landden
- [tip:irq/core] genirq/irqdomain: Remove WARN_ON() on out-of-memory condition,
tip-bot for Geert Uytterhoeven
- [tip:smp/hotplug] cpu/hotplug: Fix notify_cpu_starting() reference in bringup_wait_for_ap(), tip-bot for Jiri Kosina
- [tip:locking/core] futex: Consolidate duplicated timer setup code, tip-bot for Waiman Long
- [tip:efi/urgent] efi: Allow the number of EFI configuration tables entries to be zero, tip-bot for Rob Bradford
- [tip:efi/urgent] efi/x86/Add missing error handling to old_memmap 1:1 mapping code, tip-bot for Gen Zhang
- [tip:perf/urgent] perf/ring_buffer: Add ordering to rb->nest increment, tip-bot for Peter Zijlstra
- [tip:locking/core] locking/lockdep: Remove the unused print_lock_trace() function, tip-bot for Anders Roxell
- [tip:perf/urgent] perf/ring-buffer: Use regular variables for nesting, tip-bot for Peter Zijlstra
- [tip:perf/urgent] perf/ring-buffer: Always use {READ,WRITE}_ONCE() for rb->user_page data, tip-bot for Peter Zijlstra
- [tip:perf/urgent] perf/ring_buffer: Fix exposing a temporarily decreased data_head, tip-bot for Yabin Cui
- [tip:sched/core] sched/core: Clean up sched_init() a bit, tip-bot for Qian Cai
- [tip:x86/asm] Documentation/x86: Fix path to entry_32.S, tip-bot for Ira Weiny
- [tip:x86/urgent] x86/CPU/AMD: Don't force the CPB cap when running under a hypervisor, tip-bot for Frank van der Linden
- [tip:x86/asm] x86/asm: Remove unused TASK_TI_flags from asm-offsets.c, tip-bot for Steven Rostedt (VMware)
- [tip:x86/cleanups] x86/io_delay: Define IO_DELAY macros in C instead of Kconfig, tip-bot for Masahiro Yamada
- [tip:x86/cleanups] x86/io_delay: Break instead of fallthrough in switch statement, tip-bot for Masahiro Yamada
- [tip:x86/urgent] x86/boot: Provide KASAN compatible aliases for string routines, tip-bot for Ard Biesheuvel
- [tip:x86/paravirt] x86/paravirt: Standardize 'insn_buff' variable names, tip-bot for Ingo Molnar
- [tip:x86/paravirt] x86/paravirt: Rename paravirt_patch_site::instrtype to paravirt_patch_site::type, tip-bot for Ingo Molnar
- [tip:x86/paravirt] x86/paravirt: Match paravirt patchlet field definition ordering to initialization ordering, tip-bot for Ingo Molnar
- [tip:x86/paravirt] x86/paravirt: Replace the paravirt patch asm magic, tip-bot for Thomas Gleixner
- [tip:x86/paravirt] x86/paravirt: Unify the 32/64 bit paravirt patching code, tip-bot for Thomas Gleixner
- [tip:x86/paravirt] x86/paravirt: Detect over-sized patching bugs in paravirt_patch_insns(), tip-bot for Ingo Molnar
- [tip:x86/paravirt] x86/paravirt: Detect over-sized patching bugs in paravirt_patch_call(), tip-bot for Ingo Molnar
- [tip:locking/core] locking/lockdep: Don't complain about incorrect name for no validate class, tip-bot for Sebastian Andrzej Siewior
- [tip:x86/topology] perf/x86/intel/rapl: Cosmetic rename internal variables in response to multi-die/pkg support, tip-bot for Kan Liang
- [tip:x86/topology] perf/x86/intel/uncore: Cosmetic renames in response to multi-die/pkg support, tip-bot for Kan Liang
- [tip:x86/topology] perf/x86/intel/cstate: Support multi-die/package, tip-bot for Kan Liang
- [tip:x86/topology] hwmon/coretemp: Cosmetic: Rename internal variables to zones from packages, tip-bot for Len Brown
- [tip:x86/topology] thermal/x86_pkg_temp_thermal: Cosmetic: Rename internal variables to zones from packages, tip-bot for Len Brown
- [tip:x86/topology] perf/x86/intel/uncore: Support multi-die/package, tip-bot for Kan Liang
- [tip:x86/topology] perf/x86/intel/rapl: Support multi-die/package, tip-bot for Kan Liang
- [tip:x86/topology] topology: Create core_cpus and die_cpus sysfs attributes, tip-bot for Len Brown
- [tip:x86/topology] topology: Create package_cpus sysfs attribute, tip-bot for Len Brown
- [tip:x86/topology] hwmon/coretemp: Support multi-die/package, tip-bot for Zhang Rui
- [tip:x86/topology] powercap/intel_rapl: Update RAPL domain name and debug messages, tip-bot for Zhang Rui
- [tip:x86/topology] thermal/x86_pkg_temp_thermal: Support multi-die/package, tip-bot for Zhang Rui
- [tip:x86/topology] powercap/intel_rapl: Support multi-die/package, tip-bot for Zhang Rui
- [tip:x86/topology] powercap/intel_rapl: Simplify rapl_find_package(), tip-bot for Zhang Rui
- [tip:x86/topology] x86/topology: Define topology_logical_die_id(), tip-bot for Len Brown
- [tip:x86/topology] x86/topology: Define topology_die_id(), tip-bot for Len Brown
- [tip:x86/topology] cpu/topology: Export die_id, tip-bot for Len Brown
[Index of Archives]
[Linux Stable Commits]
[Linux Stable Kernel]
[Linux Kernel Development]
[Linux USB Devel]
[Big List of Linux Books]
[Linux SCSI]
[Yosemite Forum]