1. 2946ece perf inject: Add missing callbacks in perf_tool by Namhyung Kim · 4 years, 3 months ago
  2. 0bf02a0 perf bench: Add build-id injection benchmark by Namhyung Kim · 4 years, 3 months ago
  3. 388968d perf trace: Use the autogenerated mmap 'prot' string/id table by Arnaldo Carvalho de Melo · 4 years, 3 months ago
  4. 08fc476 tools beauty: Add script to generate table of mmap's 'prot' argument by Arnaldo Carvalho de Melo · 4 years, 3 months ago
  5. 6169322 perf beauty mmap_flags: Conditionaly define the mmap flags by Arnaldo Carvalho de Melo · 4 years, 3 months ago
  6. 9012e3d perf trace beauty: Add script to autogenerate mremap's flags args string/id table by Arnaldo Carvalho de Melo · 4 years, 3 months ago
  7. d758d5d perf tools: Separate the checking of headers only used to build beautification tables by Arnaldo Carvalho de Melo · 4 years, 3 months ago
  8. 717d182 Merge remote-tracking branch 'torvalds/master' into perf/core by Arnaldo Carvalho de Melo · 4 years, 3 months ago
  9. fb0155a Merge tag 'nfs-for-5.9-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 4 years, 3 months ago
  10. a4d63c3 mm: do not rely on mm == current->mm in __get_user_pages_locked by Jason A. Donenfeld · 4 years, 3 months ago
  11. a55b7bb perf test: Fix msan uninitialized use. by Ian Rogers · 4 years, 3 months ago
  12. aa98d84 perf parse-events: Reduce casts around bp_addr by Ian Rogers · 4 years, 3 months ago
  13. 40b74c30 perf test: Add expand cgroup event test by Namhyung Kim · 4 years, 3 months ago
  14. 89fb1ca perf tools: Allow creation of cgroup without open by Namhyung Kim · 4 years, 3 months ago
  15. b214ba8 perf tools: Copy metric events properly when expand cgroups by Namhyung Kim · 4 years, 3 months ago
  16. d1c5a0e perf stat: Add --for-each-cgroup option by Namhyung Kim · 4 years, 3 months ago
  17. 7fedd9b perf evsel: Add evsel__clone() function by Namhyung Kim · 4 years, 3 months ago
  18. b5ff7f2 perf vendor events: Update SkylakeX events to v1.21 by Jin Yao · 4 years, 8 months ago
  19. 038d3b5 perf vendor events intel: Update CascadelakeX events to v1.08 by Jin Yao · 4 years, 4 months ago
  20. a1b8638 Linux 5.9-rc7 by Linus Torvalds · 4 years, 3 months ago
  21. 16bc1d5 Merge tag 'kbuild-fixes-v5.9-4' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 4 years, 3 months ago
  22. f881855 Merge tag 'x86-urgent-2020-09-27' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 3 months ago
  23. ba25f05 Merge tag 'timers-urgent-2020-09-27' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 3 months ago
  24. d042035 mm/thp: Split huge pmds/puds if they're pinned when fork() by Peter Xu · 4 years, 3 months ago
  25. 70e806e mm: Do early cow for pinned pages during fork() for ptes by Peter Xu · 4 years, 3 months ago
  26. 7a4830c mm/fork: Pass new vma pointer into copy_page_range() by Peter Xu · 4 years, 3 months ago
  27. 008cfe4 mm: Introduce mm_struct.has_pinned by Peter Xu · 4 years, 3 months ago
  28. a7b6c0f Merge tag 'timers-v5.9-rc4' of https://git.linaro.org/people/daniel.lezcano/linux into timers/urgent by Thomas Gleixner · 4 years, 3 months ago
  29. a1bffa4 Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 4 years, 3 months ago
  30. 692495b Merge tag 'io_uring-5.9-2020-09-25' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 3 months ago
  31. 9d2fbae Merge tag 'block-5.9-2020-09-25' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 3 months ago
  32. eeddbe6 Merge tag 's390-5.9-7' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 4 years, 3 months ago
  33. 8fb1e91 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years, 3 months ago
  34. ce26842 mm: validate pmd after splitting by Minchan Kim · 4 years, 4 months ago
  35. f85086f mm: don't rely on system state to detect hot-plug operations by Laurent Dufour · 4 years, 3 months ago
  36. c1d0da8 mm: replace memmap_context by meminit_context by Laurent Dufour · 4 years, 3 months ago
  37. a1cd6c2 arch/x86/lib/usercopy_64.c: fix __copy_user_flushcache() cache writeback by Mikulas Patocka · 4 years, 3 months ago
  38. ffa550c lib/memregion.c: include memregion.h by Jason Yan · 4 years, 3 months ago
  39. 1e1b6d6 lib/string.c: implement stpcpy by Nick Desaulniers · 4 years, 3 months ago
  40. 6c5c7b9 mm/migrate: correct thp migration stats by Zi Yan · 4 years, 3 months ago
  41. d3f7b1b mm/gup: fix gup_fast with dynamic page table folding by Vasily Gorbik · 4 years, 3 months ago
  42. 8d3fe09 mm: memcontrol: fix missing suffix of workingset_restore by Muchun Song · 4 years, 3 months ago
  43. 4166343 mm, THP, swap: fix allocating cluster for swapfile by mistake by Gao Xiang · 4 years, 3 months ago
  44. 678ff6a mm: slab: fix potential double free in ___cache_free by Shakeel Butt · 4 years, 3 months ago
  45. e30d694 Documentation/llvm: Fix clang target examples by Florian Fainelli · 4 years, 3 months ago
  46. 7c7ec32 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 4 years, 3 months ago
  47. b463b6f Merge tag 'mips_fixes_5.9_3' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux by Linus Torvalds · 4 years, 3 months ago
  48. 782d122 Merge tag 'spi-fix-v5.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi by Linus Torvalds · 4 years, 3 months ago
  49. 814324b Merge tag 'regulator-fix-v5.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator by Linus Torvalds · 4 years, 3 months ago
  50. 9a3a087 Merge tag 'regmap-fix-v5.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap by Linus Torvalds · 4 years, 3 months ago
  51. f38c7e3 io_uring: ensure async buffered read-retry is setup properly by Jens Axboe · 4 years, 3 months ago
  52. 6d28cf7 Merge tag 'nfsd-5.9-2' of git://git.linux-nfs.org/projects/cel/cel-2.6 by Linus Torvalds · 4 years, 3 months ago
  53. 15083aa Merge tag 'pm-5.9-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 4 years, 3 months ago
  54. 4bb05f3 KVM: SVM: Add a dedicated INVD intercept routine by Tom Lendacky · 4 years, 3 months ago
  55. 33d04c6 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma by Linus Torvalds · 4 years, 3 months ago
  56. 574ec42 Merge tag 'drm-fixes-2020-09-25' of git://anongit.freedesktop.org/drm/drm by Linus Torvalds · 4 years, 3 months ago
  57. 6040723 Merge branch 'pm-cpuidle' by Rafael J. Wysocki · 4 years, 3 months ago
  58. 62c774e io_uring: don't unconditionally set plug->nowait = true by Jens Axboe · 4 years, 3 months ago
  59. 1b0e6e2 Merge tag 'devfreq-fixes-for-5.9-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/linux by Rafael J. Wysocki · 4 years, 3 months ago
  60. 3aab917 block: remove unused BLK_QC_T_EAGAIN flag by Jeffle Xu · 4 years, 3 months ago
  61. f3cd4850 io_uring: ensure open/openat2 name is cleaned on cancelation by Jens Axboe · 4 years, 3 months ago
  62. 8d214c4 KVM: x86: Reset MMU context if guest toggles CR4.SMAP or CR4.PKE by Sean Christopherson · 4 years, 3 months ago
  63. ba78755e Merge tag 'drm-misc-fixes-2020-09-24' of git://anongit.freedesktop.org/drm/drm-misc into drm-fixes by Dave Airlie · 4 years, 3 months ago
  64. f3231a0 Merge tag 'drm-intel-fixes-2020-09-24' of git://anongit.freedesktop.org/drm/drm-intel into drm-fixes by Dave Airlie · 4 years, 3 months ago
  65. 720777c BackMerge commit '98477740630f270aecf648f1d6a9dbc6027d4ff1' into drm-fixes by Dave Airlie · 4 years, 3 months ago
  66. 9754d6c Merge tag 'nvme-5.9-2020-09-24' of git://git.infradead.org/nvme into block-5.9 by Jens Axboe · 4 years, 3 months ago
  67. ee6fa05 KVM: x86: fix MSR_IA32_TSC read for nested migration by Maxim Levitsky · 4 years, 4 months ago
  68. 171d4ff Merge tag 'mmc-v5.9-rc4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc by Linus Torvalds · 4 years, 3 months ago
  69. 8fa5960 Merge tag 'media/v5.9-3' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media by Linus Torvalds · 4 years, 3 months ago
  70. 9ef7dce Merge tag 'sound-5.9-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 4 years, 3 months ago
  71. 516d980 scripts/kallsyms: skip ppc compiler stub *.long_branch.* / *.plt_branch.* by Masahiro Yamada · 4 years, 3 months ago
  72. be068f2 mm: fix misplaced unlock_page in do_wp_page() by Linus Torvalds · 4 years, 3 months ago
  73. 00fb259 spi: bcm-qspi: Fix probe regression on iProc platforms by Ray Jui · 4 years, 4 months ago
  74. f7e8098 s390/zcrypt: Fix ZCRYPT_PERDEV_REQCNT ioctl by Christian Borntraeger · 4 years, 4 months ago
  75. c9c9e6a Merge tag 'trace-v5.9-rc5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 4 years, 3 months ago
  76. a969324 Merge tag 'for-5.9/dm-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 4 years, 3 months ago
  77. bffac4b Merge tag 'for-5.9-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 4 years, 3 months ago
  78. 86a82ae x86/ioapic: Unbreak check_timer() by Thomas Gleixner · 4 years, 3 months ago
  79. 46d2613 nvme-core: don't use NVME_NSID_ALL for command effects and supported log by Chaitanya Kulkarni · 4 years, 3 months ago
  80. 79a1971 mm: move the copy_one_pte() pte_present check into the caller by Linus Torvalds · 4 years, 3 months ago
  81. df3a57d mm: split out the non-present case from copy_one_pte() by Linus Torvalds · 4 years, 3 months ago
  82. 530b5af spi: fsl-dspi: fix use-after-free in remove path by Sascha Hauer · 4 years, 3 months ago
  83. fbb5a79 regulator: axp20x: fix LDO2/4 description by Icenowy Zheng · 4 years, 3 months ago
  84. 69f48c7 perf script: Add min, max to futex-contention output, in addition to avg by Hagen Paul Pfeifer · 4 years, 3 months ago
  85. 2a684fc perf script: Autopep8 futex-contention by Hagen Paul Pfeifer · 4 years, 4 months ago
  86. 002a3d6 perf stat: Skip duration_time in setup_system_wide by Jin Yao · 4 years, 4 months ago
  87. 18391e5 selftests: kvm: Fix assert failure in single-step test by Yang Weijiang · 4 years, 4 months ago
  88. b96e650 KVM: x86: VMX: Make smaller physical guest address space support user-configurable by Mohammed Gamal · 4 years, 4 months ago
  89. be090fa MIPS: BCM47XX: Remove the needless check with the 1074K by Wei Li · 4 years, 3 months ago
  90. e393fbe MIPS: Add the missing 'CPU_1074K' into __get_cpu_type() by Wei Li · 4 years, 3 months ago
  91. b13812d MIPS: Loongson2ef: Disable Loongson MMI instructions by Jiaxun Yang · 4 years, 3 months ago
  92. 9559212 ACPI: processor: Fix build for ARCH_APICTIMER_STOPS_ON_C3 unset by Rafael J. Wysocki · 4 years, 3 months ago
  93. 16cce04 drm/i915/selftests: Push the fake iommu device from the stack to data by Chris Wilson · 4 years, 4 months ago
  94. 6bf5607 PM / devfreq: tegra30: Disable clock on error in probe by Dan Carpenter · 4 years, 4 months ago
  95. 0c309ed PM / devfreq: Add timer type to devfreq_summary debugfs by Chanwoo Choi · 4 years, 4 months ago
  96. 3de5f98 Merge tag 'drm-misc-fixes-2020-09-18' of git://anongit.freedesktop.org/drm/drm-misc into drm-fixes by Dave Airlie · 4 years, 3 months ago
  97. 805c6d3 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years, 3 months ago
  98. d301713 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 4 years, 3 months ago
  99. 0baca07 Merge tag 'io_uring-5.9-2020-09-22' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 3 months ago
  100. c37b718 Merge tag 'block-5.9-2020-09-22' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 3 months ago