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-08-05Merge tag 'xtensa-20220804' of https://github.com/jcmvbkbc/linux-xtensaLinus Torvalds
2022-08-03Merge tag 'rcu.2022.07.26a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-08-02Merge tag 'for-5.20/block-2022-07-29' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-08-01Merge tag 'irq-core-2022-08-01' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-07-14xtensa: enable ARCH_HAS_GCOV_PROFILE_ALLMax Filippov
2022-07-14xtensa: enable KCOV supportMax Filippov
2022-07-14xtensa: iss: fix handling error cases in iss_net_configure()Yang Yingliang
2022-07-14xtensa: iss/network: provide release() callbackMax Filippov
2022-07-14xtensa: iss/network: drop 'devices' listMax Filippov
2022-07-07genirq: Return a const cpumask from irq_data_get_affinity_maskSamuel Holland
2022-06-30context_tracking: Split user tracking KconfigFrederic Weisbecker
2022-06-30context_tracking: Rename context_tracking_user_enter/exit() to user_enter/exi...Frederic Weisbecker
2022-06-28block: remove blk_cleanup_diskChristoph Hellwig
2022-06-20xtensa: change '.bss' to '.section .bss'Max Filippov
2022-06-19xtensa: xtfpga: Fix refcount leak bug in setupLiang He
2022-06-19xtensa: Fix refcount leak bug in time.cLiang He
2022-06-04Merge tag 'ptrace_stop-cleanup-for-v5.19' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2022-06-04Merge tag 'kthread-cleanups-for-v5.19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2022-05-24Merge tag 'random-5.19-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2022-05-23xtensa: Return true/false (not 1/0) from bool functionYang Li
2022-05-17xtensa: improve call0 ABI probingMax Filippov
2022-05-17xtensa: support artificial division by 0 exceptionMax Filippov
2022-05-14xtensa: use fallback for random_get_entropy() instead of zeroJason A. Donenfeld
2022-05-13xtensa: add trap handler for division by zeroMax Filippov
2022-05-11ptrace/xtensa: Replace PT_SINGLESTEP with TIF_SINGLESTEPEric W. Biederman
2022-05-11xtensa/simdisk: fix proc_read_simdisk()Yi Yang
2022-05-11xtensa: no need to initialise statics to 0Jason Wang
2022-05-07fork: Generalize PF_IO_WORKER handlingEric W. Biederman
2022-05-07fork: Pass struct kernel_clone_args into copy_threadEric W. Biederman
2022-05-02xtensa: clean up labels in the kernel entry assemblyMax Filippov
2022-05-02xtensa: don't leave invalid TLB entry in fast_store_prohibitedMax Filippov
2022-05-02xtensa: fix declaration of _SecondaryResetVector_text_*Max Filippov
2022-05-02xtensa: enable ARCH_HAS_DEBUG_VM_PGTABLEMax Filippov
2022-05-02xtensa: add hibernation supportMax Filippov
2022-05-02xtensa: support coprocessors on SMPMax Filippov
2022-05-02xtensa: get rid of stack frame in coprocessor_flushMax Filippov
2022-05-02xtensa: merge SAVE_CP_REGS_TAB and LOAD_CP_REGS_TABMax Filippov
2022-05-02xtensa: add xtensa_xsr macroMax Filippov
2022-05-02xtensa: handle coprocessor exceptions in kernel modeMax Filippov
2022-05-02xtensa: use callx0 opcode in fast_coprocessorMax Filippov
2022-05-02xtensa: clean up excsave1 initializationMax Filippov
2022-05-02xtensa: clean up declarations in coprocessor.hMax Filippov
2022-05-02xtensa: clean up exception handler prototypesMax Filippov
2022-05-02xtensa: clean up function declarations in traps.cMax Filippov
2022-05-02xtensa: enable KCSANMax Filippov
2022-05-02xtensa: enable HAVE_VIRT_CPU_ACCOUNTING_GENMax Filippov
2022-05-02xtensa: enable context trackingMax Filippov
2022-05-02xtensa: use abi_* register names in the kernel exit codeMax Filippov
2022-05-02xtensa: move trace_hardirqs_off call back to entry.SMax Filippov
2022-05-02xtensa: drop dead code from entry.SMax Filippov