summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* math: RATIONAL_KUNIT_TEST should depend on RATIONAL instead of selecting itGeert Uytterhoeven2021-09-081-2/+1
* math: make RATIONAL tristateGeert Uytterhoeven2021-09-082-1/+4
* Documentation/llvm: update IRC locationNathan Chancellor2021-09-081-1/+1
* Documentation/llvm: update mailing listNathan Chancellor2021-09-081-1/+2
* MAINTAINERS: update ClangBuiltLinux mailing listNathan Chancellor2021-09-081-2/+2
* profiling: fix shift-out-of-bounds bugsPavel Skripkin2021-09-081-10/+11
* kernel/acct.c: use dedicated helper to access rlimit valuesYang Yang2021-09-081-1/+1
* phy/drivers/stm32: use HZ macrosDaniel Lezcano2021-09-081-1/+1
* mtd/drivers/nand: use HZ macrosDaniel Lezcano2021-09-081-1/+1
* i2c/drivers/ov02q10: use HZ macrosDaniel Lezcano2021-09-081-1/+1
* iio/drivers/hid-sensor: use HZ macrosDaniel Lezcano2021-09-081-2/+1
* hwmon/drivers/mr75203: use HZ macrosDaniel Lezcano2021-09-081-1/+1
* iio/drivers/as73211: use HZ macrosDaniel Lezcano2021-09-081-2/+1
* devfreq: use HZ macrosDaniel Lezcano2021-09-081-1/+1
* thermal/drivers/devfreq_cooling: use HZ macrosDaniel Lezcano2021-09-081-1/+1
* units: add the HZ macrosDaniel Lezcano2021-09-081-0/+4
* units: change from 'L' to 'UL'Daniel Lezcano2021-09-081-3/+3
* include/linux/once.h: fix trivia typo Not -> NoteAndy Shevchenko2021-09-081-1/+1
* arch: Kconfig: fix spelling mistake "seperate" -> "separate"Colin Ian King2021-09-081-1/+1
* connector: send event on write to /proc/[pid]/commOhhoon Kwon2021-09-081-1/+4
* proc: stop using seq_get_buf in proc_task_nameChristoph Hellwig2021-09-081-14/+4
* percpu: remove export of pcpu_base_addrGreg Kroah-Hartman2021-09-081-1/+0
* alpha: pci-sysfs: fix all kernel-doc warningsRandy Dunlap2021-09-081-4/+8
* alpha: agp: make empty macros use do-while-0 styleRandy Dunlap2021-09-081-2/+2
* MAINTAINERS: update for DAMONSeongJae Park2021-09-081-0/+11
* mm/damon: add user space selftestsSeongJae Park2021-09-083-0/+110
* mm/damon: add kunit testsSeongJae Park2021-09-087-0/+760
* Documentation: add documents for DAMONSeongJae Park2021-09-089-0/+510
* mm/damon/dbgfs: support multiple contextsSeongJae Park2021-09-081-2/+193
* mm/damon/dbgfs: export kdamond pid to the user spaceSeongJae Park2021-09-081-2/+35
* mm/damon: implement a debugfs-based user space interfaceSeongJae Park2021-09-085-0/+457
* mm/damon: add a tracepointSeongJae Park2021-09-082-1/+49
* mm/damon: implement primitives for the virtual memory address spacesSeongJae Park2021-09-084-0/+687
* mm/idle_page_tracking: make PG_idle reusableSeongJae Park2021-09-087-19/+27
* mm/damon: adaptively adjust regionsSeongJae Park2021-09-082-17/+237
* mm/damon/core: implement region-based samplingSeongJae Park2021-09-082-7/+213
* mm: introduce Data Access MONitor (DAMON)SeongJae Park2021-09-086-0/+508
* kfence: test: fail fast if disabled at bootMarco Elver2021-09-081-0/+3
* kfence: show cpu and timestamp in alloc/free infoMarco Elver2021-09-084-51/+71
* mm/secretmem: use refcount_t instead of atomic_tJordy Zomer2021-09-081-4/+5
* mm: introduce PAGEFLAGS_MASK to replace ((1UL << NR_PAGEFLAGS) - 1)Muchun Song2021-09-084-5/+7
* mm: in_irq() cleanupChangbin Du2021-09-082-2/+2
* highmem: don't disable preemption on RT in kmap_atomic()Sebastian Andrzej Siewior2021-09-081-5/+22
* mm/early_ioremap.c: remove redundant early_ioremap_shutdown()Weizhao Ouyang2021-09-082-11/+0
* mm: don't allow executable ioremap mappingsChristoph Hellwig2021-09-081-1/+1
* mm: move ioremap_page_range to vmalloc.cChristoph Hellwig2021-09-084-34/+19
* riscv: only select GENERIC_IOREMAP if MMU support is enabledChristoph Hellwig2021-09-081-1/+1
* mm: remove redundant compound_head() callingMuchun Song2021-09-082-6/+7
* mm/memory_hotplug: use helper zone_is_zone_device() to simplify the codeMiaohe Lin2021-09-081-3/+1
* mm/memory_hotplug: improved dynamic memory group aware "auto-movable" online ...David Hildenbrand2021-09-083-4/+89