index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
xtensa
/
kernel
Age
Commit message (
Expand
)
Author
Lines
2022-05-11
ptrace/xtensa: Replace PT_SINGLESTEP with TIF_SINGLESTEP
Eric W. Biederman
-4
/
+4
2022-05-07
fork: Generalize PF_IO_WORKER handling
Eric W. Biederman
-6
/
+5
2022-05-07
fork: Pass struct kernel_clone_args into copy_thread
Eric W. Biederman
-3
/
+5
2022-05-01
xtensa: clean up labels in the kernel entry assembly
Max Filippov
-47
/
+53
2022-05-01
xtensa: don't leave invalid TLB entry in fast_store_prohibited
Max Filippov
-1
/
+5
2022-05-01
xtensa: add hibernation support
Max Filippov
-0
/
+126
2022-05-01
xtensa: support coprocessors on SMP
Max Filippov
-65
/
+215
2022-05-01
xtensa: get rid of stack frame in coprocessor_flush
Max Filippov
-6
/
+5
2022-05-01
xtensa: merge SAVE_CP_REGS_TAB and LOAD_CP_REGS_TAB
Max Filippov
-48
/
+37
2022-05-01
xtensa: handle coprocessor exceptions in kernel mode
Max Filippov
-1
/
+1
2022-05-01
xtensa: use callx0 opcode in fast_coprocessor
Max Filippov
-10
/
+8
2022-05-01
xtensa: clean up excsave1 initialization
Max Filippov
-2
/
+1
2022-05-01
xtensa: clean up exception handler prototypes
Max Filippov
-7
/
+7
2022-05-01
xtensa: clean up function declarations in traps.c
Max Filippov
-30
/
+16
2022-05-01
xtensa: enable context tracking
Max Filippov
-0
/
+9
2022-05-01
xtensa: use abi_* register names in the kernel exit code
Max Filippov
-40
/
+42
2022-05-01
xtensa: move trace_hardirqs_off call back to entry.S
Max Filippov
-15
/
+15
2022-05-01
xtensa: drop dead code from entry.S
Max Filippov
-18
/
+0
2022-05-01
xtensa: noMMU: allow handling protection faults
Max Filippov
-10
/
+10
2022-04-15
xtensa: fix a7 clobbering in coprocessor context load/store
Max Filippov
-2
/
+2
2022-04-13
xtensa: patch_text: Fixup last cpu should be master
Guo Ren
-1
/
+1
2022-03-31
Merge tag 'kbuild-v5.18-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
-2
/
+1
2022-03-31
arch: syscalls: simplify uapi/kapi directory creation
Masahiro Yamada
-2
/
+1
2022-03-28
Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
-5
/
+4
2022-03-25
Merge tag 'xtensa-20220325' of https://github.com/jcmvbkbc/linux-xtensa
Linus Torvalds
-76
/
+50
2022-03-23
Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
-3
/
+0
2022-03-19
xtensa: clean up kernel exit assembly code
Max Filippov
-25
/
+25
2022-03-19
xtensa: rearrange NMI exit path
Max Filippov
-9
/
+4
2022-03-16
xtensa: fix stop_machine_cpuslocked call in patch_text
Max Filippov
-1
/
+1
2022-03-10
resume_user_mode: Move to resume_user_mode.h
Eric W. Biederman
-2
/
+2
2022-03-10
ptrace: Create ptrace_report_syscall_{entry,exit} in ptrace.h
Eric W. Biederman
-3
/
+2
2022-03-09
xtensa: make secondary reset vector support conditional
Max Filippov
-4
/
+5
2022-03-09
xtensa: don't link with libgcc
Max Filippov
-14
/
+0
2022-03-09
xtensa: add missing XCHAL_HAVE_WINDOWED check
Max Filippov
-0
/
+2
2022-03-07
xtensa: use XCHAL_NUM_AREGS as pt_regs::areg size
Max Filippov
-10
/
+0
2022-03-07
xtensa: rename PT_SIZE to PT_KERNEL_SIZE
Max Filippov
-10
/
+10
2022-03-06
xtensa: use strscpy to copy strings
Jason Wang
-4
/
+4
2022-02-25
xtensa: Implement "current_stack_pointer"
Kees Cook
-2
/
+1
2022-02-25
uaccess: remove CONFIG_SET_FS
Arnd Bergmann
-3
/
+0
2022-01-17
Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
-2
/
+2
2022-01-15
mm/mempolicy: wire up syscall set_mempolicy_home_node
Aneesh Kumar K.V
-0
/
+1
2022-01-08
exit/xtensa: In arch/xtensa/entry.S:Linvalid_mask call make_task_dead
Eric W. Biederman
-1
/
+1
2021-12-13
exit: Add and use make_task_dead.
Eric W. Biederman
-1
/
+1
2021-11-25
futex: Wireup futex_waitv syscall
André Almeida
-0
/
+1
2021-11-10
Merge branch 'exit-cleanups-for-v5.16' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
-1
/
+1
2021-11-06
Merge tag 'xtensa-20211105' of git://github.com/jcmvbkbc/linux-xtensa
Linus Torvalds
-189
/
+305
2021-11-01
Merge tag 'sched-core-2021-11-01' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
-4
/
+1
2021-10-20
exit: Remove calls of do_exit after noreturn versions of die
Eric W. Biederman
-1
/
+1
2021-10-18
xtensa: move section symbols to asm/sections.h
Max Filippov
-71
/
+29
2021-10-18
xtensa: remove unused variable wmask
Max Filippov
-3
/
+1
[prev]
[next]