Age | Commit message (Expand) | Author | Files | Lines |
2022-10-02 | kbuild: remove head-y syntax | Masahiro Yamada | 1 | -2/+0 |
2022-10-02 | kbuild: use obj-y instead extra-y for objects placed at the head | Masahiro Yamada | 1 | -2/+2 |
2022-08-07 | Merge tag 'mm-nonmm-stable-2022-08-06-2' of git://git.kernel.org/pub/scm/linu... | Linus Torvalds | 1 | -6/+0 |
2022-08-06 | Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 3 | -18/+24 |
2022-07-30 | profile: setup_profiling_timer() is moslty not implemented | Ben Dooks | 1 | -6/+0 |
2022-07-29 | openrisc: io: Define iounmap argument as volatile | Stafford Horne | 2 | -2/+2 |
2022-07-29 | openrisc: Add virt defconfig | Stafford Horne | 1 | -0/+108 |
2022-07-29 | openrisc: Add pci bus support | Stafford Horne | 3 | -2/+6 |
2022-07-18 | mm/mmap: drop ARCH_HAS_VM_GET_PAGE_PROT | Anshuman Khandual | 1 | -1/+0 |
2022-07-18 | openrisc/mm: enable ARCH_HAS_VM_GET_PAGE_PROT | Anshuman Khandual | 3 | -18/+21 |
2022-06-28 | openrisc: unwinder: Fix grammar issue in comment | Xiang wangx | 1 | -1/+1 |
2022-06-17 | mm: avoid unnecessary page fault retires on shared memory types | Peter Xu | 1 | -0/+4 |
2022-06-04 | Merge tag 'kthread-cleanups-for-v5.19' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -5/+7 |
2022-05-27 | Merge tag 'for-linus' of https://github.com/openrisc/linux | Linus Torvalds | 11 | -315/+272 |
2022-05-26 | Merge tag 'asm-generic-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 4 | -38/+2 |
2022-05-23 | openrisc: Allow power off handler overriding | Stafford Horne | 1 | -2/+15 |
2022-05-23 | openrisc: Remove unused IMMU tlb workardound | Stafford Horne | 1 | -209/+0 |
2022-05-23 | openrisc/fault: Fix symbol scope warnings | Stafford Horne | 1 | -3/+1 |
2022-05-23 | openrisc/delay: Add include to fix symbol not declared warning | Stafford Horne | 1 | -0/+1 |
2022-05-23 | openrisc/time: Fix symbol scope warnings | Stafford Horne | 1 | -1/+2 |
2022-05-23 | openrisc/traps: Declare unhandled_exception for asmlinkage | Stafford Horne | 1 | -1/+1 |
2022-05-23 | openrisc/traps: Remove die_if_kernel function | Stafford Horne | 1 | -9/+0 |
2022-05-23 | openrisc/traps: Declare file scope symbols as static | Stafford Horne | 1 | -3/+3 |
2022-05-23 | openrisc: Update litex defconfig to support glibc userland | Stafford Horne | 1 | -0/+32 |
2022-05-23 | openrisc: Pretty print show_registers memory dumps | Stafford Horne | 1 | -13/+33 |
2022-05-23 | openrisc: Add syscall details to emergency syscall debugging | Stafford Horne | 1 | -5/+15 |
2022-05-23 | openrisc: Add support for liteuart emergency printing | Stafford Horne | 1 | -1/+12 |
2022-05-23 | openrisc: Cleanup emergency print handling | Stafford Horne | 1 | -63/+85 |
2022-05-23 | openrisc: Add gcc machine instruction flag configuration | Stafford Horne | 2 | -0/+70 |
2022-05-23 | openrisc: define nop command for simulator reboot | Jason A. Donenfeld | 1 | -0/+2 |
2022-05-18 | random: handle latent entropy and command line from random_init() | Jason A. Donenfeld | 1 | -1/+1 |
2022-05-14 | openrisc: start CPU timer early in boot | Jason A. Donenfeld | 2 | -0/+10 |
2022-05-12 | openrisc: remove bogus nops and shutdowns | Jason A. Donenfeld | 1 | -5/+0 |
2022-05-12 | openrisc: fix typos in comments | Julia Lawall | 1 | -1/+1 |
2022-05-11 | openrisc: Move to ticket-spinlock | Peter Zijlstra | 4 | -38/+2 |
2022-05-07 | fork: Generalize PF_IO_WORKER handling | Eric W. Biederman | 1 | -4/+3 |
2022-05-07 | fork: Pass struct kernel_clone_args into copy_thread | Eric W. Biederman | 1 | -2/+5 |
2022-03-29 | Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2 | -5/+4 |
2022-03-27 | Merge tag 'for-linus' of https://github.com/openrisc/linux | Linus Torvalds | 1 | -1/+1 |
2022-03-24 | Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 3 | -49/+1 |
2022-03-23 | Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecache | Linus Torvalds | 1 | -0/+1 |
2022-03-23 | mm: remove mmu_gathers storage from remaining architectures | Stafford Horne | 1 | -2/+0 |
2022-03-21 | arch: Add pmd_pfn() where it is missing | Mike Rapoport | 1 | -0/+1 |
2022-03-11 | resume_user_mode: Move to resume_user_mode.h | Eric W. Biederman | 1 | -2/+2 |
2022-03-10 | ptrace: Create ptrace_report_syscall_{entry,exit} in ptrace.h | Eric W. Biederman | 1 | -3/+2 |
2022-02-25 | uaccess: remove CONFIG_SET_FS | Arnd Bergmann | 3 | -31/+0 |
2022-02-25 | uaccess: generalize access_ok() | Arnd Bergmann | 1 | -18/+1 |
2022-01-30 | openrisc/boot: Remove unnecessary initialisation in memcpy(). | Kuniyuki Iwashima | 1 | -1/+1 |
2022-01-23 | Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linux | Linus Torvalds | 1 | -1/+0 |
2022-01-19 | Merge tag 'kbuild-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 1 | -6/+1 |