aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/units.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2021-09-08lib/iov_iter.c: fix kernel-doc warningsRandy Dunlap1-2/+6
2021-09-08lib/dump_stack: correct kernel-doc notationRandy Dunlap1-1/+2
2021-09-08lib/test: convert test_sort.c to use KUnitDaniel Latypov2-23/+22
2021-09-08math: RATIONAL_KUNIT_TEST should depend on RATIONAL instead of selecting itGeert Uytterhoeven1-2/+1
2021-09-08math: make RATIONAL tristateGeert Uytterhoeven2-1/+4
2021-09-08Documentation/llvm: update IRC locationNathan Chancellor1-1/+1
2021-09-08Documentation/llvm: update mailing listNathan Chancellor1-1/+2
2021-09-08MAINTAINERS: update ClangBuiltLinux mailing listNathan Chancellor1-2/+2
2021-09-08profiling: fix shift-out-of-bounds bugsPavel Skripkin1-10/+11
2021-09-08kernel/acct.c: use dedicated helper to access rlimit valuesYang Yang1-1/+1
2021-09-08phy/drivers/stm32: use HZ macrosDaniel Lezcano1-1/+1
2021-09-08mtd/drivers/nand: use HZ macrosDaniel Lezcano1-1/+1
2021-09-08i2c/drivers/ov02q10: use HZ macrosDaniel Lezcano1-1/+1
2021-09-08iio/drivers/hid-sensor: use HZ macrosDaniel Lezcano1-2/+1
2021-09-08hwmon/drivers/mr75203: use HZ macrosDaniel Lezcano1-1/+1
2021-09-08iio/drivers/as73211: use HZ macrosDaniel Lezcano1-2/+1
2021-09-08devfreq: use HZ macrosDaniel Lezcano1-1/+1
2021-09-08thermal/drivers/devfreq_cooling: use HZ macrosDaniel Lezcano1-1/+1
2021-09-08units: add the HZ macrosDaniel Lezcano1-0/+4
2021-09-08units: change from 'L' to 'UL'Daniel Lezcano1-3/+3
2021-09-08include/linux/once.h: fix trivia typo Not -> NoteAndy Shevchenko1-1/+1
2021-09-08arch: Kconfig: fix spelling mistake "seperate" -> "separate"Colin Ian King1-1/+1
2021-09-08connector: send event on write to /proc/[pid]/commOhhoon Kwon1-1/+4
2021-09-08proc: stop using seq_get_buf in proc_task_nameChristoph Hellwig1-14/+4
2021-09-08percpu: remove export of pcpu_base_addrGreg Kroah-Hartman1-1/+0
2021-09-08alpha: pci-sysfs: fix all kernel-doc warningsRandy Dunlap1-4/+8
2021-09-08alpha: agp: make empty macros use do-while-0 styleRandy Dunlap1-2/+2
2021-09-08MAINTAINERS: update for DAMONSeongJae Park1-0/+11
2021-09-08mm/damon: add user space selftestsSeongJae Park3-0/+110
2021-09-08mm/damon: add kunit testsSeongJae Park7-0/+760
2021-09-08Documentation: add documents for DAMONSeongJae Park9-0/+510
2021-09-08mm/damon/dbgfs: support multiple contextsSeongJae Park1-2/+193
2021-09-08mm/damon/dbgfs: export kdamond pid to the user spaceSeongJae Park1-2/+35
2021-09-08mm/damon: implement a debugfs-based user space interfaceSeongJae Park5-0/+457
2021-09-08mm/damon: add a tracepointSeongJae Park2-1/+49
2021-09-08mm/damon: implement primitives for the virtual memory address spacesSeongJae Park4-0/+687
2021-09-08mm/idle_page_tracking: make PG_idle reusableSeongJae Park7-19/+27
2021-09-08mm/damon: adaptively adjust regionsSeongJae Park2-17/+237
2021-09-08mm/damon/core: implement region-based samplingSeongJae Park2-7/+213
2021-09-08mm: introduce Data Access MONitor (DAMON)SeongJae Park6-0/+508
2021-09-08kfence: test: fail fast if disabled at bootMarco Elver1-0/+3
2021-09-08kfence: show cpu and timestamp in alloc/free infoMarco Elver4-51/+71
2021-09-08mm/secretmem: use refcount_t instead of atomic_tJordy Zomer1-4/+5
2021-09-08mm: introduce PAGEFLAGS_MASK to replace ((1UL << NR_PAGEFLAGS) - 1)Muchun Song4-5/+7
2021-09-08mm: in_irq() cleanupChangbin Du2-2/+2
2021-09-08highmem: don't disable preemption on RT in kmap_atomic()Sebastian Andrzej Siewior1-5/+22
2021-09-08mm/early_ioremap.c: remove redundant early_ioremap_shutdown()Weizhao Ouyang2-11/+0
2021-09-08mm: don't allow executable ioremap mappingsChristoph Hellwig1-1/+1
2021-09-08mm: move ioremap_page_range to vmalloc.cChristoph Hellwig4-34/+19
2021-09-08riscv: only select GENERIC_IOREMAP if MMU support is enabledChristoph Hellwig1-1/+1