Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-07-02usercopy: use unsigned long instead of uintptr_tJason A. Donenfeld
2022-06-13usercopy: Make usercopy resilient against ridiculously large copiesMatthew Wilcox (Oracle)
2022-06-13usercopy: Cast pointer to an integer onceMatthew Wilcox (Oracle)
2022-06-13usercopy: Handle vm_map_ram() areasMatthew Wilcox (Oracle)
2022-05-17mm: usercopy: move the virt_addr_valid() below the is_vmalloc_addr()Yuanzheng Song
2022-04-13usercopy: Remove HARDENED_USERCOPY_PAGESPANMatthew Wilcox (Oracle)
2022-04-13mm/usercopy: Detect large folio overrunsMatthew Wilcox (Oracle)
2022-04-13mm/usercopy: Detect vmalloc overrunsMatthew Wilcox (Oracle)
2022-04-13mm/usercopy: Check kmap addresses properlyMatthew Wilcox (Oracle)
2022-03-23Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2022-03-23mm/usercopy: return 1 from hardened_usercopy __setup() handlerRandy Dunlap
2022-03-23mm: remove usercopy_warn()Christophe Leroy
2022-02-26usercopy: Check valid lifetime via stack depthKees Cook
2022-01-06mm: Convert check_heap_object() to use struct slabMatthew Wilcox (Oracle)
2020-08-12mm/usercopy.c: delete duplicated wordRandy Dunlap
2019-09-18usercopy: Avoid HIGHMEM pfn warningKees Cook
2019-08-14mm/usercopy: use memory range to be accessed for wraparound checkIsaac J. Manjarres
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-01-09mm/usercopy.c: no check page span for stack objectsQian Cai
2018-07-04usercopy: Allow boot cmdline disabling of hardeningChris von Recklinghausen
2018-01-15usercopy: WARN() on slab cache usercopy region violationsKees Cook
2018-01-15usercopy: Include offset in hardened usercopy reportKees Cook
2018-01-15usercopy: Enhance and rename report_usercopy()Kees Cook
2018-01-15usercopy: Remove pointer from overflow reportKees Cook
2017-04-05mm/usercopy: Drop extra is_vmalloc_or_module() checkLaura Abbott
2017-04-05usercopy: Move enum for arch_within_stack_frames()Sahara
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-03-02sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Ingo Molnar
2017-01-11mm/usercopy: Switch to using lm_aliasLaura Abbott
2016-09-21mm: usercopy: Check for module addressesLaura Abbott
2016-09-07usercopy: remove page-spanning test for nowKees Cook
2016-08-23usercopy: fix overlap check for kernel textJosh Poimboeuf
2016-08-23usercopy: avoid potentially undefined behavior in pointer mathEric Biggers
2016-07-27mm: Hardened usercopyKees Cook