summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* timers: Update kernel-doc for various functionsThomas Gleixner2022-11-241-58/+90
* timers: Replace BUG_ON()sThomas Gleixner2022-11-241-5/+6
* timers: Get rid of del_singleshot_timer_sync()Thomas Gleixner2022-11-246-11/+9
* clocksource/drivers/sp804: Do not use timer namespace for timer_shutdown() fu...Steven Rostedt (Google)2022-11-241-3/+3
* clocksource/drivers/arm_arch_timer: Do not use timer namespace for timer_shut...Steven Rostedt (Google)2022-11-241-6/+6
* ARM: spear: Do not use timer namespace for timer_shutdown() functionSteven Rostedt (Google)2022-11-241-4/+4
* Documentation: Remove bogus claim about del_timer_sync()Thomas Gleixner2022-11-242-5/+2
* timerqueue: Use rb_entry_safe() in timerqueue_getnext()Barnabás Pőcze2022-11-171-1/+1
* timers: Replace in_irq() with in_hardirq()ye xingchen2022-10-171-1/+1
* Linux 6.1-rc1v6.1-rc1Linus Torvalds2022-10-161-2/+2
* Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-10-16185-421/+378
|\
| * prandom: remove unused functionsJason A. Donenfeld2022-10-113-23/+5
| * treewide: use get_random_bytes() when possibleJason A. Donenfeld2022-10-1119-24/+24
| * treewide: use get_random_u32() when possibleJason A. Donenfeld2022-10-1171-100/+100
| * treewide: use get_random_{u8,u16}() when possible, part 2Jason A. Donenfeld2022-10-116-6/+6
| * treewide: use get_random_{u8,u16}() when possible, part 1Jason A. Donenfeld2022-10-1121-34/+34
| * treewide: use prandom_u32_max() when possible, part 2Jason A. Donenfeld2022-10-114-19/+8
| * treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld2022-10-1189-218/+204
* | Merge tag 'perf-tools-for-v6.1-2-2022-10-16' of git://git.kernel.org/pub/scm/...Linus Torvalds2022-10-1636-71/+1265
|\ \
| * | tools arch x86: Sync the msr-index.h copy with the kernel sourcesArnaldo Carvalho de Melo2022-10-151-0/+18
| * | perf auxtrace arm64: Add support for parsing HiSilicon PCIe Trace packetQi Liu2022-10-157-0/+396
| * | perf auxtrace arm64: Add support for HiSilicon PCIe Tune and Trace device driverQi Liu2022-10-157-1/+273
| * | perf auxtrace arm: Refactor event list iteration in auxtrace_record__init()Qi Liu2022-10-151-19/+34
| * | perf tests stat+json_output: Include sanity check for topologyAthira Rajeev2022-10-151-4/+39
| * | perf tests stat+csv_output: Include sanity check for topologyAthira Rajeev2022-10-151-4/+39
| * | perf intel-pt: Fix system_wide dummy event for hybridAdrian Hunter2022-10-151-1/+1
| * | perf intel-pt: Fix segfault in intel_pt_print_info() with uClibcAdrian Hunter2022-10-151-2/+7
| * | perf test: Fix attr tests for PERF_FORMAT_LOSTJames Clark2022-10-156-11/+11
| * | perf test: test_intel_pt.sh: Add 9 testsAmmy Yi2022-10-151-1/+194
| * | perf inject: Fix GEN_ELF_TEXT_OFFSET for jitAdrian Hunter2022-10-151-1/+3
| * | perf test: test_intel_pt.sh: Add jitdump testAdrian Hunter2022-10-151-0/+162
| * | perf test: test_intel_pt.sh: Tidy some alignmentAdrian Hunter2022-10-151-3/+3
| * | perf test: test_intel_pt.sh: Print a message when skipping kernel tracingAdrian Hunter2022-10-151-1/+8
| * | perf test: test_intel_pt.sh: Tidy some perf record optionsAdrian Hunter2022-10-151-4/+12
| * | perf test: test_intel_pt.sh: Fix return checking againAdrian Hunter2022-10-151-4/+3
| * | perf: Skip and warn on unknown format 'configN' attrsRob Herring2022-10-145-13/+26
| * | perf list: Fix metricgroups title messageAndi Kleen2022-10-141-1/+1
| * | perf mem: Fix -C option behavior for perf mem recordNamhyung Kim2022-10-141-0/+8
| * | perf annotate: Add missing condition flags for arm64Namhyung Kim2022-10-141-1/+1
| * | libperf: Do not include non-UAPI linux/compiler.h headerArnaldo Carvalho de Melo2022-10-141-3/+2
| * | perf test: Fix test_arm_coresight.sh failures on JunoJames Clark2022-10-141-1/+1
| * | perf stat: Support old kernels for bperf cgroup countingNamhyung Kim2022-10-141-1/+28
* | | Merge tag 'kbuild-fixes-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-10-166-11/+18
|\ \ \
| * | | lib/Kconfig.debug: Add check for non-constant .{s,u}leb128 support to DWARF5Nathan Chancellor2022-10-171-2/+7
| * | | kbuild: fix single directory buildMasahiro Yamada2022-10-171-0/+2
| * | | kbuild: add -fno-discard-value-names to cmd_cc_ll_cNick Desaulniers2022-10-151-1/+1
| * | | scripts/clang-tools: Convert clang-tidy args to listGuru Das Srinagesh2022-10-141-5/+6
| * | | modpost: put modpost options before argumentRichard Acayan2022-10-141-1/+1
| * | | kbuild: Stop including vmlinux.bz2 in the rpm'sZack Rusin2022-10-131-2/+0
| * | | Kconfig.debug: add toolchain checks for DEBUG_INFO_DWARF_TOOLCHAIN_DEFAULTMasahiro Yamada2022-10-131-0/+1