1. 5d3c2c3 arm64: Fix source code file path in comments by Alexander Kuleshov · 9 years ago
  2. 412fcb6 arm64: entry: always restore x0 from the stack on syscall return by Will Deacon · 9 years ago
  3. d8d23fa arm64: mdscr_el1: avoid exposing DCC to userspace by Will Deacon · 9 years ago
  4. bf0c4e0 arm64: kconfig: Move LIST_POISON to a safe value by Jeff Vander Stoep · 9 years ago
  5. 9a5ad7d arm64: Add __exception_irq_entry definition for function graph by Jungseok Lee · 9 years ago
  6. d422e62 Merge branch 'aarch64/psci/drivers' into aarch64/for-next/core by Will Deacon · 9 years ago
  7. 8ec4198 arm64: mm: ensure patched kernel text is fetched from PoU by Will Deacon · 9 years ago
  8. 04b8637 arm64: alternatives: ensure secondary CPUs execute ISB after patching by Will Deacon · 9 years ago
  9. 7f08a41 arm64: make ll/sc __cmpxchg_case_##name asm consistent by Mark Rutland · 9 years ago
  10. 97942c2 arm64: dma-mapping: Simplify pgprot handling by Robin Murphy · 9 years ago
  11. 514f161 MAINTAINERS: add PSCI entry by Mark Rutland · 9 years ago
  12. 5211df0 drivers: psci: support native SMC{32,64} calls by Mark Rutland · 9 years ago
  13. bff60792 arm64: psci: factor invocation code to drivers by Mark Rutland · 9 years ago
  14. b511a65 arm64: restore cpu suspend/resume functionality by Sudeep Holla · 9 years ago
  15. 7240751 ARM64: PCI: do not enable resources on PROBE_ONLY systems by Lorenzo Pieralisi · 9 years ago
  16. a14949e arm64: cmpxchg: truncate sub-word signed types before comparison by Will Deacon · 9 years ago
  17. ef5e724 arm64: alternative: put secondary CPUs into polling loop during patch by Will Deacon · 9 years ago
  18. 6c020ea arm64/Documentation: clarify wording regarding memory below the Image by Ard Biesheuvel · 9 years ago
  19. 484c96d arm64: lse: fix lse cmpxchg code indentation by Will Deacon · 9 years ago
  20. 63a5818 arm64: remove redundant object file list by Jonas Rabenstein · 9 years ago
  21. 377bcff arm64: remove dead-code depending on CONFIG_UP_LATE_INIT by Jonas Rabenstein · 9 years ago
  22. 766ffb6 arm64: pgtable: fix definition of pte_valid by Will Deacon · 9 years ago
  23. c1d7cd2 arm64: spinlock: fix ll/sc unlock on big-endian systems by Will Deacon · 9 years ago
  24. 4150e50 arm64: Use last level TLBI for user pte changes by Catalin Marinas · 10 years ago
  25. da4e733 arm64: Clean up __flush_tlb(_kernel)_range functions by Catalin Marinas · 9 years ago
  26. c53e0ba arm64: mm: mark create_mapping as __init by Mark Rutland · 9 years ago
  27. 6f883d1 arm64: debug: rename enum debug_el to avoid symbol collision by Will Deacon · 9 years ago
  28. 662ba3d arm64: mm: add __init section marker to free_initrd_mem by Wang Long · 9 years ago
  29. 309585b arm64: elf: use cpuid_feature_extract_field for hwcap detection by Will Deacon · 9 years ago
  30. 2e94da1 arm64: lse: use generic cpufeature detection for LSE atomics by Will Deacon · 9 years ago
  31. 0e4a070 arm64: kconfig: group the v8.1 features together by Will Deacon · 9 years ago
  32. c739dc8 arm64: lse: rename ARM64_CPU_FEAT_LSE_ATOMICS for consistency by Will Deacon · 9 years ago
  33. 95eff6b arm64: kconfig: select HAVE_CMPXCHG_LOCAL by Will Deacon · 10 years ago
  34. db26217 arm64: atomic64_dec_if_positive: fix incorrect branch condition by Will Deacon · 10 years ago
  35. 6059a7b arm64: atomics: implement atomic{,64}_cmpxchg using cmpxchg by Will Deacon · 10 years ago
  36. 0ea366f arm64: atomics: prefetch the destination word for write prior to stxr by Will Deacon · 10 years ago
  37. a82e623 arm64: atomics: tidy up common atomic{,64}_* macros by Will Deacon · 10 years ago
  38. 4e39715 arm64: cmpxchg: avoid memory barrier on comparison failure by Will Deacon · 10 years ago
  39. 0bc671d arm64: cmpxchg: avoid "cc" clobber in ll/sc routines by Will Deacon · 10 years ago
  40. e9a4b79 arm64: cmpxchg_dbl: patch in lse instructions when supported by the CPU by Will Deacon · 10 years ago
  41. c342f78 arm64: cmpxchg: patch in lse instructions when supported by the CPU by Will Deacon · 10 years ago
  42. c8366ba0 arm64: xchg: patch in lse instructions when supported by the CPU by Will Deacon · 10 years ago
  43. 084f903 arm64: bitops: patch in lse instructions when supported by the CPU by Will Deacon · 10 years ago
  44. 81bb5c6 arm64: locks: patch in lse instructions when supported by the CPU by Will Deacon · 10 years ago
  45. c09d6a0 arm64: atomics: patch in lse instructions when supported by the CPU by Will Deacon · 10 years ago
  46. c0385b2 arm64: introduce CONFIG_ARM64_LSE_ATOMICS as fallback to ll/sc atomics by Will Deacon · 10 years ago
  47. d964b72 arm64: alternatives: add cpu feature for lse atomics by Will Deacon · 10 years ago
  48. 40a1db2 arm64: elf: advertise 8.1 atomic instructions as new hwcap by Will Deacon · 10 years ago
  49. c275f76 arm64: atomics: move ll/sc atomics into separate header file by Will Deacon · 10 years ago
  50. 144e969 arm64: cpufeature.h: add missing #include of kernel.h by Will Deacon · 10 years ago
  51. 9511ca1 arm64: rwlocks: don't fail trylock purely due to contention by Will Deacon · 9 years ago
  52. fc9eb93 Merge branch 'locking/arch-atomic' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into aarch64/for-next/core by Will Deacon · 9 years ago
  53. 41b9e9f atomic: Add simple atomic_t tests by Peter Zijlstra · 9 years ago
  54. 805de8f4 atomic: Replace atomic_{set,clear}_mask() usage by Peter Zijlstra · 10 years ago
  55. de9e432 atomic: Collapse all atomic_{set,clear}_mask definitions by Peter Zijlstra · 10 years ago
  56. e6942b7 atomic: Provide atomic_{or,xor,and} by Peter Zijlstra · 11 years ago
  57. 2957c03 tile: Provide atomic_{or,xor,and} by Chris Metcalf · 9 years ago
  58. 73ada37 h8300: Provide atomic_{or,xor,and} by Peter Zijlstra · 9 years ago
  59. b0d8003 frv: Rewrite atomic implementation by Peter Zijlstra · 10 years ago
  60. 7fc1845 x86: Provide atomic_{or,xor,and} by Peter Zijlstra · 11 years ago
  61. ae8c35c s390: Provide atomic_{or,xor,and} by Peter Zijlstra · 11 years ago
  62. 2a3ed90 xtensa: Provide atomic_{or,xor,and} by Peter Zijlstra · 11 years ago
  63. 304a0d6 sparc: Provide atomic_{or,xor,and} by Peter Zijlstra · 11 years ago
  64. 658aa51 sh: Provide atomic_{or,xor,and} by Peter Zijlstra · 11 years ago
  65. d0b7eb6 powerpc: Provide atomic_{or,xor,and} by Peter Zijlstra · 11 years ago
  66. aebea93 parisc: Provide atomic_{or,xor,and} by Peter Zijlstra · 11 years ago
  67. ddb7573 mn10300: Provide atomic_{or,xor,and} by Peter Zijlstra · 11 years ago
  68. 27782f2 mips: Provide atomic_{or,xor,and} by Peter Zijlstra · 11 years ago
  69. 5b4a2f0 metag: Provide atomic_{or,xor,and} by Peter Zijlstra · 11 years ago
  70. 74b1bc5 m68k: Provide atomic_{or,xor,and} by Peter Zijlstra · 11 years ago
  71. c66e45e m32r: Provide atomic_{or,xor,and} by Peter Zijlstra · 11 years ago
  72. 70ed473 ia64: Provide atomic_{or,xor,and} by Peter Zijlstra · 11 years ago
  73. 610f7ba hexagon: Provide atomic_{or,xor,and} by Peter Zijlstra · 11 years ago
  74. d835b6c blackfin: Provide atomic_{or,xor,and} by Peter Zijlstra · 10 years ago
  75. f8a570e avr32: Provide atomic_{or,xor,and} by Peter Zijlstra · 11 years ago
  76. 22288b4 arm64: Provide atomic_{or,xor,and} by Peter Zijlstra · 11 years ago
  77. 1258979 arm: Provide atomic_{or,xor,and} by Peter Zijlstra · 11 years ago
  78. cda7e41 arc: Provide atomic_{or,xor,and} by Peter Zijlstra · 11 years ago
  79. 212d3be alpha: Provide atomic_{or,xor,and} by Peter Zijlstra · 11 years ago
  80. 56d1def atomic: Prepare generic atomic implementation for logic ops by Peter Zijlstra · 9 years ago
  81. 772d683 arm64: include linux/types.h in asm/spinlock_types.h by Will Deacon · 9 years ago
  82. a465322 arm64/BUG: Show explicit backtrace for WARNs by Dave P Martin · 9 years ago
  83. 9fb7410 arm64/BUG: Use BRK instruction for generic BUG traps by Dave P Martin · 9 years ago
  84. d7a33f4 arm64/debug: Add missing #includes by Dave P Martin · 9 years ago
  85. c696b93 arm64/debug: Simplify BRK insn opcode declarations by Dave P Martin · 9 years ago
  86. 72d033e arm64/debug: Move BRK ESR template macro into <asm/esr.h> by Dave P Martin · 9 years ago
  87. c172d99 arm64/debug: More consistent naming for the BRK ESR template macro by Dave P Martin · 9 years ago
  88. 0392369 arm64/debug: Eliminate magic number from ESR template definition by Dave P Martin · 9 years ago
  89. dfac683 arm64/debug: Mask off all reserved bits from generated ESR values by Dave P Martin · 9 years ago
  90. 951757a arm64/debug: Eliminate magic number for size of BRK instruction by Dave P Martin · 9 years ago
  91. 51650dc arm64: insn: use set_fixmap_offset to make it more clear by yalin wang · 9 years ago
  92. e38457c arm64: efi: prefer AllocatePages() over efi_low_alloc() for vmlinux by Ard Biesheuvel · 9 years ago
  93. e094d44 arm64: kernel: remove non-legit DT warnings when booting using ACPI by Sudeep Holla · 9 years ago
  94. 77ee306 arm64: alternatives: add enable parameter to conditional asm macros by Will Deacon · 9 years ago
  95. 338d4f4 arm64: kernel: Add support for Privileged Access Never by James Morse · 9 years ago
  96. 9ded63a arm64: Generalise msr_s/mrs_s operations by Suzuki K. Poulose · 9 years ago
  97. 91a5cef arm64: kernel: Add optional CONFIG_ parameter to ALTERNATIVE() by James Morse · 9 years ago
  98. 18ffa04 arm64: kernel: Add min_field_value and use '>=' for feature detection by James Morse · 9 years ago
  99. 1c07630 arm64: kernel: Add cpufeature 'enable' callback by James Morse · 9 years ago
  100. 870828e arm64: kernel: Move config_sctlr_el1 by James Morse · 9 years ago