1. fa494c0 mips: sgi-ip22: make gio_bus_type const by Ricardo B. Marliere · 1 year, 1 month ago
  2. 2a81ada driver core: make struct bus_type.uevent() take a const * by Greg Kroah-Hartman · 2 years, 2 months ago
  3. 3bc5342c mips: sgi-ip22: Drop redundant check from .remove() by Uwe Kleine-König · 2 years, 9 months ago
  4. d0ab32b mips: ip22: Reword PANICED to PANICKED and remove useless header by Guilherme G. Piccoli · 2 years, 10 months ago
  5. f93e2a1 mips: sgi-ip22: add a check for the return of kzalloc() by Xiaoke Wang · 3 years ago
  6. 048cc23 MIPS: SGI-IP22: Remove unnecessary check of GCC option by Tiezhu Yang · 3 years, 3 months ago
  7. 1f761b3 MIPS: Allow modules to set board_be_handler by Florian Fainelli · 3 years, 4 months ago
  8. fc7a620 bus: Make remove callback return void by Uwe Kleine-König · 3 years, 8 months ago
  9. f39650d kernel.h: split out panic and oops helpers by Andy Shevchenko · 3 years, 8 months ago
  10. 26bff9e MIPS: Only include the platform file needed by Thomas Bogendoerfer · 4 years, 10 months ago
  11. ac8fd12 MIPS: Replace setup_irq() by request_irq() by afzal mohammed · 5 years ago
  12. 70eec92 MIPS: ip22-gio: Make gio_match_device() static by Geert Uytterhoeven · 5 years ago
  13. c0de00b MIPS: SGI-IP22/28: Use PROM for memory detection by Thomas Bogendoerfer · 5 years ago
  14. aa1edac1 MIPS: ip22: Drop addr_is_ram by Jiaxun Yang · 6 years ago
  15. 5ad18b2 Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 6 years ago
  16. 3cf5d07 signal: Remove task parameter from force_sig by Eric W. Biederman · 6 years ago
  17. 457c899 treewide: Add SPDX license identifier for missed files by Thomas Gleixner · 6 years ago
  18. 81fca03 MIPS: SGI-IP22: provide missing dma_mask/coherent_dma_mask by Thomas Bogendoerfer · 6 years ago
  19. 4988154 MIPS: Remove no-op/identity casts by Paul Burton · 7 years ago
  20. 2bcc673 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  21. a66b899 mips: ip22/32: Convert timers to use timer_setup() by Kees Cook · 7 years ago
  22. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  23. 136e882 mips: sgi-ip22: ecard: use dev_groups and not dev_attrs for bus_type by Greg Kroah-Hartman · 8 years ago
  24. fc69910 MIPS: Add missing include files by Arnd Bergmann · 8 years ago
  25. b17b015 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/debug.h> by Ingo Molnar · 8 years ago
  26. 3f07c01 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h> by Ingo Molnar · 8 years ago
  27. 26dd3e4 MIPS: Audit and remove any unnecessary uses of module.h by Paul Gortmaker · 8 years ago
  28. 23ca9b5 MIPS: ip22: Fix ip28 build for modern gcc by Arnd Bergmann · 8 years ago
  29. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  30. d4a5f6d rtc: ds1286: move header to linux/rtc by Alexandre Belloni · 9 years ago
  31. fa75da8 MIPS: ip22-gio: Remove legacy suspend/resume support by Lars-Peter Clausen · 10 years ago
  32. 635c9907 MIPS: Remove useless parentheses by Ralf Baechle · 10 years ago
  33. 82242d2 MIPS: IP22: Add missing put_device call by Levente Kurusa · 11 years ago
  34. 1d421ca MIPS: IP22/IP28: Improve GIO support by Thomas Bogendoerfer · 11 years ago
  35. 310ff2c mips: Use the core irq stats function by Thomas Gleixner · 11 years ago
  36. 7034228 MIPS: Whitespace cleanup. by Ralf Baechle · 12 years ago
  37. b2f711d MIPS: IP22/IP28: Fix build of EISA code. by Ralf Baechle · 13 years ago
  38. b81947c Disintegrate asm/system.h for MIPS by David Howells · 13 years ago
  39. 8b5690f MIPS: irq: Remove IRQF_DISABLED by Yong Zhang · 13 years ago
  40. e84de0c MIPS: GIO bus support for SGI IP22/28 by Thomas Bogendoerfer · 13 years ago
  41. 5a4a4ad MIPS: Mark cascade and low level interrupts IRQF_NO_THREAD by Wu Zhangjin · 14 years ago
  42. 334955e i8253: Create linux/i8253.h and use it in all 8253 related files by Ralf Baechle · 14 years ago
  43. 57d19e8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  44. 3be1afc MIPS: IP22: Fix GCC 4.6.0 build error by Ralf Baechle · 14 years ago
  45. 6fd78fc MIPS: IP22: Fix GCC 4.6.0 build error by Ralf Baechle · 14 years ago
  46. 07f9479 Merge branch 'master' into for-next by Jiri Kosina · 14 years ago
  47. 79add62 update David Miller's old email address by Justin P. Mattock · 14 years ago
  48. e4ec798 MIPS: Convert the irq functions to the new names by Thomas Gleixner · 14 years ago
  49. 9458ea5 MIPS: IP22/IP28: Convert to new irq_chip functions by Thomas Gleixner · 14 years ago
  50. b9dbdce1 MIPS: IP22, IP28: Migrate to new platform makefile style. by Ralf Baechle · 15 years ago
  51. ce384d8 MIPS: die() does not call die notifier chain by Yury Polyanskiy · 15 years ago
  52. 599a894 MIPS: Move several variables from .bss to .init.data by Dmitri Vorobiev · 15 years ago
  53. 8f99a16 MIPS: Tracing: Add IRQENTRY_EXIT section for MIPS by Wu Zhangjin · 15 years ago
  54. eb42306 MIPS: IP22, IP28: Build with -Werror by Ralf Baechle · 15 years ago
  55. 7e9e05c MIPS: IP22: Fix hang in power button interrupt handler by Ralf Baechle · 16 years ago
  56. d2287f5 irq: update all arches for new irq_desc, fix by Mike Travis · 16 years ago
  57. 2f123e5 MIPS: IP22: ip22-int.c header file weeding. by Ralf Baechle · 16 years ago
  58. 14823cc MIPS: IP22: Small cleanups by Dmitri Vorobiev · 16 years ago
  59. 7d81a5e MIPS: IP22/28: Switch over to RTC class driver by Thomas Bogendoerfer · 16 years ago
  60. 4a911b1 [MIPS] IP22: Fix detection of second HPC3 on Challenge S by Thomas Bogendoerfer · 17 years ago
  61. 8d60a90 [MIPS] kgdb: Remove existing implementation by Jason Wessel · 17 years ago
  62. fc22c35 [MIPS] mips/sgi-ip22/ip28-berr.c: fix the build by Adrian Bunk · 17 years ago
  63. 5a334fa [MIPS] IP22: Use common SGI button driver by Thomas Bogendoerfer · 17 years ago
  64. b03d7b1 [MIPS] IP22: Add platform device for Indy volume buttons by Thomas Bogendoerfer · 17 years ago
  65. 5b438c4 [MIPS] IP22/28: Add platform devices for HAL2 by Thomas Bogendoerfer · 17 years ago
  66. 7a2852e [MIPS] IP28: switch to "normal" mode after PROM no longer needed by Thomas Bogendoerfer · 17 years ago
  67. 52f4f6b [MIPS] Use kernel-supplied ARRAY_SIZE() macro. by Robert P. J. Day · 17 years ago
  68. e2defae [MIPS] IP28 support by Thomas Bogendoerfer · 17 years ago
  69. 68576cf IP22ZILOG: fix lockup and sysrq by Thomas Bogendoerfer · 17 years ago
  70. 5b3af8f [MIPS] IP22: Fix broken eeprom access by using __raw_readl/__raw_writel by Thomas Bogendoerfer · 17 years ago
  71. 68de480 [MIPS] IP22: Fix broken EISA interrupt setup by switching to generic i8259 by Thomas Bogendoerfer · 17 years ago
  72. 0eafaae [MIPS] IP22: Fix hang due to messing with timer interrupt handler by Thomas Bogendoerfer · 17 years ago
  73. 1c5dc03 [MIPS] IP22: Enable -Werror. by Ralf Baechle · 17 years ago
  74. 754d0f2 [MIPS] IP22: Complain if requesting the front panel irq failed. by Ralf Baechle · 17 years ago
  75. 49a89ef [MIPS] Fix "no space between function name and open parenthesis" warnings. by Ralf Baechle · 17 years ago
  76. d865bea [MIPS] i8253 PIT clocksource and clockevent drivers by Ralf Baechle · 17 years ago
  77. 7bcf771 [MIPS] Implement clockevents for R4000-style cp0 count/compare interrupt by Ralf Baechle · 17 years ago
  78. 91a2fcc [MIPS] Consolidate all variants of MIPS cp0 timer interrupt handlers. by Ralf Baechle · 17 years ago
  79. 90b0234 [MIPS] Switch from to_tm to rtc_time_to_tm by Ralf Baechle · 17 years ago
  80. 4b55048 [MIPS] Deforest the function pointer jungle in the time code. by Ralf Baechle · 17 years ago
  81. 01e9943c [MIPS] IP22: fix wrong argument order by Thomas Bogendoerfer · 17 years ago
  82. 0ba8bc6 [MIPS] IP22: Fix wrong check for second HPC by Thomas Bogendoerfer · 17 years ago
  83. 88eb413 [MIPS] IP22: Export sgi_gfxaddr for use by the Newport console driver. by Ralf Baechle · 18 years ago
  84. 5bd080f [MIPS] IP22: Fix modpost warning. by Ralf Baechle · 18 years ago
  85. b3f6df9 [MIPS] Transform old-style macros to newer "__noreturn" by Robert P. J. Day · 18 years ago
  86. df9f5408 Convert SGI IP22 and specific drivers to platform_device. by Ralf Baechle · 18 years ago
  87. 78709b9d [MIPS] IP22: Get rid of volatile in IP22 core code. by Ralf Baechle · 18 years ago
  88. 119537c [MIPS] Misc fixes for plat_irq_dispatch functions by Thiemo Seufer · 18 years ago
  89. d2af363 [MIPS] Kill redundant EXTRA_AFLAGS by Atsushi Nemoto · 18 years ago
  90. 70d21cd [MIPS] use name instead of typename for each irq_chip by Atsushi Nemoto · 18 years ago
  91. c44e8d5 [MIPS] prom_free_prom_memory cleanup by Atsushi Nemoto · 18 years ago
  92. 97dcb82 [MIPS] Define MIPS_CPU_IRQ_BASE in generic header by Atsushi Nemoto · 18 years ago
  93. e77c232 [MIPS] Compile __do_IRQ() when really needed by Franck Bui-Huu · 18 years ago
  94. 1417836 [MIPS] use generic_handle_irq, handle_level_irq, handle_percpu_irq by Atsushi Nemoto · 18 years ago
  95. 1603b5a [MIPS] IRQ cleanups by Atsushi Nemoto · 18 years ago
  96. 937a801 [MIPS] Complete fixes after removal of pt_regs argument to int handlers. by Ralf Baechle · 18 years ago
  97. 7d12e78 IRQ: Maintain regs pointer globally rather than passing to IRQ handlers by David Howells · 18 years ago
  98. 9ec5209 [PATCH] replace cad_pid by a struct pid by Cedric Le Goater · 18 years ago
  99. d1d60ded [MIPS] IP22 Fix brown paper bag in RTC code. by Julien BLACHE · 19 years ago
  100. 54d0a21 [MIPS] Replace board_timer_setup function pointer by plat_timer_setup. by Ralf Baechle · 19 years ago