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-06-20xtensa: change '.bss' to '.section .bss'Max Filippov
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-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-13xtensa: add trap handler for division by zeroMax Filippov
2022-05-11ptrace/xtensa: Replace PT_SINGLESTEP with TIF_SINGLESTEPEric W. Biederman
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: 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: 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 exception handler prototypesMax Filippov
2022-05-02xtensa: clean up function declarations in traps.cMax 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
2022-05-02xtensa: noMMU: allow handling protection faultsMax Filippov
2022-04-16xtensa: fix a7 clobbering in coprocessor context load/storeMax Filippov
2022-04-13xtensa: patch_text: Fixup last cpu should be masterGuo Ren
2022-03-31Merge tag 'kbuild-v5.18-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-03-31arch: syscalls: simplify uapi/kapi directory creationMasahiro Yamada
2022-03-29Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2022-03-25Merge tag 'xtensa-20220325' of https://github.com/jcmvbkbc/linux-xtensaLinus Torvalds
2022-03-24Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-03-19xtensa: clean up kernel exit assembly codeMax Filippov
2022-03-19xtensa: rearrange NMI exit pathMax Filippov
2022-03-16xtensa: fix stop_machine_cpuslocked call in patch_textMax Filippov
2022-03-11resume_user_mode: Move to resume_user_mode.hEric W. Biederman
2022-03-10ptrace: Create ptrace_report_syscall_{entry,exit} in ptrace.hEric W. Biederman
2022-03-10xtensa: make secondary reset vector support conditionalMax Filippov
2022-03-10xtensa: don't link with libgccMax Filippov
2022-03-10xtensa: add missing XCHAL_HAVE_WINDOWED checkMax Filippov
2022-03-07xtensa: use XCHAL_NUM_AREGS as pt_regs::areg sizeMax Filippov
2022-03-07xtensa: rename PT_SIZE to PT_KERNEL_SIZEMax Filippov
2022-03-07xtensa: use strscpy to copy stringsJason Wang
2022-02-26xtensa: Implement "current_stack_pointer"Kees Cook
2022-02-25uaccess: remove CONFIG_SET_FSArnd Bergmann
2022-01-17Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-01-15mm/mempolicy: wire up syscall set_mempolicy_home_nodeAneesh Kumar K.V
2022-01-08exit/xtensa: In arch/xtensa/entry.S:Linvalid_mask call make_task_deadEric W. Biederman