1. 36257d5 parisc: soft_offline_page() now takes the pfn by Helge Deller · 5 years ago
  2. aeea5ea parisc: add missing __init annotation by Sven Schnelle · 5 years ago
  3. e16260c parisc: fix compilation when KEXEC=n and KEXEC_FILE=y by Sven Schnelle · 5 years ago
  4. e42617b Linux 5.5-rc1 by Linus Torvalds · 5 years ago
  5. 95e6ba5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 5 years ago
  6. 138f371 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 5 years ago
  7. a78f7cd Merge tag '5.5-rc-smb3-fixes-part2' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 5 years ago
  8. 5bf9a06 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 5 years ago
  9. 9455d25 Merge tag 'ntb-5.5' of git://github.com/jonmason/ntb by Linus Torvalds · 5 years ago
  10. 7372145 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 5 years ago
  11. 95207d5 Merge tag 'iomap-5.5-merge-14' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 5 years ago
  12. 50caca9 Merge tag 'xfs-5.5-merge-17' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 5 years ago
  13. 316933c Merge tag 'for-linus-5.5-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linux by Linus Torvalds · 5 years ago
  14. 911d137 Merge tag 'nfsd-5.5' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 5 years ago
  15. fb9bf40 Merge tag 'nfs-for-5.5-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 5 years ago
  16. 231e2a0 smb3: improve check for when we send the security descriptor context on create by Steve French · 5 years ago
  17. 94e89b4 Merge tag 'vfio-v5.5-rc1' of git://github.com/awilliam/linux-vfio by Linus Torvalds · 5 years ago
  18. f74fd13 Merge tag 'for-linus-5.5b-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 5 years ago
  19. 6dc517a3 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 5 years ago
  20. 0fc7521 r8169: fix rtl_hw_jumbo_disable for RTL8168evl by Heiner Kallweit · 5 years ago
  21. 85190d1 pipe: don't use 'pipe_wait() for basic pipe IO by Linus Torvalds · 5 years ago
  22. 9b5b99a NTB: Add Hygon Device ID by Jiasen Lin · 5 years ago
  23. a28c8b9 pipe: remove 'waiting_writers' merging logic by Linus Torvalds · 5 years ago
  24. f467a6a pipe: fix and clarify pipe read wakeup logic by Linus Torvalds · 5 years ago
  25. 1b6b26a pipe: fix and clarify pipe write wakeup logic by Linus Torvalds · 5 years ago
  26. 2dd5616 net_sched: validate TCA_KIND attribute in tc_chain_tmplt_add() by Eric Dumazet · 5 years ago
  27. 00222d1 r8169: add missing RX enabling for WoL on RTL8125 by Heiner Kallweit · 5 years ago
  28. 8a3cc29 vhost/vsock: accept only packets with the right dst_cid by Stefano Garzarella · 5 years ago
  29. fafc5db net: phy: dp83867: fix hfs boot in rgmii mode by Grygorii Strashko · 5 years ago
  30. 51302f7 net: ethernet: ti: cpsw: fix extra rx interrupt by Grygorii Strashko · 5 years ago
  31. 501a90c inet: protect against too small mtu values. by Eric Dumazet · 5 years ago
  32. 0e49409 gre: refetch erspan header from skb->data after pskb_may_pull() by Cong Wang · 5 years ago
  33. 02a896c pppoe: remove redundant BUG_ON() check in pppoe_pernet by Aditya Pakki · 5 years ago
  34. 68d4b3d lib/: fix Kconfig indentation by Krzysztof Kozlowski · 5 years ago
  35. ec29a5c kernel-hacking: move DEBUG_FS to 'Generic Kernel Debugging Instruments' by Changbin Du · 5 years ago
  36. 2b05bb7 kernel-hacking: move DEBUG_BUGVERBOSE to 'printk and dmesg options' by Changbin Du · 5 years ago
  37. ebebdd0 kernel-hacking: create a submenu for scheduler debugging options by Changbin Du · 5 years ago
  38. dc9b963 kernel-hacking: move SCHED_STACK_END_CHECK after DEBUG_STACK_USAGE by Changbin Du · 5 years ago
  39. f43a289 kernel-hacking: move Oops into 'Lockups and Hangs' by Changbin Du · 5 years ago
  40. 09a7495 kernel-hacking: move kernel testing and coverage options to same submenu by Changbin Du · 5 years ago
  41. 3be5cbc kernel-hacking: group kernel data structures debugging together by Changbin Du · 5 years ago
  42. ff600a9 kernel-hacking: create submenu for arch special debugging options by Changbin Du · 5 years ago
  43. 6210b64 kernel-hacking: group sysrq/kgdb/ubsan into 'Generic Kernel Debugging Instruments' by Changbin Du · 5 years ago
  44. ad910e3 pipe: fix poll/select race introduced by the pipe rework by Linus Torvalds · 5 years ago
  45. 38a2204 nfsd: depend on CRYPTO_MD5 for legacy client tracking by Patrick Steinhardt · 5 years ago
  46. 18f428d NFSD fixing possible null pointer derefering in copy offload by Olga Kornievskaia · 5 years ago
  47. 5532946 Merge branch 'tcp-fix-handling-of-stale-syncookies-timestamps' by David S. Miller · 5 years ago
  48. 721c8da tcp: Protect accesses to .ts_recent_stamp with {READ,WRITE}_ONCE() by Guillaume Nault · 5 years ago
  49. cb44a08 tcp: tighten acceptance of ACKs not matching a child socket by Guillaume Nault · 5 years ago
  50. 04d26e7 tcp: fix rejected syncookies due to stale timestamps by Guillaume Nault · 5 years ago
  51. 537d077 Merge tag 'mlx5-fixes-2019-12-05' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux by David S. Miller · 5 years ago
  52. 04aa1bc lpc_eth: kernel BUG on remove by Bruno Carneiro da Cunha · 5 years ago
  53. 9424e2e tcp: md5: fix potential overestimation of TCP option space by Eric Dumazet · 5 years ago
  54. 9a74542ee Merge branch 'net-tc-indirect-block-relay' by David S. Miller · 5 years ago
  55. 25a443f net: sched: allow indirect blocks to bind to clsact in TC by John Hurley · 5 years ago
  56. dbad340 net: core: rename indirect block ingress cb function by John Hurley · 5 years ago
  57. e0b60903 net-sysfs: Call dev_hold always in netdev_queue_add_kobject by Jouni Hogander · 5 years ago
  58. 8bef0af net: dsa: fix flow dissection on Tx path by Alexander Lobakin · 5 years ago
  59. 4a5cdc6 net/tls: Fix return values to avoid ENOTSUPP by Valentin Vidic · 5 years ago
  60. eea2d5d Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm by Linus Torvalds · 5 years ago
  61. 347f56f Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc by Linus Torvalds · 5 years ago
  62. 9888428 Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 5 years ago
  63. 76f6777 pipe: Fix iteration end check in fuse_dev_splice_write() by David Howells · 5 years ago
  64. 43a2898 Merge tag 'powerpc-5.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 5 years ago
  65. f89d416 Merge tag 'powerpc-5.5-3' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 5 years ago
  66. 3cf2890 Merge tag 'sound-fix-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 5 years ago
  67. ec05759 pipe: fix incorrect caching of pipe state over pipe_wait() by Linus Torvalds · 5 years ago
  68. fdef665 smb3: fix mode passed in on create for modetosid mount option by Steve French · 5 years ago
  69. 1af6622 net: avoid an indirect call in ____sys_recvmsg() by Eric Dumazet · 5 years ago
  70. 462f855 phy: mdio-thunder: add missed pci_release_regions in remove by Chuhong Yuan · 5 years ago
  71. 9cf1cd8 tipc: fix ordering of tipc module init and exit routine by Taehee Yoo · 5 years ago
  72. 9f104c7 mqprio: Fix out-of-bounds access in mqprio_dump by Vladyslav Tarasiuk · 5 years ago
  73. f421031 net: stmmac: reset Tx desc base address before restarting Tx by Jongsung Kim · 5 years ago
  74. a6a10d4 enetc: disable EEE autoneg by default by Yangbo Lu · 5 years ago
  75. afbd65f Merge branch 'next' into for-linus by Dmitry Torokhov · 5 years ago
  76. 7ada90e Merge tag 'drm-next-2019-12-06' of git://anongit.freedesktop.org/drm/drm by Linus Torvalds · 5 years ago
  77. 9feb1af Merge tag 'for-linus-20191205' of git://git.kernel.dk/linux-block by Linus Torvalds · 5 years ago
  78. 0aecba6 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 5 years ago
  79. 30f55ea Merge tag 'arm-soc/for-5.5/devicetree-part2' of https://github.com/Broadcom/stblinux into arm/fixes by Olof Johansson · 5 years ago
  80. 916a914 Merge tag 'tegra-for-5.5-memory-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux into arm/fixes by Olof Johansson · 5 years ago
  81. 5af5b2a Merge tag 'tegra-for-5.5-soc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux into arm/fixes by Olof Johansson · 5 years ago
  82. c25f318 Merge tag 'tegra-for-5.5-cpufreq' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux into arm/fixes by Olof Johansson · 5 years ago
  83. f7a1a1d Merge tag 'socfpga_update_for_v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux into arm/fixes by Olof Johansson · 5 years ago
  84. e89d108 Merge tag 'omap-for-v5.5/dt-fixes-merge-window-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into arm/fixes by Olof Johansson · 5 years ago
  85. 0f679ed Merge tag 'omap-for-v5.5/ti-sysc-late-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into arm/fixes by Olof Johansson · 5 years ago
  86. 1897700 ARM: multi_v7_defconfig: Restore debugfs support by Marek Szyprowski via Linux.Kernel.Org · 5 years ago
  87. de85804 arm64: entry: refine comment of stack overflow check by Heyi Guo · 5 years ago
  88. 70927d0 arm64: ftrace: fix ifdeffery by Mark Rutland · 5 years ago
  89. 0492747c arm64: KVM: Invoke compute_layout() before alternatives are applied by Sebastian Andrzej Siewior · 5 years ago
  90. df325e0 arm64: Validate tagged addresses in access_ok() called from kernel threads by Catalin Marinas · 5 years ago
  91. 04bb964 ARM: 8947/1: Fix __arch_get_hw_counter() access to CNTVCT by Vincenzo Frascino · 5 years ago
  92. ff98a5f ARM: 8943/1: Fix topology setup in case of CPU hotplug for CONFIG_SCHED_MC by Dietmar Eggemann · 5 years ago
  93. ae72555 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 5 years ago
  94. 9c1867d Merge tag 'drm-intel-next-fixes-2019-12-05' of git://anongit.freedesktop.org/drm/drm-intel into drm-next by Dave Airlie · 5 years ago
  95. 8539429 Merge branch 'io_uring-5.5' into for-linus by Jens Axboe · 5 years ago
  96. b0d4bea Merge branch 'next.autofs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 5 years ago
  97. da73fcd Merge branch 'pipe-rework' (patches from David Howells) by Linus Torvalds · 5 years ago
  98. 8f868d6 pipe: Fix missing mask update after pipe_wait() by David Howells · 5 years ago
  99. 8c7b8c3 pipe: Remove assertion from pipe_poll() by David Howells · 5 years ago
  100. 0033b34 ppp: fix out-of-bounds access in bpf_prog_create() by Eric Biggers · 5 years ago