1. ae27da7 nios2: ptrace: user_regset_copyin_ignore() always returns 0 by Sergey Shtylyov · 2 years, 5 months ago
  2. 3216484 kbuild: use obj-y instead extra-y for objects placed at the head by Masahiro Yamada · 2 years, 6 months ago
  3. fd0c153 nios2: add force_successful_syscall_return() by Al Viro · 2 years, 7 months ago
  4. 411a76b nios2: restarts apply only to the first sigframe we build... by Al Viro · 2 years, 7 months ago
  5. 2d631bd nios2: fix syscall restart checks by Al Viro · 2 years, 7 months ago
  6. 25ba820 nios2: traced syscall does need to check the syscall number by Al Viro · 2 years, 7 months ago
  7. 45ec746 nios2: don't leave NULLs in sys_call_table[] by Al Viro · 2 years, 7 months ago
  8. 8535c23 nios2: page fault et.al. are *not* restartable syscalls... by Al Viro · 2 years, 7 months ago
  9. 5bd2e97 fork: Generalize PF_IO_WORKER handling by Eric W. Biederman · 2 years, 11 months ago
  10. c5febea fork: Pass struct kernel_clone_args into copy_thread by Eric W. Biederman · 3 years ago
  11. 1930a6e Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 3 years ago
  12. 03248ad resume_user_mode: Move to resume_user_mode.h by Eric W. Biederman · 3 years, 1 month ago
  13. 153474b ptrace: Create ptrace_report_syscall_{entry,exit} in ptrace.h by Eric W. Biederman · 3 years, 1 month ago
  14. 23fc539 uaccess: fix type mismatch warnings from access_ok() by Arnd Bergmann · 3 years, 1 month ago
  15. 0e25498 exit: Add and use make_task_dead. by Eric W. Biederman · 3 years, 9 months ago
  16. 42a20f8 sched: Add wrapper for get_wchan() to keep task blocked by Kees Cook · 3 years, 5 months ago
  17. 9523b33 NIOS2: setup.c: drop unused variable 'dram_start' by Randy Dunlap · 3 years, 6 months ago
  18. 2d33820 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 6 months ago
  19. 8b09788 trap: cleanup trap_init() by Kefeng Wang · 3 years, 6 months ago
  20. 153517d nios2: Bulk conversion to generic_handle_domain_irq() by Marc Zyngier · 3 years, 10 months ago
  21. 4154267 nios2: convert to setup_initial_init_mm() by Kefeng Wang · 3 years, 8 months ago
  22. 21edf50 Merge tag 'irq-core-2021-06-29' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 8 months ago
  23. b03fbd4 sched: Introduce task_is_running() by Peter Zijlstra · 3 years, 9 months ago
  24. 9bd1cc4 nios2: Do not include linux/irqdomain.h from asm/irq.h by Marc Zyngier · 6 years ago
  25. 5695e51 Merge tag 'io_uring-worker.v3-2021-02-25' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years ago
  26. 4727dc2 arch: setup PF_IO_WORKER threads like PF_KTHREAD by Jens Axboe · 4 years, 1 month ago
  27. 7f7bc20 nios2: Don't use _end for calculating min_low_pfn by Andreas Oetken · 4 years, 1 month ago
  28. 9abcfcb nios2: fixed broken sys_clone syscall by Andreas Oetken · 4 years, 1 month ago
  29. c26958c Take mmap lock in cacheflush syscall by Jann Horn · 4 years, 1 month ago
  30. 005b2a9 Merge tag 'tif-task_work.arch-2020-12-14' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 3 months ago
  31. 58c644b sched/idle: Fix arch_cpu_idle() vs tracing by Peter Zijlstra · 4 years, 4 months ago
  32. 4202006 nios32: add support for TIF_NOTIFY_SIGNAL by Jens Axboe · 4 years, 5 months ago
  33. 3c53279 tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume() by Jens Axboe · 4 years, 5 months ago
  34. 612e7a4 Merge tag 'kernel-clone-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 4 years, 5 months ago
  35. c604abc vmlinux.lds.h: Split ELF_DETAILS from STABS_DEBUG by Kees Cook · 4 years, 7 months ago
  36. e7a2ec9 nios2: switch to kernel_clone() by Christian Brauner · 4 years, 7 months ago
  37. 8d3e09b Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years, 7 months ago
  38. 19b39c3 Merge branch 'work.regset' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years, 7 months ago
  39. bb1a773 kill unused dump_fpu() instances by Al Viro · 4 years, 10 months ago
  40. 6bda768 nios2: switch to ->regset_get() by Al Viro · 4 years, 9 months ago
  41. 714acdb arch: rename copy_thread_tls() back to copy_thread() by Christian Brauner · 4 years, 9 months ago
  42. 04bd52f nios2: enable HAVE_COPY_THREAD_TLS, switch to kernel_clone_args by Christian Brauner · 4 years, 10 months ago
  43. 7de26c4 Merge tag 'nios2-v5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/lftan/nios2 by Linus Torvalds · 4 years, 9 months ago
  44. 6b57fa4d nios2: signal: Mark expected switch fall-through by Ley Foon Tan · 4 years, 9 months ago
  45. 65fddcf mm: reorder includes after introduction of linux/pgtable.h by Mike Rapoport · 4 years, 9 months ago
  46. ca5999f mm: introduce include/linux/pgtable.h by Mike Rapoport · 4 years, 9 months ago
  47. e31cf2f mm: don't include asm/pgtable.h if linux/mm.h is already included by Mike Rapoport · 4 years, 9 months ago
  48. 9cb8f06 kernel: rename show_stack_loglvl() => show_stack() by Dmitry Safonov · 4 years, 9 months ago
  49. 351dd61 nios2: add show_stack_loglvl() by Dmitry Safonov · 4 years, 9 months ago
  50. d198b34f .gitignore: add SPDX License Identifier by Masahiro Yamada · 5 years ago
  51. ca9b5b6 Merge tag 'tty-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 5 years ago
  52. 7012502 arch/nios2/setup: Drop dummy_con initialization by Arvind Sankar · 5 years ago
  53. f0365eb sched/rt, nios2: Use CONFIG_PREEMPTION by Thomas Gleixner · 5 years ago
  54. c917404 vmlinux.lds.h: Replace RW_DATA_SECTION with RW_DATA by Kees Cook · 5 years ago
  55. 93240b3 vmlinux.lds.h: Replace RO_DATA_SECTION with RO_DATA by Kees Cook · 5 years ago
  56. eaf9370 vmlinux.lds.h: Move NOTES into RO_DATA by Kees Cook · 5 years ago
  57. 91d99a7 nios2: force the string buffer NULL-terminated by Wang Xiayang · 5 years ago
  58. 5ad18b2 Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 6 years ago
  59. 9952f69 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 201 by Thomas Gleixner · 6 years ago
  60. 2e1661d2 signal: Remove the task parameter from force_sig_fault by Eric W. Biederman · 6 years ago
  61. 3cf5d07 signal: Remove task parameter from force_sig by Eric W. Biederman · 6 years ago
  62. cb44c9a signal: Remove task parameter from force_sigsegv by Eric W. Biederman · 6 years ago
  63. 1ccea77 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13 by Thomas Gleixner · 6 years ago
  64. 0f8ed99 nios2: ksyms: Add missing symbol exports by Guenter Roeck · 6 years ago
  65. 96d4f26 Remove 'type' argument from access_ok() function by Linus Torvalds · 6 years ago
  66. cc02829 kgdb/treewide: constify struct kgdb_arch arch_kgdb_ops by Christophe Leroy · 6 years ago
  67. 57c8a66 mm: remove include/linux/bootmem.h by Mike Rapoport · 6 years ago
  68. 345671e Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 6 years ago
  69. 0042379 nios2: switch to NO_BOOTMEM by Mike Rapoport · 6 years ago
  70. a811c05 nios2: use generic early_init_dt_add_memory_arch by Mike Rapoport · 6 years ago
  71. 5dc4dca nios2: Convert to using %pOFn instead of device_node.name by Rob Herring · 7 years ago
  72. 1f0fe1f nios2: get cpu node with of_get_cpu_node by Rob Herring · 7 years ago
  73. c046e2c signal/nios2: Use force_sig_fault where appropriate by Eric W. Biederman · 7 years ago
  74. 3eb0f51 signal: Ensure every siginfo we send has all bits initialized by Eric W. Biederman · 7 years ago
  75. 3d9644e nios2: Use read_persistent_clock64() instead of read_persistent_clock() by Baolin Wang · 7 years ago
  76. f7a6e01 nios2: remove arch specific early_init_dt_alloc_memory_arch by Rob Herring · 7 years ago
  77. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  78. 65d1e3d nios2: time: Read timer in get_cycles only if initialized by Guenter Roeck · 7 years ago
  79. ba5d08c clocksource/drivers: Rename clocksource_probe to timer_probe by Daniel Lezcano · 8 years ago
  80. 1727339 clocksource/drivers: Rename CLOCKSOURCE_OF_DECLARE to TIMER_OF_DECLARE by Daniel Lezcano · 8 years ago
  81. e118c3f nios2: remove custom early console implementation by Tobias Klauser · 8 years ago
  82. edebea9 nios2: Add CDX support by Marek Vasut · 8 years ago
  83. 2346083 nios2: Add BMX support by Marek Vasut · 8 years ago
  84. a89988a nios2: Add NIOS2_ARCH_REVISION to select between R1 and R2 by Marek Vasut · 8 years ago
  85. 44a4ed4 nios2: enable earlycon support by Tobias Klauser · 8 years ago
  86. 57ac76e nios2: constify irq_domain_ops by Tobias Klauser · 8 years ago
  87. 6852aa0 nios2: add .gitignore entries for auto-generated files by Tobias Klauser · 8 years ago
  88. 921d701 nios2: reserve boot memory for device tree by Tobias Klauser · 8 years ago
  89. 9164bb4 sched/headers: Prepare to move 'init_task' and 'init_thread_union' from <linux/sched.h> to <linux/sched/task.h> by Ingo Molnar · 8 years ago
  90. 589ee62 sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linux/sched.h> by Ingo Molnar · 8 years ago
  91. 68db0cf sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task_stack.h> by Ingo Molnar · 8 years ago
  92. 2993002 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task.h> by Ingo Molnar · 8 years ago
  93. b17b015 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/debug.h> by Ingo Molnar · 8 years ago
  94. a5a1d1c clocksource: Use a plain u64 instead of cycle_t by Thomas Gleixner · 8 years ago
  95. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  96. 744606c nios2: add screen_info by Ley Foon Tan · 8 years ago
  97. 069013a nios2: fix timer initcall return value by Arnd Bergmann · 8 years ago
  98. ae50a84 Merge tag 'nios2-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/lftan/nios2 by Linus Torvalds · 8 years ago
  99. 6727ad9 nmi_backtrace: generate one-line reports for idle cpus by Chris Metcalf · 8 years ago
  100. 476080a nios2: use of_property_read_bool by Ley Foon Tan · 9 years ago