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-05-27Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2022-05-26Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-05-26Merge tag 'kbuild-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2022-05-26Merge tag 'asm-generic-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-05-24kbuild: link symbol CRCs at final link, removing CONFIG_MODULE_REL_CRCSMasahiro Yamada
2022-05-20mm: Kconfig: move swap and slab config options to the MM sectionJohannes Weiner
2022-05-13mm/uffd: move USERFAULTFD configs into mm/Peter Xu
2022-04-13Kconfig: Add option for asm goto w/ tied outputs to workaround clang-13 bugSean Christopherson
2022-04-06mm/slub: use stackdepot to save stack trace in objectsOliver Glitta
2022-04-04Merge branch 'remove-h8300' of git://git.infradead.org/users/hch/misc into as...Arnd Bergmann
2022-03-31Merge tag 'kbuild-v5.18-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-03-24Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2022-02-23remove the h8300 architectureChristoph Hellwig
2022-02-14kbuild: Add environment variables for userprogs flagsElliot Berman
2022-02-11locking: Enable RT_MUTEXES by default on PREEMPT_RT.Sebastian Andrzej Siewior
2022-02-02kbuild: Add CONFIG_PAHOLE_VERSIONNathan Chancellor
2022-01-19Merge tag 'kbuild-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2022-01-17Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-01-13Merge tag 'perf_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2022-01-12module: add in-kernel support for decompressingDmitry Torokhov
2022-01-12Merge tag 'locking_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2022-01-11Merge tag 'pm-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds
2022-01-05mm: Make SLAB_MERGE_DEFAULT depend on SL[AU]BHyeonggon Yoo
2021-12-30Merge branch 'cpufreq/arm/linux-next' of git://git.kernel.org/pub/scm/linux/k...Rafael J. Wysocki
2021-12-13Merge tag 'v5.16-rc5' into locking/core, to pick up fixesIngo Molnar
2021-12-02init/Kconfig: Drop linker version check for LD_ORPHAN_WARNNathan Chancellor
2021-11-25futex: Remove futex_cmpxchg detectionArnd Bergmann
2021-11-25futex: Ensure futex_atomic_cmpxchg_inatomic() is presentArnd Bergmann
2021-11-23arch_topology: Remove unused topology_set_thermal_pressure() and relatedLukasz Luba
2021-11-17perf: Force architectures to opt-in to guest callbacksSean Christopherson
2021-11-15kbuild: Fix -Wimplicit-fallthrough=5 error for GCC 5.x and 6.xGustavo A. R. Silva
2021-11-15kconfig: Add support for -Wimplicit-fallthroughGustavo A. R. Silva
2021-11-11mm: allow only SLUB on PREEMPT_RTIngo Molnar
2021-11-06mm: disable NUMA_BALANCING_DEFAULT_ENABLED and TRANSPARENT_HUGEPAGE on PREEMP...Sebastian Andrzej Siewior
2021-09-08kbuild: Only default to -Werror if COMPILE_TESTMarco Elver
2021-09-05Enable '-Werror' by default for all kernel buildsLinus Torvalds
2021-09-02Merge tag 'printk-for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2021-08-30Merge branch 'rework/printk_safe-removal' into for-linusPetr Mladek
2021-07-26printk: remove NMI trackingJohn Ogness
2021-07-19printk: Userspace format indexing supportChris Down
2021-07-17Revert "mm/slub: use stackdepot to save stack trace in objects"Linus Torvalds
2021-07-08mm/slub: use stackdepot to save stack trace in objectsOliver Glitta
2021-07-01Merge tag 'clang-features-v5.14-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2021-06-22Kconfig: Introduce ARCH_WANTS_NO_INSTR and CC_HAS_NO_PROFILE_FN_ATTRNick Desaulniers
2021-05-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2021-05-11bpf, kconfig: Add consolidated menu entry for bpf with core optionsDaniel Borkmann
2021-05-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-05-07modules: add CONFIG_MODPROBE_PATHRasmus Villemoes
2021-05-05Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-05-05userfaultfd: add minor fault registration modeAxel Rasmussen