summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add linux-next specific files for 20211108next-20211108Stephen Rothwell2021-11-084-0/+5997
* Merge branch 'akpm/master'Stephen Rothwell2021-11-0822-159/+126
|\
| * kasan: add kasan mode messages when kasan initKuan-Ying Lee2021-11-083-3/+15
| * mm: unexport {,un}lock_page_memcgChristoph Hellwig2021-11-081-2/+0
| * mm: unexport folio_memcg_{,un}lockChristoph Hellwig2021-11-081-2/+0
| * mm/migrate.c: remove MIGRATE_PFN_LOCKEDAlistair Popple2021-11-087-128/+35
| * mm: migrate: simplify the file-backed pages validation when migrating its map...Baolin Wang2021-11-081-6/+0
| * mm: allow only SLUB on PREEMPT_RTIngo Molnar2021-11-081-0/+2
| * lib/stackdepot: allow optional init and stack_table allocation by kvmalloc() ...Vlastimil Babka2021-11-081-0/+9
| * lib/stackdepot: allow optional init and stack_table allocation by kvmalloc() ...Vlastimil Babka2021-11-082-3/+6
| * lib/stackdepot: fix spelling mistake and grammar in pr_err messageColin Ian King2021-11-081-1/+1
| * lib/stackdepot: allow optional init and stack_table allocation by kvmalloc()Vlastimil Babka2021-11-089-16/+60
|/
* Merge branch 'akpm-current/current'Stephen Rothwell2021-11-08171-837/+1791
|\
| * kernel.h: split out instruction pointer accessorsStephen Rothwell2021-11-083-4/+10
| * shm: extend forced shm destroy to support objects from several IPC nsesAlexander Mikhalitsyn2021-11-084-47/+142
| * ipc: WARN if trying to remove ipc object which is absentAlexander Mikhalitsyn2021-11-081-3/+3
| * ipc/ipc_sysctl.c: remove fallback for !CONFIG_PROC_SYSCTLManfred Spraul2021-11-081-13/+0
| * ipc-check-checkpoint_restore_ns_capable-to-modify-c-r-proc-files-fixAndrew Morton2021-11-081-0/+1
| * ipc: check checkpoint_restore_ns_capable() to modify C/R proc filesMichal Clapinski2021-11-081-6/+22
| * selftests/kselftest/runner/run_one(): Allow running non-executable filesSeongJae Park2021-11-081-10/+18
| * virtio-mem: disallow mapping virtio-mem memory via /dev/memDavid Hildenbrand2021-11-082-1/+4
| * kernel/resource: disallow access to exclusive system RAM regionsDavid Hildenbrand2021-11-082-10/+26
| * kernel/resource: clean up and optimize iomem_is_exclusive()David Hildenbrand2021-11-081-5/+20
| * kcov: replace local_irq_save() with a local_lock_tSebastian Andrzej Siewior2021-11-081-13/+17
| * kcov: avoid enable+disable interrupts if !in_task()Sebastian Andrzej Siewior2021-11-081-3/+3
| * kcov: allocate per-CPU memory on the relevant nodeSebastian Andrzej Siewior2021-11-081-2/+2
| * Documentation/kcov: define `ip' in the exampleSebastian Andrzej Siewior2021-11-081-0/+2
| * Documentation/kcov: include types.h in the exampleSebastian Andrzej Siewior2021-11-081-0/+3
| * sysv: use BUILD_BUG_ON instead of runtime checkPavel Skripkin2021-11-081-4/+2
| * kernel/fork.c: unshare(): use swap() to make code cleanerRan Xiaokai2021-11-081-6/+3
| * seq_file: move seq_escape() to a headerAndy Shevchenko2021-11-082-17/+16
| * signal: remove duplicate include in signal.hYe Guojin2021-11-081-1/+0
| * hfsplus: fix out-of-bounds warnings in __hfsplus_setxattrGustavo A. R. Silva2021-11-084-24/+26
| * hfs/hfsplus: use WARN_ON for sanity checkArnd Bergmann2021-11-082-12/+6
| * nilfs2: remove filenames from file commentsRyusuke Konishi2021-11-0839-39/+39
| * nilfs2: replace snprintf in show functions with sysfs_emitQing Wang2021-11-081-38/+38
| * coda: bump module version to 7.2Jan Harkes2021-11-081-1/+1
| * coda: use vmemdup_user to replace the open codeJing Yangyang2021-11-081-8/+4
| * coda: convert from atomic_t to refcount_t on coda_vm_ops->refcntXiyu Yang2021-11-081-4/+5
| * coda: avoid doing bad things on inode type changes during revalidationJan Harkes2021-11-083-25/+30
| * coda: avoid hidden code duplication in renameJan Harkes2021-11-081-5/+2
| * coda: avoid flagging NULL inodesJan Harkes2021-11-081-0/+3
| * coda: remove err which no one careAlex Shi2021-11-081-2/+1
| * coda: check for async upcall request using local stateJan Harkes2021-11-081-1/+2
| * coda: avoid NULL pointer dereference from a bad inodeJan Harkes2021-11-081-4/+9
| * init/main.c: silence some -Wunused-parameter warningsAndrew Halaney2021-11-081-10/+15
| * init: make unknown command line param message clearerAndrew Halaney2021-11-081-1/+3
| * ramfs: fix mount source show for ramfsyangerkun2021-11-081-4/+7
| * alpha: use is_kernel_text() helperKefeng Wang2021-11-081-3/+1
| * microblaze: use is_kernel_text() helperKefeng Wang2021-11-081-1/+2