Linux Tip Commits
[Prev Page][Next Page]
- [tip: core/build] arm64/mm: Remove needless section quotes, tip-bot2 for Kees Cook
- [tip: core/build] arm64/build: Remove .eh_frame* sections due to unwind tables, tip-bot2 for Kees Cook
- [tip: core/build] vmlinux.lds.h: Add .gnu.version* to COMMON_DISCARDS, tip-bot2 for Kees Cook
- [tip: core/build] x86/asm: Avoid generating unused kprobe sections, tip-bot2 for Kees Cook
- [tip: core/build] arm64/build: Assert for unwanted sections, tip-bot2 for Kees Cook
- [tip: core/build] x86/boot/compressed: Remove, discard, or assert for unwanted sections, tip-bot2 for Kees Cook
- [tip: core/static_call] static_call: Add some validation, tip-bot2 for Peter Zijlstra
- [tip: core/build] vmlinux.lds.h: Split ELF_DETAILS from STABS_DEBUG, tip-bot2 for Kees Cook
- [tip: core/build] arm/build: Assert for unwanted sections, tip-bot2 for Kees Cook
- [tip: core/static_call] x86/alternatives: Teach text_poke_bp() to emulate RET, tip-bot2 for Peter Zijlstra
- [tip: core/static_call] static_call: Allow early init, tip-bot2 for Peter Zijlstra
- [tip: core/build] arm64/build: Use common DISCARDS in linker script, tip-bot2 for Kees Cook
- [tip: core/build] vmlinux.lds.h: Add PGO and AutoFDO input sections, tip-bot2 for Nick Desaulniers
- [tip: core/build] arm64/build: Add missing DWARF sections, tip-bot2 for Kees Cook
- [tip: core/static_call] x86/static_call: Add out-of-line static call implementation, tip-bot2 for Josh Poimboeuf
- [tip: core/build] efi/libstub: Disable -mbranch-protection, tip-bot2 for Kees Cook
- [tip: core/build] vmlinux.lds.h: Create COMMON_DISCARDS, tip-bot2 for Kees Cook
- [tip: core/build] vmlinux.lds.h: Add .symtab, .strtab, and .shstrtab to ELF_DETAILS, tip-bot2 for Kees Cook
- [tip: core/build] arm64/kernel: Remove needless Call Frame Information annotations, tip-bot2 for Kees Cook
- [tip: core/static_call] static_call: Add static_call_cond(), tip-bot2 for Peter Zijlstra
- [tip: core/static_call] static_call: Avoid kprobes on inline static_call()s, tip-bot2 for Peter Zijlstra
- [tip: core/static_call] static_call: Add simple self-test for static calls, tip-bot2 for Peter Zijlstra
- [tip: core/static_call] static_call: Add inline static call infrastructure, tip-bot2 for Josh Poimboeuf
- [tip: core/static_call] compiler.h: Make __ADDRESSABLE() symbol truly unique, tip-bot2 for Josh Poimboeuf
- [tip: core/static_call] static_call: Add basic static call infrastructure, tip-bot2 for Josh Poimboeuf
- [tip: core/static_call] module: Properly propagate MODULE_STATE_COMING failure, tip-bot2 for Peter Zijlstra
- [tip: core/static_call] module: Fix up module_notifier return values, tip-bot2 for Peter Zijlstra
- [tip: core/static_call] notifier: Fix broken error handling pattern, tip-bot2 for Peter Zijlstra
- [tip: core/static_call] x86/static_call: Add inline static call implementation for x86-64, tip-bot2 for Josh Poimboeuf
- [tip: core/static_call] jump_label,module: Fix module lifetime for __jump_label_mod_text_reserved(), tip-bot2 for Peter Zijlstra
- [tip: core/static_call] static_call: Handle tail-calls, tip-bot2 for Peter Zijlstra
- [tip: core/static_call] x86/perf, static_call: Optimize x86_pmu methods, tip-bot2 for Peter Zijlstra
- [tip: core/static_call] tracepoint: Optimize using static_call(), tip-bot2 for Steven Rostedt (VMware)
- [tip: core/build] arm/build: Refactor linker script headers, tip-bot2 for Kees Cook
- [tip: core/build] x86/build: Add asserts for unwanted sections, tip-bot2 for Kees Cook
- [tip: core/build] arm/build: Explicitly keep .ARM.attributes sections, tip-bot2 for Kees Cook
- [tip: x86/misc] Documentation/x86: Add documentation for /proc/cpuinfo feature flags, tip-bot2 for Kyung Min Park
- [tip: x86/cpu] x86/cpufeatures: Enumerate TSX suspend load address tracking instructions, tip-bot2 for Kyung Min Park
- [tip: x86/cpu] x86/kvm: Expose TSX Suspend Load Tracking feature, tip-bot2 for Cathy Zhang
- [tip: x86/urgent] genirq/matrix: Deal with the sillyness of for_each_cpu() on UP, tip-bot2 for Thomas Gleixner
- [tip: x86/cleanups] x86/mpparse: Remove duplicate io_apic.h include, tip-bot2 for Wang Hai
- [tip: locking/core] lockdep: Add recursive read locks into dependency graph, tip-bot2 for Boqun Feng
- [tip: locking/core] lockdep/selftest: Add a R-L/L-W test case specific to chain cache behavior, tip-bot2 for Boqun Feng
- [tip: locking/core] lockdep/selftest: Unleash irq_read_recursion2 and add more, tip-bot2 for Boqun Feng
- [tip: locking/core] lockdep: Take read/write status in consideration when generate chainkey, tip-bot2 for Boqun Feng
- [tip: locking/core] lockdep: Support deadlock detection for recursive read locks in check_noncircular(), tip-bot2 for Boqun Feng
- [tip: locking/core] lockdep: Fix recursive read lock related safe->unsafe detection, tip-bot2 for Boqun Feng
- [tip: locking/core] lockdep: Extend __bfs() to work with multiple types of dependencies, tip-bot2 for Boqun Feng
- [tip: locking/core] lockdep: Make __bfs() visit every dependency until a match, tip-bot2 for Boqun Feng
- [tip: locking/core] lockdep: Introduce lock_list::dep, tip-bot2 for Boqun Feng
- [tip: locking/core] lockdep: Reduce the size of lock_list::distance, tip-bot2 for Boqun Feng
- [tip: locking/core] lockdep: Demagic the return value of BFS, tip-bot2 for Boqun Feng
- [tip: locking/core] Documentation/locking/locktypes: Fix local_locks documentation, tip-bot2 for Marta Rybczynska
- [tip: locking/core] lockdep/Documention: Recursive read lock detection reasoning, tip-bot2 for Boqun Feng
- [tip: locking/core] locking: More accurate annotations for read_lock(), tip-bot2 for Boqun Feng
- [tip: locking/core] lockdep,trace: Expose tracepoints, tip-bot2 for Peter Zijlstra
- [tip: locking/core] mips: Implement arch_irqs_disabled(), tip-bot2 for Peter Zijlstra
- [tip: locking/core] locking/refcount: Provide __refcount API to obtain the old value, tip-bot2 for Peter Zijlstra
- [tip: locking/core] seqlock: Fix multiple kernel-doc warnings, tip-bot2 for Randy Dunlap
- [tip: locking/core] lockdep: Only trace IRQ edges, tip-bot2 for Nicholas Piggin
- [tip: locking/core] seqlock,tags: Add support for SEQCOUNT_LOCKTYPE(), tip-bot2 for Peter Zijlstra
- [tip: locking/core] lockdep: Make __bfs(.match) return bool, tip-bot2 for Boqun Feng
- [tip: locking/core] x86/entry: Remove unused THUNKs, tip-bot2 for Peter Zijlstra
- [tip: locking/core] cpuidle: Move trace_cpu_idle() into generic code, tip-bot2 for Peter Zijlstra
- [tip: locking/core] nds32: Implement arch_irqs_disabled(), tip-bot2 for Peter Zijlstra
- [tip: locking/core] arm64: Implement arch_irqs_disabled(), tip-bot2 for Peter Zijlstra
- [tip: locking/core] locking/lockdep: Cleanup, tip-bot2 for Peter Zijlstra
- [tip: locking/core] sched,idle,rcu: Push rcu_idle deeper into the idle path, tip-bot2 for Peter Zijlstra
- [tip: locking/core] cpuidle: Fixup IRQ state, tip-bot2 for Peter Zijlstra
- [tip: locking/core] cpuidle: Make CPUIDLE_FLAG_TLB_FLUSHED generic, tip-bot2 for Peter Zijlstra
- [tip: sched/core] sched/fair: Fix wrong negative conversion in find_energy_efficient_cpu(), tip-bot2 for Lukasz Luba
- [tip: sched/core] sched: Bring the PF_IO_WORKER and PF_WQ_WORKER bits closer together, tip-bot2 for Sebastian Andrzej Siewior
- [tip: sched/core] sched/fair: Simplify the work when reweighting entity, tip-bot2 for Jiang Biao
- [tip: sched/core] sched/fair: Ignore cache hotness for SMT migration, tip-bot2 for Josh Don
- [tip: sched/urgent] sched: Use __always_inline on is_idle_task(), tip-bot2 for Marco Elver
- [tip: sched/core] sched: Cache task_struct::flags in sched_submit_work(), tip-bot2 for Sebastian Andrzej Siewior
- [tip: sched/core] sched/topology: Move SD_DEGENERATE_GROUPS_MASK out of linux/sched/topology.h, tip-bot2 for Valentin Schneider
- [tip: sched/core] sched/topology: Move sd_flag_debug out of linux/sched/topology.h,
tip-bot2 for Valentin Schneider
- [tip: locking/core] lockdep: Use raw_cpu_*() for per-cpu variables, tip-bot2 for Peter Zijlstra
- [tip: locking/core] lockdep: Adjust check_redundant() for recursive read change, tip-bot2 for Boqun Feng
- [tip: locking/core] locking/selftest: Add test cases for queued_read_lock(), tip-bot2 for Boqun Feng
- [tip: locking/core] lockdep/selftest: Add more recursive read related test cases, tip-bot2 for Boqun Feng
- [tip: locking/core] Revert "locking/lockdep/selftests: Fix mixed read-write ABBA tests", tip-bot2 for Boqun Feng
- [tip: locking/core] lockdep/selftest: Introduce recursion3, tip-bot2 for Boqun Feng
- [tip: x86/urgent] x86/hotplug: Silence APIC only after all interrupts are migrated, tip-bot2 for Ashok Raj
- [tip: x86/urgent] x86/irq: Unbreak interrupt affinity setting, tip-bot2 for Thomas Gleixner
- [tip: x86/fsgsbase] selftests/x86/fsgsbase: Reap a forgotten child, tip-bot2 for Andy Lutomirski
- [tip: x86/fsgsbase] selftests/x86/fsgsbase: Test PTRACE_PEEKUSER for GSBASE with invalid LDT GS, tip-bot2 for Andy Lutomirski
- [tip: ras/core] x86/mce: Delay clearing IA32_MCG_STATUS to the end of do_machine_check(), tip-bot2 for Tony Luck
- [tip: x86/urgent] MAINTAINERS: Add entry for HPE Superdome Flex (UV) maintainers, tip-bot2 for Steve Wahl
- [tip: x86/cache] x86/resctrl: Enable user to view thread or core throttling mode, tip-bot2 for Fenghua Yu
- [tip: x86/cache] x86/resctrl: Enumerate per-thread MBA controls, tip-bot2 for Fenghua Yu
- [tip: irq/urgent] arm64: dts: k3-am65: Update the RM resource types, tip-bot2 for Lokesh Vutla
- [tip: irq/urgent] arm64: dts: k3-am65: ti-sci-inta/intr: Update to latest bindings, tip-bot2 for Lokesh Vutla
- [tip: irq/urgent] irqchip/stm32-exti: Avoid losing interrupts due to clearing pending bits by mistake, tip-bot2 for qiuguorui1
- [tip: irq/urgent] dt-bindings: irqchip: Convert ti, sci-inta bindings to yaml, tip-bot2 for Lokesh Vutla
- [tip: irq/urgent] irqchip/ti-sci-inta: Do not store TISCI device id in platform device id field, tip-bot2 for Lokesh Vutla
- [tip: irq/urgent] irqchip/ti-sci-inta: Add support for INTA directly connecting to GIC, tip-bot2 for Lokesh Vutla
- [tip: irq/urgent] arm64: dts: k3-j721e: ti-sci-inta/intr: Update to latest bindings, tip-bot2 for Lokesh Vutla
- [tip: irq/urgent] irqchip/ingenic: Leave parent IRQ unmasked on suspend, tip-bot2 for Paul Cercueil
- [tip: irq/urgent] irqchip/ti-sci-intr: Add support for INTR being a parent to INTR, tip-bot2 for Lokesh Vutla
- [tip: irq/urgent] dt-bindings: irqchip: Convert ti, sci-intr bindings to yaml, tip-bot2 for Lokesh Vutla
- [tip: irq/urgent] firmware: ti_sci: Drop unused structure ti_sci_rm_type_map, tip-bot2 for Lokesh Vutla
- [tip: irq/urgent] dt-bindings: irqchip: ti, sci-intr: Update bindings to drop the usage of gic as parent, tip-bot2 for Lokesh Vutla
- [tip: irq/urgent] firmware: ti_sci: Drop the device id to resource type translation, tip-bot2 for Lokesh Vutla
- [tip: irq/urgent] firmware: ti_sci: Add support for getting resource with subtype, tip-bot2 for Lokesh Vutla
- [tip: irq/urgent] dt-bindings: irqchip: ti, sci-inta: Update docs to support different parent., tip-bot2 for Lokesh Vutla
- [tip: irq/urgent] irqchip: Fix probing deferal when using IRQCHIP_PLATFORM_DRIVER helpers, tip-bot2 for Marc Zyngier
- [tip: irq/urgent] irqchip: Revert modular support for drivers using IRQCHIP_PLATFORM_DRIVER helperse, tip-bot2 for Marc Zyngier
- [tip: timers/core] alarmtimer: Convert comma to semicolon, tip-bot2 for Xu Wang
- [tip: x86/fsgsbase] x86/fsgsbase: Replace static_cpu_has() with boot_cpu_has(), tip-bot2 for Borislav Petkov
- [tip: x86/fsgsbase] x86/entry/64: Correct the comment over SAVE_AND_SET_GSBASE, tip-bot2 for Borislav Petkov
- [tip: timers/core] timekeeping: Utilize local_clock() for NMI safe timekeeper during early boot, tip-bot2 for Thomas Gleixner
- [tip: timers/core] timekeeping: Provide multi-timestamp accessor to NMI safe timekeeper, tip-bot2 for Thomas Gleixner
- [tip: efi/urgent] efi/libstub: Handle NULL cmdline, tip-bot2 for Arvind Sankar
- [tip: efi/urgent] efi/libstub: Handle unterminated cmdline, tip-bot2 for Arvind Sankar
- [tip: efi/urgent] efi/libstub: Stop parsing arguments at "--", tip-bot2 for Arvind Sankar
- [tip: efi/urgent] efi: add missed destroy_workqueue when efisubsys_init fails, tip-bot2 for Li Heng
- [tip: efi/urgent] efi/x86: Move 32-bit code into efi_32.c, tip-bot2 for Ard Biesheuvel
- [tip: efi/urgent] efi/x86: Mark kernel rodata non-executable for mixed mode, tip-bot2 for Arvind Sankar
- [tip: efi/urgent] Documentation: efi: remove description of efi=old_map, tip-bot2 for Ard Biesheuvel
- [tip: x86/misc] x86/msr: Prevent userspace MSR access from dominating the console, tip-bot2 for Chris Down
- [tip: x86/misc] x86/msr: Make source of unrecognised MSR writes unambiguous, tip-bot2 for Chris Down
- [tip: x86/urgent] x86/entry/64: Do not use RDPID in paranoid entry to accomodate KVM, tip-bot2 for Sean Christopherson
- [tip: core/urgent] core/entry: Respect syscall number rewrites, tip-bot2 for Thomas Gleixner
- [tip: x86/cpu] x86/umip: Add emulation/spoofing for SLDT and STR instructions, tip-bot2 for Brendan Shanks
- [tip: x86/build] x86/build: Declutter the build output, tip-bot2 for Ingo Molnar
- [tip: sched/core] sched/topology: Introduce SD metaflag for flags needing > 1 groups, tip-bot2 for Valentin Schneider
- [tip: sched/core] sched/topology: Mark SD_BALANCE_WAKE as SDF_NEEDS_GROUPS, tip-bot2 for Valentin Schneider
- [tip: sched/core] sched/topology: Mark SD_SERIALIZE as SDF_NEEDS_GROUPS, tip-bot2 for Valentin Schneider
- [tip: sched/core] sched/topology: Use prebuilt SD flag degeneration mask, tip-bot2 for Valentin Schneider
- [tip: sched/core] ARM, sched/topology: Revert back to default scheduler topology, tip-bot2 for Valentin Schneider
- [tip: sched/core] sched/debug: Output SD flag names rather than their values, tip-bot2 for Valentin Schneider
- [tip: sched/core] ARM, sched/topology: Remove SD_SHARE_POWERDOMAIN, tip-bot2 for Valentin Schneider
- [tip: sched/core] sched/topology: Verify SD_* flags setup when sched_debug is on, tip-bot2 for Valentin Schneider
- [tip: sched/core] sched/topology: Define and assign sched_domain flag metadata, tip-bot2 for Valentin Schneider
- [tip: sched/core] sched/topology: Split out SD_* flags declaration to its own file, tip-bot2 for Valentin Schneider
- [tip: sched/core] sched/topology: Mark SD_ASYM_PACKING as SDF_NEEDS_GROUPS, tip-bot2 for Valentin Schneider
- [tip: sched/core] sched/topology: Mark SD_PREFER_SIBLING as SDF_NEEDS_GROUPS, tip-bot2 for Valentin Schneider
- [tip: sched/core] sched/topology: Propagate SD_ASYM_CPUCAPACITY upwards, tip-bot2 for Valentin Schneider
- [tip: sched/core] sched/topology: Remove SD_SERIALIZE degeneration special case, tip-bot2 for Valentin Schneider
- [tip: sched/core] sched/topology: Mark SD_NUMA as SDF_NEEDS_GROUPS, tip-bot2 for Valentin Schneider
- [tip: sched/core] sched/topology: Mark SD_OVERLAP as SDF_NEEDS_GROUPS, tip-bot2 for Valentin Schneider
- [tip: x86/cache] cacheinfo: Move resctrl's get_cache_id() to the cacheinfo header file, tip-bot2 for James Morse
- [tip: x86/cache] x86/resctrl: Merge AMD/Intel parse_bw() calls, tip-bot2 for James Morse
- [tip: x86/cache] x86/resctrl: Fix stale comment, tip-bot2 for James Morse
- [tip: x86/cache] x86/resctrl: Use is_closid_match() in more places, tip-bot2 for James Morse
- [tip: x86/cache] x86/resctrl: Remove unused struct mbm_state::chunks_bw, tip-bot2 for James Morse
- [tip: x86/cache] x86/resctrl: Use container_of() in delayed_work handlers, tip-bot2 for James Morse
- [tip: x86/cache] x86/resctrl: Remove struct rdt_membw::max_delay, tip-bot2 for James Morse
- [tip: x86/cache] x86/resctrl: Add struct rdt_cache::arch_has_{sparse, empty}_bitmaps, tip-bot2 for James Morse
- [tip: x86/cache] x86/resctrl: Add struct rdt_membw::arch_needs_linear to explain AMD/Intel MBA difference, tip-bot2 for James Morse
- [tip: x86/cache] x86/resctrl: Include pid.h, tip-bot2 for James Morse
- [tip: perf/core] perf/x86/intel: Move BTS index to 47, tip-bot2 for Kan Liang
- [tip: perf/core] perf/x86: Use event_base_rdpmc for the RDPMC userspace support, tip-bot2 for Kan Liang
- [tip: perf/core] perf/x86/intel: Name the global status bit in NMI handler, tip-bot2 for Kan Liang
- [tip: perf/core] perf/x86/intel: Fix the name of perf METRICS, tip-bot2 for Kan Liang
- [tip: perf/core] perf/core: Add a new PERF_EV_CAP_SIBLING event capability, tip-bot2 for Kan Liang
- [tip: perf/core] perf/x86/intel: Generic support for hardware TopDown metrics, tip-bot2 for Kan Liang
- [tip: perf/core] perf/x86/intel: Use switch in intel_pmu_disable/enable_event, tip-bot2 for Kan Liang
- [tip: perf/core] perf/x86/intel: Introduce the fourth fixed counter, tip-bot2 for Kan Liang
- [tip: perf/core] perf/x86: Add a macro for RDPMC offset of fixed counters, tip-bot2 for Kan Liang
- [tip: perf/core] perf/x86/intel: Support TopDown metrics on Ice Lake, tip-bot2 for Kan Liang
- [tip: perf/core] perf/x86/intel: Support per-thread RDPMC TopDown metrics, tip-bot2 for Kan Liang
- [tip: x86/cpu] x86/cpu: Use XGETBV and XSETBV mnemonics in fpu/internal.h, tip-bot2 for Uros Bizjak
- [tip: ras/core] x86/MCE/AMD, EDAC/mce_amd: Remove struct smca_hwid.xec_bitmap,
tip-bot2 for Yazen Ghannam
- [tip: ras/core] RAS/CEC: Fix cec_init() prototype,
tip-bot2 for Luca Stefani
- [tip: x86/cpu] x86/cpu: Use SERIALIZE in sync_core() when available,
tip-bot2 for Ricardo Neri
- [tip: perf/urgent] perf/x86/intel/uncore: Add BW counters for GT, IA and IO breakdown, tip-bot2 for Vaibhav Shankar
- [tip: x86/paravirt] x86/paravirt: Remove set_pte_at() pv-op, tip-bot2 for Juergen Gross
- [tip: x86/paravirt] x86/entry/32: Simplify CONFIG_XEN_PV build dependency, tip-bot2 for Juergen Gross
- [tip: x86/mm] x86/mm/64: Update comment in preallocate_vmalloc_pages(), tip-bot2 for Joerg Roedel
- [tip: x86/paravirt] x86/paravirt: Remove 32-bit support from CONFIG_PARAVIRT_XXL, tip-bot2 for Juergen Gross
- [tip: x86/paravirt] x86/paravirt: Avoid needless paravirt step clearing page table entries, tip-bot2 for Juergen Gross
- [tip: x86/paravirt] x86/paravirt: Clean up paravirt macros, tip-bot2 for Juergen Gross
- [tip: x86/paravirt] x86/paravirt: Use CONFIG_PARAVIRT_XXL instead of CONFIG_PARAVIRT, tip-bot2 for Juergen Gross
- [tip: x86/boot] x86/boot: Check that there are no run-time relocations, tip-bot2 for Arvind Sankar
- [tip: x86/boot] x86/boot/compressed: Get rid of GOT fixup code, tip-bot2 for Ard Biesheuvel
- [tip: x86/boot] x86/boot/compressed: Force hidden visibility for all symbol references, tip-bot2 for Ard Biesheuvel
- [tip: x86/boot] x86/boot: Remove run-time relocations from head_{32,64}.S, tip-bot2 for Arvind Sankar
- [tip: perf/urgent] perf/x86/rapl: Add support for Intel SPR platform, tip-bot2 for Zhang Rui
- [tip: x86/boot] x86/boot: Remove run-time relocations from .head.text code, tip-bot2 for Arvind Sankar
- [tip: x86/boot] x86/boot: Add .text.* to setup.ld, tip-bot2 for Arvind Sankar
- [tip: x86/boot] x86/boot/compressed: Move .got.plt entries out of the .got section, tip-bot2 for Ard Biesheuvel
- [tip: perf/urgent] perf/x86/rapl: Support multiple RAPL unit quirks, tip-bot2 for Zhang Rui
- [tip: sched/urgent] sched/debug: Fix the alignment of the show-state debug output, tip-bot2 for Libing Zhou
- [tip: perf/urgent] perf/x86/rapl: Fix missing psys sysfs attributes, tip-bot2 for Zhang Rui
- [tip: locking/urgent] Documentation/locking/locktypes: Fix a typo, tip-bot2 for Huang Shijie
- [tip: locking/urgent] futex: Convert to use the preferred 'fallthrough' macro, tip-bot2 for Miaohe Lin
- [tip: x86/urgent] x86/alternatives: Acquire pte lock with interrupts enabled, tip-bot2 for Sebastian Andrzej Siewior
- [tip: irq/urgent] genirq: Unlock irq descriptor after errors, tip-bot2 for Guenter Roeck
- [tip: irq/urgent] genirq/PM: Always unlock IRQ descriptor in rearm_wake_irq(), tip-bot2 for Guenter Roeck
- [tip: timers/urgent] time: Delete repeated words in comments, tip-bot2 for Randy Dunlap
- [tip: locking/urgent] locking, arch/ia64: Reduce <asm/smp.h> header dependencies by moving XTP bits into the new <asm/xtp.h> header, tip-bot2 for Peter Zijlstra
- [tip: locking/urgent] x86/headers: Remove APIC headers from <asm/smp.h>, tip-bot2 for Ingo Molnar
- [tip: x86/kaslr] x86/kaslr: Add a check that the random address is in range, tip-bot2 for Arvind Sankar
- [tip: x86/kaslr] x86/kaslr: Make minimum/image_size 'unsigned long', tip-bot2 for Arvind Sankar
- [tip: x86/kaslr] x86/kaslr: Make local variables 64-bit, tip-bot2 for Arvind Sankar
- [tip: x86/kaslr] x86/kaslr: Replace 'unsigned long long' with 'u64', tip-bot2 for Arvind Sankar
- [tip: x86/kaslr] x86/kaslr: Small cleanup of find_random_phys_addr(), tip-bot2 for Arvind Sankar
- [tip: x86/kaslr] x86/kaslr: Drop unnecessary alignment in find_random_virt_addr(), tip-bot2 for Arvind Sankar
- [tip: x86/kaslr] x86/kaslr: Drop redundant check in store_slot_info(), tip-bot2 for Arvind Sankar
- [tip: x86/kaslr] x86/kaslr: Simplify process_gb_huge_pages(), tip-bot2 for Arvind Sankar
- [tip: x86/kaslr] x86/kaslr: Short-circuit gb_huge_pages on x86-32, tip-bot2 for Arvind Sankar
- [tip: x86/kaslr] x86/kaslr: Drop redundant variable in __process_mem_region(), tip-bot2 for Arvind Sankar
- [tip: x86/kaslr] x86/kaslr: Eliminate 'start_orig' local variable from __process_mem_region(), tip-bot2 for Arvind Sankar
- [tip: x86/kaslr] x86/kaslr: Drop some redundant checks from __process_mem_region(), tip-bot2 for Arvind Sankar
- [tip: x86/kaslr] x86/kaslr: Fix off-by-one error in process_gb_huge_pages(), tip-bot2 for Arvind Sankar
- [tip: x86/kaslr] x86/kaslr: Replace strlen() with strnlen(), tip-bot2 for Arvind Sankar
- [tip: x86/kaslr] x86/kaslr: Fix off-by-one error in __process_mem_region(), tip-bot2 for Arvind Sankar
- [tip: x86/kaslr] x86/kaslr: Drop redundant cur_entry from __process_mem_region(), tip-bot2 for Arvind Sankar
- [tip: x86/kaslr] x86/kaslr: Make the type of number of slots/slot areas consistent, tip-bot2 for Arvind Sankar
- [tip: x86/kaslr] x86/kaslr: Drop test for command-line parameters before parsing, tip-bot2 for Arvind Sankar
- [tip: locking/urgent] locking/seqlock, headers: Untangle the spaghetti monster, tip-bot2 for Peter Zijlstra
- [tip: x86/urgent] x86/bugs/multihit: Fix mitigation reporting when VMX is not in use,
tip-bot2 for Pawan Gupta
- [tip: sched/urgent] sched: Fix use of count for nr_running tracepoint, tip-bot2 for Phil Auld
- [tip: timers/core] x86: Select POSIX_CPU_TIMERS_TASK_WORK, tip-bot2 for Thomas Gleixner
- [tip: perf/urgent] kprobes: Remove show_registers() function prototype, tip-bot2 for Masami Hiramatsu
- [tip: perf/urgent] perf/core: Take over CAP_SYS_PTRACE creds to CAP_PERFMON capability, tip-bot2 for Alexey Budankov
- [tip: timers/core] posix-cpu-timers: Provide mechanisms to defer timer handling to task_work, tip-bot2 for Thomas Gleixner
- [tip: timers/urgent] vdso/treewide: Add vdso_data pointer argument to __arch_get_hw_counter(), tip-bot2 for Thomas Gleixner
- [tip: timers/urgent] lib/vdso: Allow to add architecture-specific vdso data, tip-bot2 for Sven Schnelle
- [tip: timers/core] posix-cpu-timers: Split run_posix_cpu_timers(), tip-bot2 for Thomas Gleixner
- [tip: timers/urgent] timekeeping/vsyscall: Provide vdso_update_begin/end(), tip-bot2 for Thomas Gleixner
- [tip: x86/urgent] x86/fpu/xstate: Fix an xstate size check warning with architectural LBRs,
tip-bot2 for Kan Liang
- [tip: x86/urgent] kexec_file: Correctly output debugging information for the PT_LOAD ELF header,
tip-bot2 for Lianbo Jiang
- [tip: x86/urgent] x86/tsr: Fix tsc frequency enumeration bug on Lightning Mountain SoC,
tip-bot2 for Dilip Kota
- [tip: x86/urgent] x86/purgatory: Don't generate debug info for purgatory.ro,
tip-bot2 for Pingfan Liu
- [tip: x86/urgent] x86/crash: Correct the address boundary of function parameters,
tip-bot2 for Lianbo Jiang
- [tip: x86/urgent] Revert "x86/mm/64: Do not sync vmalloc/ioremap mappings", tip-bot2 for Ingo Molnar
- [tip: x86/urgent] x86/acrn: Allow ACRN guest to use X2APIC mode,
tip-bot2 for Shuo Liu
- [tip: x86/urgent] kexec: Improve & fix crash_exclude_mem_range() to handle overlapping ranges,
tip-bot2 for Lianbo Jiang
- [tip: x86/urgent] x86/acrn: Remove redundant chars from ACRN signature,
tip-bot2 for Shuo Liu
- [tip: perf/urgent] hw_breakpoint: Remove unused __register_perf_hw_breakpoint() declaration, tip-bot2 for Bhupesh Sharma
- [tip: core/rcu] torture: Avoid duplicate specification of qemu command, tip-bot2 for Paul E. McKenney
- [tip: core/rcu] torture: Correctly summarize build-only runs, tip-bot2 for Paul E. McKenney
- [tip: core/rcu] torture: Improve diagnostic for KCSAN-incapable compilers, tip-bot2 for Paul E. McKenney
- [tip: core/rcu] rcutorture: Check for unwatched readers, tip-bot2 for Paul E. McKenney
- [tip: core/rcu] torture: Pass --kmake-arg to all make invocations, tip-bot2 for Marco Elver
- [tip: core/rcu] torture: Add kvm-tranform.sh script for qemu-cmd files, tip-bot2 for Paul E. McKenney
- [tip: core/rcu] torture: Add more tracing crib notes to kvm.sh, tip-bot2 for Paul E. McKenney
- [tip: core/rcu] torture: Create qemu-cmd in --buildonly runs, tip-bot2 for Paul E. McKenney
- [tip: core/rcu] rcutorture: NULL rcu_torture_current earlier in cleanup code, tip-bot2 for Paul E. McKenney
- [tip: core/rcu] torture: Remove whitespace from identify_qemu_vcpus output, tip-bot2 for Paul E. McKenney
- [tip: core/rcu] torture: Add a stop-run capability, tip-bot2 for Paul E. McKenney
- [tip: core/rcu] rcu/rcutorture: Replace 0 with false, tip-bot2 for Jules Irenge
- [tip: core/rcu] rcutorture: Handle non-statistic bang-string error messages, tip-bot2 for Paul E. McKenney
- [tip: core/rcu] torture: Remove qemu dependency on EFI firmware, tip-bot2 for Paul E. McKenney
- [tip: core/rcu] refperf: Rename refperf.c to refscale.c and change internal names, tip-bot2 for Paul E. McKenney
- [tip: core/rcu] torture: Add script to smoke-test commits in a branch, tip-bot2 for Paul E. McKenney
- [tip: core/rcu] refscale: Change --torture type from refperf to refscale, tip-bot2 for Paul E. McKenney
- [tip: core/rcu] refperf: Add test for RCU Tasks Trace readers., tip-bot2 for Paul E. McKenney
- [tip: core/rcu] refperf: Add test for RCU Tasks readers, tip-bot2 for Paul E. McKenney
- [tip: core/rcu] srcu: Fix a typo in comment "amoritized"->"amortized", tip-bot2 for Ethon Paul
- [tip: core/rcu] srcu: Avoid local_irq_save() before acquiring spinlock_t, tip-bot2 for Sebastian Andrzej Siewior
- [tip: core/rcu] rcutorture: Add races with task-exit processing, tip-bot2 for Paul E. McKenney
- [tip: core/rcu] locktorture: Use true and false to assign to bool variables, tip-bot2 for Zou Wei
- [tip: core/rcu] rcu-tasks: Fix synchronize_rcu_tasks_trace() header comment, tip-bot2 for Paul E. McKenney
- [tip: core/rcu] refperf: Add read-side delay module parameter, tip-bot2 for Paul E. McKenney
- [tip: core/rcu] refperf: Output per-experiment data points, tip-bot2 for Paul E. McKenney
- [tip: core/rcu] refperf: More closely synchronize reader start times, tip-bot2 for Paul E. McKenney
- [tip: core/rcu] refperf: Convert reader_task structure's "start" field to int, tip-bot2 for Paul E. McKenney
- [tip: core/rcu] refperf: Label experiment-number column "Runs", tip-bot2 for Paul E. McKenney
- [tip: core/rcu] refperf: Simplify initialization-time wakeup protocol, tip-bot2 for Paul E. McKenney
- [tip: core/rcu] refperf: Rename RCU_REF_PERF_TEST to RCU_REF_SCALE_TEST, tip-bot2 for Paul E. McKenney
- [tip: core/rcu] refperf: Make functions static, tip-bot2 for Paul E. McKenney
- [tip: core/rcu] refperf: Dynamically allocate experiment-summary output buffer, tip-bot2 for Paul E. McKenney
- [tip: core/rcu] refperf: Allow decimal nanoseconds, tip-bot2 for Paul E. McKenney
- [tip: core/rcu] rcuperf: Add comments explaining the high reader overhead, tip-bot2 for Paul E. McKenney
- [tip: core/rcu] refperf: Add a test to measure performance of read-side synchronization, tip-bot2 for Joel Fernandes (Google)
- [tip: core/rcu] rcu-tasks: Conditionally compile show_rcu_tasks_gp_kthreads(), tip-bot2 for Paul E. McKenney
- [tip: core/rcu] rcu-tasks: Fix code-style issues, tip-bot2 for Paul E. McKenney
- [tip: core/rcu] refperf: Hoist function-pointer calls out of the loop, tip-bot2 for Paul E. McKenney
- [tip: core/rcu] refperf: Add holdoff parameter to allow CPUs to come online, tip-bot2 for Paul E. McKenney
- [tip: core/rcu] refperf: Convert nreaders to a module parameter, tip-bot2 for Paul E. McKenney
- [tip: core/rcu] refperf: Provide module parameter to specify number of experiments, tip-bot2 for Paul E. McKenney
- [tip: core/rcu] refperf: Tune reader measurement interval, tip-bot2 for Paul E. McKenney
- [tip: core/rcu] rcu-tasks: Add #include of rcupdate_trace.h to update.c, tip-bot2 for Paul E. McKenney
- [tip: core/rcu] rcu-tasks: Make rcu_tasks_postscan() be static, tip-bot2 for Paul E. McKenney
- [tip: core/rcu] rcu-tasks: Convert sleeps to idle priority, tip-bot2 for Paul E. McKenney
- [tip: core/rcu] rcuperf: Remove useless while loops around wait_event, tip-bot2 for Joel Fernandes (Google)
- [tip: core/rcu] rcu: Introduce single argument kvfree_rcu() interface, tip-bot2 for Uladzislau Rezki (Sony)
- [tip: core/rcu] lib/test_vmalloc.c: Add test cases for kvfree_rcu(), tip-bot2 for Uladzislau Rezki (Sony)
- [tip: core/rcu] rcu: Support reclaim for head-less object, tip-bot2 for Uladzislau Rezki (Sony)
- [tip: core/rcu] mm/list_lru.c: Rename kvfree_rcu() to local variant, tip-bot2 for Uladzislau Rezki (Sony)
- [tip: core/rcu] rcu: Introduce 2 arg kvfree_rcu() interface, tip-bot2 for Uladzislau Rezki (Sony)
- [tip: core/rcu] rcu/tree: cache specified number of objects, tip-bot2 for Uladzislau Rezki (Sony)
- [tip: core/rcu] rcu: Rename *_kfree_callback/*_kfree_rcu_offset/kfree_call_*, tip-bot2 for Uladzislau Rezki (Sony)
- [tip: core/rcu] rcu/tree: Use static initializer for krc.lock, tip-bot2 for Sebastian Andrzej Siewior
- [tip: core/rcu] rcu/tree: Maintain separate array for vmalloc ptrs, tip-bot2 for Uladzislau Rezki (Sony)
- [tip: core/rcu] rcu/tiny: support vmalloc in tiny-RCU, tip-bot2 for Uladzislau Rezki (Sony)
- [tip: core/rcu] rcu/tree: Simplify KFREE_BULK_MAX_ENTR macro, tip-bot2 for Uladzislau Rezki (Sony)
- [tip: core/rcu] rcu/tree: Repeat the monitor if any free channel is busy, tip-bot2 for Uladzislau Rezki (Sony)
- [tip: core/rcu] rcu/tree: Skip entry into the page allocator for PREEMPT_RT, tip-bot2 for Joel Fernandes (Google)
- [tip: core/rcu] rcu: grpnum just records group number, tip-bot2 for Wei Yang
- [tip: core/rcu] rcu/tree: Move kfree_rcu_cpu locking/unlocking to separate functions, tip-bot2 for Uladzislau Rezki (Sony)
- [tip: core/rcu] rcu/tree: Make debug_objects logic independent of rcu_head, tip-bot2 for Joel Fernandes (Google)
- [tip: core/rcu] rcu: gp_max is protected by root rcu_node's lock, tip-bot2 for Wei Yang
- [tip: core/rcu] rcu: Stop shrinker loop, tip-bot2 for Peter Enderborg
- [tip: core/rcu] rcu: Replace 1 with true, tip-bot2 for Jules Irenge
- [tip: core/rcu] fs/btrfs: Add cond_resched() for try_release_extent_mapping() stalls, tip-bot2 for Paul E. McKenney
- [tip: core/rcu] rcu: grplo/grphi just records CPU number, tip-bot2 for Wei Yang
- [tip: core/rcu] rcu: Fix some kernel-doc warnings, tip-bot2 for Mauro Carvalho Chehab
- [tip: core/rcu] rcu: Fix a kernel-doc warnings for "count", tip-bot2 for Mauro Carvalho Chehab
- [tip: core/rcu] tick/nohz: Narrow down noise while setting current task's tick dependency, tip-bot2 for Frederic Weisbecker
- [tip: core/rcu] rcu: Expedited grace-period sleeps to idle priority, tip-bot2 for Paul E. McKenney
- [tip: core/rcu] rcu: Remove initialized but unused rnp from check_slow_task(), tip-bot2 for Paul E. McKenney
- [tip: core/rcu] rcu: No-CBs-related sleeps to idle priority, tip-bot2 for Paul E. McKenney
- [tip: core/rcu] rcu: Grace-period-kthread related sleeps to idle priority, tip-bot2 for Paul E. McKenney
- [tip: core/rcu] rcu: Priority-boost-related sleeps to idle priority, tip-bot2 for Paul E. McKenney
- [tip: core/rcu] rcu: Add comment documenting rcu_callback_map's purpose, tip-bot2 for Paul E. McKenney
- [tip: core/rcu] trace: events: rcu: Change description of rcu_dyntick trace event, tip-bot2 for Madhuparna Bhowmik
- [tip: core/rcu] doc: Tasks RCU must protect instructions before trampoline, tip-bot2 for Paul E. McKenney
- [tip: core/rcu] mm/mmap.c: Add cond_resched() for exit_mmap() CPU stalls, tip-bot2 for Paul E. McKenney
- [tip: core/rcu] rcu: Initialize and destroy rcu_synchronize only when necessary, tip-bot2 for Wei Yang
- [tip: core/rcu] rcu: Simplify the calculation of rcu_state.ncpus, tip-bot2 for Wei Yang
- [tip: core/rcu] rcu: Add callbacks-invoked counters, tip-bot2 for Paul E. McKenney
- [tip: core/rcu] rcu: Update comment from rsp->rcu_gp_seq to rsp->gp_seq, tip-bot2 for Lihao Liang
- [tip: core/rcu] rcu: Mark rcu_nmi_enter() call to rcu_cleanup_after_idle() noinstr, tip-bot2 for Paul E. McKenney
- [tip: core/rcu] lockdep: Complain only once about RCU in extended quiescent state, tip-bot2 for Paul E. McKenney
- [tip: core/rcu] kernel/rcu/tree.c: Fix kernel-doc warnings, tip-bot2 for Randy Dunlap
- [tip: core/rcu] rcu/tree: Keep kfree_rcu() awake during lock contention, tip-bot2 for Joel Fernandes (Google)
- [tip: core/rcu] torture: Add refperf to the rcutorture scripting, tip-bot2 for Paul E. McKenney
- [tip: core/rcu] refperf: Dynamically allocate thread-summary output buffer, tip-bot2 for Paul E. McKenney
- [tip: core/rcu] refperf: Add warmup and cooldown processing phases, tip-bot2 for Paul E. McKenney
- [tip: core/rcu] doc: Document rcuperf's module parameters, tip-bot2 for Paul E. McKenney
- [tip: core/rcu] refperf: Adjust refperf.loop default value, tip-bot2 for Paul E. McKenney
- [tip: core/rcu] refperf: Work around 64-bit division, tip-bot2 for Arnd Bergmann
- [tip: core/rcu] refperf: Change readdelay module parameter to nanoseconds, tip-bot2 for Paul E. McKenney
- [tip: core/rcu] torture: Set configfile variable to current scenario, tip-bot2 for Paul E. McKenney
- [tip: core/rcu] torture: Abstract out console-log error detection, tip-bot2 for Paul E. McKenney
- [tip: core/rcu] torture: Add --allcpus argument to the kvm.sh script, tip-bot2 for Paul E. McKenney
- [tip: core/rcu] torture: Dump ftrace at shutdown only if requested, tip-bot2 for Paul E. McKenney
- [tip: core/rcu] torture: Remove obsolete "cd $KVM", tip-bot2 for Paul E. McKenney
- [tip: x86/entry] x86/kvm: Use __xfer_to_guest_mode_work_pending() in kvm_run_vcpu(), tip-bot2 for Thomas Gleixner
- [tip: locking/core] kcsan: Improve IRQ state trace reporting, tip-bot2 for Marco Elver
- [tip: locking/core] lockdep: Refactor IRQ trace events fields into struct, tip-bot2 for Marco Elver
- [tip: locking/core] seqlock: s/__SEQ_LOCKDEP/__SEQ_LOCK/g, tip-bot2 for Peter Zijlstra
- [tip: locking/core] hrtimer: Use sequence counter with associated raw spinlock, tip-bot2 for Ahmed S. Darwish
- [tip: locking/core] iocost: Use sequence counter with associated spinlock, tip-bot2 for Ahmed S. Darwish
- [tip: locking/core] kvm/eventfd: Use sequence counter with associated spinlock, tip-bot2 for Ahmed S. Darwish
- [tip: locking/core] raid5: Use sequence counter with associated spinlock, tip-bot2 for Ahmed S. Darwish
- [tip: locking/core] vfs: Use sequence counter with associated spinlock, tip-bot2 for Ahmed S. Darwish
- [tip: locking/core] netfilter: conntrack: Use sequence counter with associated spinlock, tip-bot2 for Ahmed S. Darwish
- [tip: locking/core] xfrm: policy: Use sequence counters with associated lock, tip-bot2 for Ahmed S. Darwish
- [tip: locking/core] timekeeping: Use sequence counter with associated raw spinlock, tip-bot2 for Ahmed S. Darwish
- [tip: locking/core] NFSv4: Use sequence counter with associated spinlock, tip-bot2 for Ahmed S. Darwish
- [tip: locking/core] seqlock: Fold seqcount_LOCKNAME_init() definition, tip-bot2 for Peter Zijlstra
- [tip: locking/core] seqcount: More consistent seqprop names, tip-bot2 for Peter Zijlstra
- [tip: locking/core] sched: tasks: Use sequence counter with associated spinlock, tip-bot2 for Ahmed S. Darwish
- [tip: locking/core] netfilter: nft_set_rbtree: Use sequence counter with associated rwlock, tip-bot2 for Ahmed S. Darwish
- [tip: locking/core] dma-buf: Remove custom seqcount lockdep class key, tip-bot2 for Ahmed S. Darwish
- [tip: locking/core] dma-buf: Use sequence counter with associated wound/wait mutex, tip-bot2 for Ahmed S. Darwish
- [tip: locking/core] seqlock: Align multi-line macros newline escapes at 72 columns, tip-bot2 for Ahmed S. Darwish
- [tip: locking/core] locking/qspinlock: Do not include atomic.h from qspinlock_types.h, tip-bot2 for Herbert Xu
- [tip: locking/core] seqlock: Properly format kernel-doc code samples, tip-bot2 for Ahmed S. Darwish
- [tip: locking/core] lockdep: Add preemption enabled/disabled assertion APIs, tip-bot2 for Ahmed S. Darwish
- [tip: locking/core] seqlock: Implement raw_seqcount_begin() in terms of raw_read_seqcount(), tip-bot2 for Ahmed S. Darwish
- [tip: locking/core] seqlock: lockdep assert non-preemptibility on seqcount_t write, tip-bot2 for Ahmed S. Darwish
- [tip: locking/core] Documentation: locking: Describe seqlock design and usage, tip-bot2 for Ahmed S. Darwish
- [tip: locking/core] seqlock: Add kernel-doc for seqcount_t and seqlock_t APIs, tip-bot2 for Ahmed S. Darwish
- [tip: locking/core] locking/atomic: Move ATOMIC_INIT into linux/types.h, tip-bot2 for Herbert Xu
- [tip: x86/urgent] x86/i8259: Use printk_deferred() to prevent deadlock, tip-bot2 for Thomas Gleixner
- [tip: sched/core] arm, arm64: Fix selection of CONFIG_SCHED_THERMAL_PRESSURE, tip-bot2 for Valentin Schneider
- [tip: locking/core] seqlock: Reorder seqcount_t and seqlock_t API definitions, tip-bot2 for Ahmed S. Darwish
- [tip: locking/core] seqlock: seqcount_t latch: End read sections with read_seqcount_retry(), tip-bot2 for Ahmed S. Darwish
- [tip: locking/core] seqlock: Extend seqcount API with associated locks, tip-bot2 for Ahmed S. Darwish
- [tip: locking/core] userfaultfd: Use sequence counter with associated spinlock, tip-bot2 for Ahmed S. Darwish
- [tip: locking/core] seqlock: Fold seqcount_LOCKNAME_t definition, tip-bot2 for Peter Zijlstra
- [tip: locking/core] seqcount: Compress SEQCNT_LOCKNAME_ZERO(), tip-bot2 for Peter Zijlstra
- [tip: sched/core] sched/uclamp: Fix a deadlock when enabling uclamp static key, tip-bot2 for Qais Yousef
- [tip: sched/core] Documentation/sysctl: Document uclamp sysctl knobs, tip-bot2 for Qais Yousef
- [tip: sched/core] sched/uclamp: Add a new sysctl to control RT default boost value, tip-bot2 for Qais Yousef
- [tip: sched/fifo] sched,tracing: Convert to sched_set_fifo(), tip-bot2 for Peter Zijlstra
- [tip: perf/core] kprobes: Remove unnecessary module_mutex locking from kprobe_optimizer(), tip-bot2 for Masami Hiramatsu
- [tip: x86/kaslr] x86/kaslr: Fix process_efi_entries comment,
tip-bot2 for Arvind Sankar
- [tip: x86/kaslr] x86/kaslr: Make command line handling safer,
tip-bot2 for Arvind Sankar
- [tip: x86/kaslr] x86/kaslr: Remove bogus warning and unnecessary goto,
tip-bot2 for Arvind Sankar
- [tip: x86/kaslr] x86/kaslr: Initialize mem_limit to the real maximum address,
tip-bot2 for Arvind Sankar
- [tip: sched/core] sched: Remove duplicated tick_nohz_full_enabled() check, tip-bot2 for Miaohe Lin
- [tip: perf/core] perf/x86/rapl: Add Hygon Fam18h RAPL support, tip-bot2 for Pu Wen
- [tip: sched/core] sched: Fix a typo in a comment, tip-bot2 for 王文虎
- [tip: locking/nmi] locking/lockdep: Fix TRACE_IRQFLAGS vs. NMIs, tip-bot2 for peterz@xxxxxxxxxxxxx
- [tip: locking/header] lockdep: Move list.h inclusion into lockdep.h, tip-bot2 for Herbert Xu
- [tip: irq/urgent] genirq/debugfs: Add missing irqchip flags, tip-bot2 for Marc Zyngier
- [tip: irq/urgent] genirq/affinity: Make affinity setting if activated opt-in,
tip-bot2 for Thomas Gleixner
- [tip: x86/mm] x86/mm/64: Do not sync vmalloc/ioremap mappings,
tip-bot2 for Joerg Roedel
- [tip: x86/mm] x86/mm: Pre-allocate P4D/PUD pages for vmalloc area, tip-bot2 for Joerg Roedel
- [tip: x86/mm] x86/mm/64: Make sync_global_pgds() static, tip-bot2 for Joerg Roedel
- [tip: x86/cpu] x86/cpu: Relocate sync_core() to sync_core.h, tip-bot2 for Ricardo Neri
- [tip: x86/cpu] x86/cpufeatures: Add enumeration for SERIALIZE instruction, tip-bot2 for Ricardo Neri
- [tip: x86/cpu] x86/cpu: Refactor sync_core() for readability, tip-bot2 for Ricardo Neri
- [tip: x86/cleanups] x86/ioperm: Initialize pointer bitmap with NULL rather than 0, tip-bot2 for Colin Ian King
- [tip: core/entry] entry: Correct __secure_computing() stub,
tip-bot2 for Thomas Gleixner
- [tip: core/entry] entry: Correct 'noinstr' attributes, tip-bot2 for Ingo Molnar
- [tip: x86/cleanups] x86: cmpxchg_32.h: Delete duplicated word, tip-bot2 for Randy Dunlap
- [tip: x86/cleanups] x86: uv: uv_hub.h: Delete duplicated word, tip-bot2 for Randy Dunlap
- [tip: x86/cleanups] x86: bootparam.h: Delete duplicated word, tip-bot2 for Randy Dunlap
- [tip: locking/urgent] locking/lockdep: Fix overflow in presentation of average lock-time, tip-bot2 for Chris Wilson
- [tip: x86/timers] x86/xen/time: Set the X86_FEATURE_TSC_KNOWN_FREQ flag in xen_tsc_khz(), tip-bot2 for Hayato Ohhashi
- [tip: x86/cpu] x86/cpu: Add Lakefield, Alder Lake and Rocket Lake models to the to Intel CPU family, tip-bot2 for Tony Luck
- [tip: x86/cpu] x86/split_lock: Enable the split lock feature on Sapphire Rapids and Alder Lake CPUs, tip-bot2 for Fenghua Yu
- [tip: x86/cleanups] x86/tsc: Remove unused "US_SCALE" and "NS_SCALE" leftover macros, tip-bot2 for Ingo Molnar
- [tip: x86/cleanups] x86/ioapic: Remove unused "IOAPIC_AUTO" define, tip-bot2 for Ingo Molnar
- [tip: x86/cleanups] x86/mm: Remove the unused mk_kernel_pgd() #define, tip-bot2 for Ingo Molnar
- [tip: x86/build] x86/defconfigs: Refresh defconfig files, tip-bot2 for Ingo Molnar
- [tip: sched/core] sched/uclamp: Remove unnecessary mutex_init(), tip-bot2 for Qinglang Miao
- [tip: x86/entry] x86/entry: Use generic syscall exit functionality, tip-bot2 for Thomas Gleixner
- [tip: x86/entry] x86/entry: Move user return notifier out of loop, tip-bot2 for Thomas Gleixner
- [tip: x86/entry] x86/entry: Use generic interrupt entry/exit code, tip-bot2 for Thomas Gleixner
- [tip: x86/entry] x86/kvm: Use generic xfer to guest work function, tip-bot2 for Thomas Gleixner
- [tip: x86/entry] x86/entry: Consolidate 32/64 bit syscall entry,
tip-bot2 for Thomas Gleixner
- [tip: x86/entry] x86/entry: Consolidate check_user_regs(), tip-bot2 for Thomas Gleixner
- [tip: x86/entry] x86/entry: Cleanup idtentry_entry/exit_user, tip-bot2 for Thomas Gleixner
- [tip: x86/entry] x86/entry: Use generic syscall entry function, tip-bot2 for Thomas Gleixner
- [tip: x86/entry] x86/ptrace: Provide pt_regs helper for entry/exit, tip-bot2 for Thomas Gleixner
- [tip: x86/entry] x86/entry: Cleanup idtentry_enter/exit, tip-bot2 for Thomas Gleixner
- [tip: core/entry] entry: Provide infrastructure for work before transitioning to guest mode, tip-bot2 for Thomas Gleixner
- [tip: core/entry] entry: Provide generic syscall entry functionality, tip-bot2 for Thomas Gleixner
- [tip: core/entry] entry: Provide generic interrupt entry/exit code, tip-bot2 for Thomas Gleixner
- [tip: core/entry] seccomp: Provide stub for __secure_computing(), tip-bot2 for Thomas Gleixner
- [tip: core/entry] entry: Provide generic syscall exit function, tip-bot2 for Thomas Gleixner
- [tip: x86/build] x86/build: Move max-page-size option to LDFLAGS_vmlinux, tip-bot2 for Arvind Sankar
- [tip: perf/urgent] uprobes: Change handle_swbp() to send SIGTRAP with si_code=SI_KERNEL, to fix GDB regression, tip-bot2 for Oleg Nesterov
- [tip: x86/build] x86/defconfigs: Remove CONFIG_CRYPTO_AES_586 from i386_defconfig, tip-bot2 for Sedat Dilek
- [tip: sched/urgent] sched: Warn if garbage is passed to default_wake_function(), tip-bot2 for Chris Wilson
- [tip: sched/core] sched: Warn if garbage is passed to default_wake_function(), tip-bot2 for Chris Wilson
- [tip: core/headers] compiler.h: Move instrumentation_begin()/end() to new <linux/instrumentation.h> header, tip-bot2 for Ingo Molnar
- [tip: timers/core] timers: Recalculate next timer interrupt only when necessary, tip-bot2 for Frederic Weisbecker
- [tip: sched/fifo] sched,psi: Convert to sched_set_fifo_low(), tip-bot2 for Peter Zijlstra
- [tip: sched/fifo] sched,rcutorture: Convert to sched_set_fifo_low(), tip-bot2 for Peter Zijlstra
- [tip: sched/fifo] sched,rcuperf: Convert to sched_set_fifo_low(), tip-bot2 for Peter Zijlstra
- [tip: sched/fifo] sched: Remove sched_setscheduler*() EXPORTs, tip-bot2 for Peter Zijlstra
- [tip: sched/fifo] sched,watchdog: Convert to sched_set_fifo(), tip-bot2 for Peter Zijlstra
- [tip: sched/fifo] sched,irq: Convert to sched_set_fifo(), tip-bot2 for Peter Zijlstra
- [tip: sched/fifo] sched,spi: Convert to sched_set_fifo*(), tip-bot2 for Peter Zijlstra
- [tip: sched/fifo] sched,serial: Convert to sched_set_fifo(), tip-bot2 for Peter Zijlstra
- [tip: sched/fifo] sched,powercap: Convert to sched_set_fifo*(), tip-bot2 for Peter Zijlstra
- [tip: sched/fifo] sched,mmc: Convert to sched_set_fifo*(), tip-bot2 for Peter Zijlstra
- [tip: sched/fifo] sched,ivtv: Convert to sched_set_fifo*(), tip-bot2 for Peter Zijlstra
- [tip: sched/fifo] sched,psci: Convert to sched_set_fifo*(), tip-bot2 for Peter Zijlstra
- [tip: sched/fifo] sched,drm/scheduler: Convert to sched_set_fifo*(), tip-bot2 for Peter Zijlstra
- [tip: sched/fifo] sched: Provide sched_set_fifo(), tip-bot2 for Peter Zijlstra
- [tip: sched/fifo] sched,bL_switcher: Convert to sched_set_fifo*(), tip-bot2 for Peter Zijlstra
- [tip: sched/fifo] sched,drbd: Convert to sched_set_fifo*(), tip-bot2 for Peter Zijlstra
- [tip: sched/fifo] sched,crypto: Convert to sched_set_fifo*(), tip-bot2 for Peter Zijlstra
- [tip: sched/fifo] sched,acpi_pad: Convert to sched_set_fifo*(), tip-bot2 for Peter Zijlstra
- [tip: sched/fifo] sched,msm: Convert to sched_set_fifo*(), tip-bot2 for Peter Zijlstra
- [tip: sched/fifo] sched,ion: Convert to sched_set_normal(), tip-bot2 for Peter Zijlstra
- [tip: sched/fifo] sched,powerclamp: Convert to sched_set_fifo(), tip-bot2 for Peter Zijlstra
- [tip: sched/fifo] sched,locktorture: Convert to sched_set_fifo(), tip-bot2 for Peter Zijlstra
- [tip: sched/fifo] sched: Remove sched_set_*() return value, tip-bot2 for Peter Zijlstra
- [tip: x86/entry] x86: Correct noinstr qualifiers, tip-bot2 for Ira Weiny
- [tip: x86/cleanups] x86/mm: Drop unused MAX_PHYSADDR_BITS, tip-bot2 for Arvind Sankar
- [tip: timers/core] clocksource/drivers/ingenic: Add high resolution timer support for SMP/SMT., Zhou Yanjie
- [tip: timers/core] clocksource/drivers: Replace HTTP links with HTTPS ones, tip-bot2 for Alexander A. Klimov
- [tip: timers/core] clocksource/drivers/sh_cmt: Use "kHz" for kilohertz, tip-bot2 for Geert Uytterhoeven
- [tip: timers/core] clocksource/drivers/ingenic: Add support for the Ingenic X1000 OST., Zhou Yanjie
- [tip: timers/core] clocksource/drivers/imx: Add support for i.MX TPM driver with ARM64, tip-bot2 for Anson Huang
- [tip: timers/core] clocksource/drivers/timer-atmel-tcb: Stop using the 32kHz for clockevents, tip-bot2 for Alexandre Belloni
- [tip: timers/core] clocksource/drivers/timer-atmel-tcb: Fill tcb_config, tip-bot2 for Alexandre Belloni
- [tip: timers/core] clocksource/drivers/timer-atmel-tcb: Allow selecting first divider, tip-bot2 for Alexandre Belloni
- [tip: timers/core] clocksource/drivers/nomadik-mtu: Handle 32kHz clock, tip-bot2 for Linus Walleij
- [tip: timers/core] ARM: at91: add atmel tcb capabilities, tip-bot2 for Kamel Bouhara
- [tip: timers/core] dt-bindings: atmel-tcb: convert bindings to json-schema, tip-bot2 for Alexandre Belloni
- [tip: timers/core] ARM: dts: at91: sama5d2: add TCB GCLK, tip-bot2 for Alexandre Belloni
- [tip: timers/core] dt-bindings: microchip: atmel,at91rm9200-tcb: add sama5d2 compatible, tip-bot2 for Alexandre Belloni
- [tip: timers/core] clocksource/drivers/timer-atmel-tcb: Rework 32khz clock selection, tip-bot2 for Alexandre Belloni
- [tip: timers/core] clocksource/drivers/timer-atmel-tcb: Add sama5d2 support, tip-bot2 for Alexandre Belloni
- [tip: timers/core] dt-bindings: timer: Add Ingenic X1000 OST bindings., Zhou Yanjie
- [tip: x86/asm] x86/percpu: Clean up percpu_cmpxchg_op(), tip-bot2 for Brian Gerst
- [tip: x86/asm] x86/percpu: Clean up percpu_from_op(), tip-bot2 for Brian Gerst
- [tip: x86/asm] x86/percpu: Clean up percpu_xchg_op(), tip-bot2 for Brian Gerst
- [tip: x86/asm] x86/percpu: Remove unused PER_CPU() macro, tip-bot2 for Brian Gerst
- [tip: x86/asm] x86/percpu: Clean up percpu_stable_op(), tip-bot2 for Brian Gerst
- [tip: x86/asm] x86/percpu: Clean up percpu_add_op(), tip-bot2 for Brian Gerst
- [tip: x86/asm] x86/percpu: Clean up percpu_to_op(), tip-bot2 for Brian Gerst
- [tip: x86/asm] x86/percpu: Clean up percpu_add_return_op(), tip-bot2 for Brian Gerst
- [tip: x86/asm] x86/percpu: Introduce size abstraction macros, tip-bot2 for Brian Gerst
- [tip: x86/asm] x86/percpu: Remove "e" constraint from XADD, tip-bot2 for Brian Gerst
- [tip: x86/asm] x86/uaccess: Make __get_user_size() Clang compliant on 32-bit, tip-bot2 for Nick Desaulniers
- [tip: efi/urgent] efi/libstub: Fix gcc error around __umoddi3 for 32 bit builds, tip-bot2 for Atish Patra
- [tip: efi/urgent] efi/x86: Only copy upto the end of setup_header, tip-bot2 for Arvind Sankar
- [tip: efi/urgent] efi/efivars: Expose RT service availability via efivars abstraction, tip-bot2 for Ard Biesheuvel
- [tip: efi/urgent] efi/libstub/arm64: link stub lib.a conditionally, tip-bot2 for Masahiro Yamada
- [tip: efi/urgent] efi/x86: Remove unused variables, tip-bot2 for Arvind Sankar
- [tip: efi/urgent] efi/libstub: Move the function prototypes to header file, tip-bot2 for Atish Patra
- [tip: efi/urgent] efi: Revert "efi/x86: Fix build with gcc 4", tip-bot2 for Ard Biesheuvel
- [tip: irq/urgent] irqdomain/treewide: Free firmware node after domain removal, tip-bot2 for Jon Derrick
- [tip: x86/core] x86/dumpstack: Add log_lvl to __show_regs(), tip-bot2 for Dmitry Safonov
- [tip: x86/core] x86/dumpstack: Add log_lvl to show_iret_regs(), tip-bot2 for Dmitry Safonov
- [tip: x86/core] x86/dumpstack: Show registers dump with trace's log level, tip-bot2 for Dmitry Safonov
- [tip: x86/urgent] x86/unwind/orc: Fix ORC for newly forked tasks, tip-bot2 for Josh Poimboeuf
- [tip: x86/urgent] x86/dumpstack: Dump user space code correctly again, tip-bot2 for Thomas Gleixner
- [tip: x86/urgent] x86/stacktrace: Fix reliable check for empty user task stacks, tip-bot2 for Josh Poimboeuf
- [tip: perf/core] perf: <linux/perf_event.h>: drop a duplicated word, tip-bot2 for Randy Dunlap
- [tip: perf/core] x86/perf: Fix a typo, tip-bot2 for Hu Haowen
- [tip: sched/core] smp: Fix a potential usage of stale nr_cpus, tip-bot2 for Muchun Song
- [tip: sched/core] trace/events/sched.h: fix duplicated word, tip-bot2 for Randy Dunlap
- [tip: sched/core] arch_topology, sched/core: Cleanup thermal pressure definition, tip-bot2 for Valentin Schneider
- [tip: sched/core] sched: nohz: stop passing around unused "ticks" parameter., tip-bot2 for Paul Gortmaker
- [tip: sched/core] sched: Better document ttwu(), tip-bot2 for Peter Zijlstra
- [tip: sched/core] sched/fair: update_pick_idlest() Select group with lowest group_util when idle_cpus are equal, tip-bot2 for Peter Puhov
- [tip: sched/core] linux/sched/mm.h: drop duplicated words in comments, tip-bot2 for Randy Dunlap
- [tip: sched/core] sched: Cleanup SCHED_THERMAL_PRESSURE kconfig entry, tip-bot2 for Valentin Schneider
- [tip: sched/urgent] sched: Fix race against ptrace_freeze_trace(), tip-bot2 for Peter Zijlstra
- [tip: sched/core] arm, arm64: Select CONFIG_SCHED_THERMAL_PRESSURE, tip-bot2 for Valentin Schneider
- [tip: x86/urgent] x86, vmlinux.lds: Page-align end of ..page_aligned sections, tip-bot2 for Joerg Roedel
- [tip: timers/urgent] clocksource/drivers/timer-ti-dm: Fix suspend and resume for am3 and am4, tip-bot2 for Tony Lindgren
- [tip: x86/urgent] x86/boot: Don't add the EFI stub to targets, tip-bot2 for Arvind Sankar
- [tip: x86/urgent] x86/entry: Actually disable stack protector, tip-bot2 for Kees Cook
- [tip: x86/urgent] x86/ioperm: Fix io bitmap invalidation on Xen PV, tip-bot2 for Andy Lutomirski
- [tip: locking/core] futex: Consistently use fshared as boolean,
tip-bot2 for André Almeida
- [tip: locking/core] futex: Remove put_futex_key(), tip-bot2 for André Almeida
- [tip: locking/core] futex: Remove needless goto's, tip-bot2 for André Almeida
- [tip: locking/core] futex: Remove unused or redundant includes,
tip-bot2 for André Almeida
- [tip: irq/urgent] genirq/affinity: Handle affinity setting on inactive interrupts correctly, tip-bot2 for Thomas Gleixner
- [tip: core/debugobjects] debugobjects: Convert to DEFINE_SHOW_ATTRIBUTE, tip-bot2 for Qinglang Miao
- [tip: timers/core] timers: Spare timer softirq until next expiry, tip-bot2 for Frederic Weisbecker
- [tip: timers/core] timers: Expand clk forward logic beyond nohz, tip-bot2 for Frederic Weisbecker
- [tip: timers/core] timers: Add comments about calc_index() ceiling work, tip-bot2 for Frederic Weisbecker
- [tip: timers/core] timers: Optimize _next_timer_interrupt() level iteration, tip-bot2 for Frederic Weisbecker
- [tip: timers/core] timers: Always keep track of next expiry, tip-bot2 for Frederic Weisbecker
- [tip: timers/core] timers: Move trigger_dyntick_cpu() to enqueue_timer(), tip-bot2 for Frederic Weisbecker
- [tip: timers/core] timers: Preserve higher bits of expiration on index calculation, tip-bot2 for Frederic Weisbecker
- [tip: timers/core] timers: Use only bucket expiry for base->next_expiry value, tip-bot2 for Anna-Maria Behnsen
- [tip: timers/core] timers: Reuse next expiry cache after nohz exit, tip-bot2 for Frederic Weisbecker
- [tip: timers/core] timers: Remove must_forward_clk, tip-bot2 for Frederic Weisbecker
- [tip: timers/core] timers: Lower base clock forwarding threshold, tip-bot2 for Frederic Weisbecker
- [tip: timers/urgent] timer: Fix wheel index calculation on last level, tip-bot2 for Frederic Weisbecker
- [tip: x86/platform] x86/efi: Delete SGI UV1 detection., tip-bot2 for steve.wahl@xxxxxxx
- [tip: x86/platform] x86/platform/uv: Remove support for UV1 platform from uv, tip-bot2 for steve.wahl@xxxxxxx
- [tip: x86/platform] x86/platform/uv: Remove vestigial mention of UV1 platform from bios header, tip-bot2 for steve.wahl@xxxxxxx
- [tip: x86/platform] x86/efi: Remove references to no-longer-used efi_have_uv1_memmap(), tip-bot2 for steve.wahl@xxxxxxx
- [tip: x86/platform] x86/platform/uv: Remove support for uv1 platform from uv_hub, tip-bot2 for steve.wahl@xxxxxxx
- [tip: x86/platform] x86/platform/uv: Remove support for UV1 platform from uv_bau, tip-bot2 for steve.wahl@xxxxxxx
- [tip: x86/platform] x86/platform/uv: Remove support for UV1 platform from uv_tlb, tip-bot2 for steve.wahl@xxxxxxx
- [tip: x86/platform] x86/platform/uv: Remove support for UV1 platform from x2apic_uv_x, tip-bot2 for steve.wahl@xxxxxxx
- [tip: x86/platform] x86/platform/uv: Remove support for UV1 platform from uv_mmrs, tip-bot2 for steve.wahl@xxxxxxx
- [tip: x86/platform] x86/platform/uv: Remove support for UV1 platform from uv_time, tip-bot2 for steve.wahl@xxxxxxx
- [tip: x86/platform] x86/platform/uv: Remove efi=old_map command line option, tip-bot2 for steve.wahl@xxxxxxx
- [tip: x86/platform] x86/efi: Remove unused EFI_UV1_MEMMAP code, tip-bot2 for steve.wahl@xxxxxxx
- [tip: x86/platform] x86/platform/uv: Remove uv bios and efi code related to EFI_UV1_MEMMAP, tip-bot2 for steve.wahl@xxxxxxx
- [tip: locking/core] docs: locking: Replace HTTP links with HTTPS ones, tip-bot2 for Alexander A. Klimov
- [tip: locking/core] lockdep: Move list.h inclusion into lockdep.h, tip-bot2 for Herbert Xu
- [tip: locking/core] rwsem: fix commas in initialisation, tip-bot2 for Alexey Dobriyan
- [tip: sched/urgent] sched/fair: handle case of task_h_load() returning 0, tip-bot2 for Vincent Guittot
- [tip: x86/urgent] x86/entry: Fix vectors to IDTENTRY_SYSVEC for CONFIG_HYPERV, tip-bot2 for Sedat Dilek
- [tip: x86/urgent] x86/entry: Add compatibility with IAS, tip-bot2 for Jian Cai
- [tip: x86/urgent] x86: math-emu: Fix up 'cmp' insn for clang ias, tip-bot2 for Arnd Bergmann
- [tip: x86/entry] x86/idtentry: Remove stale comment, tip-bot2 for Thomas Gleixner
- [tip: irq/urgent] irqdomain/treewide: Keep firmware node unconditionally allocated, tip-bot2 for Thomas Gleixner
- [tip: locking/core] s390: Break cyclic percpu include, tip-bot2 for Peter Zijlstra
- [tip: locking/core] lockdep: Prepare for NMI IRQ state tracking, tip-bot2 for Peter Zijlstra
- [tip: locking/core] kcsan: Make KCSAN compatible with new IRQ state tracking, tip-bot2 for Marco Elver
- [tip: locking/core] x86/entry: Fix NMI vs IRQ state tracking, tip-bot2 for Peter Zijlstra
- [tip: locking/core] powerpc64: Break asm/percpu.h vs spinlock_types.h dependency, tip-bot2 for Peter Zijlstra
- [tip: locking/core] arm: Break cyclic percpu include, tip-bot2 for Peter Zijlstra
- [tip: locking/core] sparc64: Fix asm/percpu.h build error, tip-bot2 for Peter Zijlstra
- [tip: locking/core] lockdep: Remove lockdep_hardirq{s_enabled,_context}() argument, tip-bot2 for Peter Zijlstra
- [tip: locking/core] lockdep: Change hardirq{s_enabled,_context} to per-cpu variables, tip-bot2 for Peter Zijlstra
- [tip: timers/urgent] timer: Prevent base->clk from moving backward,
tip-bot2 for Frederic Weisbecker
- [tip: x86/urgent] x86/entry: Mark check_user_regs() noinstr, tip-bot2 for Thomas Gleixner
- [tip: x86/urgent] x86/traps: Disable interrupts in exc_aligment_check(), tip-bot2 for Thomas Gleixner
- [tip: x86/urgent] x86/entry/common: Make prepare_exit_to_usermode() static, tip-bot2 for Thomas Gleixner
- [tip: sched/core] net: Restrict receive packets queuing to housekeeping CPUs, tip-bot2 for Alex Belits
- [tip: sched/core] PCI: Restrict probe functions to housekeeping CPUs, tip-bot2 for Alex Belits
- [tip: sched/core] lib: Restrict cpumask_local_spread to houskeeping CPUs, tip-bot2 for Alex Belits
- [tip: sched/core] sched/uclamp: Protect uclamp fast path code with static key, tip-bot2 for Qais Yousef
- [tip: sched/core] sched/uclamp: Fix initialization of struct uclamp_rq, tip-bot2 for Qais Yousef
- [tip: sched/core] sched, vmlinux.lds: Increase STRUCT_ALIGNMENT to 64 bytes for GCC-4.9, tip-bot2 for Peter Zijlstra
- [tip: sched/core] sched: Add a tracepoint to track rq->nr_running, tip-bot2 for Phil Auld
- [tip: perf/core] perf/x86/intel/lbr: Support XSAVES/XRSTORS for LBR context switch, tip-bot2 for Kan Liang
- [tip: perf/core] perf/x86/intel/lbr: Support XSAVES for arch LBR read, tip-bot2 for Kan Liang
- [tip: perf/core] x86/fpu/xstate: Support dynamic supervisor feature for LBR,
tip-bot2 for Kan Liang
- [tip: perf/core] x86/fpu: Use proper mask to replace full instruction mask, tip-bot2 for Kan Liang
- [tip: perf/core] perf/core: Use kmem_cache to allocate the PMU specific data, tip-bot2 for Kan Liang
- [tip: perf/core] perf/x86/intel/lbr: Factor out intel_pmu_store_lbr, tip-bot2 for Kan Liang
- [tip: perf/core] perf/core: Factor out functions to allocate/free the task_ctx_data, tip-bot2 for Kan Liang
- [tip: perf/core] perf/x86/intel/lbr: Mark the {rd,wr}lbr_{to,from} wrappers __always_inline, tip-bot2 for Kan Liang
- [tip: perf/core] perf/x86: Expose CPUID enumeration bits for arch LBR, tip-bot2 for Kan Liang
- [tip: perf/core] perf/x86/intel/lbr: Factor out rdlbr_all() and wrlbr_all(), tip-bot2 for Kan Liang
- [tip: perf/core] x86/msr-index: Add bunch of MSRs for Arch LBR, tip-bot2 for Kan Liang
- [tip: perf/core] perf/x86/intel/lbr: Unify the stored format of LBR information, tip-bot2 for Kan Liang
- [tip: perf/core] perf/x86/intel/lbr: Support Architectural LBR, tip-bot2 for Kan Liang
- [tip: perf/core] perf/x86/intel/lbr: Factor out a new struct for generic optimization, tip-bot2 for Kan Liang
- [tip: perf/core] perf/x86/intel/lbr: Add the function pointers for LBR save and restore, tip-bot2 for Kan Liang
- [tip: perf/core] perf/x86/intel/lbr: Add a function pointer for LBR reset, tip-bot2 for Kan Liang
- [tip: perf/core] x86/cpufeatures: Add Architectural LBRs feature bit, tip-bot2 for Kan Liang
- [tip: perf/core] perf/x86/intel/lbr: Add a function pointer for LBR read, tip-bot2 for Kan Liang
- [tip: perf/core] perf/x86/intel/lbr: Use dynamic data structure for task_ctx, tip-bot2 for Kan Liang
- [tip: perf/core] perf/x86/intel/lbr: Support LBR_CTL, tip-bot2 for Kan Liang
- [tip: perf/core] perf/x86/intel/lbr: Create kmem_cache for the LBR context data, tip-bot2 for Kan Liang
- [tip: perf/core] perf/x86: Remove task_ctx_size, tip-bot2 for Kan Liang
- [tip: perf/core] x86/fpu/xstate: Add helpers for LBR dynamic supervisor feature, tip-bot2 for Kan Liang
- [tip: sched/urgent] sched: Fix unreliable rseq cpu_id for new tasks, tip-bot2 for Mathieu Desnoyers
- [tip: sched/urgent] sched: Fix loadavg accounting race, tip-bot2 for Peter Zijlstra
- [tip: x86/entry] x86/entry: Rename idtentry_enter/exit_cond_rcu() to idtentry_enter/exit(), tip-bot2 for Andy Lutomirski
- [tip: x86/urgent] x86/entry/32: Fix XEN_PV build dependency,
tip-bot2 for Ingo Molnar
- [tip: x86/urgent] x86/ldt: Disable 16-bit segments on Xen PV, tip-bot2 for Andy Lutomirski
- [tip: x86/urgent] x86/entry/xen: Route #DB correctly on Xen PV, tip-bot2 for Andy Lutomirski
- [tip: x86/urgent] x86/entry, selftests: Further improve user entry sanity checks,
tip-bot2 for Andy Lutomirski
- [tip: x86/urgent] x86/entry/compat: Clear RAX high bits on Xen PV SYSENTER, tip-bot2 for Andy Lutomirski
- [tip: x86/urgent] x86/entry/32: Fix #MC and #DB wiring on x86_32, tip-bot2 for Andy Lutomirski
- [tip: irq/core] sparc64: Deselect IRQ_PREFLOW_FASTEOI, tip-bot2 for Valentin Schneider
- [tip: irq/core] genirq: Remove preflow handler support, tip-bot2 for Valentin Schneider
- [tip: perf/core] perf/x86: Add constraint to create guest LBR event without hw counter, tip-bot2 for Like Xu
- [tip: perf/core] perf/x86: Fix variable types for LBR registers, tip-bot2 for Wei Wang
- [tip: perf/core] perf/x86: Keep LBR records unchanged in host context for guest usage, tip-bot2 for Like Xu
- [tip: perf/core] perf/x86/core: Refactor hw->idx checks and cleanup, tip-bot2 for Like Xu
- [tip: perf/core] perf/x86/lbr: Add interface to get LBR information, tip-bot2 for Like Xu
- [tip: x86/fsgsbase] x86/ptrace: Fix 32-bit PTRACE_SETREGS vs fsbase and gsbase, tip-bot2 for Andy Lutomirski
- [tip: x86/fsgsbase] selftests/x86/fsgsbase: Add a missing memory constraint, tip-bot2 for Andy Lutomirski
- [tip: x86/fsgsbase] x86/fsgsbase: Fix Xen PV support, tip-bot2 for Andy Lutomirski
- [tip: x86/fsgsbase] selftests/x86/fsgsbase: Fix a comment in the ptrace_write_gsbase test, tip-bot2 for Andy Lutomirski
- [tip: x86/urgent] x86/entry/64/compat: Fix Xen PV SYSENTER frame setup, tip-bot2 for Andy Lutomirski
- [tip: x86/urgent] selftests/x86/syscall_nt: Add more flag combinations, tip-bot2 for Andy Lutomirski
- [tip: x86/urgent] selftests/x86: Consolidate and fix get/set_eflags() helpers, tip-bot2 for Andy Lutomirski
- [tip: x86/urgent] x86/entry: Move SYSENTER's regs->sp and regs->flags fixups into C, tip-bot2 for Andy Lutomirski
- [tip: x86/urgent] x86/entry: Assert that syscalls are on the right stack, tip-bot2 for Andy Lutomirski
- [tip: x86/urgent] selftests/x86/syscall_nt: Clear weird flags after each test, tip-bot2 for Andy Lutomirski
- [tip: x86/urgent] x86/split_lock: Don't write MSR_TEST_CTRL on CPUs that aren't whitelisted, tip-bot2 for Sean Christopherson
- [tip: irq/urgent] irqchip/gic-v4.1: Use readx_poll_timeout_atomic() to fix sleep in atomic, tip-bot2 for Zenghui Yu
- [tip: irq/urgent] irqchip/riscv-intc: Fix a typo in a pr_warn(), tip-bot2 for Palmer Dabbelt
- [tip: irq/urgent] irqchip/loongson-pci-msi: Fix a typo in Kconfig, tip-bot2 for Jiaxun Yang
- [tip: irq/urgent] irqchip/gic: Atomically update affinity, tip-bot2 for Marc Zyngier
- [tip: x86/fpu] x86/fpu: Reset MXCSR to default in kernel_fpu_begin(), tip-bot2 for Petteri Aimonen
- [tip: x86/fpu] selftests/fpu: Add an FPU selftest, tip-bot2 for Petteri Aimonen
- [tip: x86/entry] x86/entry: Fix #UD vs WARN more, tip-bot2 for Peter Zijlstra
- [tip: x86/entry] x86/entry: Fixup bad_iret vs noinstr, tip-bot2 for Peter Zijlstra
- [tip: sched/core] sched: Remove struct sched_class::next field, tip-bot2 for Steven Rostedt (VMware)
[Index of Archives]
[Linux Stable Commits]
[Linux Stable Kernel]
[Linux Kernel Development]
[Linux USB Devel]
[Big List of Linux Books]
[Linux SCSI]
[Yosemite Forum]