1. bd7d38d arm64: ftrace: Add dynamic ftrace support by AKASHI Takahiro · 11 years ago
  2. 819e50e arm64: Add ftrace support by AKASHI Takahiro · 11 years ago
  3. af64d2a ftrace: Add arm64 support to recordmcount by AKASHI Takahiro · 11 years ago
  4. 26e2ae3 arm64: Add 'notrace' attribute to unwind_frame() for ftrace by AKASHI Takahiro · 11 years ago
  5. 26e9b83 arm64: add __ASSEMBLY__ in asm/insn.h by AKASHI Takahiro · 11 years ago
  6. 2eb8b39 Merge branch 'ftrace/arm64' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace into for-next/core by Will Deacon · 11 years ago
  7. af885f4 arm64: Fix linker script entry point by Geoff Levand · 11 years ago
  8. 0a42cb0 arm64: lib: Implement optimized string length routines by zhichang.yuan · 11 years ago
  9. 192c4d9 arm64: lib: Implement optimized string compare routines by zhichang.yuan · 11 years ago
  10. d875c9b arm64: lib: Implement optimized memcmp routine by zhichang.yuan · 11 years ago
  11. b29a51f arm64: lib: Implement optimized memset routine by zhichang.yuan · 11 years ago
  12. 280adc1 arm64: lib: Implement optimized memmove routine by zhichang.yuan · 11 years ago
  13. 808dbac arm64: lib: Implement optimized memcpy routine by zhichang.yuan · 11 years ago
  14. 74d2eb3 arm64: defconfig: enable a few more common/useful options in defconfig by Will Deacon · 11 years ago
  15. eed542d ftrace: Make CALLER_ADDRx macros more generic by AKASHI Takahiro · 11 years ago
  16. b9acc49 arm64: Fix deadlock scenario with smp_send_stop() by Arun KS · 11 years ago
  17. 90f51a0 arm64: Fix machine_shutdown() definition by Arun KS · 11 years ago
  18. eb631bb arm64: Support arch_irq_work_raise() via self IPIs by Larry Bassel · 11 years ago
  19. ebdc944 arm64: topology: Add support for topology DT bindings by Mark Brown · 11 years ago
  20. c31bf04 arm64: topology: Initialise default topology state immediately by Mark Brown · 11 years ago
  21. 5dd349b arm64: sched: Remove unused mc_capable() and smt_capable() by Zi Shen Lim · 11 years ago
  22. 5a0fdfa Revert "arm64: Introduce execute-only page access permissions" by Catalin Marinas · 11 years ago
  23. cf5c95d Merge tag 'for-3.16' of git://git.linaro.org/people/ard.biesheuvel/linux-arm into upstream by Catalin Marinas · 11 years ago
  24. 49788fe arm64/crypto: AES-ECB/CBC/CTR/XTS using ARMv8 NEON and Crypto Extensions by Ard Biesheuvel · 11 years ago
  25. 2ca10f8 arm64: pull in <asm/simd.h> from asm-generic by Ard Biesheuvel · 12 years ago
  26. a3fd821 arm64/crypto: AES in CCM mode using ARMv8 Crypto Extensions by Ard Biesheuvel · 11 years ago
  27. 317f2f7 arm64/crypto: AES using ARMv8 Crypto Extensions by Ard Biesheuvel · 12 years ago
  28. fdd2389 arm64/crypto: GHASH secure hash using ARMv8 Crypto Extensions by Ard Biesheuvel · 11 years ago
  29. 6ba6c74 arm64/crypto: SHA-224/SHA-256 using ARMv8 Crypto Extensions by Ard Biesheuvel · 11 years ago
  30. 2c98833 arm64/crypto: SHA-1 using ARMv8 Crypto Extensions by Ard Biesheuvel · 11 years ago
  31. fd92d4a arm64: is_compat_task is defined both in asm/compat.h and linux/compat.h by AKASHI Takahiro · 11 years ago
  32. d34a3eb arm64: Add regs_return_value() in syscall.h by AKASHI Takahiro · 11 years ago
  33. 3157858f arm64: split syscall_trace() into separate functions for enter/exit by AKASHI Takahiro · 11 years ago
  34. 449f81a arm64: make a single hook to syscall_trace() for all syscall features by AKASHI Takahiro · 11 years ago
  35. 2a28307 arm64: debug: avoid accessing mdscr_el1 on fault paths where possible by Will Deacon · 11 years ago
  36. d6d211d Linux 3.15-rc5 by Linus Torvalds · 11 years ago
  37. 181da3c Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  38. dc60b77 arm64: mm: use inner-shareable barriers for inner-shareable maintenance by Will Deacon · 11 years ago
  39. ee9e101 arm64: kvm: use inner-shareable barriers for inner-shareable maintenance by Will Deacon · 11 years ago
  40. d048859 arm64: head: fix cache flushing and barriers in set_cpu_boot_mode_flag by Will Deacon · 11 years ago
  41. be6209a arm64: barriers: use barrier() instead of smp_mb() when !SMP by Will Deacon · 11 years ago
  42. 493e687 arm64: barriers: wire up new barrier options by Will Deacon · 11 years ago
  43. 98f7685 arm64: barriers: make use of barrier options with explicit barriers by Will Deacon · 11 years ago
  44. fa48e6f arm64: mm: Optimise tlb flush logic where we have >4K granule by Steve Capper · 11 years ago
  45. e1dfda9 arm64: xchg: prevent warning if return value is unused by Will Deacon · 11 years ago
  46. 28b92e0 x86, vdso, time: Cast tv_nsec to u64 for proper shifting in update_vsyscall() by Boris Ostrovsky · 11 years ago
  47. c45f773 x86: Fix typo in MSR_IA32_MISC_ENABLE_LIMIT_CPUID macro by Andres Freund · 11 years ago
  48. 722a0d2 x86: Fix typo preventing msr_set/clear_bit from having an effect by Andres Freund · 11 years ago
  49. 206a2a7 arm64: mm: Create gigabyte kernel logical mappings where possible by Steve Capper · 11 years ago
  50. ba6bf8c arm64: Make atomic64_t() return "long", not "long long" by Bjorn Helgaas · 11 years ago
  51. a501e32 arm64: Clean up the default pgprot setting by Catalin Marinas · 11 years ago
  52. bc07c2c arm64: Introduce execute-only page access permissions by Catalin Marinas · 11 years ago
  53. 15af194 arm64: Expose ESR_EL1 information to user when SIGSEGV/SIGBUS by Catalin Marinas · 12 years ago
  54. 0e0276d arm64: Remove the aux_context structure by Catalin Marinas · 11 years ago
  55. 9141300 arm64: Provide read/write fault information in compat signal handlers by Catalin Marinas · 11 years ago
  56. 6400111 arm64: Remove boot thread synchronisation for spin-table release method by Catalin Marinas · 11 years ago
  57. a41dc0e arm64: Implement cache_line_size() based on CTR_EL0.CWG by Catalin Marinas · 11 years ago
  58. afcf0a2 Merge tag 'xfs-for-linus-3.15-rc5' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 11 years ago
  59. f322e26 Merge tag 'trace-fixes-v3.15-rc4-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 11 years ago
  60. d86561b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 11 years ago
  61. c6c96d7 Merge tag 'sound-3.15-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 11 years ago
  62. 1b826a9 Merge tag 'mfd-mmc-fixes-3.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd by Linus Torvalds · 11 years ago
  63. 8058bd0 tracepoint: Fix use of tracepoint funcs after rcu free by Mathieu Desnoyers · 11 years ago
  64. 098507a trace: module: Maintain a valid user count by Romain Izard · 11 years ago
  65. 190f1ca arm64: add support for kernel mode NEON in interrupt context by Ard Biesheuvel · 11 years ago
  66. 005f78c arm64: defer reloading a task's FPSIMD state to userland resume by Ard Biesheuvel · 11 years ago
  67. c51f926 arm64: add abstractions for FPSIMD state manipulation by Ard Biesheuvel · 11 years ago
  68. 0567f5f asm-generic: allow generic unaligned access if the arch supports it by Ard Biesheuvel · 11 years ago
  69. 98fcc57 mmc: rtsx: Revert "mmc: rtsx: add support for pre_req and post_req" by Micky Ching · 11 years ago
  70. 6218791 x86/intel: Add quirk to disable HPET for the Baytrail platform by Feng Tang · 11 years ago
  71. f10f383 x86/hpet: Make boot_hpet_disable extern by Feng Tang · 11 years ago
  72. 9f1eb57 Merge tag 'for-linus-20140507' of git://git.infradead.org/linux-mtd by Linus Torvalds · 11 years ago
  73. 7ceeff4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid by Linus Torvalds · 11 years ago
  74. f56cfe0 Merge branch 'drm-radeon-mullins' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 11 years ago
  75. 8a207d3 Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 11 years ago
  76. 14262d6 x86-64, build: Fix stack protector Makefile breakage with 32-bit userland by George Spelvin · 11 years ago
  77. aadca6f x86/reboot: Add reboot quirk for Certec BPC600 by Christian Gmeiner · 11 years ago
  78. 995c376 Merge branch 'mullins' of git://people.freedesktop.org/~deathsimple/linux into drm-fixes by Dave Airlie · 11 years ago
  79. 2a1235e Merge branch 'drm-nouveau-next' of git://anongit.freedesktop.org/git/nouveau/linux-2.6 into drm-fixes by Dave Airlie · 11 years ago
  80. 508200c Merge tag 'topc/core-stuff-2014-05-05' of git://anongit.freedesktop.org/drm-intel into drm-fixes by Dave Airlie · 11 years ago
  81. 9eabb91 Merge branch 'drm-fixes-3.15' of git://people.freedesktop.org/~deathsimple/linux into drm-fixes by Dave Airlie · 11 years ago
  82. 38583f0 Merge branch 'akpm' (incoming from Andrew) by Linus Torvalds · 11 years ago
  83. 3ca9e5d agp: info leak in agpioc_info_wrap() by Dan Carpenter · 11 years ago
  84. d353efd fs/affs/super.c: bugfix / double free by Fabian Frederick · 11 years ago
  85. 1e2ee49 fanotify: fix -EOVERFLOW with large files on 64-bit by Will Woods · 11 years ago
  86. 41a2128 slub: use sysfs'es release mechanism for kmem_cache by Christoph Lameter · 11 years ago
  87. 6237625 revert "mm: vmscan: do not swap anon pages just because free+file is low" by Johannes Weiner · 11 years ago
  88. 6b6751f autofs: fix lockref lookup by Ian Kent · 11 years ago
  89. 139b6a6 mm: filemap: update find_get_pages_tag() to deal with shadow entries by Johannes Weiner · 11 years ago
  90. 49e068f mm/compaction: make isolate_freepages start at pageblock boundary by Vlastimil Babka · 11 years ago
  91. 0e3b7e5 MAINTAINERS: zswap/zbud: change maintainer email address by Seth Jennings · 11 years ago
  92. d5c9fde mm/page-writeback.c: fix divide by zero in pos_ratio_polynom by Rik van Riel · 11 years ago
  93. 457c1b2 hugetlb: ensure hugepage access is denied if hugepages are not supported by Nishanth Aravamudan · 11 years ago
  94. 93030d8 slub: fix memcg_propagate_slab_attrs by Vladimir Davydov · 11 years ago
  95. 3573839 drivers/rtc/rtc-pcf8523.c: fix month definition by Chris Cui · 11 years ago
  96. 8169d30 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  97. 39f1f78 nick kvfree() from apparmor by Al Viro · 11 years ago
  98. 50c6e28 posix_acl: handle NULL ACL in posix_acl_equiv_mode by Christoph Hellwig · 11 years ago
  99. 256cf4c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 11 years ago
  100. 9bd29c5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc by Linus Torvalds · 11 years ago