1. 60fbe70 Merge 4.9.215 into android-4.9-q by Greg Kroah-Hartman · 4 years, 2 months ago
  2. 387da85 microblaze: Prevent the overflow of the start by Shubhrajyoti Datta · 4 years, 4 months ago
  3. badaff8 UPSTREAM: sched/headers: Prepare for new header dependencies before moving code to <linux/sched/loadavg.h> by Ingo Molnar · 7 years ago
  4. 6727ad9 nmi_backtrace: generate one-line reports for idle cpus by Chris Metcalf · 8 years ago
  5. 9a7c348 ftrace: Add return address pointer to ftrace_ret_stack by Josh Poimboeuf · 8 years ago
  6. 00085f1 dma-mapping: use unsigned long for dma_attrs by Krzysztof Kozlowski · 8 years ago
  7. 177cf6e clocksources: Switch back to the clksrc table by Daniel Lezcano · 8 years ago
  8. 0586421 clocksource/drivers/microblaze: Convert init function to return error by Daniel Lezcano · 8 years ago
  9. fbce3be microblaze: Wire up userfaultfd, membarrier, mlock2 syscalls by Michal Simek · 8 years ago
  10. be7635e arch, ftrace: for KASAN put hard/soft IRQ entries into separate sections by Alexander Potapenko · 8 years ago
  11. 06bea3d locking/lockdep: Eliminate lockdep_init() by Andrey Ryabinin · 8 years ago
  12. 3e6110f Revert "scatterlist: use sg_phys()" by Dan Williams · 8 years ago
  13. 3722ed2 clocksource: cosmetic: Drop OF 'dependency' from symbols by Marc Zyngier · 9 years ago
  14. d975f30 Merge branch 'for-4.3/sg' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  15. 17e6b00 Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  16. db0fa0c scatterlist: use sg_phys() by Dan Williams · 9 years ago
  17. 9797529 microblaze/timer: Migrate to new 'set-state' interface by Viresh Kumar · 9 years ago
  18. fd4b267 microblaze/irq: prepare for drivers/irqchip/irqchip.h removal by Joel Porquet · 9 years ago
  19. 55ae2f3 microblaze: Label local function static by Michal Simek · 9 years ago
  20. 60587db microblaze: Add missing release version code by Michal Simek · 9 years ago
  21. eea3a00 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  22. 81f0cd9 microblaze: mb: remove use of seq_printf return value by Joe Perches · 9 years ago
  23. fa2e5c0 Merge branch 'exec_domain_rip_v2' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/misc by Linus Torvalds · 9 years ago
  24. 6140de5 microblaze: Remove signal translation and exec_domain by Richard Weinberger · 10 years ago
  25. 74008b3 whack-a-mole: there's no point doing set_fs(USER_DS) in sigframe setup by Al Viro · 9 years ago
  26. c2219ed microblaze: Fix syscall error recovery for invalid syscall IDs by Jamie Garside · 9 years ago
  27. 074fa7e microblaze: Coding style cleanup by Michal Simek · 9 years ago
  28. f56141e all arches, signal: move restart_block to struct task_struct by Andy Lutomirski · 9 years ago
  29. c5ce28d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 9 years ago
  30. 231856a microblaze: intc: Reformat output by Soren Brinkmann · 9 years ago
  31. d50466c microblaze: intc: Refactor DT sanity check by Soren Brinkmann · 9 years ago
  32. 2c80a07 microblaze: intc: Don't override error codes by Soren Brinkmann · 9 years ago
  33. ed89466 microblaze: Add target architecture by Michal Simek · 9 years ago
  34. 81653ed microblaze: Add missing PVR version codes by Erico Nunes · 9 years ago
  35. ed4602e microblaze: Fix variable types to remove W=1 warning by Michal Simek · 9 years ago
  36. 2558cd8 microblaze: Use unsigned type for limit comparison in cache.c by Michal Simek · 9 years ago
  37. bdb96e3 microblaze: Use unsigned type for proper comparison in cpuinfo*.c by Michal Simek · 9 years ago
  38. e76fdb3 microblaze: Use unsigned type for "for" loop because of comparison-kgdb.c by Michal Simek · 9 years ago
  39. e14ebe4 microblaze: Mark get_frame_size as static by Michal Simek · 9 years ago
  40. 8543e6c microblaze: Use unsigned return type in do_syscall_trace_enter by Michal Simek · 9 years ago
  41. f396a4d microblaze: Declare microblaze_kgdb_break in header by Michal Simek · 9 years ago
  42. b366f11 microblaze: Remove unused prom header from reset.c by Michal Simek · 9 years ago
  43. 32db31d microblaze: Remove unused prom_parse.c by Michal Simek · 9 years ago
  44. add4b1b microblaze: Wire-up execveat syscall by Michal Simek · 9 years ago
  45. 5ce07a5 microblaze: include the new timecounter header. by Richard Cochran · 9 years ago
  46. 3a8e326 microblaze: Fix mmap for cache coherent memory by Lars-Peter Clausen · 9 years ago
  47. a4f174d microblaze: Wire up bpf syscall by Michal Simek · 10 years ago
  48. ab074ad Merge git://git.infradead.org/users/eparis/audit by Linus Torvalds · 10 years ago
  49. 9139740 ARCH: AUDIT: audit_syscall_entry() should not require the arch by Eric Paris · 10 years ago
  50. 83c43c49 microblaze: Wire-up memfd_create syscall by Michal Simek · 10 years ago
  51. 5313345 microblaze: Wire-up getrandom syscall by Michal Simek · 10 years ago
  52. b760949 microblaze: Wire-up seccomp syscall by Michal Simek · 10 years ago
  53. 63b12bd Merge branch 'signal-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/misc by Linus Torvalds · 10 years ago
  54. 7f0d32e Merge tag 'microblaze-3.17-rc1' of git://git.monstr.eu/linux-2.6-microblaze by Linus Torvalds · 10 years ago
  55. c001cd2 microblaze: Use sigsp() by Richard Weinberger · 10 years ago
  56. 9c53c7e microblaze: Use get_signal() signal_setup_done() by Richard Weinberger · 11 years ago
  57. 8c39a51 microblaze: ftrace: Remove check of obsolete variable function_trace_stop by Steven Rostedt (Red Hat) · 10 years ago
  58. e1dc500 microblaze: ftrace: Add call to ftrace_graph_is_dead() in function graph code by Steven Rostedt (Red Hat) · 10 years ago
  59. 08e6bbd microblaze: Wire-up renameat2 syscall by Michal Simek · 10 years ago
  60. cfa1481 microblaze: Add syscall number comment by Michal Simek · 10 years ago
  61. 2b03adc Merge tag 'microblaze-3.16-rc1' of git://git.monstr.eu/linux-2.6-microblaze into next by Linus Torvalds · 10 years ago
  62. 225fba2 microblaze: Fix typo in head.S s/substract/subtract/ by Antonio Ospite · 10 years ago
  63. 8c770db microblaze: remove check for CONFIG_XILINX_CONSOLE by Paul Bolle · 10 years ago
  64. 6b3f246 microblaze: Do not setup empty unmap_sg function by Michal Simek · 10 years ago
  65. 193bca5 microblaze: Cleanup PCI_DRAM_OFFSET handling by Michal Simek · 10 years ago
  66. 3b3b685 microblaze: Return default dma operations by Michal Simek · 10 years ago
  67. b0a6fb3 of/fdt: create common debugfs by Rob Herring · 10 years ago
  68. 9d0c4df of/fdt: update of_get_flat_dt_prop in prep for libfdt by Rob Herring · 10 years ago
  69. b42e6dc Merge tag 'microblaze-3.15-rc1' of git://git.monstr.eu/linux-2.6-microblaze by Linus Torvalds · 10 years ago
  70. a66a626 microblaze: Use asm-generic/io.h by Michal Simek · 11 years ago
  71. c24cf71 microblaze: Remove platform folder by Michal Simek · 10 years ago
  72. 579907e microblaze: Fix sparse warning because of missing cpu.h header by Michal Simek · 10 years ago
  73. a1715bb microblaze: Make timer driver endian aware by Michal Simek · 10 years ago
  74. 1aa1243 microblaze: Make intc driver endian aware by Michal Simek · 10 years ago
  75. cff2ee0 microblaze: Wire-up new system calls sched_setattr/getattr by Michal Simek · 10 years ago
  76. f1b6f87 microblaze: Wire-up preadv/pwritev in syscall table by Michal Simek · 10 years ago
  77. 052920a microblaze: Enable pselect6 syscall by Michal Simek · 10 years ago
  78. 79c157a microblaze: Rename global function heartbeat() by Guenter Roeck · 10 years ago
  79. 3a36cb1 ftrace: Do not pass data to ftrace_dyn_arch_init by Jiri Slaby · 10 years ago
  80. af64a7c ftrace: Pass retval through return in ftrace_dyn_arch_init() by Jiri Slaby · 10 years ago
  81. a49f56e microblaze: Fix a typo when disabling stack protection by Edgar E. Iglesias · 10 years ago
  82. c0d68ce microblaze: Add missing v8.50.a version by Michal Simek · 10 years ago
  83. eae3810 microblaze: Fix missing bracket in printk by Michal Simek · 10 years ago
  84. 52ade59 microblaze: Fix compilation error for BS=0 by Michal Simek · 10 years ago
  85. 34b9c07 microblaze: Disable stack protection from bootloader by Michal Simek · 11 years ago
  86. 03fe0d3 microblaze: timer: Do not initialized system timer twice by Michal Simek · 10 years ago
  87. 839396a microblaze: timer: Use generic sched_clock implementation by Michal Simek · 10 years ago
  88. 0f7e364 microblaze: Add NOTES section to linker script by Michal Simek · 10 years ago
  89. c112054 microblaze: Add support for CCF by Michal Simek · 10 years ago
  90. 7746c99 microblaze: Remove _fdt_start casts by Geert Uytterhoeven · 11 years ago
  91. 10d0c97 Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux by Linus Torvalds · 11 years ago
  92. 9939954 microblaze: Fix bug with mmap2 syscall MB implementation by Michal Simek · 11 years ago
  93. 176195e microblaze: Use predefined SYSCALL_DEFINE macro by Michal Simek · 11 years ago
  94. db2a7df microblaze: Remove deprecated IRQF_DISABLED by Michal Simek · 11 years ago
  95. 7f15a25 microblaze: Calculate kernel pad automatically by Michal Simek · 11 years ago
  96. edf6844 microblaze: Remove unused NO_MMU Kconfig parameter by Michael Opdenacker · 11 years ago
  97. 5c9f303 microblaze: clean-up prom.h implicit includes by Rob Herring · 11 years ago
  98. 29eb45a of: remove early_init_dt_setup_initrd_arch by Rob Herring · 11 years ago
  99. 068f631 of: create default early_init_dt_add_memory_arch by Rob Herring · 11 years ago
  100. dc0b433 microblaze: use early_init_dt_scan by Rob Herring · 11 years ago