summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* tools headers arm64: Sync arm64's cputype.h with the kernel sourcesArnaldo Carvalho de Melo2024-10-021-0/+2
* perf tools: Cope with differences for lib/list_sort.c copy from the kernelArnaldo Carvalho de Melo2024-10-022-1/+35
* tools check_headers.sh: Add check variant that excludes some hunksArnaldo Carvalho de Melo2024-10-021-0/+24
* perf beauty: Update copy of linux/socket.h with the kernel sourcesArnaldo Carvalho de Melo2024-09-302-0/+5
* tools headers UAPI: Sync the linux/in.h with the kernel sourcesArnaldo Carvalho de Melo2024-09-301-1/+1
* perf trace beauty: Update the arch/x86/include/asm/irq_vectors.h copy with th...Arnaldo Carvalho de Melo2024-09-301-2/+2
* tools arch x86: Sync the msr-index.h copy with the kernel sourcesArnaldo Carvalho de Melo2024-09-301-0/+2
* tools include UAPI: Sync linux/fcntl.h copy with the kernel sourcesArnaldo Carvalho de Melo2024-09-302-24/+65
* tools include UAPI: Sync linux/sched.h copy with the kernel sourcesArnaldo Carvalho de Melo2024-09-301-0/+1
* tools include UAPI: Sync sound/asound.h copy with the kernel sourcesArnaldo Carvalho de Melo2024-09-301-1/+16
* perf vdso: Missed put on 32-bit dsosIan Rogers2024-09-271-1/+3
* Merge remote-tracking branch 'torvalds/master' into perf-toolsArnaldo Carvalho de Melo2024-09-273360-44522/+109929
|\
| * Merge tag 'mm-hotfixes-stable-2024-09-27-09-45' of git://git.kernel.org/pub/s...Linus Torvalds2024-09-2722-41/+104
| |\
| | * ocfs2: fix uninit-value in ocfs2_get_block()Joseph Qi2024-09-261-3/+2
| | * zram: don't free statically defined namesAndrey Skvortsov2024-09-261-2/+4
| | * memory tiers: use default_dram_perf_ref_source in log messageHuang Ying2024-09-261-3/+3
| | * Revert "list: test: fix tests for list_cut_position()"Guenter Roeck2024-09-261-6/+0
| | * kselftests: mm: fix wrong __NR_userfaultfd valueMuhammad Usama Anjum2024-09-261-1/+1
| | * compiler.h: specify correct attribute for .rodata..c_jump_tableTiezhu Yang2024-09-261-1/+1
| | * mm/damon/Kconfig: update DAMON doc URLDiederik de Haas2024-09-261-1/+1
| | * mm: kfence: fix elapsed time for allocated/freed trackqiwu.chen2024-09-261-1/+1
| | * ocfs2: fix deadlock in ocfs2_get_system_file_inodeMohammed Anees2024-09-261-1/+7
| | * ocfs2: reserve space for inline xattr before attaching reflink treeGautham Ananthakrishna2024-09-262-12/+25
| | * mm: migrate: annotate data-race in migrate_folio_unmap()Jeongjun Park2024-09-261-1/+1
| | * mm/hugetlb: simplify refs in memfd_alloc_folioSteve Sistare2024-09-262-5/+2
| | * mm/gup: fix memfd_pin_folios alloc race panicSteve Sistare2024-09-261-0/+1
| | * mm/gup: fix memfd_pin_folios hugetlb page allocationSteve Sistare2024-09-261-2/+6
| | * mm/hugetlb: fix memfd_pin_folios resv_huge_pages leakSteve Sistare2024-09-263-5/+31
| | * mm/hugetlb: fix memfd_pin_folios free_huge_pages leakSteve Sistare2024-09-261-1/+3
| | * mm/filemap: fix filemap_get_folios_contig THP panicSteve Sistare2024-09-261-0/+4
| | * mm: make SPLIT_PTE_PTLOCKS depend on SMPGuenter Roeck2024-09-261-0/+1
| | * tools: fix shared radix-tree buildLorenzo Stoakes2024-09-264-1/+15
| * | Merge tag 'loongarch-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/c...Linus Torvalds2024-09-2725-193/+565
| |\ \
| | * | Docs/LoongArch: Add advanced extended IRQ model descriptionHuacai Chen2024-09-242-0/+64
| | * | LoongArch: Remove posix_types.h include from sigcontext.hXi Ruoyao2024-09-241-1/+0
| | * | LoongArch: Fix memleak in pci_acpi_scan_root()Wentao Guan2024-09-241-0/+1
| | * | LoongArch: Simplify _percpu_read() and _percpu_write()Uros Bizjak2024-09-241-89/+35
| | * | LoongArch: Improve hardware page table walkerHuacai Chen2024-09-244-27/+83
| | * | LoongArch: Add ARCH_HAS_SET_DIRECT_MAP supportHuacai Chen2024-09-243-0/+65
| | * | LoongArch: Add ARCH_HAS_SET_MEMORY supportHuacai Chen2024-09-244-1/+178
| | * | LoongArch: Rework CPU feature probe from CPUCFG/IOCSRJiaxun Yang2024-09-246-64/+100
| | * | LoongArch: Enable ACPI BGRT handlingBibo Mao2024-09-242-1/+5
| | * | LoongArch: Enable generic CPU vulnerabilites supportTiezhu Yang2024-09-241-0/+1
| | * | LoongArch: Remove STACK_FRAME_NON_STANDARD(do_syscall)Tiezhu Yang2024-09-171-4/+0
| | * | LoongArch: Set AS_HAS_THIN_ADD_SUB as y if AS_IS_LLVMTiezhu Yang2024-09-171-1/+1
| | * | LoongArch: Enable objtool for ClangTiezhu Yang2024-09-171-1/+1
| | * | objtool: Handle frame pointer related instructionsTiezhu Yang2024-09-173-4/+31
| | * | Merge tag 'irq-core-2024-09-16' into loongarch-nextHuacai Chen2024-09-1758-682/+1267
| | |\ \
| * | \ \ Merge tag 'sh-for-v6.12-tag1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-09-272-7/+4
| |\ \ \ \
| | * | | | sh: intc: Replace simple_strtoul() with kstrtoul()Hongbo Li2024-09-261-1/+4