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. 65bd053 drivers/perf: arm_pmu_platform: do not warn about affinity on uniprocessor by Alexander Monakov · 7 years ago
  8. fcd9f83 perf: arm_spe: include linux/vmalloc.h for vmap() by Arnd Bergmann · 7 years ago
  9. 3f251cf Revert "arm64: Revert L1_CACHE_SHIFT back to 6 (64-byte cache line size)" by Will Deacon · 7 years ago
  10. 12eb369 arm64: cpufeature: Avoid warnings due to unused symbols by Will Deacon · 7 years ago
  11. ece1397 arm64: Add work around for Arm Cortex-A55 Erratum 1024718 by Suzuki K Poulose · 7 years ago
  12. 05abb59 arm64: Delay enabling hardware DBM feature by Suzuki K Poulose · 7 years ago
  13. 6e61686 arm64: Add MIDR encoding for Arm Cortex-A55 and Cortex-A35 by Suzuki K Poulose · 7 years ago
  14. ba7d923 arm64: capabilities: Handle shared entries by Suzuki K Poulose · 7 years ago
  15. be5b299 arm64: capabilities: Add support for checks based on a list of MIDRs by Suzuki K Poulose · 7 years ago
  16. 1df3105 arm64: Add helpers for checking CPU MIDR against a range by Suzuki K Poulose · 7 years ago
  17. 5e7951c arm64: capabilities: Clean up midr range helpers by Suzuki K Poulose · 7 years ago
  18. 830dcc9 arm64: capabilities: Change scope of VHE to Boot CPU feature by Suzuki K Poulose · 7 years ago
  19. fd9d63d arm64: capabilities: Add support for features enabled early by Suzuki K Poulose · 7 years ago
  20. d3aec8a arm64: capabilities: Restrict KPTI detection to boot-time CPUs by Suzuki K Poulose · 7 years ago
  21. 5c13771 arm64: capabilities: Introduce weak features based on local CPU by Suzuki K Poulose · 7 years ago
  22. ed478b3 arm64: capabilities: Group handling of features and errata workarounds by Suzuki K Poulose · 7 years ago
  23. fbd890b arm64: capabilities: Allow features based on local CPU scope by Suzuki K Poulose · 7 years ago
  24. d69fe9a arm64: capabilities: Split the processing of errata work arounds by Suzuki K Poulose · 7 years ago
  25. 600b9c9 arm64: capabilities: Prepare for grouping features and errata work arounds by Suzuki K Poulose · 7 years ago
  26. cce360b arm64: capabilities: Filter the entries based on a given mask by Suzuki K Poulose · 7 years ago
  27. eaac4d8 arm64: capabilities: Unify the verification by Suzuki K Poulose · 7 years ago
  28. 5b4747c arm64: capabilities: Add flags to handle the conflicts on late CPU by Suzuki K Poulose · 7 years ago
  29. 143ba05 arm64: capabilities: Prepare for fine grained capabilities by Suzuki K Poulose · 7 years ago
  30. 1e89bae arm64: capabilities: Move errata processing code by Suzuki K Poulose · 7 years ago
  31. 5e91107 arm64: capabilities: Move errata work around check on boot CPU by Suzuki K Poulose · 7 years ago
  32. c0cda3b arm64: capabilities: Update prototype for enable call back by Dave Martin · 7 years ago
  33. 5043694 arm64/sve: Document firmware support requirements in Kconfig by Dave Martin · 7 years ago
  34. af4a81b arm64: fpsimd: Fix bad si_code for undiagnosed SIGFPE by Dave Martin · 7 years ago
  35. 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
  36. 7206dc9 arm64: Expose Arm v8.4 features by Suzuki K Poulose · 7 years ago
  37. 847ecd3 arm64: Documentation: cpu-feature-registers: Remove RES0 fields by Suzuki K Poulose · 7 years ago
  38. 350e1da arm64: asm: drop special versions of adr_l/ldr_l/str_l for modules by Ard Biesheuvel · 7 years ago
  39. bd99f9a arm64: fix undefined reference to 'printk' by Arnd Bergmann · 7 years ago
  40. 266da65 signal: Add FPE_FLTUNK si_code for undiagnosable fp exceptions by Dave Martin · 7 years ago
  41. 654c39c Merge tag 'acpi/iort-for-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/lpieralisi/linux into aarch64/for-next/core by Will Deacon · 7 years ago
  42. af40ff6 arm64: signal: Ensure si_code is valid for all fault signals by Dave Martin · 7 years ago
  43. 6ae4b6e arm64: Add support for new control bits CTR_EL0.DIC and CTR_EL0.IDC by Shanker Donthineni · 7 years ago
  44. ca79acc arm64/kernel: enable A53 erratum #8434319 handling at runtime by Ard Biesheuvel · 7 years ago
  45. e8002e0 arm64/errata: add REVIDR handling to framework by Ard Biesheuvel · 7 years ago
  46. a257e02 arm64/kernel: don't ban ADRP to work around Cortex-A53 erratum #843419 by Ard Biesheuvel · 7 years ago
  47. f2b9ba8 arm64/kernel: kaslr: reduce module randomization range to 4 GB by Ard Biesheuvel · 7 years ago
  48. 5e8307b arm64: module: don't BUG when exceeding preallocated PLT count by Ard Biesheuvel · 7 years ago
  49. 8dc1253 ACPI/IORT: Remove obsolete ACPI_IORT_SMMU_V3_CAVIUM_CN99XX define by Lorenzo Pieralisi · 7 years ago
  50. 6c47506 ACPI/IORT: Remove temporary iort_get_id_mapping_index() ACPICA guard by Lorenzo Pieralisi · 7 years ago
  51. c38d085 ACPI/IORT: Remove linker section for IORT entries again by Jia He · 7 years ago
  52. e03e61c arm64: kaslr: Set TCR_EL1.NFD1 when CONFIG_RANDOMIZE_BASE=y by Will Deacon · 7 years ago
  53. 24153c0 arm64/debug: Fix registers on sleeping tasks by Douglas Anderson · 7 years ago
  54. 1212f7a scripts/kallsyms: filter arm64's __efistub_ symbols by Ard Biesheuvel · 7 years ago
  55. 9597e74 kasan, arm64: clean up KASAN_SHADOW_SCALE_SHIFT usage by Andrey Konovalov · 7 years ago
  56. 1f85b42 arm64: Revert L1_CACHE_SHIFT back to 6 (64-byte cache line size) by Catalin Marinas · 7 years ago
  57. 6b24442 arm64: lse: Pass -fomit-frame-pointer to out-of-line ll/sc atomics by Will Deacon · 7 years ago
  58. 4e829b6 arm64: Use arm64_force_sig_info instead of force_sig_info by Will Deacon · 7 years ago
  59. a26731d arm64: Move show_unhandled_signals_ratelimited into traps.c by Will Deacon · 7 years ago
  60. f71016a arm64: signal: Call arm64_notify_segfault when failing to deliver signal by Will Deacon · 7 years ago
  61. 92ff067 arm64: mm: Rework unhandled user pagefaults to call arm64_force_sig_info by Will Deacon · 7 years ago
  62. 1049c30 arm64: Pass user fault info to arm64_notify_die instead of printing it by Will Deacon · 7 years ago
  63. 15b6732 arm64: signal: Don't print anything directly in force_signal_inject by Will Deacon · 7 years ago
  64. a1ece82 arm64: Introduce arm64_force_sig_info and hook up in arm64_notify_die by Will Deacon · 7 years ago
  65. a7e6f1c arm64: signal: Force SIGKILL for unknown signals in force_signal_inject by Will Deacon · 7 years ago
  66. 2c9120f3 arm64: signal: Make force_signal_inject more robust by Will Deacon · 7 years ago
  67. f6a0154 signal/x86: Include the field offsets in the build time checks by Eric W. Biederman · 7 years ago
  68. 859d880 signal: Correct the offset of si_pkey in struct siginfo by Eric W. Biederman · 7 years ago
  69. e0f6429d arm64: cpufeature: Remove redundant "feature" in reports by Kees Cook · 7 years ago
  70. 2e6f549 arm64: cpufeature: Relocate PAN emulation report by Kees Cook · 7 years ago
  71. 6141ac1 arm64/kernel: kaslr: drop special Image placement logic by Ard Biesheuvel · 7 years ago
  72. 532826f arm64: Mirror arm for unimplemented compat syscalls by Michael Weiser · 7 years ago
  73. 4a3928c Linux 4.16-rc3 by Linus Torvalds · 7 years ago
  74. e1171ac Merge tag 'xtensa-20180225' of git://github.com/jcmvbkbc/linux-xtensa by Linus Torvalds · 7 years ago
  75. 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
  76. 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
  77. 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
  78. 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
  79. c89be52 Merge tag 'nfs-for-4.16-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 7 years ago
  80. 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
  81. 9cb9c07 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 7 years ago
  82. 2eb02aa Merge branch 'fixes-v4.16-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 7 years ago
  83. 65738c6 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 7 years ago
  84. 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
  85. 13f514b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printk by Linus Torvalds · 7 years ago
  86. 938e142 Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 7 years ago
  87. 170e07b Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 7 years ago
  88. 8961ca4 Merge tag 'drm-fixes-for-v4.16-rc3' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 7 years ago
  89. a5f7add net_sched: gen_estimator: fix broken estimators based on percpu stats by Eric Dumazet · 7 years ago
  90. 2217009 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 7 years ago
  91. d903ec7 gianfar: simplify FCS handling and fix memory leak by Andy Spencer · 7 years ago
  92. ca79bec2 ipv6 sit: work around bogus gcc-8 -Wrestrict warning by Arnd Bergmann · 7 years ago
  93. 4e14bf4 macvlan: fix use-after-free in macvlan_common_newlink() by Alexey Kodanev · 7 years ago
  94. 9f41631 arm64: fix unwind_frame() for filtered out fn for function graph tracing by Pratyush Anand · 7 years ago
  95. 4596749 x86/topology: Update the 'cpu cores' field in /proc/cpuinfo correctly across CPU hotplug operations by Samuel Neves · 7 years ago
  96. 0c52f7c x86/topology: Fix function name in documentation by Dou Liyang · 7 years ago
  97. 472e8c5 locking/xchg/alpha: Fix xchg() and cmpxchg() memory ordering bugs by Andrea Parri · 7 years ago
  98. 79d4424 locking/xchg/alpha: Clean up barrier usage by using smp_mb() in place of __ASM__MB by Andrea Parri · 7 years ago
  99. 36e74d3 x86/intel_rdt: Fix incorrect returned value when creating rdgroup sub-directory in resctrl file system by Wang Hui · 7 years ago
  100. e84cf6a x86/apic/vector: Handle vector release on CPU unplug correctly by Thomas Gleixner · 7 years ago