aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/vm/page_frags.rst (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2021-11-11mm: migrate: simplify the file-backed pages validation when migrating its mappingBaolin Wang1-6/+0
2021-11-11mm: allow only SLUB on PREEMPT_RTIngo Molnar1-0/+2
2021-11-11mm/page_owner.c: modify the type of argument "order" in some functionsYixuan Cao2-9/+9
2021-11-10Documentation: ACPI: Fix non-D0 probe _DSC object exampleSakari Ailus1-3/+3
2021-11-09ipc/ipc_sysctl.c: remove fallback for !CONFIG_PROC_SYSCTLManfred Spraul1-13/+0
2021-11-09ipc: check checkpoint_restore_ns_capable() to modify C/R proc filesMichal Clapinski1-6/+23
2021-11-09selftests/kselftest/runner/run_one(): allow running non-executable filesSeongJae Park1-10/+18
2021-11-09virtio-mem: disallow mapping virtio-mem memory via /dev/memDavid Hildenbrand2-1/+4
2021-11-09kernel/resource: disallow access to exclusive system RAM regionsDavid Hildenbrand2-10/+26
2021-11-09kernel/resource: clean up and optimize iomem_is_exclusive()David Hildenbrand1-5/+20
2021-11-09scripts/gdb: handle split debug for vmlinuxDouglas Anderson1-1/+2
2021-11-09kcov: replace local_irq_save() with a local_lock_tSebastian Andrzej Siewior1-13/+17
2021-11-09kcov: avoid enable+disable interrupts if !in_task()Sebastian Andrzej Siewior1-3/+3
2021-11-09kcov: allocate per-CPU memory on the relevant nodeSebastian Andrzej Siewior1-2/+2
2021-11-09Documentation/kcov: define `ip' in the exampleSebastian Andrzej Siewior1-0/+2
2021-11-09Documentation/kcov: include types.h in the exampleSebastian Andrzej Siewior1-0/+3
2021-11-09sysv: use BUILD_BUG_ON instead of runtime checkPavel Skripkin1-4/+2
2021-11-09kernel/fork.c: unshare(): use swap() to make code cleanerRan Xiaokai1-6/+3
2021-11-09seq_file: fix passing wrong private dataMuchun Song1-1/+1
2021-11-09seq_file: move seq_escape() to a headerAndy Shevchenko2-17/+16
2021-11-09signal: remove duplicate include in signal.hYe Guojin1-1/+0
2021-11-09crash_dump: remove duplicate include in crash_dump.hYe Guojin1-2/+0
2021-11-09crash_dump: fix boolreturn.cocci warningChangcheng Deng1-1/+1
2021-11-09hfs/hfsplus: use WARN_ON for sanity checkArnd Bergmann2-12/+6
2021-11-09nilfs2: remove filenames from file commentsRyusuke Konishi39-39/+39
2021-11-09nilfs2: replace snprintf in show functions with sysfs_emitQing Wang1-38/+38
2021-11-09coda: bump module version to 7.2Jan Harkes1-1/+1
2021-11-09coda: use vmemdup_user to replace the open codeJing Yangyang1-8/+4
2021-11-09coda: convert from atomic_t to refcount_t on coda_vm_ops->refcntXiyu Yang1-4/+5
2021-11-09coda: avoid doing bad things on inode type changes during revalidationJan Harkes3-25/+30
2021-11-09coda: avoid hidden code duplication in renameJan Harkes1-5/+2
2021-11-09coda: avoid flagging NULL inodesJan Harkes1-0/+3
2021-11-09coda: remove err which no one careAlex Shi1-2/+1
2021-11-09coda: check for async upcall request using local stateJan Harkes1-1/+2
2021-11-09coda: avoid NULL pointer dereference from a bad inodeJan Harkes1-4/+9
2021-11-09init: make unknown command line param message clearerAndrew Halaney1-1/+3
2021-11-09ramfs: fix mount source show for ramfsyangerkun1-4/+7
2021-11-09alpha: use is_kernel_text() helperKefeng Wang1-3/+1
2021-11-09microblaze: use is_kernel_text() helperKefeng Wang1-1/+2
2021-11-09powerpc/mm: use core_kernel_text() helperKefeng Wang1-5/+2
2021-11-09extable: use is_kernel_text() helperKefeng Wang1-2/+1
2021-11-09mm: kasan: use is_kernel() helperKefeng Wang1-1/+1
2021-11-09sections: provide internal __is_kernel() and __is_kernel_text() helperKefeng Wang2-2/+31
2021-11-09x86: mm: rename __is_kernel_text() to is_x86_32_kernel_text()Kefeng Wang1-9/+5
2021-11-09sections: move is_kernel_inittext() into sections.hKefeng Wang5-20/+17
2021-11-09sections: move and rename core_kernel_data() to is_kernel_core_data()Kefeng Wang5-21/+18
2021-11-09kallsyms: fix address-checks for kernel related rangeKefeng Wang1-3/+3
2021-11-09kallsyms: remove arch specific text and data checkKefeng Wang3-21/+1
2021-11-09ELF: simplify STACK_ALLOC macroAlexey Dobriyan1-1/+1
2021-11-09binfmt_elf: reintroduce using MAP_FIXED_NOREPLACEKees Cook1-9/+22