1. 7f17049 arm64: tlbflush: avoid writing RES0 bits by Philip Elcan · 7 years ago
  2. 2a58fca arm64: cmpxchg: Include linux/compiler.h in asm/cmpxchg.h by Will Deacon · 7 years ago
  3. c9406e5 arm64: move percpu cmpxchg implementation from cmpxchg.h to percpu.h by Will Deacon · 7 years ago
  4. e8a2d04 arm64: cmpxchg: Include build_bug.h instead of bug.h for BUILD_BUG by Will Deacon · 7 years ago
  5. 8a624f1 arm64: lse: Include compiler_types.h and export.h for out-of-line LL/SC by Will Deacon · 7 years ago
  6. b4f9b39 arm64: fpsimd: include <linux/init.h> in fpsimd.h by Will Deacon · 7 years ago
  7. 3f251cf Revert "arm64: Revert L1_CACHE_SHIFT back to 6 (64-byte cache line size)" by Will Deacon · 7 years ago
  8. 12eb369 arm64: cpufeature: Avoid warnings due to unused symbols by Will Deacon · 7 years ago
  9. ece1397 arm64: Add work around for Arm Cortex-A55 Erratum 1024718 by Suzuki K Poulose · 7 years ago
  10. 05abb59 arm64: Delay enabling hardware DBM feature by Suzuki K Poulose · 7 years ago
  11. 6e61686 arm64: Add MIDR encoding for Arm Cortex-A55 and Cortex-A35 by Suzuki K Poulose · 7 years ago
  12. ba7d923 arm64: capabilities: Handle shared entries by Suzuki K Poulose · 7 years ago
  13. be5b299 arm64: capabilities: Add support for checks based on a list of MIDRs by Suzuki K Poulose · 7 years ago
  14. 1df3105 arm64: Add helpers for checking CPU MIDR against a range by Suzuki K Poulose · 7 years ago
  15. 5e7951c arm64: capabilities: Clean up midr range helpers by Suzuki K Poulose · 7 years ago
  16. 830dcc9 arm64: capabilities: Change scope of VHE to Boot CPU feature by Suzuki K Poulose · 7 years ago
  17. fd9d63d arm64: capabilities: Add support for features enabled early by Suzuki K Poulose · 7 years ago
  18. d3aec8a arm64: capabilities: Restrict KPTI detection to boot-time CPUs by Suzuki K Poulose · 7 years ago
  19. 5c13771 arm64: capabilities: Introduce weak features based on local CPU by Suzuki K Poulose · 7 years ago
  20. ed478b3 arm64: capabilities: Group handling of features and errata workarounds by Suzuki K Poulose · 7 years ago
  21. fbd890b arm64: capabilities: Allow features based on local CPU scope by Suzuki K Poulose · 7 years ago
  22. d69fe9a arm64: capabilities: Split the processing of errata work arounds by Suzuki K Poulose · 7 years ago
  23. 600b9c9 arm64: capabilities: Prepare for grouping features and errata work arounds by Suzuki K Poulose · 7 years ago
  24. cce360b arm64: capabilities: Filter the entries based on a given mask by Suzuki K Poulose · 7 years ago
  25. eaac4d8 arm64: capabilities: Unify the verification by Suzuki K Poulose · 7 years ago
  26. 5b4747c arm64: capabilities: Add flags to handle the conflicts on late CPU by Suzuki K Poulose · 7 years ago
  27. 143ba05 arm64: capabilities: Prepare for fine grained capabilities by Suzuki K Poulose · 7 years ago
  28. 1e89bae arm64: capabilities: Move errata processing code by Suzuki K Poulose · 7 years ago
  29. 5e91107 arm64: capabilities: Move errata work around check on boot CPU by Suzuki K Poulose · 7 years ago
  30. c0cda3b arm64: capabilities: Update prototype for enable call back by Dave Martin · 7 years ago
  31. 5043694 arm64/sve: Document firmware support requirements in Kconfig by Dave Martin · 7 years ago
  32. af4a81b arm64: fpsimd: Fix bad si_code for undiagnosed SIGFPE by Dave Martin · 7 years ago
  33. 4c0ca49 Merge branch 'siginfo-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace into aarch64/for-next/core by Will Deacon · 7 years ago
  34. 7206dc9 arm64: Expose Arm v8.4 features by Suzuki K Poulose · 7 years ago
  35. 350e1da arm64: asm: drop special versions of adr_l/ldr_l/str_l for modules by Ard Biesheuvel · 7 years ago
  36. bd99f9a arm64: fix undefined reference to 'printk' by Arnd Bergmann · 7 years ago
  37. 266da65 signal: Add FPE_FLTUNK si_code for undiagnosable fp exceptions by Dave Martin · 7 years ago
  38. af40ff6 arm64: signal: Ensure si_code is valid for all fault signals by Dave Martin · 7 years ago
  39. 6ae4b6e arm64: Add support for new control bits CTR_EL0.DIC and CTR_EL0.IDC by Shanker Donthineni · 7 years ago
  40. ca79acc arm64/kernel: enable A53 erratum #8434319 handling at runtime by Ard Biesheuvel · 7 years ago
  41. e8002e0 arm64/errata: add REVIDR handling to framework by Ard Biesheuvel · 7 years ago
  42. a257e02 arm64/kernel: don't ban ADRP to work around Cortex-A53 erratum #843419 by Ard Biesheuvel · 7 years ago
  43. f2b9ba8 arm64/kernel: kaslr: reduce module randomization range to 4 GB by Ard Biesheuvel · 7 years ago
  44. 5e8307b arm64: module: don't BUG when exceeding preallocated PLT count by Ard Biesheuvel · 7 years ago
  45. e03e61c arm64: kaslr: Set TCR_EL1.NFD1 when CONFIG_RANDOMIZE_BASE=y by Will Deacon · 7 years ago
  46. 24153c0 arm64/debug: Fix registers on sleeping tasks by Douglas Anderson · 7 years ago
  47. 9597e74 kasan, arm64: clean up KASAN_SHADOW_SCALE_SHIFT usage by Andrey Konovalov · 7 years ago
  48. 1f85b42 arm64: Revert L1_CACHE_SHIFT back to 6 (64-byte cache line size) by Catalin Marinas · 7 years ago
  49. 6b24442 arm64: lse: Pass -fomit-frame-pointer to out-of-line ll/sc atomics by Will Deacon · 7 years ago
  50. 4e829b6 arm64: Use arm64_force_sig_info instead of force_sig_info by Will Deacon · 7 years ago
  51. a26731d arm64: Move show_unhandled_signals_ratelimited into traps.c by Will Deacon · 7 years ago
  52. f71016a arm64: signal: Call arm64_notify_segfault when failing to deliver signal by Will Deacon · 7 years ago
  53. 92ff067 arm64: mm: Rework unhandled user pagefaults to call arm64_force_sig_info by Will Deacon · 7 years ago
  54. 1049c30 arm64: Pass user fault info to arm64_notify_die instead of printing it by Will Deacon · 7 years ago
  55. 15b6732 arm64: signal: Don't print anything directly in force_signal_inject by Will Deacon · 7 years ago
  56. a1ece82 arm64: Introduce arm64_force_sig_info and hook up in arm64_notify_die by Will Deacon · 7 years ago
  57. a7e6f1c arm64: signal: Force SIGKILL for unknown signals in force_signal_inject by Will Deacon · 7 years ago
  58. 2c9120f3 arm64: signal: Make force_signal_inject more robust by Will Deacon · 7 years ago
  59. f6a0154 signal/x86: Include the field offsets in the build time checks by Eric W. Biederman · 7 years ago
  60. e0f6429d arm64: cpufeature: Remove redundant "feature" in reports by Kees Cook · 7 years ago
  61. 2e6f549 arm64: cpufeature: Relocate PAN emulation report by Kees Cook · 7 years ago
  62. 6141ac1 arm64/kernel: kaslr: drop special Image placement logic by Ard Biesheuvel · 7 years ago
  63. 532826f arm64: Mirror arm for unimplemented compat syscalls by Michael Weiser · 7 years ago
  64. e1171ac Merge tag 'xtensa-20180225' of git://github.com/jcmvbkbc/linux-xtensa by Linus Torvalds · 7 years ago
  65. c23a757 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  66. e912bf2 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  67. 9c89709 Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  68. 297ea1b Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  69. 3664ce2 Merge tag 'powerpc-4.16-4' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 7 years ago
  70. 9cb9c07 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 7 years ago
  71. 65738c6 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 7 years ago
  72. 2bd06ce Merge tag 'mips_fixes_4.16_3' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/mips by Linus Torvalds · 7 years ago
  73. 9f41631 arm64: fix unwind_frame() for filtered out fn for function graph tracing by Pratyush Anand · 7 years ago
  74. 4596749 x86/topology: Update the 'cpu cores' field in /proc/cpuinfo correctly across CPU hotplug operations by Samuel Neves · 7 years ago
  75. 472e8c5 locking/xchg/alpha: Fix xchg() and cmpxchg() memory ordering bugs by Andrea Parri · 7 years ago
  76. 79d4424 locking/xchg/alpha: Clean up barrier usage by using smp_mb() in place of __ASM__MB by Andrea Parri · 7 years ago
  77. 36e74d3 x86/intel_rdt: Fix incorrect returned value when creating rdgroup sub-directory in resctrl file system by Wang Hui · 7 years ago
  78. e84cf6a x86/apic/vector: Handle vector release on CPU unplug correctly by Thomas Gleixner · 7 years ago
  79. eb0a2d2 powerpc/powernv: Support firmware disable of RFI flush by Michael Ellerman · 7 years ago
  80. 582605a powerpc/pseries: Support firmware disable of RFI flush by Michael Ellerman · 7 years ago
  81. 2f7d03e powerpc/mm/drmem: Fix unexpected flag value in ibm,dynamic-memory-v2 by Bharata B Rao · 7 years ago
  82. 0f9da84 MIPS: boot: Define __ASSEMBLY__ for its.S build by Kees Cook · 7 years ago
  83. 16338a9 bpf, arm64: fix out of bounds access in tail call by Daniel Borkmann · 7 years ago
  84. a493a87 bpf, x64: implement retpoline for tail call by Daniel Borkmann · 7 years ago
  85. 24180a6 Merge tag 'riscv-for-linus-4.16-rc3-riscv_cleanups' of git://git.kernel.org/pub/scm/linux/kernel/git/palmer/riscv-linux by Linus Torvalds · 7 years ago
  86. 238ca35 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 7 years ago
  87. b21ebf2f x86: Treat R_X86_64_PLT32 as R_X86_64_PC32 by H.J. Lu · 7 years ago
  88. 15122ee arm64: Enforce BBM for huge IO/VMAP mappings by Will Deacon · 7 years ago
  89. ed7158b treewide/trivial: Remove ';;$' typo noise by Ingo Molnar · 7 years ago
  90. 083b209 powerpc/bpf/jit: Fix 32-bit JIT for seccomp_data access by Mark Lord · 7 years ago
  91. c7a3275 powerpc/pseries: Revert support for ibm,drc-info devtree property by Michael Bringmann · 7 years ago
  92. 5539d31 powerpc/pseries: Fix duplicate firmware feature for DRC_INFO by Michael Ellerman · 7 years ago
  93. 173a3ef bug.h: work around GCC PR82365 in BUG() by Arnd Bergmann · 7 years ago
  94. cb13b42 locking/xchg/alpha: Add unconditional memory barrier to cmpxchg() by Andrea Parri · 7 years ago
  95. 85c615e x86/oprofile: Fix bogus GCC-8 warning in nmi_setup() by Arnd Bergmann · 7 years ago
  96. 521ca5a powerpc/eeh: Fix crashes in eeh_report_resume() by Juan J. Alvarez · 7 years ago
  97. 8b08f50 Rename sbi_save to parse_dtb to improve code readability by Michael Clark · 7 years ago
  98. bcae803 RISC-V: Enable IRQ during exception handling by zongbox@gmail.com · 7 years ago
  99. 89a4b44 riscv: Remove ARCH_HAS_ATOMIC64_DEC_IF_POSITIVE select by Ulf Magnusson · 7 years ago
  100. 2aaa2dc riscv: kconfig: Remove RISCV_IRQ_INTC select by Ulf Magnusson · 7 years ago