summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-09-08149-930/+5341
|\
| * scripts: check_extable: fix typo in user error messageRandy Dunlap2021-09-081-1/+1
| * mm/workingset: correct kernel-doc notationsRandy Dunlap2021-09-081-1/+1
| * ipc: replace costly bailout check in sysvipc_find_ipc()Rafael Aquini2021-09-081-12/+4
| * selftests/memfd: remove unused variableGreg Thelen2021-09-081-1/+1
| * Kconfig.debug: drop selecting non-existing HARDLOCKUP_DETECTOR_ARCHLukas Bulwahn2021-09-081-1/+0
| * configs: remove the obsolete CONFIG_INPUT_POLLDEVZenghui Yu2021-09-089-9/+0
| * prctl: allow to setup brk for et_dyn executablesCyrill Gorcunov2021-09-081-7/+0
| * pid: cleanup the stale comment mentioning pidmap_init().Takahiro Itazuri2021-09-081-1/+1
| * kernel/fork.c: unexport get_{mm,task}_exe_fileChristoph Hellwig2021-09-081-2/+0
| * coredump: fix memleak in dump_vma_snapshot()QiuXi2021-09-081-1/+3
| * fs/coredump.c: log if a core dump is aborted due to changed file permissionsDavid Oberhollenzer2021-09-081-2/+9
| * nilfs2: use refcount_dec_and_lock() to fix potential UAFZhen Lei2021-09-081-5/+4
| * nilfs2: fix memory leak in nilfs_sysfs_delete_snapshot_groupNanyong Sun2021-09-081-1/+1
| * nilfs2: fix memory leak in nilfs_sysfs_create_snapshot_groupNanyong Sun2021-09-081-2/+2
| * nilfs2: fix memory leak in nilfs_sysfs_delete_##name##_groupNanyong Sun2021-09-081-1/+1
| * nilfs2: fix memory leak in nilfs_sysfs_create_##name##_groupNanyong Sun2021-09-081-2/+2
| * nilfs2: fix NULL pointer in nilfs_##name##_attr_releaseNanyong Sun2021-09-081-5/+3
| * nilfs2: fix memory leak in nilfs_sysfs_create_device_groupNanyong Sun2021-09-081-4/+2
| * trap: cleanup trap_init()Kefeng Wang2021-09-0812-51/+2
| * init: move usermodehelper_enable() to populate_rootfs()Rasmus Villemoes2021-09-083-1/+4
| * fs/epoll: use a per-cpu counter for user's watches countNicholas Piggin2021-09-083-9/+37
| * checkpatch: improve GIT_COMMIT_ID testJoe Perches2021-09-081-31/+51
| * checkpatch: make email address check case insensitiveMimi Zohar2021-09-081-2/+2
| * checkpatch: support wide stringsJoe Perches2021-09-081-3/+4
| * tools: rename bitmap_alloc() to bitmap_zalloc()Andy Shevchenko2021-09-0813-20/+20
| * lib/iov_iter.c: fix kernel-doc warningsRandy Dunlap2021-09-081-2/+6
| * lib/dump_stack: correct kernel-doc notationRandy Dunlap2021-09-081-1/+2
| * lib/test: convert test_sort.c to use KUnitDaniel Latypov2021-09-082-23/+22
| * 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