1. 7eab003 ARM: l2c: omap2: remove explicit SMI calls to enable L2 cache by Russell King · 11 years ago
  2. 36827ed ARM: l2c: omap2: implement new write_sec method by Russell King · 11 years ago
  3. 8523f61 ARM: l2c: nomadik: convert to generic l2c OF initialisation by Russell King · 11 years ago
  4. 42708e3 ARM: l2c: nomadik: remove cache size override by Russell King · 11 years ago
  5. 9847cf0 ARM: l2c: mvebu: convert to generic l2c OF initialisation by Russell King · 11 years ago
  6. b9f71aa ARM: l2c: imx vf610: convert to generic l2c OF initialisation by Russell King · 11 years ago
  7. f5a5f43 ARM: l2c: imx: convert to common l2c310 early resume functionality by Russell King · 11 years ago
  8. 28ed53f ARM: l2c: imx: remove direct write to power control register by Russell King · 11 years ago
  9. 513b9a0 ARM: l2c: highbank: convert to generic l2c OF initialisation by Russell King · 11 years ago
  10. e761f6f ARM: l2c: highbank: remove explicit SMI call in L2 cache initialisation by Russell King · 11 years ago
  11. 0074fb2 ARM: l2c: highbank: implement new write_sec method by Russell King · 11 years ago
  12. 15b0bc4 ARM: l2c: exynos: convert to generic l2c OF initialisation (and thereby fix it) by Russell King · 11 years ago
  13. 25a9ef6 ARM: l2c: exynos: convert to common l2c310 early resume functionality by Russell King · 11 years ago
  14. dfbdd3d ARM: l2c: exynos: remove cache size override by Russell King · 11 years ago
  15. 24cb65f ARM: l2c: cns3xxx: remove cache size override by Russell King · 11 years ago
  16. a048711 ARM: l2c: berlin: convert to generic l2c OF initialisation by Russell King · 11 years ago
  17. d458773f ARM: l2c: bcm_5301x: convert to generic l2c OF initialisation by Russell King · 11 years ago
  18. de7e753 ARM: l2c: provide common PL310 early resume code by Russell King · 11 years ago
  19. 805604e ARM: l2c: add platform independent core L2 cache OF initialisation by Russell King · 11 years ago
  20. a4b041a ARM: l2c: always enable non-secure access to lockdown registers by Russell King · 11 years ago
  21. 3a43b58 ARM: l2c: always enable low power modes by Russell King · 11 years ago
  22. 36bccb1 ARM: l2c: remove platforms/SoCs setting early BRESP by Russell King · 11 years ago
  23. 4374d64 ARM: l2c: add automatic enable of early BRESP by Russell King · 11 years ago
  24. ddf7d79 ARM: l2c: move L2 cache register saving to a more sensible location by Russell King · 11 years ago
  25. d9d1f3e ARM: l2c: check that DT files specify the required "cache-unified" property by Russell King · 11 years ago
  26. 1a5a954 ARM: l2c: fix register naming by Russell King · 11 years ago
  27. a8875a0 ARM: l2c: implement L2C-310 erratum 752271 in core L2C code by Russell King · 11 years ago
  28. 8abd259 ARM: l2c: provide generic hook to intercept writes to secure registers by Russell King · 11 years ago
  29. c0fe18b ARM: l2c: move errata configuration options to arch/arm/mm/Kconfig by Russell King · 11 years ago
  30. 0493aef ARM: l2c: move way size calculation data into l2c_init_data by Russell King · 11 years ago
  31. 5f47c38 ARM: l2c: add decode for L2C-220 cache ways by Russell King · 11 years ago
  32. 051334b ARM: l2c: move type string into l2c_init_data structure by Russell King · 11 years ago
  33. cf9ea8f ARM: l2c: remove obsolete l2x0 ops for non-OF init by Russell King · 11 years ago
  34. 9081114 ARM: l2c: convert Broadcom L2C-310 to new code by Russell King · 11 years ago
  35. 733c6bb ARM: l2c: add L2C-220 specific handlers by Russell King · 11 years ago
  36. f777332 ARM: l2c: use L2C-210 handlers for L2C-310 errata-less implementations by Russell King · 11 years ago
  37. ebd4219f ARM: l2c: implement L2C-310 erratum 588369 as a method override by Russell King · 11 years ago
  38. 99ca1772 ARM: l2c: implement L2C-310 erratum 727915 as a method override by Russell King · 11 years ago
  39. 6a28cf5 ARM: l2c: add L2C-210 specific handlers by Russell King · 11 years ago
  40. bda0b74 ARM: l2c: move pl310_set_debug() into l2c-310 code by Russell King · 11 years ago
  41. faf9b2e ARM: l2c: simplify l2x0 unlocking code by Russell King · 11 years ago
  42. 09a5d18 ARM: l2c: clean up save/resume functions by Russell King · 11 years ago
  43. b98556f2 ARM: l2c: move and add ARM L2C-2x0/L2C-310 save/resume code to non-OF by Russell King · 11 years ago
  44. cdef868 ARM: l2c: clean up L2 cache initialisation messages by Russell King · 11 years ago
  45. 75461f5 ARM: l2c: implement fixups for L2 cache controller quirks/errata by Russell King · 11 years ago
  46. 40266d6 ARM: l2c: move aurora broadcast setup to enable function by Russell King · 11 years ago
  47. 9a07f27 ARM: l2c: only write the auxiliary control register if required by Russell King · 11 years ago
  48. 17f3f99 ARM: l2c: write auxctrl register before unlocking by Russell King · 11 years ago
  49. 3b8bad5 ARM: l2c: provide enable method by Russell King · 11 years ago
  50. da3627f ARM: l2c: group implementation specific code together by Russell King · 11 years ago
  51. c40e7eb ARM: l2c: move l2c save function to __l2c_init() by Russell King · 11 years ago
  52. 9846dfc ARM: l2c: pass iomem address into data->save function by Russell King · 11 years ago
  53. 96054b0 ARM: l2c: clean up OF initialisation a bit by Russell King · 11 years ago
  54. 14b882c ARM: l2c: add and use L2C revision constants by Russell King · 11 years ago
  55. 83841fe ARM: l2c: rename cache_wait_way() by Russell King · 11 years ago
  56. df5dd4c ARM: l2c: provide generic helper for way-based operations by Russell King · 11 years ago
  57. 37abcdb ARM: l2c: split out cache unlock code by Russell King · 11 years ago
  58. 2b2a87a ARM: l2c: provide generic function for calling set_debug method by Russell King · 11 years ago
  59. c02642b ARM: l2c: rename OF specific things, making l2x0_of_data available to all by Russell King · 11 years ago
  60. ce84130 ARM: l2c: tidy up l2x0_of_data declarations by Russell King · 11 years ago
  61. a65bb92 ARM: l2c: add helper for L2 cache controller DT IDs by Russell King · 11 years ago
  62. 1f1d5b7 ARM: outer cache: add WARN_ON() to outer_disable() by Russell King · 11 years ago
  63. bc4f94d ARM: outer cache: add documentation of outer cache functions by Russell King · 11 years ago
  64. d453ef7 ARM: l2c: remove unnecessary UL-suffix to mask values by Russell King · 11 years ago
  65. cef3d92 ARM: l2c: omap2: remove ES1.0 support by Russell King · 11 years ago
  66. 03a166e ARM: l2c: avoid calling outer_flush_all() unnecessarily (Spear) by Russell King · 11 years ago
  67. b13b9e9 ARM: l2c: remove unnecessary call to outer_flush_all() by Russell King · 11 years ago
  68. 265c271 ARM: l2c: remove outer_inv_all() method by Russell King · 11 years ago
  69. 6538d62 Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 11 years ago
  70. 80932ec Merge branch 'renameat2' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs by Linus Torvalds · 11 years ago
  71. 84e12d9 Merge tag 'staging-3.15-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 11 years ago
  72. 1f5518b Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 11 years ago
  73. 31a3fca Merge tag 'dt-for-linus' of git://git.secretlab.ca/git/linux by Linus Torvalds · 11 years ago
  74. 3ca976a ia64: add renameat2 syscall by Miklos Szeredi · 11 years ago
  75. 18e480a parisc: add renameat2 syscall by Miklos Szeredi · 11 years ago
  76. cc79f00 m68k: add renameat2 syscall by Miklos Szeredi · 11 years ago
  77. c7d6891 Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 11 years ago
  78. 6ed8bf8 Merge branch 'parisc-3.15-4' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux by Linus Torvalds · 11 years ago
  79. 8d900e7 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 11 years ago
  80. 41abc902 Merge tag 'metag-for-v3.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/metag by Linus Torvalds · 11 years ago
  81. 172de65 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  82. 4797ec2 arm64: fix pud_huge() for 2-level pagetables by Mark Salter · 11 years ago
  83. dfc44f8 mips: dts: Fix missing device_type="memory" property in memory nodes by Leif Lindholm · 11 years ago
  84. bfaed5a arm: dts: Fix missing device_type="memory" for ste-ccu8540 by Leif Lindholm · 11 years ago
  85. c776cd8 parisc: Improve LWS-CAS performance by John David Anglin · 11 years ago
  86. fef47e2 parisc: ratelimit userspace segfault printing by Helge Deller · 11 years ago
  87. fa81511 x86-64, modify_ldt: Make support for 16-bit segments a runtime option by Linus Torvalds · 11 years ago
  88. c70458f50 metag: Remove _STK_LIM_MAX override by James Hogan · 11 years ago
  89. 042d27a parisc,metag: Do not hardcode maximum userspace stack size by Helge Deller · 11 years ago
  90. d71f290 metag: Reduce maximum stack size to 256MB by James Hogan · 11 years ago
  91. 2425ce8 metag: fix memory barriers by Mikulas Patocka · 11 years ago
  92. 7bb3940 MIPS: mm: Fix broken microMIPS kernel regression. by Steven J. Hill · 11 years ago
  93. f2d0801 MIPS: Add new AUDIT_ARCH token for the N32 ABI on MIPS64 by Markos Chandras · 11 years ago
  94. 9844f54 x86, mm, hugetlb: Add missing TLB page invalidation for hugetlb_cow() by Anthony Iliopoulos · 11 years ago
  95. 367f0b5 MIPS: Wire up renameat2 syscall. by Ralf Baechle · 11 years ago
  96. 619b589 Merge tag 'stable/for-linus-3.15-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 11 years ago
  97. 200d963 Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 11 years ago
  98. 8471ac1b MIPS: inst.h: Rename BITFIELD_FIELD to __BITFIELD_FIELD. by Ralf Baechle · 11 years ago
  99. cdbb03b MIPS: Remove file missed when removing rm9k support a while ago. by Ralf Baechle · 11 years ago
  100. 8e8acb3 MIPS/loongson2_cpufreq: Fix CPU clock rate setting by Aaro Koskinen · 11 years ago