1. 2ba0dac arm64/kprobes: remove an extra semicolon in arch_prepare_kprobe by zhong jiang · 7 years ago
  2. 5233808 arm64/numa: Unify common error path in numa_init() by Anshuman Khandual · 6 years ago
  3. 77cfe95 arm64/numa: Report correct memblock range for the dummy node by Anshuman Khandual · 6 years ago
  4. 359048f arm64/mm: Define esr_to_debug_fault_info() by Anshuman Khandual · 6 years ago
  5. dbfe382 arm64/mm: Reorganize arguments for is_el1_permission_fault() by Anshuman Khandual · 6 years ago
  6. 00bbd5d arm64/mm: Use ESR_ELx_FSC macro while decoding fault exception by Anshuman Khandual · 6 years ago
  7. 95b861a4 arm64: arch_timer: Add workaround for ARM erratum 1188873 by Marc Zyngier · 6 years ago
  8. 32a3e63 arm64: compat: Add CNTFRQ trap handler by Marc Zyngier · 6 years ago
  9. 50de013 arm64: compat: Add CNTVCT trap handler by Marc Zyngier · 6 years ago
  10. 2a8905e arm64: compat: Add cp15_32 and cp15_64 handler arrays by Marc Zyngier · 6 years ago
  11. 1f1c014 arm64: compat: Add condition code checks and IT advance by Marc Zyngier · 6 years ago
  12. 70c63cd arm64: compat: Add separate CP15 trapping hook by Marc Zyngier · 6 years ago
  13. bd7ac14 arm64: Add decoding macros for CP15_32 and CP15_64 traps by Marc Zyngier · 6 years ago
  14. 9376b1e arm64: remove unused asm/compiler.h header file by Ard Biesheuvel · 6 years ago
  15. 2495146 arm64: compat: Provide definition for COMPAT_SIGMINSTKSZ by Will Deacon · 7 years ago
  16. 2283986 signal: Introduce COMPAT_SIGMINSTKSZ for use in compat_sys_sigaltstack by Will Deacon · 7 years ago
  17. 03630b3 perf: Convert to using %pOFn instead of device_node.name by Rob Herring · 7 years ago
  18. 8eb7e28 arm64/mm: move runtime pgds to rodata by Jun Yao · 6 years ago
  19. 2330b7c arm64/mm: use fixmap to modify swapper_pg_dir by Jun Yao · 6 years ago
  20. 2b5548b arm64/mm: Separate boot-time page tables from swapper_pg_dir by Jun Yao · 6 years ago
  21. 693d563 arm64/mm: Pass ttbr1 as a parameter to __enable_mmu() by Jun Yao · 6 years ago
  22. 2a6c7c36 arm64: lse: remove -fcall-used-x0 flag by Tri Vo · 6 years ago
  23. 0b8af74 arm64: Remove unused VGA console support by Andrew Murray · 7 years ago
  24. 8a695a5 arm64: Kconfig: Remove ARCH_HAS_HOLES_MEMORYMODEL by James Morse · 7 years ago
  25. 21f8479 arm64/cpufeatures: Emulate MRS instructions by parsing ESR_ELx.ISS by Anshuman Khandual · 6 years ago
  26. 520ad98 arm64/cpufeatures: Factorize emulate_mrs() by Anshuman Khandual · 6 years ago
  27. 1c83914 arm64/cpufeatures: Introduce ESR_ELx_SYS64_ISS_RT() by Anshuman Khandual · 6 years ago
  28. 880f7cc arm64: cpu_errata: Remove ARM64_MISMATCHED_CACHE_LINE_SIZE by Will Deacon · 7 years ago
  29. ab51002 arm64: KVM: Enable Common Not Private translations by Vladimir Murzin · 7 years ago
  30. 5ffdfae arm64: mm: Support Common Not Private translations by Vladimir Murzin · 7 years ago
  31. 74e2482 arm64: sysreg: Clean up instructions for modifying PSTATE fields by Suzuki K Poulose · 7 years ago
  32. e4ba15d arm64: fix for bad_mode() handler to always result in panic by Hari Vyas · 7 years ago
  33. 8a60419 arm64: force_signal_inject: WARN if called from kernel context by Will Deacon · 7 years ago
  34. b8925ee arm64: cpu: Move errata and feature enable callbacks closer to callers by Will Deacon · 7 years ago
  35. 7c36447 KVM: arm64: Set SCTLR_EL2.DSSBS if SSBD is forcefully disabled and !vhe by Will Deacon · 7 years ago
  36. 8f04e8e arm64: ssbd: Add support for PSTATE.SSBS rather than trapping to EL3 by Will Deacon · 7 years ago
  37. 0bf0f44 arm64: entry: Allow handling of undefined instructions from EL1 by Will Deacon · 7 years ago
  38. 2d1b2a9 arm64: ssbd: Drop #ifdefs for PR_SPEC_STORE_BYPASS by Will Deacon · 7 years ago
  39. d71be2b arm64: cpufeature: Detect SSBS and advertise to userspace by Will Deacon · 7 years ago
  40. ca7f686 arm64: Fix silly typo in comment by Will Deacon · 7 years ago
  41. 7f08872 arm64: tlb: Rewrite stale comment in asm/tlbflush.h by Will Deacon · 7 years ago
  42. ace8cb7 arm64: tlb: Avoid synchronous TLBIs when freeing page tables by Will Deacon · 7 years ago
  43. f270ab8 arm64: tlb: Adjust stride and type of TLBI according to mmu_gather by Will Deacon · 7 years ago
  44. 07212cd arm64: tlb: Remove redundant !CONFIG_HAVE_RCU_TABLE_FREE code by Will Deacon · 7 years ago
  45. 67a902a arm64: tlbflush: Allow stride to be specified for __flush_tlb_range() by Will Deacon · 7 years ago
  46. d8289d3 arm64: tlb: Justify non-leaf invalidation in flush_tlb_range() by Will Deacon · 7 years ago
  47. 0795eda arm64: pgtable: Implement p[mu]d_valid() and check in set_p[mu]d() by Will Deacon · 7 years ago
  48. 45a284b arm64: tlb: Add DSB ISHST prior to TLBI in __flush_tlb_[kernel_]pgtable() by Will Deacon · 7 years ago
  49. 6899a4c arm64: tlb: Use last-level invalidation in flush_tlb_kernel_range() by Will Deacon · 7 years ago
  50. a1f3394 arm64: uaccess: implement unsafe accessors by Julien Thierry · 7 years ago
  51. 4733c7c arm64: dump: Use consistent capitalisation for page-table dumps by Will Deacon · 7 years ago
  52. 7481cdd arm64/lib: add accelerated crc32 routines by Ard Biesheuvel · 7 years ago
  53. 86d0dd3 arm64: cpufeature: add feature for CRC32 instructions by Ard Biesheuvel · 7 years ago
  54. 9784d82 lib/crc32: make core crc32() routines weak so they can be overridden by Ard Biesheuvel · 7 years ago
  55. cbbac1c Merge branch 'tlb/asm-generic' into aarch64/for-next/core by Will Deacon · 7 years ago
  56. 7526aa54 MAINTAINERS: Add entry for MMU GATHER AND TLB INVALIDATION by Will Deacon · 7 years ago
  57. 196d9d8 mm/memory: Move mmu_gather and TLB invalidation code into its own file by Peter Zijlstra · 7 years ago
  58. a6d6024 asm-generic/tlb: Track which levels of the page tables have been cleared by Will Deacon · 7 years ago
  59. 22a61c3 asm-generic/tlb: Track freeing of page-table directories in struct mmu_gather by Peter Zijlstra · 7 years ago
  60. faaadaf asm-generic/tlb: Guard with #ifdef CONFIG_MMU by Will Deacon · 7 years ago
  61. 5736184 Linux 4.19-rc2 by Linus Torvalds · 7 years ago
  62. fd6868d Merge tag 'devicetree-fixes-for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux by Linus Torvalds · 7 years ago
  63. a3ea991 Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 7 years ago
  64. 899ba79 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  65. 1395d109 Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  66. 501dacb Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  67. ff924c5 x86/pti: Fix section mismatch warning/error by Randy Dunlap · 7 years ago
  68. a72b44a Merge tag 'omap-for-v4.19/fixes-v2-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into fixes by Olof Johansson · 7 years ago
  69. e78e5a9 x86/vdso: Fix lsl operand order by Samuel Neves · 7 years ago
  70. 360bd62 Merge tag 'linux-watchdog-4.19-rc2' of git://www.linux-watchdog.org/linux-watchdog by Linus Torvalds · 7 years ago
  71. b18ed66 Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux by Linus Torvalds · 7 years ago
  72. c748610 x86/mce: Fix set_mce_nospec() to avoid #GP fault by LuckTony · 7 years ago
  73. 420f51f Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 7 years ago
  74. eeb89e2 x86/efi: Load fixmap GDT in efi_call_phys_epilog() by Joerg Roedel · 7 years ago
  75. 4290d5b Merge tag 'for-linus-4.19b-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 7 years ago
  76. 01f6543 Merge tag 'm68k-for-v4.19-tag2' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k by Linus Torvalds · 7 years ago
  77. 754cf4b Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 7 years ago
  78. 4012e77 x86/nmi: Fix NMI uaccess race against CR3 switching by Andy Lutomirski · 7 years ago
  79. 829fe4a x86: Allow generating user-space headers without a compiler by Ben Hutchings · 7 years ago
  80. 342db04 x86/dumpstack: Don't dump kernel memory based on usermode RIP by Jann Horn · 7 years ago
  81. 0413bed of: Add device_type access helper functions by Rob Herring · 7 years ago
  82. 6fb86d9 cpu/hotplug: Remove skip_onerr field from cpuhp_step structure by Mukesh Ojha · 7 years ago
  83. f52bb98 arm64: mm: always enable CONFIG_HOLES_IN_ZONE by James Morse · 7 years ago
  84. 0986b16 m68k/mac: Use correct PMU response format by Finn Thain · 7 years ago
  85. 4658aff Merge tag 'drm-fixes-2018-08-31' of git://anongit.freedesktop.org/drm/drm by Linus Torvalds · 7 years ago
  86. 217c3e0 disable stringop truncation warnings for now by Stephen Rothwell · 7 years ago
  87. b6935d2 Merge tag 'pm-4.19-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 7 years ago
  88. a0b9c4d Merge branch 'pm-core' by Rafael J. Wysocki · 7 years ago
  89. bded6c0 clk: x86: Set default parent to 48Mhz by Akshu Agrawal · 7 years ago
  90. cebc07d i2c: sh_mobile: fix leak when using DMA bounce buffer by Wolfram Sang · 7 years ago
  91. 531db50 i2c: sh_mobile: define start_ch() void as it only returns 0 anyhow by Wolfram Sang · 7 years ago
  92. 82fe39a i2c: refactor function to release a DMA safe buffer by Wolfram Sang · 7 years ago
  93. 1204d12 i2c: algos: bit: make the error messages grepable by Jan Kundrát · 7 years ago
  94. 9d9a152 i2c: designware: Re-init controllers with pm_disabled set on resume by Hans de Goede · 7 years ago
  95. 7fd6d98 i2c: i801: Allow ACPI AML access I/O ports not reserved for SMBus by Mika Westerberg · 7 years ago
  96. fb64638 Merge tag 'for-linus-20180830' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  97. f42b0e18 of: add node name compare helper functions by Rob Herring · 7 years ago
  98. 9f8f16c Merge tag 'mtd/for-4.19-rc2' of git://git.infradead.org/linux-mtd by Linus Torvalds · 7 years ago
  99. 48f8e8e Merge tag 'mmc-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc by Linus Torvalds · 7 years ago
  100. 755a8bf arm/arm64: smccc-1.1: Handle function result as parameters by Marc Zyngier · 7 years ago