1. a982099 Update to match the native siginfo structure and code. by Ralf Baechle · 20 years ago
  2. 09276d9 32-bit compatibility for ptrace GETEVENTMSG operation. by Ralf Baechle · 20 years ago
  3. 54f2da7 Implement 32-bit compatibility for waitid(2). by Ralf Baechle · 20 years ago
  4. a19050f Waitid(2) now has 5 arguments. by Ralf Baechle · 20 years ago
  5. b6e203d Use generic compat_sys_wait4 to implement 32-bit wait4(2). by Ralf Baechle · 20 years ago
  6. 39408c6 Replace the complicated and broken attempt to clean interrupt by by Ralf Baechle · 20 years ago
  7. ca8a597 If you want RM7000 better fix it to build first ... by Ralf Baechle · 20 years ago
  8. de1db6f It's unwise to disable all interrupts of the boot node ;-) by Ralf Baechle · 20 years ago
  9. f4b7cdb Enable RM7000 secondary cache for Atlas and Malta boards. by Maciej W. Rozycki · 20 years ago
  10. 79acf83 Moves a test which determines if we actually need to perform a by Ralf Baechle · 20 years ago
  11. c6e8b58 Update MIPS to use the 4-level pagetable code thereby getting rid of by Ralf Baechle · 20 years ago
  12. 57f0060 Document why calling smp_call_function will deadlock when called with by Ralf Baechle · 20 years ago
  13. 505403b 25Kf is also physically indexed. by Ralf Baechle · 20 years ago
  14. a95970f 20Kc and SB1 don't suffer from aliases. by Ralf Baechle · 20 years ago
  15. 84fd089 Delete duplicate copy of fixrange_init. by Ralf Baechle · 20 years ago
  16. cc26b81 rm9000_init() really is __init code. by Ralf Baechle · 20 years ago
  17. a18815a Use preempt_schedule_irq. by Ralf Baechle · 20 years ago
  18. 5417673 More oprofile bits for MIPS32-style performance counters. The code to by Ralf Baechle · 20 years ago
  19. 29c4869 It works better when including arch/mips/sgi-ip27/Kconfig ... by Ralf Baechle · 20 years ago
  20. ae6aafe Move missplaced code line to the right place. by Ralf Baechle · 20 years ago
  21. d1e344e Use hardware mechanism to deal with cache aliases in the 24K. by Ralf Baechle · 20 years ago
  22. 28ecca4 Remove old wrong bits of cache code. by Ralf Baechle · 20 years ago
  23. ea7c394 Clean up SEAD interrupt initialization. by Maciej W. Rozycki · 20 years ago
  24. 925ddb0 Mask and ack CPU interrupts upon initialization. Keep the state by Maciej W. Rozycki · 20 years ago
  25. 38b18f72 Move Sibyte Kconfig stuff into it's own Kconfig. by Ralf Baechle · 20 years ago
  26. db89a48 Replace deprecated interruptible_sleep_on() function call with direct by Ralf Baechle · 20 years ago
  27. f638d19 Update descriptions for MIPS Technologies evaluation boards. by Maciej W. Rozycki · 20 years ago
  28. b6d468e Reenable EARLY_PRINTK for the DECstation. by Maciej W. Rozycki · 20 years ago
  29. 3044299 Formatting fixes. by Maciej W. Rozycki · 20 years ago
  30. aa0980b8 Fixes for system controllers for Atlas/Malta core cards. by Maciej W. Rozycki · 20 years ago
  31. bec0204 Actually route cPCI interrupts. Update inaccurate comments. by Maciej W. Rozycki · 20 years ago
  32. c623764 Signed-off-by: Ralf Baechle <ralf@linux-mips.org> by Ralf Baechle · 20 years ago
  33. b053c98 Fix register layout in o32 core dumps on 64-bit systems. by Ralf Baechle · 20 years ago
  34. c83cfc9 Get rid of early_init. There's more need to make this form of by Ralf Baechle · 19 years ago
  35. 8c93650 Dummy ISA DMA functions for systems that don't have ISA but share by Ralf Baechle · 20 years ago
  36. b188ffe Fix build with SMP disabled and preemption enabled. by Ralf Baechle · 20 years ago
  37. 0964ce2 Move the invalid pmd and pte tables from .data to .bss. Fix alignment. by Thiemo Seufer · 20 years ago
  38. c264852 Remove unused arguments from preempt_{start,stop}/local_irq_{en,dis}able. by Thiemo Seufer · 20 years ago
  39. 69903d6 Fix typos and formatting. by Thiemo Seufer · 20 years ago
  40. b59a950 De-optimize and decomplicate the spurious interrupt handler. by Thiemo Seufer · 20 years ago
  41. 185a8ff [PATCH] gfp_t: dma-mapping (mips) by Al Viro · 19 years ago
  42. 43d2c4c [PATCH] mips: fix build error in TANBAC TB0226 by Yoichi Yuasa · 19 years ago
  43. 4db2ce0 [LIB]: Consolidate _atomic_dec_and_lock() by David S. Miller · 19 years ago
  44. 2fd4ef8 [PATCH] error path in setup_arg_pages() misses vm_unacct_memory() by Hugh Dickins · 19 years ago
  45. e6c69bd mips: rename offsets.c to asm-offsets.c by Sam Ravnborg · 19 years ago
  46. 310b587 [PATCH] mips: fix-up schedule_timeout() usage by Nishanth Aravamudan · 19 years ago
  47. fb1c8f9 [PATCH] spinlock consolidation by Ingo Molnar · 19 years ago
  48. 486a153 Merge master.kernel.org:/pub/scm/linux/kernel/git/sam/kbuild by Linus Torvalds · 19 years ago
  49. a9f6a0d [PATCH] more SPIN_LOCK_UNLOCKED -> DEFINE_SPINLOCK conversions by Ingo Molnar · 19 years ago
  50. b835996 [PATCH] files: lock-free fd look-up by Dipankar Sarma · 19 years ago
  51. 4d666d7 [PATCH] mips: add TANBAC TB0287 support by Yoichi Yuasa · 19 years ago
  52. 048eb58 kbuild: mips use generic asm-offsets.h support by Sam Ravnborg · 19 years ago
  53. a08b6b7 [PATCH] Kconfig fix (BLK_DEV_FD dependencies) by viro@ZenIV.linux.org.uk · 19 years ago
  54. b149ee2 [PATCH] NTP: ntp-helper functions by john stultz · 19 years ago
  55. 202e597 [PATCH] compat: be more consistent about [ug]id_t by Stephen Rothwell · 19 years ago
  56. ef88b7d Merge master.kernel.org:/pub/scm/linux/kernel/git/sam/kbuild by Linus Torvalds · 19 years ago
  57. 766160c [PATCH] mips: fix build warnings by Yoichi Yuasa · 19 years ago
  58. ed5ba2f [PATCH] mips: add more SYS_SUPPORT_*_KERNEL and CPU_SUPPORTS_*_KERNEL by Yoichi Yuasa · 19 years ago
  59. e63ea56 [PATCH] mips: add pcibios_bus_to_resource by Yoichi Yuasa · 19 years ago
  60. 4ce588c [PATCH] mips: fix coherency configuration by Ralf Baechle · 19 years ago
  61. 42a3b4f [PATCH] mips: nuke trailing whitespace by Ralf Baechle · 19 years ago
  62. 875d43e [PATCH] mips: clean up 32/64-bit configuration by Ralf Baechle · 19 years ago
  63. 63fb6fd [PATCH] mips: changed from VR41xx to VR4100 series in Kconfig by Yoichi Yuasa · 19 years ago
  64. e07a723 [PATCH] mips: remove vrc4171 config by Yoichi Yuasa · 19 years ago
  65. 466adc6 [PATCH] fix warning of TANBAC_TB0219 in drivers/char/Kconfig by Yoichi Yuasa · 19 years ago
  66. 8dd4aeb [PATCH] mips: add default select configs for vr41xx by Yoichi Yuasa · 19 years ago
  67. 63b799f [PATCH] mips: add TANBAC VR4131 multichip module by Yoichi Yuasa · 19 years ago
  68. 0711962 [PATCH] mips: add support for Qemu system architecture by Ralf Baechle · 19 years ago
  69. ab1418a [PATCH] more vr4181 removal by Adrian Bunk · 19 years ago
  70. 0ad7305 [PATCH] mips: moreover remove vr4181 by Yoichi Yuasa · 19 years ago
  71. 0fdda10 [PATCH] mips: remove VR4181 support by Ralf Baechle · 19 years ago
  72. 8bb670c [PATCH] mips: change system type name in proc for vr41xx by Yoichi Yuasa · 19 years ago
  73. 979934d [PATCH] mips: update IRQ handling for vr41xx by Yoichi Yuasa · 19 years ago
  74. 006cfb5 [PATCH] mips: remove obsolete GIU function call for vr41xx by Yoichi Yuasa · 19 years ago
  75. 69be8f1 [PATCH] convert signal handling of NODEFER to act like other Unix boxes. by Steven Rostedt · 19 years ago
  76. f2d5c74 [PATCH] mips: remove obsolete GIU driver for vr41xx by Yoichi Yuasa · 19 years ago
  77. 0e6c1f5 [PATCH] try_to_freeze() call fixes by Nigel Cunningham · 19 years ago
  78. b38817d [PATCH] mips: fbdev Kcofnig fix by Yoichi Yuasa · 19 years ago
  79. 59586e5 [PATCH] Don't export machine_restart, machine_halt, or machine_power_off. by Eric W. Biederman · 19 years ago
  80. 7c6b155 kbuild: drop descend - converting existing users by Sam Ravnborg · 19 years ago
  81. d5950b4 [NET]: add a top-level Networking menu to *config by Sam Ravnborg · 19 years ago
  82. d4b3a80 [PATCH] mips: fixed try_to_freeze build error by Yoichi Yuasa · 19 years ago
  83. b4819b5 [PATCH] mips: add MIPS-specific support for flatmem/discontigmem by Yoichi Yuasa · 19 years ago
  84. 074ccf8 [PATCH] mm/Kconfig: kill unused ARCH_FLATMEM_DISABLE by Dave Hansen · 19 years ago
  85. 0e19243 [PATCH] update all defconfigs for ARCH_DISCONTIGMEM_ENABLE by Dave Hansen · 19 years ago
  86. 3f22ab2 [PATCH] make each arch use mm/Kconfig by Dave Hansen · 19 years ago
  87. 408fde8 [PATCH] remove non-DISCONTIG use of pgdat->node_mem_map by Dave Hansen · 19 years ago
  88. cbe37d0 [PATCH] mm: remove PG_highmem by Badari Pulavarty · 19 years ago
  89. 3407c0f [PATCH] mips: add resource management to pmu by Yoichi Yuasa · 20 years ago
  90. bfd4bda Merge with master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6.git by David Woodhouse · 20 years ago
  91. 5cae841 [PATCH] ISA DMA Kconfig fixes - part 1 by Al Viro · 20 years ago
  92. 27b030d Merge with master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6.git by David Woodhouse · 20 years ago
  93. 7ed20e1 [PATCH] convert that currently tests _NSIG directly to use valid_signal() by Jesper Juhl · 20 years ago
  94. 7d87e14c [PATCH] consolidate sys_shmat by Stephen Rothwell · 20 years ago
  95. 67eb81e mips: warning fix audit_arch() by Yoichi Yuasa · 20 years ago
  96. 2fd6f58 [AUDIT] Don't allow ptrace to fool auditing, log arch of audited syscalls. by · 20 years ago
  97. 48bb358 [PATCH] mips: remove #include <linux/audit.h> two times by Yoichi Yuasa · 20 years ago
  98. 5dfa9c1 [PATCH] mips: update VR41xx CPU-PCI bridge support by Yoichi Yuasa · 20 years ago
  99. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago