1. 20cc0dd Merge remote-tracking branch 'iio-thermal-5.11-rc1/ib-iio-thermal-5.11-rc1' into testing by Daniel Lezcano · 3 years, 11 months ago
  2. 23ff852 thermal/core: Make cooling device state change private by Daniel Lezcano · 4 years ago
  3. b39d2dd thermal/core: Remove ms based delay fields by Daniel Lezcano · 4 years, 1 month ago
  4. 17d399c thermal/core: Precompute the delays from msecs to jiffies by Daniel Lezcano · 4 years, 1 month ago
  5. 2121496 thermal/core: Remove unused macro THERMAL_TRIPS_NONE by Daniel Lezcano · 4 years, 1 month ago
  6. a7d6ba1 thermal/core: Remove the 'forced_passive' option by Daniel Lezcano · 4 years, 1 month ago
  7. 3bd0ceb iio: adc: qcom-vadc-common: rewrite vadc7 die temp calculation by Dmitry Baryshkov · 4 years, 1 month ago
  8. bb01e26 iio: adc: move vadc_map_pt from header to the source file by Dmitry Baryshkov · 4 years, 1 month ago
  9. 6e39b14 iio: provide of_iio_channel_get_by_name() and devm_ version it by Dmitry Baryshkov · 4 years, 1 month ago
  10. ec82edb iio: adc: move qcom-vadc-common.h to include dir by Dmitry Baryshkov · 4 years, 1 month ago
  11. 8d502ef fixp-arith: add a linear interpolation function by Craig Tatlor · 4 years, 1 month ago
  12. 04f1111 thermal/core: Remove notify ops by Daniel Lezcano · 4 years, 1 month ago
  13. eda809ae Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 4 years ago
  14. f6e1ea1 Merge tag 'ceph-for-5.11-rc2' of git://github.com/ceph/ceph-client by Linus Torvalds · 4 years ago
  15. aa8c7db kdev_t: always inline major/minor helper functions by Josh Poimboeuf · 4 years ago
  16. 8b0fac4 sizes.h: add SZ_8G/SZ_16G/SZ_32G macros by Huang Shijie · 4 years ago
  17. 87dbc20 local64.h: make <asm/local64.h> mandatory by Randy Dunlap · 4 years ago
  18. dc2da7b mm: memmap defer init doesn't work as expected by Baoquan He · 4 years ago
  19. 6d87d0e mm: add prototype for __add_to_page_cache_locked() by Souptick Joarder · 4 years ago
  20. 3a176b9 Revert "kbuild: avoid static_assert for genksyms" by Masahiro Yamada · 4 years ago
  21. 664f1e2 libceph: add __maybe_unused to DEFINE_MSGR2_FEATURE by Ilya Dryomov · 4 years, 1 month ago
  22. 7bb5226 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years, 1 month ago
  23. 555a6e8 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 4 years, 1 month ago
  24. 3913d00 Merge tag 'irq-core-2020-12-23' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 1 month ago
  25. 4a1106a Merge tag 'efi_updates_for_v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 1 month ago
  26. 771e7e4 Merge tag 'block-5.11-2020-12-23' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 1 month ago
  27. 6414548 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 4 years, 1 month ago
  28. a088159 Merge tag 'tag-chrome-platform-for-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/chrome-platform/linux by Linus Torvalds · 4 years, 1 month ago
  29. 4960821 Merge tag 'pm-5.11-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 4 years, 1 month ago
  30. 1375b98 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years, 1 month ago
  31. 347d81b Merge tag 'dma-mapping-5.11' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 4 years, 1 month ago
  32. e86f8b09 kasan, mm: allow cache merging with no metadata by Andrey Konovalov · 4 years, 1 month ago
  33. eeb3160 kasan, mm: rename kasan_poison_kfree by Andrey Konovalov · 4 years, 1 month ago
  34. 3430324 kasan, mm: check kasan_enabled in annotations by Andrey Konovalov · 4 years, 1 month ago
  35. bffe690 kasan: open-code kasan_unpoison_slab by Andrey Konovalov · 4 years, 1 month ago
  36. c0054c5 kasan: inline kasan_reset_tag for tag-based modes by Andrey Konovalov · 4 years, 1 month ago
  37. d56a9ef kasan, arm64: unpoison stack only with CONFIG_KASAN_STACK by Andrey Konovalov · 4 years, 1 month ago
  38. 2e903b9 kasan, arm64: implement HW_TAGS runtime by Andrey Konovalov · 4 years, 1 month ago
  39. 0fea6e9 kasan, arm64: expand CONFIG_KASAN checks by Andrey Konovalov · 4 years, 1 month ago
  40. 60a3a5f kasan, arm64: rename kasan_init_tags and mark as __init by Andrey Konovalov · 4 years, 1 month ago
  41. d73b493 kasan, arm64: only use kasan_depth for software modes by Andrey Konovalov · 4 years, 1 month ago
  42. cebd0eb kasan: rename (un)poison_shadow to (un)poison_range by Andrey Konovalov · 4 years, 1 month ago
  43. d5750ed kasan: shadow declarations only for software modes by Andrey Konovalov · 4 years, 1 month ago
  44. 3b1a4a8 kasan: group vmalloc code by Andrey Konovalov · 4 years, 1 month ago
  45. c3a74f8 Merge branch 'pm-cpufreq' by Rafael J. Wysocki · 4 years, 1 month ago
  46. 8653b77 Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux by Linus Torvalds · 4 years, 1 month ago
  47. 70990af Merge tag '9p-for-5.11-rc1' of git://github.com/martinetd/linux by Linus Torvalds · 4 years, 1 month ago
  48. abe7e32 Merge branches 'clk-ingenic', 'clk-vc5', 'clk-cleanup', 'clk-canaan' and 'clk-marvell' into clk-next by Stephen Boyd · 4 years, 1 month ago
  49. b53a160 Merge branches 'clk-ti', 'clk-analog', 'clk-trace', 'clk-at91' and 'clk-silabs' into clk-next by Stephen Boyd · 4 years, 1 month ago
  50. 699eda2 Merge branches 'clk-tegra', 'clk-imx', 'clk-sifive', 'clk-mediatek' and 'clk-summary' into clk-next by Stephen Boyd · 4 years, 1 month ago
  51. d240d4c Merge branches 'clk-amlogic', 'clk-rockchip', 'clk-of', 'clk-freescale' and 'clk-unused' into clk-next by Stephen Boyd · 4 years, 1 month ago
  52. 23cae54 Merge branches 'clk-doc', 'clk-qcom', 'clk-simplify', 'clk-hw', 'clk-renesas' and 'clk-samsung' into clk-next by Stephen Boyd · 4 years, 1 month ago
  53. 0c797d2 dt-binding: clock: Document canaan,k210-clk bindings by Damien Le Moal · 4 years, 1 month ago
  54. 6a447b0 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 4 years, 1 month ago
  55. f4a2f78 Merge tag 'rtc-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux by Linus Torvalds · 4 years, 1 month ago
  56. 11c3365 Merge tag 'for-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply by Linus Torvalds · 4 years, 1 month ago
  57. d56154c Merge tag 'pwm/for-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm by Linus Torvalds · 4 years, 1 month ago
  58. 91f3bf0 clk: at91: sama7g5: register cpu clock by Claudiu Beznea · 4 years, 2 months ago
  59. 3d86ee1 dt-bindings: clock: at91: add sama7g5 pll defines by Eugen Hristev · 4 years, 2 months ago
  60. 1db98bc Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years, 1 month ago
  61. b0a0c26 epoll: wire up syscall epoll_pwait2 by Willem de Bruijn · 4 years, 1 month ago
  62. 9a1ac22 mm/memcontrol:rewrite mem_cgroup_page_lruvec() by Hui Su · 4 years, 1 month ago
  63. bec78ef mm/memcg: remove unused definitions by Wei Yang · 4 years, 1 month ago
  64. a405588 mm/memcg: warning on !memcg after readahead page charged by Alex Shi · 4 years, 1 month ago
  65. 476c135 vdpa: Add missing comment for virtqueue count by Parav Pandit · 4 years, 2 months ago
  66. be61863 uapi: virtio_ids: add missing device type IDs from OASIS spec by Enrico Weigelt, metux IT consult · 4 years, 1 month ago
  67. 1e38f00 uapi: virtio_ids.h: consistent indentions by Enrico Weigelt, metux IT consult · 4 years, 1 month ago
  68. c59c758 Merge tag 'drm-next-2020-12-18' of git://anongit.freedesktop.org/drm/drm by Linus Torvalds · 4 years, 1 month ago
  69. e2ae634 Merge tag 'riscv-for-linus-5.11-mw0' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux by Linus Torvalds · 4 years, 1 month ago
  70. a409ed1 Merge tag 'gpio-v5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 4 years, 1 month ago
  71. e13300b Merge tag '5.11-rc-smb3' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 4 years, 1 month ago
  72. d64c6f9 Merge tag 'net-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 4 years, 1 month ago
  73. 0c6c887 Merge tag 'for-linus' of git://github.com/openrisc/linux by Linus Torvalds · 4 years, 1 month ago
  74. 8a5be36 Merge tag 'powerpc-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 4 years, 1 month ago
  75. 09c0796 Merge tag 'trace-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 4 years, 1 month ago
  76. 312dcaf Merge tag 'modules-for-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linux by Linus Torvalds · 4 years, 1 month ago
  77. 6daa904 Merge tag 'dmaengine-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/dmaengine by Linus Torvalds · 4 years, 1 month ago
  78. 83005cd Merge tag 'mailbox-v5.11' of git://git.linaro.org/landing-teams/working/fujitsu/integration by Linus Torvalds · 4 years, 1 month ago
  79. 74f602d Merge tag 'nfs-for-5.11-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 4 years, 1 month ago
  80. be695ee Merge tag 'ceph-for-5.11-rc1' of git://github.com/ceph/ceph-client by Linus Torvalds · 4 years, 1 month ago
  81. 92dbc9d Merge tag 'ovl-update-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs by Linus Torvalds · 4 years, 1 month ago
  82. 65de0b8 Merge tag 'fuse-update-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 4 years, 1 month ago
  83. ff49c86 Merge tag 'f2fs-for-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 4 years, 1 month ago
  84. b97d4c4 Merge tag 'for_v5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 4 years, 1 month ago
  85. 14bd41e Merge tag 'fsnotify_for_v5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 4 years, 1 month ago
  86. 9bd23c3 jbd2: add a helper to find out number of fast commit blocks by Harshad Shirwadkar · 4 years, 2 months ago
  87. 49e2713 net/mlx5: Fix compilation warning for 32-bit platform by Parav Pandit · 4 years, 1 month ago
  88. 76efc1c blk-iocost: Add iocg idle state tracepoint by Baolin Wang · 4 years, 1 month ago
  89. 3df23a3 pwm: Remove unused function pwmchip_add_inversed() by Uwe Kleine-König · 4 years, 1 month ago
  90. 03813d9 clk: Trace clk_set_rate() "range" functions by Maxime Ripard · 4 years, 1 month ago
  91. accefff Merge tag 'arm-soc-omap-genpd-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc by Linus Torvalds · 4 years, 1 month ago
  92. 48c1c40 Merge tag 'arm-soc-drivers-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc by Linus Torvalds · 4 years, 1 month ago
  93. 9805529 Merge tag 'arm-soc-dt-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc by Linus Torvalds · 4 years, 1 month ago
  94. 75f4d45 devlink: use _BITUL() macro instead of BIT() in the UAPI header by Tobias Klauser · 4 years, 1 month ago
  95. 0c71cc0 Merge tag 'vfio-v5.11-rc1' of git://github.com/awilliam/linux-vfio by Linus Torvalds · 4 years, 1 month ago
  96. de925e2 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid/hid by Linus Torvalds · 4 years, 1 month ago
  97. f68e404 Merge tag 'pinctrl-v5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl by Linus Torvalds · 4 years, 1 month ago
  98. a701262 Merge tag 'mtd/for-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux by Linus Torvalds · 4 years, 1 month ago
  99. 278f54c Merge tag 'mfd-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd by Linus Torvalds · 4 years, 1 month ago
  100. fff875a Merge tag 'memblock-v5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rppt/memblock by Linus Torvalds · 4 years, 1 month ago