1. 6a4690c Merge branch 'ptebits' into devel by Russell King · 17 years ago
  2. 90bb28b Merge branches 'machtypes', 'core', 'ep93xx', 'ks8695', 'netdev' and 'sa1100' into devel by Russell King · 17 years ago
  3. 3bca103 [ARM] 5295/1: make ZONE_DMA optional by Nicolas Pitre · 17 years ago
  4. 8e6c81f [ARM] 5297/1: [KS8695] Fix two compile-time warnings by Andrew Victor · 17 years ago
  5. 8d163b3 [ARM] 5296/1: [KS8695] Replace macro's with trailing underscores. by Andrew Victor · 17 years ago
  6. 446b097 [ARM] 5293/1: ep93xx: add defines for external chipselects by Hartley Sweeten · 17 years ago
  7. a0a08fd [ARM] 5273/2: ep93xx: move ethernet support into core.c by Hartley Sweeten · 17 years ago
  8. 000b502 [ARM] 5229/3: Replace some ARMv7 opcodes with the instruction name by Catalin Marinas · 17 years ago
  9. 92e88aa [ARM] 5276/1: ep93xx: allow selecting UART for early kernel messages by Hartley Sweeten · 17 years ago
  10. 3319f5e [ARM] 5274/1: simplify request_standard_resources() by Nicolas Pitre · 17 years ago
  11. 0ac4ed9 [NET] 5268/1: cs89x0: add support for i.MX31ADS ARM board. by Gilles Chanteperdrix · 17 years ago
  12. 457cd4f [ARM] 5250/1: unbalanced enable_irq() for serial_ks8695.c fix by Dick Hollenbeck · 17 years ago
  13. bda0308 [ARM] 5270/1: Fix Formatting in mach-sa1100/ machine files by Kristoffer Ericson · 17 years ago
  14. 89c816b [ARM] 5256/1: Update jornada default config by Kristoffer Ericson · 17 years ago
  15. 4ba3f7c [ARM] mm: allow LH7A40x to use sparsemem by Russell King · 17 years ago
  16. 07a2f73 [ARM] mm: deprecate discontigmem on ARM by Russell King · 17 years ago
  17. ee93916 [ARM] mm: switch SA1100 to use sparsemem by Russell King · 17 years ago
  18. 07f841b [ARM] mm: enable sparsemem on clps7500 and RiscPC by Russell King · 17 years ago
  19. b7a69ac [ARM] mm: finish ARM sparsemem support by Russell King · 17 years ago
  20. d2a38ef [ARM] mm: provide helpers for accessing membanks by Russell King · 17 years ago
  21. 8ec5366 [ARM] Improve non-executable support by Russell King · 17 years ago
  22. 5ec9407 [ARM] Don't include asm/elf.h in asm code by Russell King · 17 years ago
  23. 9b727ab [ARM] Remove MT_NONSHARED_DEVICE alias by Russell King · 17 years ago
  24. db5b716 [ARM] Remove MT_DEVICE_IXP2000 and associated definitions by Russell King · 17 years ago
  25. 40df2d1 [ARM] Update Xscale and Xscale3 PTE mappings by Russell King · 17 years ago
  26. 40d192b [ARM] remove 'prot_pte_ext' from memory type table by Russell King · 17 years ago
  27. 3f69c0c [ARM] Convert ARMv7 to use TEX remapping by Russell King · 17 years ago
  28. 639b0ae [ARM] Convert ARMv6 and ARMv7 to use new memory types by Russell King · 17 years ago
  29. 9e8b519 [ARM] Convert Xscale and Xscale3 to use new memory types by Russell King · 17 years ago
  30. bb30f36 [ARM] Introduce new PTE memory type bits by Russell King · 17 years ago
  31. 9cff96e [ARM] Re-jig Linux PTE bits to allow room for 4 memory type bits by Russell King · 17 years ago
  32. da09165 [ARM] Convert set_pte_ext implementions to macros by Russell King · 17 years ago
  33. 6c5da7a [ARM] mm: move vmalloc= parsing to arch/arm/mm/mmu.c by Russell King · 17 years ago
  34. eca7321 [ARM] mm: move validation of membanks to one place by Russell King · 17 years ago
  35. da46c79 [ARM] 5272/1: remove conditional compilation in show_pte() by Nicolas Pitre · 17 years ago
  36. dfcc644 [ARM] 5271/1: get rid of pages_to_mb() by Nicolas Pitre · 17 years ago
  37. 76ebc6a [ARM] 5269/1: ARMv7: Use -march=armv7-a as compiler flag by Catalin Marinas · 17 years ago
  38. 7807c60 [ARM] dma: fix some comments in dma-mapping.h by Russell King · 17 years ago
  39. 309dbba [ARM] dma: don't touch cache on dma_*_for_cpu() by Russell King · 17 years ago
  40. 0e18b5d [ARM] dma: add validation of DMA params by Russell King · 17 years ago
  41. 3216a97 [ARM] dma: coding style cleanups by Russell King · 17 years ago
  42. 125ab12 [ARM] dma: fix dmabounce dma_sync_xxx() implementations by Russell King · 17 years ago
  43. 8c8a0ec5 [ARM] dma: use new dmabounce_sync_for_xxx() for dma_sync_single_xxx() by Russell King · 17 years ago
  44. 2638b4d [ARM] dma: Reduce to one dma_sync_sg_* implementation by Russell King · 17 years ago
  45. 01135d92 [ARM] dma: Reduce to one dma_map_sg()/dma_unmap_sg() implementation by Russell King · 17 years ago
  46. 56f55f8 [ARM] dma: provide a better dma_map_page() implementation by Russell King · 17 years ago
  47. afd1a32 [ARM] Update dma_map_sg()/dma_unmap_sg() API by Russell King · 17 years ago
  48. 0ddbccd [ARM] dma: rename consistent.c to dma-mapping.c by Russell King · 17 years ago
  49. 2b4ae1f [ARM] Print details relevant to how we handle the cache by Russell King · 17 years ago
  50. c0e9587 [ARM] Introduce new bitmask based cache type macros by Russell King · 17 years ago
  51. 90f1e08 [ARM] Remove cache type printks by Russell King · 17 years ago
  52. b4ffb0e [ARM] Update mach-types by Russell King · 17 years ago
  53. 1562f98 [ARM] Fix IOP13xx build warnings by Russell King · 17 years ago
  54. 80cec14 [ARM] Add -march=all to assembly file build in arch/arm/boot/compressed by Russell King · 17 years ago
  55. 7a1f370 [ARM] 5243/1: ep93xx: bugfix, GPIO ports C and F are swapped by Hartley Sweeten · 17 years ago
  56. f69162a [ARM] 5242/1: ep93xx: bugfix, GPIO port F enable register offset by Hartley Sweeten · 17 years ago
  57. b0dbcf5 [NET] smc91x: provide configurable leds by Russell King · 17 years ago
  58. 1ad77a8 [ARM] 5241/1: provide ioremap_wc() by Lennert Buytenhek · 17 years ago
  59. fbd3bdb [ARM] Convert asm/bitops.h to linux/bitops.h by Russell King · 17 years ago
  60. 8029db1 [ARM] Convert asm/delay.h to linux/delay.h by Russell King · 17 years ago
  61. fced80c [ARM] Convert asm/io.h to linux/io.h by Russell King · 17 years ago
  62. 33fa9b1 [ARM] Convert asm/uaccess.h to linux/uaccess.h by Russell King · 17 years ago
  63. 5ed5fdf [ARM] clean up a load of old declarations by Russell King · 17 years ago
  64. 012d1f4 [ARM] move initrd code from kernel/setup.c to mm/init.c by Russell King · 17 years ago
  65. 446616d [ARM] sparse: quieten arch/arm/kernel/irq.c by Russell King · 17 years ago
  66. 1de765c [ARM] remove pc_pointer() by Russell King · 17 years ago
  67. 09d9bae [ARM] sparse: fix several warnings by Russell King · 17 years ago
  68. 6584690 [ARM] omap: fix virtual vs physical address space confusions by Russell King · 17 years ago
  69. 8b540fd [ARM] remove unused #include <version.h> by Huang Weiyi · 17 years ago
  70. c3df1a2 [ARM] omap: fix build error in ohci-omap.c by Russell King · 17 years ago
  71. 69114a4 [ARM] omap: fix gpio.c build error by Russell King · 17 years ago
  72. d26acd9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 17 years ago
  73. fbb16e2 [x86] Fix TSC calibration issues by Thomas Gleixner · 17 years ago
  74. 37b08e3 ipsec: Fix deadlock in xfrm_state management. by David S. Miller · 17 years ago
  75. 8b76f46 drivers/char/random.c: fix a race which can lead to a bogus BUG() by Andrew Morton · 17 years ago
  76. 9d35935 pm_qos_requirement might sleep by John Kacur · 17 years ago
  77. 74c4633 rtc-cmos: wake again from S5 by Rafael J. Wysocki · 17 years ago
  78. 8b3a894 sysfs: document files in /sys/firmware/sgi_uv/ by Russ Anderson · 17 years ago
  79. bb8fb4e ibft: fix target info parsing in ibft module by Mike Christie · 17 years ago
  80. 73442da rtc_time_to_tm: fix signed/unsigned arithmetic by Jan Altenberg · 17 years ago
  81. b4a49b1 tdfxfb: fix frame buffer name overrun by Krzysztof Helt · 17 years ago
  82. bf6910c tdfxfb: fix SDRAM memory size detection by Krzysztof Helt · 17 years ago
  83. a8823ae hp-wmi: add proper hotkey support by Matthew Garrett · 17 years ago
  84. 3f6e2f1 hp-wmi: update to match current rfkill semantics by Matthew Garrett · 17 years ago
  85. 61e55d0 ipc: document the new auto_msgmni proc file by Nadia Derbey · 17 years ago
  86. b954185 mm: size of quicklists shouldn't be proportional to the number of CPUs by KOSAKI Motohiro · 17 years ago
  87. 4b85615 mm: show quicklist usage in /proc/meminfo by KOSAKI Motohiro · 17 years ago
  88. 36fd71d devcgroup: fix race against rmdir() by Li Zefan · 17 years ago
  89. 09a2910 cirrusfb: check_par fixes by Krzysztof Helt · 17 years ago
  90. 950bbab pid_ns: (BUG 11391) change ->child_reaper when init->group_leader exits by Oleg Nesterov · 17 years ago
  91. add0d4d pid_ns: zap_pid_ns_processes: fix the ->child_reaper changing by Oleg Nesterov · 17 years ago
  92. e385ea6 mmc: at91_mci: don't use coherent dma buffers by David Brownell · 17 years ago
  93. 363f66f 8250: improve workaround for UARTs that don't re-assert THRE correctly by Will Newton · 17 years ago
  94. bd7aa4b MAINTAINERS: add a maintainer for the BCM5974 multitouch driver by Henrik Rydberg · 17 years ago
  95. 5276558 mm/bootmem: silence section mismatch warning - contig_page_data/bootmem_node_data by Marcin Slusarz · 17 years ago
  96. 39dbbb4 acer-wmi: remove debugfs entries upon unloading by Russ Dill · 17 years ago
  97. 6ccfa80 VFS: fix dio write returning EIO when try_to_release_page fails by Hisashi Hifumi · 17 years ago
  98. 344c790 mm: make setup_zone_migrate_reserve() aware of overlapping nodes by Adam Litke · 17 years ago
  99. 169ccbd NTFS: update homepage by Adrian Bunk · 17 years ago
  100. 0677084 ipv: Re-enable IP when MTU > 68 by Breno Leitao · 17 years ago