1. ce33fdc sparc64: Probe cpu page size support more portably. by David S. Miller · 12 years ago
  2. 4f93d21 sparc64: Support 2GB and 16GB page sizes for kernel linear mappings. by David S. Miller · 12 years ago
  3. 699871b sparc64: Fix bugs in unrolled 256-bit loops. by David S. Miller · 12 years ago
  4. 7cff82f sparc64: Avoid code duplication in crypto assembler. by David S. Miller · 12 years ago
  5. 4e71bb4 sparc64: Unroll CTR crypt loops in AES driver. by David S. Miller · 12 years ago
  6. 3010131 sparc64: Unroll ECB decryption loops in AES driver. by David S. Miller · 12 years ago
  7. 03d168a sparc64: Unroll ECB encryption loops in AES driver. by David S. Miller · 12 years ago
  8. 9fd130e sparc64: Add ctr mode support to AES driver. by David S. Miller · 12 years ago
  9. 0bdcaf7 sparc64: Move AES driver over to a methods based implementation. by David S. Miller · 12 years ago
  10. 45dfe23 sparc64: Use fsrc2 instead of fsrc1 in sparc64 hash crypto drivers. by David S. Miller · 12 years ago
  11. 81658ad sparc64: Add CAMELLIA driver making use of the new camellia opcodes. by David S. Miller · 12 years ago
  12. 3705665 sparc64: Fix spelling of CAMELLIA in CFR macro name and comment. by David S. Miller · 12 years ago
  13. c5aac2d sparc64: Add DES driver making use of the new des opcodes. by David S. Miller · 12 years ago
  14. 442a7c4 sparc64: Add CRC32C driver making use of the new crc32c opcode. by David S. Miller · 12 years ago
  15. 9bf4852 sparc64: Add AES driver making use of the new aes opcodes. by David S. Miller · 12 years ago
  16. fa4dfed sparc64: Add MD5 driver making use of the 'md5' instruction. by David S. Miller · 12 years ago
  17. 775e0c6 sparc64: Add SHA384/SHA512 driver making use of the 'sha512' instruction. by David S. Miller · 12 years ago
  18. 86c93b2 sparc64: Add SHA224/SHA256 driver making use of the 'sha256' instruction. by David S. Miller · 12 years ago
  19. 4ff28d4 sparc64: Add SHA1 driver making use of the 'sha1' instruction. by David S. Miller · 12 years ago
  20. bab96bd sparc64: Update generic comments in perf event code to match reality. by David S. Miller · 12 years ago
  21. 035ea28 sparc64: Add SPARC-T4 perf event support. by David S. Miller · 12 years ago
  22. 7a37a0b sparc64: Support perf event encoding for multi-PCR PMUs. by David S. Miller · 12 years ago
  23. b4f061a sparc64: Make sparc_pmu_{enable,disable}_event() multi-pcr aware. by David S. Miller · 12 years ago
  24. 5ab9684 sparc64: Rework sparc_pmu_enable() so that the side effects are clearer. by David S. Miller · 12 years ago
  25. 3f1a209 sparc64: Prepare perf event layer for handling multiple PCR registers. by David S. Miller · 12 years ago
  26. 7ac2ed2 sparc64: Specify user and supervisor trace PCR bits in sparc_pmu. by David S. Miller · 12 years ago
  27. 5344303 sparc64: Abstract PMC read/write behind sparc_pmu. by David S. Miller · 12 years ago
  28. 5966049 sparc64: Allow max hw perf events to be variable. by David S. Miller · 12 years ago
  29. b38e99f sparc64: Add perf_event abstractions for orthogonal PMUs. by David S. Miller · 12 years ago
  30. 6faaeb8 sparc64: Add PCR ops for SPARC-T4. by David S. Miller · 12 years ago
  31. ce4a925 sparc64: Abstract away the %pcr values used to enable/disable NMI by David S. Miller · 12 years ago
  32. 73a6b05 sparc64: Abstract away the NMI PIC counter computation. by David S. Miller · 12 years ago
  33. 09d053c sparc64: Abstract away PIC register accesses. by David S. Miller · 12 years ago
  34. 0bab20b sparc64: Add 'reg_num' argument to pcr_ops methods. by David S. Miller · 12 years ago
  35. 8c79bfa sparc64: Add hypervisor interfaces for SPARC-T4 perf counter access. by David S. Miller · 12 years ago
  36. 6f859c0 sparc64: Add detection for features new in SPARC-T4. by David S. Miller · 12 years ago
  37. 6dab7ed Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-arm by Linus Torvalds · 12 years ago
  38. 9d0f814 Merge tag 'for-linus' of git://linux-c6x.org/git/projects/linux-c6x-upstreaming by Linus Torvalds · 12 years ago
  39. ad54e46 Merge tag 'stable/for-linus-3.6-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 12 years ago
  40. 15a063f Merge tag 'sh-for-linus' of git://github.com/pmundt/linux-sh by Linus Torvalds · 12 years ago
  41. aacea90 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc by Linus Torvalds · 12 years ago
  42. 01ddd9a C6X: select GENERIC_ATOMIC64 by Mark Salter · 12 years ago
  43. 6330c79 C6X: add Lx_CACHE_SHIFT defines by Mark Salter · 12 years ago
  44. 8986873 ARM: 7490/1: Drop duplicate select for GENERIC_IRQ_PROBE by Stephen Boyd · 12 years ago
  45. 2856cc2 sparc64: Be less verbose during vmemmap population. by David S. Miller · 12 years ago
  46. ddf343f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 12 years ago
  47. 080fc66 ARM: Bring back ARMv3 IO and user access code by Russell King · 12 years ago
  48. 21d2f8dc9 Merge tag 'gpio-fixes-v3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 12 years ago
  49. 88de3d0d Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  50. f720e7e Merge branch 'fixes-for-linus-for-3.6-rc2' of git://git.linaro.org/people/mszyprowski/linux-dma-mapping by Linus Torvalds · 12 years ago
  51. 730a812 ARM: 7489/1: errata: fix workaround for erratum #720789 on UP systems by Will Deacon · 12 years ago
  52. f5f2025 ARM: 7488/1: mm: use 5 bits for swapfile type encoding by Will Deacon · 12 years ago
  53. 47f1204 ARM: 7487/1: mm: avoid setting nG bit for user mappings that aren't present by Will Deacon · 12 years ago
  54. 237ec6f ARM: 7486/1: sched_clock: update epoch_cyc on resume by Colin Cross · 12 years ago
  55. f1898f6 ARM: 7484/1: Don't enable GENERIC_LOCKBREAK with ticket spinlocks by Stephen Boyd · 12 years ago
  56. 3d9fb00 ARM: 7483/1: vfp: only advertise VFPv4 in hwcaps if CONFIG_VFPv3 is enabled by Will Deacon · 12 years ago
  57. f7e416e ARM: 7482/1: topology: fix section mismatch warning for init_cpu_topology by Venkatraman Sathiyamoorthy · 12 years ago
  58. de92343 ARM: davinci: remove broken ntosd2_init_i2c by Arnd Bergmann · 13 years ago
  59. 15b5eb2 ARM: s3c24xx: enable CONFIG_BUG for tct_hammer by Arnd Bergmann · 13 years ago
  60. b64456a Merge branch 'testing/new-warnings' into fixes by Arnd Bergmann · 12 years ago
  61. 8ab08c0 ARM: exynos: exynos_pm_add_dev_to_genpd may be unused by Arnd Bergmann · 12 years ago
  62. a334937 ARM: imx: gpmi-nand depends on mxs-dma by Arnd Bergmann · 12 years ago
  63. b434f5c ARM: integrator: include <linux/export.h> by Arnd Bergmann · 12 years ago
  64. 35e7906 ARM: s3c24xx: use new PWM driver by Arnd Bergmann · 12 years ago
  65. 9c97738 ARM: sa1100: include linux/io.h in hackkit leds code by Arnd Bergmann · 12 years ago
  66. 4eef6cb Input: eeti_ts: pass gpio value instead of IRQ by Arnd Bergmann · 13 years ago
  67. 798bd59 ARM: tegra: more regulator fixes for Harmony by Stephen Warren · 12 years ago
  68. d9e0d14 ARM: dma-mapping: fix incorrect freeing of atomic allocations by Aaro Koskinen · 12 years ago
  69. e4ea691 ARM: dma-mapping: fix atomic allocation alignment by Aaro Koskinen · 12 years ago
  70. 39f78e7 ARM: mm: fix MMU mapping of CMA regions by Chris Brand · 12 years ago
  71. fa75ce6 Merge branches 'sh/urgent' and 'sh/gpiolib' into sh-latest by Paul Mundt · 12 years ago
  72. d0b464d sh: sh7269: Fix LCD pinmux by Phil Edworthy · 12 years ago
  73. 800fb3d sh: dma: fix request_irq usage by Mike Frysinger · 12 years ago
  74. e858712 s390/compat: fix mmap compat system calls by Heiko Carstens · 12 years ago
  75. 82aabdb s390/compat: fix compat wrappers for process_vm system calls by Heiko Carstens · 12 years ago
  76. 5ab37e1 s390: do not clobber personality flags in sys_32_personality() by Jiri Kosina · 12 years ago
  77. c63cb46 s390/seccomp: add support for system call filtering using BPF by Heiko Carstens · 12 years ago
  78. d050351 s390/mm: remove MAX_PHYSADDR_BITS define by Heiko Carstens · 12 years ago
  79. 376249c Merge tag 'imx-fixes' of git://git.pengutronix.de/git/imx/linux-2.6 into fixes by Arnd Bergmann · 12 years ago
  80. 3b6c944 ARM: kirkwood: fix typo in Makefile.boot by Sebastian Hesselbarth · 12 years ago
  81. 9de76b6 i.MX27: Fix emma-prp and csi clocks. by Javier Martin · 12 years ago
  82. 5230f8f ARM: dts: imx: add alias for gpio by Shawn Guo · 12 years ago
  83. 8bb8148 ARM: integrator: use clk_prepare_enable() for timer by Linus Walleij · 12 years ago
  84. 1b984fb Merge branch 'mxs/fixes-for-3.6' of git://git.linaro.org/people/shawnguo/linux-2.6 into fixes by Arnd Bergmann · 12 years ago
  85. 6eec015 ARM: mxs: always build ocotp by Marc Kleine-Budde · 12 years ago
  86. 3bed491 ARM: mxs: Remove MMAP_MIN_ADDR setting from mxs_defconfig by Marek Vasut · 12 years ago
  87. d8579fd Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux by Linus Torvalds · 12 years ago
  88. d79095e Merge git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 12 years ago
  89. 1ca0049 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  90. bd463a0 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  91. 587a9e1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k by Linus Torvalds · 12 years ago
  92. 65dee07 ARM: dts: imx: fix gpio interrupts property by Shawn Guo · 12 years ago
  93. 1eec0c5 ARM: dts: imx53-ard: add regulators for lan9220 by Shawn Guo · 12 years ago
  94. 68b0562 ARM: imx: enable emi_slow_gate clock for imx5 by Shawn Guo · 12 years ago
  95. 8cc7a2b ARM: clk-imx31: Fix the keypad clock name by Fabio Estevam · 12 years ago
  96. 0f06cde ARM: mx28: Fix registers range by Fabio Estevam · 12 years ago
  97. 640bf06 ARM: mx23: Fix registers range by Fabio Estevam · 12 years ago
  98. 97a7dab ARM: imx6q-sabrelite: Setup CLKO IOMUX by Fabio Estevam · 12 years ago
  99. 9d0b01a Merge branches 'delete-gts-bfs', 'misc', 'novell-bugzilla-757888-numa' and 'osc-pcie' into base by Len Brown · 12 years ago
  100. 095adbb ACPI: Only count valid srat memory structures by Thomas Renninger · 12 years ago