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-02-25uaccess: generalize access_ok()Arnd Bergmann
2022-02-25uaccess: add generic __{get,put}_kernel_nofaultArnd Bergmann
2022-02-25x86: use more conventional access_ok() definitionArnd Bergmann
2022-02-25x86: remove __range_not_ok()Arnd Bergmann
2022-01-13Merge tag 'x86_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2021-12-11x86/uaccess: Remove .fixup usagePeter Zijlstra
2021-12-10x86/uaccess: Move variable into switch case statementKees Cook
2021-11-02Merge tag 'x86_cleanups_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2021-10-05x86: Fix misspelled Kconfig symbolsLukas Bulwahn
2021-09-13x86/uaccess: Fix 32-bit __get_user_asm_u64() when CC_HAS_ASM_GOTO_OUTPUT=yWill Deacon
2020-10-23x86/uaccess: fix code generation in put_user()Rasmus Villemoes
2020-10-22Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2020-10-13Merge tag 'x86_asm_for_v5.10' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-10-13x86/uaccess: utilize CONFIG_CC_HAS_ASM_GOTO_OUTPUTNick Desaulniers
2020-10-13x86: Make __put_user() generate an out-of-line callLinus Torvalds
2020-10-13x86: Make __get_user() generate an out-of-line callLinus Torvalds
2020-10-06x86, powerpc: Rename memcpy_mcsafe() to copy_mc_to_{user, kernel}()Dan Williams
2020-09-09x86: remove address space overrides using set_fs()Christoph Hellwig
2020-09-03x86/uaccess: Use XORL %0,%0 in __get_user_asm()Uros Bizjak
2020-08-12uaccess: remove segment_eqChristoph Hellwig
2020-07-23x86/uaccess: Make __get_user_size() Clang compliant on 32-bitNick Desaulniers
2020-06-09x86: use proper parentheses around new uaccess macro argument usesLinus Torvalds
2020-06-09x86: use non-set_fs based maccess routinesChristoph Hellwig
2020-04-01x86: start using named parameters for low-level uaccess asmsLinus Torvalds
2020-04-01x86: get rid of 'rtype' argument to __get_user_asm() macroLinus Torvalds
2020-04-01x86: get rid of 'rtype' argument to __put_user_goto() macroLinus Torvalds
2020-04-01x86: get rid of 'errret' argument to __get_user_xyz() macrossLinus Torvalds
2020-04-01x86: remove __put_user_asm() infrastructureLinus Torvalds
2020-03-31Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2020-03-28x86: get rid of user_atomic_cmpxchg_inatomic()Al Viro
2020-03-26kill uaccess_try()Al Viro
2020-03-19x86: kill get_user_{try,catch,ex}Al Viro
2020-03-18x86: get rid of small constant size cases in raw_copy_{to,from}_user()Al Viro
2020-02-16x86 user stack frame reads: switch to explicit __get_user()Al Viro
2019-10-07uaccess: implement a proper unsafe_copy_to_user() and switch filldir over to itLinus Torvalds
2019-09-02x86/uaccess: Don't leak the AC flags into __get_user() argument evaluationPeter Zijlstra
2019-05-26x86/uaccess: Allow access_ok() in irq context if pagefault_disabledMasami Hiramatsu
2019-05-07Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2019-04-24x86/uaccess: Dont leak the AC flag into __put_user() argument evaluationPeter Zijlstra
2019-04-03x86/uaccess: Fix implicit cast of __user pointerJann Horn
2019-04-03x86/uaccess: Introduce user_access_{save,restore}()Peter Zijlstra
2019-04-03x86/uaccess: Always inline user_access_begin()Peter Zijlstra
2019-03-08Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2019-03-06docs/core-api/mm: fix user memory accessors formattingMike Rapoport
2019-03-04get rid of legacy 'get_ds()' functionLinus Torvalds
2019-03-02Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-02-26x86/uaccess: Remove unused __addr_ok() macroBorislav Petkov
2019-02-25x86/uaccess: Don't leak the AC flag into __put_user() value evaluationAndy Lutomirski
2019-01-20x86: uaccess: Inhibit speculation past access_ok() in user_access_begin()Will Deacon
2019-01-05Use __put_user_goto in __put_user_size() and unsafe_put_user()Linus Torvalds