| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'kthread-cleanups-for-v5.19' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2022-06-03 | 1 | -5/+7 |
|\ |
|
| * | fork: Generalize PF_IO_WORKER handling | Eric W. Biederman | 2022-05-07 | 1 | -4/+3 |
| * | fork: Pass struct kernel_clone_args into copy_thread | Eric W. Biederman | 2022-05-07 | 1 | -2/+5 |
* | | Merge tag 'for-linus' of https://github.com/openrisc/linux | Linus Torvalds | 2022-05-26 | 11 | -315/+272 |
|\ \ |
|
| * | | openrisc: Allow power off handler overriding | Stafford Horne | 2022-05-23 | 1 | -2/+15 |
| * | | openrisc: Remove unused IMMU tlb workardound | Stafford Horne | 2022-05-23 | 1 | -209/+0 |
| * | | openrisc/fault: Fix symbol scope warnings | Stafford Horne | 2022-05-23 | 1 | -3/+1 |
| * | | openrisc/delay: Add include to fix symbol not declared warning | Stafford Horne | 2022-05-23 | 1 | -0/+1 |
| * | | openrisc/time: Fix symbol scope warnings | Stafford Horne | 2022-05-23 | 1 | -1/+2 |
| * | | openrisc/traps: Declare unhandled_exception for asmlinkage | Stafford Horne | 2022-05-23 | 1 | -1/+1 |
| * | | openrisc/traps: Remove die_if_kernel function | Stafford Horne | 2022-05-23 | 1 | -9/+0 |
| * | | openrisc/traps: Declare file scope symbols as static | Stafford Horne | 2022-05-23 | 1 | -3/+3 |
| * | | openrisc: Update litex defconfig to support glibc userland | Stafford Horne | 2022-05-23 | 1 | -0/+32 |
| * | | openrisc: Pretty print show_registers memory dumps | Stafford Horne | 2022-05-23 | 1 | -13/+33 |
| * | | openrisc: Add syscall details to emergency syscall debugging | Stafford Horne | 2022-05-23 | 1 | -5/+15 |
| * | | openrisc: Add support for liteuart emergency printing | Stafford Horne | 2022-05-23 | 1 | -1/+12 |
| * | | openrisc: Cleanup emergency print handling | Stafford Horne | 2022-05-23 | 1 | -63/+85 |
| * | | openrisc: Add gcc machine instruction flag configuration | Stafford Horne | 2022-05-23 | 2 | -0/+70 |
| * | | openrisc: define nop command for simulator reboot | Jason A. Donenfeld | 2022-05-23 | 1 | -0/+2 |
| * | | openrisc: remove bogus nops and shutdowns | Jason A. Donenfeld | 2022-05-12 | 1 | -5/+0 |
| * | | openrisc: fix typos in comments | Julia Lawall | 2022-05-12 | 1 | -1/+1 |
| |/ |
|
* | | Merge tag 'asm-generic-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2022-05-26 | 4 | -38/+2 |
|\ \ |
|
| * | | openrisc: Move to ticket-spinlock | Peter Zijlstra | 2022-05-11 | 4 | -38/+2 |
| |/ |
|
* | | random: handle latent entropy and command line from random_init() | Jason A. Donenfeld | 2022-05-18 | 1 | -1/+1 |
* | | openrisc: start CPU timer early in boot | Jason A. Donenfeld | 2022-05-13 | 2 | -0/+10 |
|/ |
|
* | Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2022-03-28 | 2 | -5/+4 |
|\ |
|
| * | resume_user_mode: Move to resume_user_mode.h | Eric W. Biederman | 2022-03-10 | 1 | -2/+2 |
| * | ptrace: Create ptrace_report_syscall_{entry,exit} in ptrace.h | Eric W. Biederman | 2022-03-10 | 1 | -3/+2 |
* | | Merge tag 'for-linus' of https://github.com/openrisc/linux | Linus Torvalds | 2022-03-27 | 1 | -1/+1 |
|\ \ |
|
| * | | openrisc/boot: Remove unnecessary initialisation in memcpy(). | Kuniyuki Iwashima | 2022-01-30 | 1 | -1/+1 |
| |/ |
|
* | | Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2022-03-23 | 3 | -49/+1 |
|\ \ |
|
| * | | uaccess: remove CONFIG_SET_FS | Arnd Bergmann | 2022-02-25 | 3 | -31/+0 |
| * | | uaccess: generalize access_ok() | Arnd Bergmann | 2022-02-25 | 1 | -18/+1 |
| |/ |
|
* | | Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecache | Linus Torvalds | 2022-03-22 | 1 | -0/+1 |
|\ \ |
|
| * | | arch: Add pmd_pfn() where it is missing | Mike Rapoport | 2022-03-21 | 1 | -0/+1 |
| |/ |
|
* | | mm: remove mmu_gathers storage from remaining architectures | Stafford Horne | 2022-03-22 | 1 | -2/+0 |
|/ |
|
* | Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linux | Linus Torvalds | 2022-01-23 | 1 | -1/+0 |
|\ |
|
| * | include: move find.h from asm_generic to linux | Yury Norov | 2022-01-15 | 1 | -1/+0 |
* | | Merge tag 'kbuild-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 2022-01-19 | 1 | -6/+1 |
|\ \ |
|
| * | | kbuild: do not quote string values in include/config/auto.conf | Masahiro Yamada | 2022-01-08 | 1 | -6/+1 |
| |/ |
|
* | | Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2022-01-17 | 1 | -1/+1 |
|\ \ |
|
| * | | exit: Add and use make_task_dead. | Eric W. Biederman | 2021-12-13 | 1 | -1/+1 |
| |/ |
|
* | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2022-01-15 | 1 | -10/+8 |
|\ \ |
|
| * | | mm: remove redundant check about FAULT_FLAG_ALLOW_RETRY bit | Qi Zheng | 2022-01-15 | 1 | -10/+8 |
| |/ |
|
* | | Merge tag 'for-linus' of git://github.com/openrisc/linux | Linus Torvalds | 2022-01-14 | 4 | -14/+20 |
|\ \ |
|
| * | | openrisc: init: Add support for common clk | Stafford Horne | 2022-01-12 | 2 | -0/+5 |
| * | | openrisc: Add clone3 ABI wrapper | Stafford Horne | 2021-12-04 | 2 | -0/+7 |
| * | | openrisc: Use delay slot for clone and fork wrappers | Stafford Horne | 2021-12-04 | 1 | -4/+2 |
| * | | openrisc: Cleanup switch code and comments | Stafford Horne | 2021-12-04 | 1 | -10/+6 |
| |/ |
|
* | | openrisc: Snapshot thread flags | Mark Rutland | 2021-12-01 | 1 | -1/+1 |
|/ |
|