1. bc7b11c x86/asm/64: Change all ENTRY+END to SYM_CODE_* by Jiri Slaby · 5 years ago
  2. 4aec216 x86/asm/64: Add ENDs to some functions and relabel with SYM_CODE_* by Jiri Slaby · 5 years ago
  3. f13ad88 x86/asm/ftrace: Mark function_hook as function by Jiri Slaby · 5 years ago
  4. ef1e031 x86/asm: Make some functions local by Jiri Slaby · 5 years ago
  5. b4edca1 x86/asm: Remove the last GLOBAL user and remove the macro by Jiri Slaby · 5 years ago
  6. 78f44330d x86/asm/realmode: Use SYM_DATA_* instead of GLOBAL by Jiri Slaby · 5 years ago
  7. 26ba4e5 x86/asm: Use SYM_INNER_LABEL instead of GLOBAL by Jiri Slaby · 5 years ago
  8. 37818af x86/asm: Do not annotate functions with GLOBAL by Jiri Slaby · 5 years ago
  9. b16fed65 x86/asm/purgatory: Start using annotations by Jiri Slaby · 5 years ago
  10. 1de5bdc xen/pvh: Annotate data appropriately by Jiri Slaby · 5 years ago
  11. 773a37b x86/um: Annotate data appropriately by Jiri Slaby · 5 years ago
  12. b8c3f9b x86/boot: Annotate data appropriately by Jiri Slaby · 5 years ago
  13. b1bd27b x86/asm/head: Annotate data appropriately by Jiri Slaby · 5 years ago
  14. cc66936 x86/asm/entry: Annotate interrupt symbols properly by Jiri Slaby · 5 years ago
  15. e9b9d02 x86/asm: Annotate aliases by Jiri Slaby · 5 years ago
  16. fa97220 x86/uaccess: Annotate local function by Jiri Slaby · 5 years ago
  17. deff8a2 x86/boot: Annotate local functions by Jiri Slaby · 5 years ago
  18. 74d8b90 x86/asm/crypto: Annotate local functions by Jiri Slaby · 5 years ago
  19. ef77e68 x86/asm: Annotate local pseudo-functions by Jiri Slaby · 5 years ago
  20. 76dc6d6 x86/asm/entry: Annotate THUNKs by Jiri Slaby · 5 years ago
  21. 6ec2a96 x86/asm: Annotate relocate_kernel_{32,64}.c by Jiri Slaby · 5 years ago
  22. 37503f73 x86/asm/suspend: Use SYM_DATA for data by Jiri Slaby · 5 years ago
  23. ffedeeb linkage: Introduce new macros for assembler symbols by Jiri Slaby · 5 years ago
  24. 30a2441 x86/asm: Make more symbols local by Jiri Slaby · 5 years ago
  25. 5aa5cbd x86/asm: Make boot_gdt_descr local by Jiri Slaby · 5 years ago
  26. 1a8770b x86/asm: Reorder early variables by Jiri Slaby · 5 years ago
  27. 80b29b6 Merge tag 'csky-for-linus-5.4-rc1' of git://github.com/c-sky/csky-linux by Linus Torvalds · 5 years ago
  28. cef0aa0 Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc by Linus Torvalds · 5 years ago
  29. 9af032a csky: Move static keyword to the front of declaration by Krzysztof Wilczynski · 5 years ago
  30. a2139d3 csky: entry: Remove unneeded need_resched() loop by Valentin Schneider · 5 years ago
  31. 3a09d8e csky: Fixup csky_pmu.max_period assignment by Mao Han · 5 years ago
  32. 48ede51 csky: Fixup add zero_fp fixup perf backtrace panic by Guo Ren · 5 years ago
  33. fdbdcdd csky: Use generic free_initrd_mem() by Mike Rapoport · 5 years ago
  34. 9bfd731 Merge tag 'fixes-5.4-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into arm/fixes by Olof Johansson · 5 years ago
  35. a3c0e7b Merge tag 'libnvdimm-fixes-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 5 years ago
  36. a2953204 Merge tag 'powerpc-5.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 5 years ago
  37. f19e00e Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  38. aefcf2f Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 5 years ago
  39. f1f2f61 Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity by Linus Torvalds · 5 years ago
  40. 568d850 Merge tag 'riscv/for-v5.4-rc1-b' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux by Linus Torvalds · 5 years ago
  41. 70570a6 Merge tag 'nios2-v5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/lftan/nios2 by Linus Torvalds · 5 years ago
  42. 8bbe0de Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 5 years ago
  43. 253c892 powerpc/eeh: Fix eeh eeh_debugfs_break_device() with SRIOV devices by Oliver O'Halloran · 5 years ago
  44. 16cdf08 Merge tag 's390-5.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 5 years ago
  45. a22fea9 arch/sparc/include/asm/pgtable_64.h: fix build by Andrew Morton · 5 years ago
  46. b4ed71f mm: treewide: clarify pgtable_page_{ctor,dtor}() naming by Mark Rutland · 5 years ago
  47. c7cc8d7 hexagon: drop empty and unused free_initrd_mem by Mike Rapoport · 5 years ago
  48. 1a4e58c mm: introduce MADV_PAGEOUT by Minchan Kim · 5 years ago
  49. 9c276cc mm: introduce MADV_COLD by Minchan Kim · 5 years ago
  50. 903f433 lib: untag user pointers in strn*_user by Andrey Konovalov · 5 years ago
  51. 315cc06 augmented rbtree: add new RB_DECLARE_CALLBACKS_MAX macro by Michel Lespinasse · 5 years ago
  52. fd3edd4 KVM: nVMX: cleanup and fix host 64-bit mode checks by Paolo Bonzini · 5 years ago
  53. cab0185 KVM: vmx: fix build warnings in hv_enable_direct_tlbflush() on i386 by Vitaly Kuznetsov · 5 years ago
  54. f209a26 KVM: x86: Don't check kvm_rebooting in __kvm_handle_fault_on_reboot() by Sean Christopherson · 6 years ago
  55. 98cd382 KVM: x86: Drop ____kvm_handle_fault_on_reboot() by Sean Christopherson · 6 years ago
  56. 6e20209 KVM: VMX: Add error handling to VMREAD helper by Sean Christopherson · 6 years ago
  57. 52a9fcb KVM: VMX: Optimize VMX instruction error and fault handling by Sean Christopherson · 6 years ago
  58. 4b526de KVM: x86: Check kvm_rebooting in kvm_spurious_fault() by Sean Christopherson · 6 years ago
  59. 9c9fa97 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 5 years ago
  60. 54c95a1 riscv: make mmap allocation top-down by default by Alexandre Ghiti · 5 years ago
  61. 9035bd2 mips: use generic mmap top-down layout and brk randomization by Alexandre Ghiti · 5 years ago
  62. 0903646 mips: replace arch specific way to determine 32bit task with generic version by Alexandre Ghiti · 5 years ago
  63. e548599 mips: adjust brk randomization offset to fit generic version by Alexandre Ghiti · 5 years ago
  64. b5fb861 mips: use STACK_TOP when computing mmap base address by Alexandre Ghiti · 5 years ago
  65. b1f61b5 mips: properly account for stack randomization and stack guard gap by Alexandre Ghiti · 5 years ago
  66. dba79c3 arm: use generic mmap top-down layout and brk randomization by Alexandre Ghiti · 5 years ago
  67. 86e568e arm: use STACK_TOP when computing mmap base address by Alexandre Ghiti · 5 years ago
  68. af0f429 arm: properly account for stack randomization and stack guard gap by Alexandre Ghiti · 5 years ago
  69. e7142bf arm64, mm: make randomization selected by generic topdown mmap layout by Alexandre Ghiti · 5 years ago
  70. 67f3977 arm64, mm: move generic mmap layout functions to mm by Alexandre Ghiti · 5 years ago
  71. e8d54b6 arm64: consider stack randomization for mmap base only when necessary by Alexandre Ghiti · 5 years ago
  72. 28058ed arm64: make use of is_compat_task instead of hardcoding this test by Alexandre Ghiti · 5 years ago
  73. 9ef258b thp: update split_huge_page_pmd() comment by Kefeng Wang · 5 years ago
  74. 782de70 mm: consolidate pgtable_cache_init() and pgd_cache_init() by Mike Rapoport · 5 years ago
  75. 1b9a9d8 microblaze: switch to generic version of pte allocation by Mike Rapoport · 5 years ago
  76. 6fb1276 sh: switch to generic version of pte allocation by Mike Rapoport · 5 years ago
  77. 0131992 ia64: switch to generic version of pte allocation by Mike Rapoport · 5 years ago
  78. 1322479 mm: remove quicklist page table caches by Nicholas Piggin · 5 years ago
  79. d8c6546 mm: introduce compound_nr() by Matthew Wilcox (Oracle) · 5 years ago
  80. 94ad933 mm: introduce page_shift() by Matthew Wilcox (Oracle) · 5 years ago
  81. a50b854 mm: introduce page_size() by Matthew Wilcox (Oracle) · 5 years ago
  82. faa6d21 powerpc/nvdimm: use H_SCM_QUERY hcall on H_OVERLAP error by Aneesh Kumar K.V · 5 years ago
  83. 4111cde powerpc/nvdimm: Use HCALL error as the return value by Aneesh Kumar K.V · 5 years ago
  84. 5184d44 Merge tag 'microblaze-v5.4-rc1' of git://git.monstr.eu/linux-2.6-microblaze by Linus Torvalds · 5 years ago
  85. 0b36c9e Merge branch 'work.mount3' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 5 years ago
  86. 722e6f5 ia64: Fix some warnings introduced in merge window by Tony Luck · 5 years ago
  87. cf387d9 libnvdimm/altmap: Track namespace boundaries in altmap by Aneesh Kumar K.V · 5 years ago
  88. a6f197f powerpc/book3s64: Export has_transparent_hugepage() related functions. by Aneesh Kumar K.V · 5 years ago
  89. f0b5105 kvm: nvmx: limit atomic switch MSRs by Marc Orr · 5 years ago
  90. 0cb8410 kvm: svm: Intercept RDPRU by Jim Mattson · 5 years ago
  91. a06dcd6 kvm: x86: Add "significant index" flag to a few CPUID leaves by Jim Mattson · 5 years ago
  92. 9a5c034 KVM: x86/mmu: Skip invalid pages during zapping iff root_count is zero by Sean Christopherson · 5 years ago
  93. ca333ad KVM: x86/mmu: Explicitly track only a single invalid mmu generation by Sean Christopherson · 5 years ago
  94. 1060520 KVM: x86/mmu: Revert "KVM: x86/mmu: Remove is_obsolete() call" by Sean Christopherson · 5 years ago
  95. 31741eb KVM: x86/mmu: Revert "Revert "KVM: MMU: reclaim the zapped-obsolete page first"" by Sean Christopherson · 5 years ago
  96. 4506ecf KVM: x86/mmu: Revert "Revert "KVM: MMU: collapse TLB flushes when zap all pages"" by Sean Christopherson · 5 years ago
  97. fbb158c KVM: x86/mmu: Revert "Revert "KVM: MMU: zap pages in batch"" by Sean Christopherson · 5 years ago
  98. 14a3c4f KVM: x86/mmu: Revert "Revert "KVM: MMU: add tracepoint for kvm_mmu_invalidate_all_pages"" by Sean Christopherson · 5 years ago
  99. dd6223c KVM: x86/mmu: Revert "Revert "KVM: MMU: show mmu_valid_gen in shadow page related tracepoints"" by Sean Christopherson · 5 years ago
  100. 92f58b5 KVM: x86/mmu: Use fast invalidate mechanism to zap MMIO sptes by Sean Christopherson · 5 years ago