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
2017-11-02License cleanup: add SPDX license identifier to uapi header files with no lic...Greg Kroah-Hartman
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-07-07Merge branch 'uaccess.strlen' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-07-04Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2017-06-29arch: remove unused macro/function thread_saved_pc()Tobias Klauser
2017-06-04signal: Remove non-uapi <asm/siginfo.h>Christoph Hellwig
2017-05-16kill strlen_user()Al Viro
2017-05-10uapi: export all headers under uapi directoriesNicolas Dichtel
2017-05-02Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2017-04-26CONFIG_ARCH_HAS_RAW_COPY_USER is unconditional nowAl Viro
2017-04-26Merge branches 'uaccess.alpha', 'uaccess.arc', 'uaccess.arm', 'uaccess.arm64'...Al Viro
2017-04-14score/time: Set ->min_delta_ticks and ->max_delta_ticksNicolai Stange
2017-04-02Merge branch 'parisc-4.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Al Viro
2017-03-29score: switch to RAW_COPY_USERAl Viro
2017-03-29score: it's "VERIFY_WRITE", not "VERFITY_WRITE"...Al Viro
2017-03-29score: switch to generic extable.hAl Viro
2017-03-12Merge tag 'extable-fix' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Linus Torvalds
2017-03-11score: Fix implicit includes now failing build after extable changeGuenter Roeck
2017-03-09arch, mm: convert all architectures to use 5level-fixup.hKirill A. Shutemov
2017-03-06uaccess: drop duplicate includes from asm/uaccess.hAl Viro
2017-03-06uaccess: move VERIFY_{READ,WRITE} definitions to linux/uaccess.hAl Viro
2017-03-03sched/headers: Move task->mm handling methods to <linux/sched/mm.h>Ingo Molnar
2017-03-02sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linu...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-02-28mm: add new mmgrab() helperVegard Nossum
2017-02-28kprobes: move kprobe declarations to asm-generic/kprobes.hLuis R. Rodriguez
2017-02-23score: remove asm/current.hDavidlohr Bueso
2017-02-22Merge tag 'extable-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-02-01sched/cputime: Remove generic asm headersFrederic Weisbecker
2017-01-26score: migrate exception table users off module.h and onto extable.hPaul Gortmaker
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-11-17locking/core: Provide common cpu_relax_yield() definitionChristian Borntraeger
2016-11-16locking/core, arch: Remove cpu_relax_lowlatency()Christian Borntraeger
2016-11-16locking/core: Introduce cpu_relax_yield()Christian Borntraeger
2016-10-25locking/mutex: Kill arch specific codePeter Zijlstra
2016-10-19Merge branch 'gup_flag-cleanups'Linus Torvalds
2016-10-19mm: replace access_process_vm() write parameter with gup_flagsLorenzo Stoakes
2016-10-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-10-15score: traps: Add missing include file to fix build errorGuenter Roeck
2016-10-12Merge branch 'work.uaccess2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-10-08nmi_backtrace: generate one-line reports for idle cpusChris Metcalf
2016-10-06score: separate extable.h, switch module.h to itAl Viro
2016-09-14score: fix copy_from_user() and friendsAl Viro
2016-09-14score: fix __get_user/get_userAl Viro
2016-08-03treewide: replace obsolete _refok by __refFabian Frederick
2016-07-27mm: do not pass mm_struct into handle_mm_faultKirill A. Shutemov
2016-06-25score: get rid of superfluous __GFP_REPEATMichal Hocko