1. 622e947 m68knommu: correctly use trap_init by Greg Ungerer · 13 years ago
  2. f4a5437 m68knommu: merge ColdFire 5206 and 5206e platform code by Greg Ungerer · 13 years ago
  3. 171d809 m68k: merge mmu and non-mmu bitops.h by Greg Ungerer · 13 years ago
  4. f941f5c m68k: merge MMU and non MMU versions of system.h by Greg Ungerer · 13 years ago
  5. 10f939f m68k: merge MMU and non-MMU versions of asm/hardirq.h by Greg Ungerer · 13 years ago
  6. a66af29 m68k: merge the non-mmu and mmu versions of module.c by Greg Ungerer · 13 years ago
  7. 6617eaf m68knommu: Fix printk() format in free_initrd_mem() by Geert Uytterhoeven · 13 years ago
  8. 45d1564 m68knommu: Make empty_zero_page "void *", like on m68k by Geert Uytterhoeven · 13 years ago
  9. 07d5b38 x86, olpc-xo15-sci: Enable EC wakeup capability by Daniel Drake · 13 years ago
  10. d8d01a6 x86, olpc: Fix dependency on POWER_SUPPLY by Daniel Drake · 13 years ago
  11. b6844e8 Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 13 years ago
  12. 21c7075 Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6 by Linus Torvalds · 13 years ago
  13. ff0c4ad Merge branch 'for-upstream' of git://openrisc.net/jonas/linux by Linus Torvalds · 13 years ago
  14. fcda12e Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus by Linus Torvalds · 13 years ago
  15. 5fabc48 Merge branch 'kvm-updates/3.1' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 13 years ago
  16. c61264f Merge branch 'upstream/xen-tracing2' of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen by Linus Torvalds · 13 years ago
  17. a23a334 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 13 years ago
  18. e55d92b get rid of create_proc_entry() abuses - proc_mkdir() is there for purpose by Al Viro · 13 years ago
  19. 66574cc modules: make arch's use default loader hooks by Jonas Bonn · 13 years ago
  20. 4f02264 KVM: MMU: trace mmio page fault by Xiao Guangrong · 13 years ago
  21. ce88dec KVM: MMU: mmio page fault support by Xiao Guangrong · 13 years ago
  22. dd3bfd5 KVM: MMU: reorganize struct kvm_shadow_walk_iterator by Xiao Guangrong · 13 years ago
  23. c2a2ac2 KVM: MMU: lockless walking shadow page table by Xiao Guangrong · 13 years ago
  24. 603e065 KVM: MMU: do not need atomicly to set/clear spte by Xiao Guangrong · 13 years ago
  25. 1df9f2d KVM: MMU: introduce the rules to modify shadow page table by Xiao Guangrong · 13 years ago
  26. d7c5520 KVM: MMU: abstract some functions to handle fault pfn by Xiao Guangrong · 13 years ago
  27. fce92dc KVM: MMU: filter out the mmio pfn from the fault pfn by Xiao Guangrong · 13 years ago
  28. c370795 KVM: MMU: remove bypass_guest_pf by Xiao Guangrong · 13 years ago
  29. bd4c86e KVM: MMU: split kvm_mmu_free_page by Xiao Guangrong · 13 years ago
  30. aa6bd18 KVM: MMU: count used shadow pages on prepareing path by Xiao Guangrong · 13 years ago
  31. b90a0e6 KVM: MMU: rename 'pt_write' to 'emulate' by Xiao Guangrong · 13 years ago
  32. b36c7a7 KVM: MMU: cleanup for FNAME(fetch) by Xiao Guangrong · 13 years ago
  33. 640d9b0 KVM: MMU: optimize to handle dirty bit by Xiao Guangrong · 13 years ago
  34. bebb106 KVM: MMU: cache mmio info on page fault path by Xiao Guangrong · 13 years ago
  35. af7cc7d KVM: x86: introduce vcpu_mmio_gva_to_gpa to cleanup the code by Xiao Guangrong · 13 years ago
  36. ffb61bb KVM: MMU: do not update slot bitmap if spte is nonpresent by Xiao Guangrong · 13 years ago
  37. 052331b KVM: MMU: fix walking shadow page table by Xiao Guangrong · 13 years ago
  38. d910f5c KVM guest: KVM Steal time registration by Glauber Costa · 13 years ago
  39. 73b7d40 [S390] use siginfo for sigtrap signals by Martin Schwidefsky · 13 years ago
  40. 8bb3a2e [S390] kvm: make sigp emerg smp capable by Christian Ehrhardt · 13 years ago
  41. cadfce7 [S390] disable cpu measurement alerts on a dying cpu by Jan Glauber · 13 years ago
  42. c76e70d [S390] initial cr0 bits by Martin Schwidefsky · 13 years ago
  43. 5beab99 [S390] iucv cr0 enablement bit by Martin Schwidefsky · 13 years ago
  44. 89c9b66 [S390] race safe external interrupt registration by Jan Glauber · 13 years ago
  45. fdb204d [S390] cleanup program check handler prototypes by Martin Schwidefsky · 13 years ago
  46. f7850c9 [S390] remove kvm mmu reload on s390 by Carsten Otte · 13 years ago
  47. 092670c [S390] Use gmap translation for accessing guest memory by Carsten Otte · 13 years ago
  48. 598841c [S390] use gmap address spaces for kvm guest images by Carsten Otte · 13 years ago
  49. e5992f2 [S390] kvm guest address space mapping by Martin Schwidefsky · 13 years ago
  50. 144d634 [S390] fix s390 assembler code alignments by Jan Glauber · 13 years ago
  51. 603d1a5 [S390] move sie code to entry.S by Martin Schwidefsky · 13 years ago
  52. bb25b9b [S390] kvm: handle tprot intercepts by Christian Borntraeger · 13 years ago
  53. f433c4a [S390] irqs: Do not trace arch_local_{*,irq_*} functions by Steven Rostedt · 13 years ago
  54. 6d6be43 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vapier/blackfin by Linus Torvalds · 13 years ago
  55. b4db920 Merge branches 'x86-detect-hyper-for-linus', 'x86-fpu-for-linus', 'x86-kexec-for-linus', 'x86-platform-for-linus', 'x86-quirks-for-linus', 'x86-tsc-for-linus' and 'x86-smpboot-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  56. 7080d30 Merge branch 'x86-build-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  57. 148a7b1 Merge branch 'x86-atomic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  58. 9d07156 Merge branch 'timers-clocksource-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  59. c0c463d Merge branches 'x86-urgent-for-linus', 'core-debug-for-linus', 'irq-core-for-linus' and 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  60. e725421 virtio: expose for non-virtualization users too by Ohad Ben-Cohen · 13 years ago
  61. 2b6678c5 Blackfin: boards: fix pcm device name by Scott Jiang · 13 years ago
  62. 6ebc2bb Blackfin: SMP: punt unused atomic_test_mask helper by Mike Frysinger · 13 years ago
  63. a2de3f7 Blackfin: irqs: do not trace arch_local_{*,irq_*} functions by Steven Rostedt · 13 years ago
  64. b0d3dc1 Blackfin: bf526: restrict reboot workaround to 0.0 silicon by Mike Frysinger · 13 years ago
  65. 65cd3b5 Blackfin: bf51x: fix alternative portmux options by Mike Frysinger · 13 years ago
  66. fdfb0be Blackfin: bf54x: fix GPIO resume code by Mike Frysinger · 13 years ago
  67. 9e770f7 Blackfin: dpmc: optimize SDRAM programming slightly by Mike Frysinger · 13 years ago
  68. da31d6f Blackfin: dpmc: don't save/restore scratch registers by Mike Frysinger · 13 years ago
  69. 9466a05 Blackfin: bf538: pull gpio/port logic out of core hibernate paths by Mike Frysinger · 13 years ago
  70. eed7b83 Blackfin: dpmc: optimize hibernate/resume path by Mike Frysinger · 13 years ago
  71. d7228e7 Blackfin: dpmc: do not save/restore EVT0/EVT1/EVT4 when hibernating by Mike Frysinger · 13 years ago
  72. 584ecba Blackfin: dpmc: relocate hibernate helper macros by Mike Frysinger · 13 years ago
  73. 429e257 Blackfin: dpmc: omit RETE/RETN when hibernating by Mike Frysinger · 13 years ago
  74. 4705a25 Blackfin: dpmc: optimize SIC_IWR programming a little by Mike Frysinger · 13 years ago
  75. 01f8e34 Blackfin: gpio/ints: generalize pint logic by Mike Frysinger · 13 years ago
  76. 85c2737 Blackfin: dpmc: bind to MMR names and not CPUs by Mike Frysinger · 13 years ago
  77. 0a7e541 Blackfin: debug-mmrs: generalize pint logic by Mike Frysinger · 13 years ago
  78. 82ed5f7 Blackfin: bf54x: switch to common pint MMR struct by Mike Frysinger · 13 years ago
  79. b69c920 Blackfin: bf54x: tweak MMR pint names by Mike Frysinger · 13 years ago
  80. b0759a4 Blackfin: bf54x: constify pint register array by Mike Frysinger · 13 years ago
  81. 1a9e5bf Blackfin: gpio: punt unused GPIO_# defines by Mike Frysinger · 13 years ago
  82. 9695645 Blackfin: convert unicode space gremlins by Mike Frysinger · 13 years ago
  83. 006669e Blackfin: pwm: implement linux/pwm.h API by Mike Frysinger · 13 years ago
  84. e1b5596 Blackfin: gptimers: add enable/disable by timer id by Mike Frysinger · 13 years ago
  85. 353470c Blackfin: make sure percpu section is aligned in XIP builds by Steven Miao · 13 years ago
  86. 997f95e Blackfin: gptimers: use bfin read/write helpers by Mike Frysinger · 13 years ago
  87. 24a6b91 Blackfin: gptimers: use register structs from common header by Mike Frysinger · 13 years ago
  88. af45986 Blackfin: debug-mmrs: use new gptimer_group layout to simplify code by Mike Frysinger · 13 years ago
  89. 94674b1 Blackfin: debug-mmrs: prevent macro arg from expanding by Mike Frysinger · 13 years ago
  90. 7595ac0 Blackfin: gptimers: add group structure for hardware register layout by Mike Frysinger · 13 years ago
  91. a64b384 Blackfin: exec: remove redundant set_fs(USER_DS) by Mathias Krause · 13 years ago
  92. 979365b Blackfin: update anomaly lists to latest public info by Mike Frysinger · 13 years ago
  93. 4e12b08 Blackfin: bf561-ezkit: change parallel flash from M to Y in defconfig by Mike Frysinger · 13 years ago
  94. e140625 Blackfin: debug-mmrs: disable PERIPHERAL_MAP for IMDMA channels by Mike Frysinger · 13 years ago
  95. ef0531b Blackfin: debug-mmrs: fix typo in single dmac setup by Mike Frysinger · 13 years ago
  96. 50f92aa Blackfin: convert to asm-generic/mutex-dec.h for all systems by Mike Frysinger · 13 years ago
  97. fb1d9be Blackfin: optimize double fault boot checking by Mike Frysinger · 13 years ago
  98. 072a5cf Blackfin: time: replace magic numbers with defines by Mike Frysinger · 13 years ago
  99. b648072 Blackfin: SMP: optimize start up code a bit by Mike Frysinger · 13 years ago
  100. 2f7d63f Blackfin: boards: clean up redundant/dead spi resources by Mike Frysinger · 13 years ago