aboutsummaryrefslogtreecommitdiff
path: root/mm/usercopy.c
AgeCommit message (Expand)AuthorFilesLines
2023-04-12mm: Fix copy_from_user_nofault().Gravatar Alexei Starovoitov 1-1/+1
2022-11-30mm: use kstrtobool() instead of strtobool()Gravatar Christophe JAILLET 1-1/+2
2022-07-01usercopy: use unsigned long instead of uintptr_tGravatar Jason A. Donenfeld 1-1/+1
2022-06-13usercopy: Make usercopy resilient against ridiculously large copiesGravatar Matthew Wilcox (Oracle) 1-10/+9
2022-06-13usercopy: Cast pointer to an integer onceGravatar Matthew Wilcox (Oracle) 1-5/+6
2022-06-13usercopy: Handle vm_map_ram() areasGravatar Matthew Wilcox (Oracle) 1-6/+4
2022-05-16mm: usercopy: move the virt_addr_valid() below the is_vmalloc_addr()Gravatar Yuanzheng Song 1-3/+3
2022-04-13usercopy: Remove HARDENED_USERCOPY_PAGESPANGravatar Matthew Wilcox (Oracle) 1-61/+0
2022-04-13mm/usercopy: Detect large folio overrunsGravatar Matthew Wilcox (Oracle) 1-6/+4
2022-04-13mm/usercopy: Detect vmalloc overrunsGravatar Matthew Wilcox (Oracle) 1-0/+16
2022-04-13mm/usercopy: Check kmap addresses properlyGravatar Matthew Wilcox (Oracle) 1-6/+10
2022-03-22Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-12/+4
2022-03-22mm/usercopy: return 1 from hardened_usercopy __setup() handlerGravatar Randy Dunlap 1-1/+4
2022-03-22mm: remove usercopy_warn()Gravatar Christophe Leroy 1-11/+0
2022-02-25usercopy: Check valid lifetime via stack depthGravatar Kees Cook 1-2/+21
2022-01-06mm: Convert check_heap_object() to use struct slabGravatar Matthew Wilcox (Oracle) 1-6/+7
2020-08-12mm/usercopy.c: delete duplicated wordGravatar Randy Dunlap 1-1/+1
2019-09-17usercopy: Avoid HIGHMEM pfn warningGravatar Kees Cook 1-1/+7
2019-08-13mm/usercopy: use memory range to be accessed for wraparound checkGravatar Isaac J. Manjarres 1-1/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Gravatar Thomas Gleixner 1-5/+1
2019-01-08mm/usercopy.c: no check page span for stack objectsGravatar Qian Cai 1-4/+5
2018-07-04usercopy: Allow boot cmdline disabling of hardeningGravatar Chris von Recklinghausen 1-0/+25
2018-01-15usercopy: WARN() on slab cache usercopy region violationsGravatar Kees Cook 1-3/+18
2018-01-15usercopy: Include offset in hardened usercopy reportGravatar Kees Cook 1-54/+41
2018-01-15usercopy: Enhance and rename report_usercopy()Gravatar Kees Cook 1-5/+19
2018-01-15usercopy: Remove pointer from overflow reportGravatar Kees Cook 1-5/+4
2017-04-05mm/usercopy: Drop extra is_vmalloc_or_module() checkGravatar Laura Abbott 1-11/+0
2017-04-04usercopy: Move enum for arch_within_stack_frames()Gravatar Sahara 1-7/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 1-0/+2
2017-03-02sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Gravatar Ingo Molnar 1-0/+1
2017-01-11mm/usercopy: Switch to using lm_aliasGravatar Laura Abbott 1-2/+2
2016-09-20mm: usercopy: Check for module addressesGravatar Laura Abbott 1-1/+4
2016-09-07usercopy: remove page-spanning test for nowGravatar Kees Cook 1-26/+35
2016-08-22usercopy: fix overlap check for kernel textGravatar Josh Poimboeuf 1-1/+1
2016-08-22usercopy: avoid potentially undefined behavior in pointer mathGravatar Eric Biggers 1-1/+1
2016-07-26mm: Hardened usercopyGravatar Kees Cook 1-0/+268