1. 37fa242 [Blackfin] arch: Allow AD1836A board to be connected, either to SPORT2 or SPORT3. by Bernd Schmidt · 16 years ago
  2. 764cb81 [Blackfin] arch: actually implement get_cycles function by Mike Frysinger · 16 years ago
  3. 8cab028 [Blackfin] arch: add boot messages to quickly distinguish between MPU/NOMPU settings by Mike Frysinger · 16 years ago
  4. 3132b58 [Blackfin] arch: theres no need to declare ram{end,start,base} in the head.S files by Mike Frysinger · 16 years ago
  5. 8b6eb47 [Blackfin] arch: remove duplicated prototypes for internal cplb structures from the global blackfin header by Mike Frysinger · 16 years ago
  6. 6817937 [Blackfin] arch: declare list of peripherals as const since we dont modify the incoming array by Mike Frysinger · 16 years ago
  7. 5d1617b [Blackfin] arch: merge ip0x-specific board changes by Mike Frysinger · 16 years ago
  8. f950f60 [Blackfin] arch: USB header files are now located under linux/usb/. by Peter Korsgaard · 16 years ago
  9. 6ed8394 [Blackfin] arch: Resolve the clash issue of UART defines between blackfin headers and include/linux/serial_reg. by Graf Yang · 16 years ago
  10. db68254 [Blackfin] arch: Apply Bluetechnix vendor patch by Michael Hennerich · 16 years ago
  11. d5adb02 [Blackfin] arch: This allows XIP to work with FD-PIC. by Bernd Schmidt · 16 years ago
  12. 1ebc723 [Blackfin] arch: support the reserved memory region in the MPU code by Bernd Schmidt · 16 years ago
  13. d56daae [Blackfin] arch: fix bug - a crash on bootup with CONFIG_MPU on the BF548 by Bernd Schmidt · 16 years ago
  14. 697a9d6 [Blackfin] arch: a rather old performance improvement for the signal handling code by Bernd Schmidt · 16 years ago
  15. 5af29f5 [Blackfin] arch: finish removing remnants of old BF537_PORT_H option of Blackfin EMAC driver by Mike Frysinger · 16 years ago
  16. 7b8aa36 [Blackfin] arch: LARGE_ALLOCS was dropped along the way ... bring Blackfin in line by Mike Frysinger · 16 years ago
  17. 2973951 [Blackfin] arch: we no longer use BFIN_{SINGLE,DUAL}_CORE in our source by Mike Frysinger · 16 years ago
  18. 1bee1a6 [Blackfin] arch: boards and machines defconfig updates by Bryan Wu · 16 years ago
  19. b85d858 [Blackfin] arch: __FUNCTION__ is gcc-specific, use __func__ by Harvey Harrison · 16 years ago
  20. c5b50df [Blackfin] arch: fix bug - make sure we check the right L1 length by Meihui Fan · 16 years ago
  21. 6eceb0d [Blackfin] arch: add support for the rest of the gptimers on the BF54x by Meihui Fan · 16 years ago
  22. 0e184c6 [Blackfin] arch: relocate MAX_SWITCH_{D,I}_CPLBS from the header to the file where it actually gets used. by Mike Frysinger · 16 years ago
  23. 618835a [Blackfin] arch: MEM_ADD_WIDTH only gets used when reprogramming clocks, so dont bother exposing it in the menu normally by Mike Frysinger · 16 years ago
  24. 6a42a91 [Blackfin] arch: update reboot code to match latest info (really just copy from u-boot) by Mike Frysinger · 16 years ago
  25. b4bb68f [Blackfin] arch: fix bug - Make the MPU code aware of the async banks and the uncached DMA area. by Bernd Schmidt · 16 years ago
  26. 2a0c4fd [Blackfin] arch: fix bug - when using trace buffer with CONFIG_MPU enabled. by Bernd Schmidt · 16 years ago
  27. dbfe44f [Blackfin] arch: fix up - CONFIG_BLKFIN_WT was renamed CONFIG_BFIN_WT while the MPU code was out-of-tree. by Bernd Schmidt · 16 years ago
  28. 904656c [Blackfin] arch: fix bug - grab locks when not atomic by Robin Getz · 16 years ago
  29. 9a62ca4 [Blackfin] arch: fix bug - when we crash, current is not valid by Robin Getz · 16 years ago
  30. 81d9c7f [Blackfin] arch: add i2c board info struct and move to new-style i2c interface by Bryan Wu · 16 years ago
  31. d171c23 [Blackfin] arch: fix up gpio code style -- no functional changes by Mike Frysinger · 16 years ago
  32. f85c4ab [Blackfin] arch: dump the stack before printing out an error otherwise the stack dump is useless as it shows us tracing through printk by Mike Frysinger · 16 years ago
  33. 793dc27 [Blackfin] arch: conditionally enable flash resources since it requests the async memory bank by Mike Frysinger · 16 years ago
  34. 2e8d796 [Blackfin] arch: add code to initialize globals declared in linux/bootmem.h: max_pfn, max_low_pfn, min_low_pfn. by Yi Li · 16 years ago
  35. 9df7a8f [Blackfin] arch: remove NOTES from linker script by Bernd Schmidt · 16 years ago
  36. 56ce835 [Blackfin] arch: add twi resources to CM_BF537 board as reported by Servaes Joordens by Mike Frysinger · 16 years ago
  37. f692940 [Blackfin] arch: declare CHECKFLAGS to make sparse output more readable by Mike Frysinger · 16 years ago
  38. 0ddeeca [Blackfin] arch: add missing __user marking to ss_sp member of signalstack and a few userspace system functions by Mike Frysinger · 16 years ago
  39. 1307a65 [Blackfin] arch: turn generic time on by default by Mike Frysinger · 16 years ago
  40. b4e2d18 [Blackfin] arch: add board bluetechnix kernel defconfigs to kernel by Mike Frysinger · 16 years ago
  41. 8b5f79f [Blackfin] arch: initial generic time and clock sources by Vitja Makarov · 16 years ago
  42. 45d9ca4 [IA64] move XP and XPC to drivers/misc/sgi-xp by Dean Nelson · 16 years ago
  43. 9010eff [IA64] minor irq handler cleanups by Jeff Garzik · 16 years ago
  44. 4fa2f0e [IA64] simplify notify hooks in mca.c by Hidetoshi Seto · 16 years ago
  45. 284e542 [IA64] do notify DIE_MCA_MONARCH_PROCESS for each monarchs by Hidetoshi Seto · 16 years ago
  46. 38477ad [IA64] disable interrupts on exit of ia64_trace_syscall by Hidetoshi Seto · 16 years ago
  47. 8a32272 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6 by Linus Torvalds · 16 years ago
  48. e9b6269 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/juhl/trivial by Linus Torvalds · 16 years ago
  49. 9fd9121 frv: unexport kmap_atomic_to_page by Adrian Bunk · 16 years ago
  50. bda0c0a Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/pci-2.6 by Linus Torvalds · 16 years ago
  51. 904e0ab Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 16 years ago
  52. 98a1e95f Merge branch 'irq-cleanups-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/misc-2.6 by Linus Torvalds · 16 years ago
  53. 9a64388d Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc by Linus Torvalds · 16 years ago
  54. e80ab41 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6 by Linus Torvalds · 16 years ago
  55. c3823c4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hskinnemoen/avr32-2.6 by Linus Torvalds · 16 years ago
  56. 429f731 Merge branch 'semaphore' of git://git.kernel.org/pub/scm/linux/kernel/git/willy/misc by Linus Torvalds · 16 years ago
  57. 85b375a Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 16 years ago
  58. ec96535 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-sched-devel by Linus Torvalds · 16 years ago
  59. 5f033bb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86 by Linus Torvalds · 16 years ago
  60. b1af9cc Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6 by Linus Torvalds · 16 years ago
  61. b1d18dc arm: Storage class should be before const qualifier by Tobias Klauser · 16 years ago
  62. ec98c6b [SPARC]: Remove SunOS and Solaris binary support. by David S. Miller · 16 years ago
  63. c9e9e0b PCI: parisc: use generic pci_enable_resources() by Bjorn Helgaas · 16 years ago
  64. e789920 PCI: ppc: use generic pci_enable_resources() by Bjorn Helgaas · 16 years ago
  65. 7cfb5f9 PCI: powerpc: use generic pci_enable_resources() by Bjorn Helgaas · 16 years ago
  66. d981f16 PCI: ia64: use generic pci_enable_resources() by Bjorn Helgaas · 16 years ago
  67. 10f000a PCI: alpha: use generic pci_enable_resources() by Bjorn Helgaas · 16 years ago
  68. b81d988 PCI: x86: use generic pci_enable_resources() by Bjorn Helgaas · 16 years ago
  69. 657472e9 PCI: remove "pci=routeirq" noise from dmesg by Bjorn Helgaas · 17 years ago
  70. cb3576f PCI: Include PCI domain in PCI bus names on x86/x86_64 by Gary Hade · 17 years ago
  71. 6355f3d PCI: remove pcibios_fixup_ghosts() by Greg Kroah-Hartman · 17 years ago
  72. 8a1bc90 PCI: add is_added flag to struct pci_dev by Greg Kroah-Hartman · 17 years ago
  73. 1ba6ab1 PCI: remove initial bios sort of PCI devices on x86 by Greg Kroah-Hartman · 17 years ago
  74. a2b5d87 PCI: remove pci_get_device_reverse from calgary driver by Greg Kroah-Hartman · 17 years ago
  75. 744b5a2 [CRYPTO] aes-x86-32: Remove unused return code by Sebastian Siewior · 16 years ago
  76. 4e2c6d7 [CRYPTO] sha384: Hardware acceleration for s390 by Jan Glauber · 16 years ago
  77. 291dc7c [CRYPTO] sha512: Hardware acceleration for s390 by Jan Glauber · 16 years ago
  78. 604973f [CRYPTO] s390: Generic sha_update and sha_final by Jan Glauber · 16 years ago
  79. e8f3954 [PPC] minor irq handler cleanups by Jeff Garzik · 17 years ago
  80. 349a244 [BLACKFIN] minor irq handler cleanups by Jeff Garzik · 17 years ago
  81. 5dc0742 [SPARC] minor irq handler cleanups by Jeff Garzik · 17 years ago
  82. 90968eb ARM minor irq handler cleanup: avoid passing unused info to irq by Jeff Garzik · 17 years ago
  83. 9c0c44d [POWERPC] Define copy_siginfo_from_user32 by Roland McGrath · 16 years ago
  84. e4cc589 [POWERPC] Add compat handler for PTRACE_GETSIGINFO by Andreas Schwab · 16 years ago
  85. b844eba PM: Remove destroy_suspended_device() by Rafael J. Wysocki · 16 years ago
  86. 138fe4e Firmware: add iSCSI iBFT Support by Konrad Rzeszutek · 16 years ago
  87. 2dc034a UIO: arch/arm/Kconfig: Make UIO available on ARM architecture by Hans-Jürgen Koch · 17 years ago
  88. ed3fa7c avr32: Add hardware power-down function call by Peter Ma · 16 years ago
  89. e6bef83 avr32: Remove two unused #defines from mm/init.c by Johannes Weiner · 16 years ago
  90. 35bf50c avr32: Implement set_rate(), set_parent() and mode() for pll1 by Hans-Christian Egtvedt · 17 years ago
  91. e723ff6 avr32: Generic clockevents support by David Brownell · 17 years ago
  92. 7e59128 avr32: Move sleep code into mach-at32ap by Haavard Skinnemoen · 16 years ago
  93. 46acb55 avr32: Delete mostly unused header asm/intc.h by Haavard Skinnemoen · 16 years ago
  94. 62c6df6 avr32: start clocksource cleanup by David Brownell · 17 years ago
  95. 040b28f avr32: pass i2c board info through at32_add_device_twi by Ben Nizette · 17 years ago
  96. e1c25dc Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/hskinnemoen/usba-2.6.26 into base by Haavard Skinnemoen · 16 years ago
  97. fb0f330 x86: modify show_shared_cpu_map in intel_cacheinfo by Mike Travis · 16 years ago
  98. 9f0e8d0 x86: convert cpumask_of_cpu macro to allocated array by Mike Travis · 16 years ago
  99. b53e921 generic: reduce stack pressure in sched_affinity by Mike Travis · 16 years ago
  100. fc0e474 x86: use new set_cpus_allowed_ptr function by Mike Travis · 16 years ago