1. 0f8ed99 nios2: ksyms: Add missing symbol exports by Guenter Roeck · 6 years ago
  2. 96d4f26 Remove 'type' argument from access_ok() function by Linus Torvalds · 6 years ago
  3. cc02829 kgdb/treewide: constify struct kgdb_arch arch_kgdb_ops by Christophe Leroy · 6 years ago
  4. 57c8a66 mm: remove include/linux/bootmem.h by Mike Rapoport · 6 years ago
  5. 345671e Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 6 years ago
  6. 0042379 nios2: switch to NO_BOOTMEM by Mike Rapoport · 6 years ago
  7. a811c05 nios2: use generic early_init_dt_add_memory_arch by Mike Rapoport · 6 years ago
  8. 5dc4dca nios2: Convert to using %pOFn instead of device_node.name by Rob Herring · 7 years ago
  9. 1f0fe1f nios2: get cpu node with of_get_cpu_node by Rob Herring · 7 years ago
  10. c046e2c signal/nios2: Use force_sig_fault where appropriate by Eric W. Biederman · 7 years ago
  11. 3eb0f51 signal: Ensure every siginfo we send has all bits initialized by Eric W. Biederman · 7 years ago
  12. 3d9644e nios2: Use read_persistent_clock64() instead of read_persistent_clock() by Baolin Wang · 7 years ago
  13. f7a6e01 nios2: remove arch specific early_init_dt_alloc_memory_arch by Rob Herring · 7 years ago
  14. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  15. 65d1e3d nios2: time: Read timer in get_cycles only if initialized by Guenter Roeck · 7 years ago
  16. ba5d08c clocksource/drivers: Rename clocksource_probe to timer_probe by Daniel Lezcano · 8 years ago
  17. 1727339 clocksource/drivers: Rename CLOCKSOURCE_OF_DECLARE to TIMER_OF_DECLARE by Daniel Lezcano · 8 years ago
  18. e118c3f nios2: remove custom early console implementation by Tobias Klauser · 8 years ago
  19. edebea9 nios2: Add CDX support by Marek Vasut · 8 years ago
  20. 2346083 nios2: Add BMX support by Marek Vasut · 8 years ago
  21. a89988a nios2: Add NIOS2_ARCH_REVISION to select between R1 and R2 by Marek Vasut · 8 years ago
  22. 44a4ed4 nios2: enable earlycon support by Tobias Klauser · 8 years ago
  23. 57ac76e nios2: constify irq_domain_ops by Tobias Klauser · 8 years ago
  24. 6852aa0 nios2: add .gitignore entries for auto-generated files by Tobias Klauser · 8 years ago
  25. 921d701 nios2: reserve boot memory for device tree by Tobias Klauser · 8 years ago
  26. 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
  27. 589ee62 sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linux/sched.h> by Ingo Molnar · 8 years ago
  28. 68db0cf sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task_stack.h> by Ingo Molnar · 8 years ago
  29. 2993002 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task.h> by Ingo Molnar · 8 years ago
  30. b17b015 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/debug.h> by Ingo Molnar · 8 years ago
  31. a5a1d1c clocksource: Use a plain u64 instead of cycle_t by Thomas Gleixner · 8 years ago
  32. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  33. 744606c nios2: add screen_info by Ley Foon Tan · 8 years ago
  34. 069013a nios2: fix timer initcall return value by Arnd Bergmann · 8 years ago
  35. 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
  36. 6727ad9 nmi_backtrace: generate one-line reports for idle cpus by Chris Metcalf · 8 years ago
  37. 476080a nios2: use of_property_read_bool by Ley Foon Tan · 9 years ago
  38. 177cf6e clocksources: Switch back to the clksrc table by Daniel Lezcano · 9 years ago
  39. dd1364a clocksource/drivers/nios2: Convert init function to return error by Daniel Lezcano · 9 years ago
  40. 8fe8892 nios2: Replace fdt_translate_address with of_flat_dt_translate_address by Guenter Roeck · 9 years ago
  41. be7635e arch, ftrace: for KASAN put hard/soft IRQ entries into separate sections by Alexander Potapenko · 9 years ago
  42. f4d6893 Merge tag 'nios2-v4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/lftan/nios2 by Linus Torvalds · 9 years ago
  43. 4db2196 nios2: Fix unused variable warning by Marek Vasut · 9 years ago
  44. 3722ed2 clocksource: cosmetic: Drop OF 'dependency' from symbols by Marc Zyngier · 9 years ago
  45. 3fb39c4 nios2: remove unused statistic counters by Bernd Weiberg · 9 years ago
  46. db5a7e5 nios2: fixed variable imm16 to s16 by Bernd Weiberg · 9 years ago
  47. 549a14c1 nios2/time: Migrate to new 'set-state' interface by Viresh Kumar · 10 years ago
  48. 31351f7 Merge tag 'nios2-v4.2' of git://git.rocketboards.org/linux-socfpga-next by Linus Torvalds · 10 years ago
  49. a8955cc nios2: check number of timer instances by Ley Foon Tan · 10 years ago
  50. c0b59fa Merge branch 'mvebu/drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Herbert Xu · 10 years ago
  51. 05dee9c nios2: Export get_cycles by Herbert Xu · 10 years ago
  52. 05f0c55 Merge tag 'nios2-v4.1-rc1' of git://git.rocketboards.org/linux-socfpga-next by Linus Torvalds · 10 years ago
  53. baa54ab nios2: rework trap handler by Ley Foon Tan · 10 years ago
  54. 4122669 nios2: cpuinfo: remove use of seq_printf return value by Joe Perches · 10 years ago
  55. ca2ec32 Merge branch 'for-linus-1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  56. a555ad4 whack-a-mole: no need to set_fs(USER_DS) in {start,flush}_thread() by Al Viro · 10 years ago
  57. 4a89c30 nios2: fix cache coherency issue when debug with gdb by Ley Foon Tan · 10 years ago
  58. 7587d12 nios2: signal: Move restart_block to struct task_struct by Ley Foon Tan · 10 years ago
  59. 92d5dd8 nios2: update pt_regs by Chung-Ling Tang · 10 years ago
  60. d16d2be nios2: add kgdb support by Ley Foon Tan · 10 years ago
  61. e8bf5bc nios2: add early printk support by Ley Foon Tan · 10 years ago
  62. fcb2373 Merge tag 'nios2-fixes-v3.19-rc6' of git://git.rocketboards.org/linux-socfpga-next by Linus Torvalds · 10 years ago
  63. 1939341 Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 10 years ago
  64. d24c816 nios2: fix kuser trampoline address by Ley Foon Tan · 10 years ago
  65. be1f221 module: remove mod arg from module_free, rename module_memfree(). by Rusty Russell · 10 years ago
  66. 1b0f449 nios2: Use preempt_schedule_irq by Tobias Klauser · 10 years ago
  67. 6f3d2b0 nios2: Initialize cpuinfo.mmu by Walter Goossens · 10 years ago
  68. c16b15f nios2: asm-offsets: Remove unused definition TI_TASK by Tobias Klauser · 10 years ago
  69. 90f49c9 nios2: Remove write-only struct member from nios2_timer by Tobias Klauser · 10 years ago
  70. b29438f nios2: fix error handling of irq_of_parse_and_map by Dmitry Torokhov · 10 years ago
  71. ac8ab8d nios2: Use IS_ENABLED instead of #ifdefs to check config symbols by Tobias Klauser · 10 years ago
  72. 2fc8483 nios2: Build infrastructure by Ley Foon Tan · 10 years ago
  73. 106174d nios2: ptrace support by Ley Foon Tan · 10 years ago
  74. 42381bf nios2: Module support by Ley Foon Tan · 10 years ago
  75. 2612b87 nios2: Cpuinfo handling by Ley Foon Tan · 10 years ago
  76. 4182de9 nios2: Time keeping by Ley Foon Tan · 10 years ago
  77. 95acd4c7 nios2: Device tree support by Ley Foon Tan · 10 years ago
  78. b53e906 nios2: Signal handling support by Ley Foon Tan · 10 years ago
  79. 1000197 nios2: System calls handling by Ley Foon Tan · 10 years ago
  80. f27ffc7 nios2: Interrupt handling by Ley Foon Tan · 10 years ago
  81. 71995e4 nios2: Process management by Ley Foon Tan · 10 years ago
  82. 771a016 nios2: Traps exception handling by Ley Foon Tan · 10 years ago
  83. 82ed08d nios2: Exception handling by Ley Foon Tan · 10 years ago
  84. 27d22413 nios2: Kernel booting and initialization by Ley Foon Tan · 10 years ago
  85. 39b505c nios2: Assembly macros and definitions by Ley Foon Tan · 10 years ago