1. fbd890b arm64: capabilities: Allow features based on local CPU scope by Suzuki K Poulose · 7 years ago
  2. d69fe9a arm64: capabilities: Split the processing of errata work arounds by Suzuki K Poulose · 7 years ago
  3. 600b9c9 arm64: capabilities: Prepare for grouping features and errata work arounds by Suzuki K Poulose · 7 years ago
  4. cce360b arm64: capabilities: Filter the entries based on a given mask by Suzuki K Poulose · 7 years ago
  5. eaac4d8 arm64: capabilities: Unify the verification by Suzuki K Poulose · 7 years ago
  6. 5b4747c arm64: capabilities: Add flags to handle the conflicts on late CPU by Suzuki K Poulose · 7 years ago
  7. 143ba05 arm64: capabilities: Prepare for fine grained capabilities by Suzuki K Poulose · 7 years ago
  8. 1e89bae arm64: capabilities: Move errata processing code by Suzuki K Poulose · 7 years ago
  9. 5e91107 arm64: capabilities: Move errata work around check on boot CPU by Suzuki K Poulose · 7 years ago
  10. c0cda3b arm64: capabilities: Update prototype for enable call back by Dave Martin · 7 years ago
  11. 5043694 arm64/sve: Document firmware support requirements in Kconfig by Dave Martin · 7 years ago
  12. af4a81b arm64: fpsimd: Fix bad si_code for undiagnosed SIGFPE by Dave Martin · 7 years ago
  13. 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
  14. 7206dc9 arm64: Expose Arm v8.4 features by Suzuki K Poulose · 7 years ago
  15. 847ecd3 arm64: Documentation: cpu-feature-registers: Remove RES0 fields by Suzuki K Poulose · 7 years ago
  16. 350e1da arm64: asm: drop special versions of adr_l/ldr_l/str_l for modules by Ard Biesheuvel · 7 years ago
  17. bd99f9a arm64: fix undefined reference to 'printk' by Arnd Bergmann · 7 years ago
  18. 266da65 signal: Add FPE_FLTUNK si_code for undiagnosable fp exceptions by Dave Martin · 7 years ago
  19. 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
  20. af40ff6 arm64: signal: Ensure si_code is valid for all fault signals by Dave Martin · 7 years ago
  21. 6ae4b6e arm64: Add support for new control bits CTR_EL0.DIC and CTR_EL0.IDC by Shanker Donthineni · 7 years ago
  22. ca79acc arm64/kernel: enable A53 erratum #8434319 handling at runtime by Ard Biesheuvel · 7 years ago
  23. e8002e0 arm64/errata: add REVIDR handling to framework by Ard Biesheuvel · 7 years ago
  24. a257e02 arm64/kernel: don't ban ADRP to work around Cortex-A53 erratum #843419 by Ard Biesheuvel · 7 years ago
  25. f2b9ba8 arm64/kernel: kaslr: reduce module randomization range to 4 GB by Ard Biesheuvel · 7 years ago
  26. 5e8307b arm64: module: don't BUG when exceeding preallocated PLT count by Ard Biesheuvel · 7 years ago
  27. 8dc1253 ACPI/IORT: Remove obsolete ACPI_IORT_SMMU_V3_CAVIUM_CN99XX define by Lorenzo Pieralisi · 7 years ago
  28. 6c47506 ACPI/IORT: Remove temporary iort_get_id_mapping_index() ACPICA guard by Lorenzo Pieralisi · 7 years ago
  29. c38d085 ACPI/IORT: Remove linker section for IORT entries again by Jia He · 7 years ago
  30. e03e61c arm64: kaslr: Set TCR_EL1.NFD1 when CONFIG_RANDOMIZE_BASE=y by Will Deacon · 7 years ago
  31. 24153c0 arm64/debug: Fix registers on sleeping tasks by Douglas Anderson · 7 years ago
  32. 1212f7a scripts/kallsyms: filter arm64's __efistub_ symbols by Ard Biesheuvel · 7 years ago
  33. 9597e74 kasan, arm64: clean up KASAN_SHADOW_SCALE_SHIFT usage by Andrey Konovalov · 7 years ago
  34. 1f85b42 arm64: Revert L1_CACHE_SHIFT back to 6 (64-byte cache line size) by Catalin Marinas · 7 years ago
  35. 6b24442 arm64: lse: Pass -fomit-frame-pointer to out-of-line ll/sc atomics by Will Deacon · 7 years ago
  36. 4e829b6 arm64: Use arm64_force_sig_info instead of force_sig_info by Will Deacon · 7 years ago
  37. a26731d arm64: Move show_unhandled_signals_ratelimited into traps.c by Will Deacon · 7 years ago
  38. f71016a arm64: signal: Call arm64_notify_segfault when failing to deliver signal by Will Deacon · 7 years ago
  39. 92ff067 arm64: mm: Rework unhandled user pagefaults to call arm64_force_sig_info by Will Deacon · 7 years ago
  40. 1049c30 arm64: Pass user fault info to arm64_notify_die instead of printing it by Will Deacon · 7 years ago
  41. 15b6732 arm64: signal: Don't print anything directly in force_signal_inject by Will Deacon · 7 years ago
  42. a1ece82 arm64: Introduce arm64_force_sig_info and hook up in arm64_notify_die by Will Deacon · 7 years ago
  43. a7e6f1c arm64: signal: Force SIGKILL for unknown signals in force_signal_inject by Will Deacon · 7 years ago
  44. 2c9120f3 arm64: signal: Make force_signal_inject more robust by Will Deacon · 7 years ago
  45. f6a0154 signal/x86: Include the field offsets in the build time checks by Eric W. Biederman · 7 years ago
  46. 859d880 signal: Correct the offset of si_pkey in struct siginfo by Eric W. Biederman · 7 years ago
  47. e0f6429d arm64: cpufeature: Remove redundant "feature" in reports by Kees Cook · 7 years ago
  48. 2e6f549 arm64: cpufeature: Relocate PAN emulation report by Kees Cook · 7 years ago
  49. 6141ac1 arm64/kernel: kaslr: drop special Image placement logic by Ard Biesheuvel · 7 years ago
  50. 532826f arm64: Mirror arm for unimplemented compat syscalls by Michael Weiser · 7 years ago
  51. 4a3928c Linux 4.16-rc3 by Linus Torvalds · 7 years ago
  52. e1171ac Merge tag 'xtensa-20180225' of git://github.com/jcmvbkbc/linux-xtensa by Linus Torvalds · 7 years ago
  53. 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
  54. 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
  55. 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
  56. 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
  57. c89be52 Merge tag 'nfs-for-4.16-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 7 years ago
  58. 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
  59. 9cb9c07 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 7 years ago
  60. 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
  61. 65738c6 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 7 years ago
  62. 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
  63. 13f514b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printk by Linus Torvalds · 7 years ago
  64. 938e142 Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 7 years ago
  65. 170e07b Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 7 years ago
  66. 8961ca4 Merge tag 'drm-fixes-for-v4.16-rc3' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 7 years ago
  67. a5f7add net_sched: gen_estimator: fix broken estimators based on percpu stats by Eric Dumazet · 7 years ago
  68. 2217009 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 7 years ago
  69. d903ec7 gianfar: simplify FCS handling and fix memory leak by Andy Spencer · 7 years ago
  70. ca79bec2 ipv6 sit: work around bogus gcc-8 -Wrestrict warning by Arnd Bergmann · 7 years ago
  71. 4e14bf4 macvlan: fix use-after-free in macvlan_common_newlink() by Alexey Kodanev · 7 years ago
  72. 9f41631 arm64: fix unwind_frame() for filtered out fn for function graph tracing by Pratyush Anand · 7 years ago
  73. 4596749 x86/topology: Update the 'cpu cores' field in /proc/cpuinfo correctly across CPU hotplug operations by Samuel Neves · 7 years ago
  74. 0c52f7c x86/topology: Fix function name in documentation by Dou Liyang · 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. 120f3b1 integrity/security: fix digsig.c build error with header file by Randy Dunlap · 7 years ago
  83. 16c4db3 Merge tag 'keys-fixes-20180222-2' of https://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs into fixes-v4.16-rc3 by James Morris · 7 years ago
  84. b17800e Merge tag 'imx-drm-next-2018-02-22' of git://git.pengutronix.de/git/pza/linux into drm-fixes by Dave Airlie · 7 years ago
  85. 0f9da84 MIPS: boot: Define __ASSEMBLY__ for its.S build by Kees Cook · 7 years ago
  86. bae6cfe Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 7 years ago
  87. 0bb7816 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 7 years ago
  88. 16338a9 bpf, arm64: fix out of bounds access in tail call by Daniel Borkmann · 7 years ago
  89. a493a87 bpf, x64: implement retpoline for tail call by Daniel Borkmann · 7 years ago
  90. 651ca2c genirq/matrix: Handle CPU offlining proper by Thomas Gleixner · 7 years ago
  91. 9026e82 fs/signalfd: fix build error for BUS_MCEERR_AR by Randy Dunlap · 7 years ago
  92. 93c62c4 rxrpc: Fix send in rxrpc_send_data_packet() by David Howells · 7 years ago
  93. 370c105 net: aquantia: Fix error handling in aq_pci_probe() by Dan Carpenter · 7 years ago
  94. 6c5f610 bpf: fix rcu lockdep warning for lpm_trie map_free callback by Yonghong Song · 7 years ago
  95. 32fff23 bpf: add schedule points in percpu arrays management by Eric Dumazet · 7 years ago
  96. ed04c46 Merge tag 'mac80211-for-davem-2018-02-22' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211 by David S. Miller · 7 years ago
  97. a638af0 Merge tag 'usb-4.16-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 7 years ago
  98. 77f892e Merge tag 'staging-4.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 7 years ago
  99. bb17186 Merge tag 'char-misc-4.16-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 7 years ago
  100. 657308f regulatory: add NUL to request alpha2 by Johannes Berg · 7 years ago