summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'x86-core-2025-03-22' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2025-03-248-150/+42
|\
| * Merge tag 'v6.14-rc7' into x86/core, to pick up fixesIngo Molnar2025-03-1912-28/+95
| |\
| * | x86/smp: Move cpu number to percpu hot sectionBrian Gerst2025-03-041-2/+2
| * | Merge branch 'x86/asm' into x86/core, to pick up dependent commitsIngo Molnar2025-03-043-13/+6
| |\ \
| | * \ Merge branch 'x86/cpu' into x86/asm, to pick up dependent commitsIngo Molnar2025-03-0424-271/+319
| | |\ \
| | | * \ Merge branch 'x86/urgent' into x86/cpu, to pick up dependent commitsIngo Molnar2025-03-0421-207/+288
| | | |\ \
| | | * | | mm/memremap: Pass down MEMREMAP_* flags to arch_memremap_wb()Kirill A. Shutemov2025-02-211-2/+3
| | | * | | Merge tag 'v6.14-rc3' into x86/mm, to pick up fixes before merging new changesIngo Molnar2025-02-2123-121/+296
| | | |\ \ \
| | * | | | | x86/bpf: Fix BPF percpu accessesBrian Gerst2025-02-271-1/+1
| | * | | | | kallsyms: Remove KALLSYMS_ABSOLUTE_PERCPUBrian Gerst2025-02-181-10/+2
| | | |/ / / | | |/| | |
| * | | | | Merge tag 'v6.14-rc5' into x86/core, to pick up fixesIngo Molnar2025-03-0321-207/+288
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| * | | | | x86/cfi: Add 'cfi=warn' boot optionPeter Zijlstra2025-02-261-1/+3
| * | | | | x86: Move sysctls into arch/x86Joel Granados2025-02-181-56/+0
| * | | | | Merge tag 'v6.14-rc3' into x86/core, to pick up fixesIngo Molnar2025-02-1811-75/+137
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| * | | | | x86/ibt: Clean up is_endbr()Peter Zijlstra2025-02-141-17/+4
| * | | | | Merge branch 'x86/mm'Peter Zijlstra2025-02-142-62/+28
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| | * | | | module: don't annotate ROX memory as kmemleak_not_leak()Mike Rapoport (Microsoft)2025-02-141-1/+2
| | * | | | module: switch to execmem API for remapping as RW and restoring ROXMike Rapoport (Microsoft)2025-02-032-61/+26
* | | | | | Merge tag 'perf-core-2025-03-22' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2025-03-249-522/+721
|\ \ \ \ \ \
| * | | | | | perf: Clean up pmu specific dataKan Liang2025-03-171-73/+3
| * | | | | | perf: Supply task information to sched_task()Kan Liang2025-03-171-9/+11
| * | | | | | perf: attach/detach PMU specific dataKan Liang2025-03-171-0/+289
| * | | | | | perf: Save PMU specific data in task_structKan Liang2025-03-171-0/+1
| * | | | | | perf/ring_buffer: Allow the EPOLLRDNORM flag for pollTao Chen2025-03-171-1/+1
| * | | | | | perf/core: Use POLLHUP for pinned events in errorNamhyung Kim2025-03-171-0/+9
| * | | | | | perf/core: Use sysfs_emit() instead of scnprintf()XieLudan2025-03-161-3/+3
| * | | | | | perf/core: Remove optional 'size' arguments from strscpy() callsThorsten Blum2025-03-101-3/+3
| * | | | | | uprobes/x86: Harden uretprobe syscall trampoline checkJiri Olsa2025-03-061-1/+1
| * | | | | | watchdog/hardlockup/perf: Warn if watchdog_ev is leakedLi Huafei2025-03-061-0/+1
| * | | | | | watchdog/hardlockup/perf: Fix perf_event memory leakLi Huafei2025-03-063-57/+1
| * | | | | | perf/core: Clean up perf_try_init_event()Peter Zijlstra2025-03-051-27/+38
| * | | | | | perf/core: Fix perf_mmap() failure pathPeter Zijlstra2025-03-041-1/+1
| * | | | | | perf/core: Detach 'struct perf_cpu_pmu_context' and 'struct pmu' lifetimesPeter Zijlstra2025-03-041-9/+47
| * | | | | | perf/core: Lift event->mmap_mutex in perf_mmap()Peter Zijlstra2025-03-041-12/+8
| * | | | | | perf/core: Remove retry loop from perf_mmap()Peter Zijlstra2025-03-041-10/+15
| * | | | | | perf/core: Further simplify perf_mmap()Peter Zijlstra2025-03-041-11/+10
| * | | | | | perf/core: Simplify the perf_mmap() control flowPeter Zijlstra2025-03-041-39/+36
| * | | | | | perf/bpf: Robustify perf_event_free_bpf_prog()Peter Zijlstra2025-03-041-0/+3
| * | | | | | perf/core: Introduce perf_free_addr_filters()Peter Zijlstra2025-03-041-3/+13
| * | | | | | perf/core: Add this_cpc() helperPeter Zijlstra2025-03-041-16/+18
| * | | | | | perf/core: Merge struct pmu::pmu_disable_count into struct perf_cpu_pmu_conte...Peter Zijlstra2025-03-041-8/+4
| * | | | | | perf/core: Simplify perf_event_alloc()Peter Zijlstra2025-03-041-37/+22
| * | | | | | perf/core: Simplify perf_init_event()Peter Zijlstra2025-03-041-19/+12
| * | | | | | perf/core: Simplify perf_pmu_register()Peter Zijlstra2025-03-041-42/+29
| * | | | | | perf/core: Simplify the perf_pmu_register() error pathPeter Zijlstra2025-03-041-37/+30
| * | | | | | perf/core: Simplify the perf_event_alloc() error pathPeter Zijlstra2025-03-041-69/+69
| * | | | | | perf/hw_breakpoint: Return EOPNOTSUPP for unsupported breakpoint typeSaket Kumar Bhaskar2025-03-041-2/+3
| * | | | | | Merge branch 'perf/urgent' into perf/core, to pick up dependent patches and f...Ingo Molnar2025-03-0120-160/+231
| |\ \ \ \ \ \
| * | | | | | | perf/core: Move perf_event sysctls into kernel/eventsJoel Granados2025-02-213-76/+83
| * | | | | | | Merge branch 'perf/urgent' into perf/core, to pick up fixes before merging ne...Ingo Molnar2025-02-2125-172/+381
| |\ \ \ \ \ \ \