1. d578bf2 parisc: Add constant for PDC_PAT_COMPLEX firmware call by Helge Deller · 6 years ago
  2. 8207d4e parisc: Show machine product number during boot by Helge Deller · 6 years ago
  3. 661faf3 parisc: Add constants for PDC_RELOCATE PDC call by Helge Deller · 6 years ago
  4. 3b26fda parisc: Add PDC_CRASH_PREP PDC function number by Sven Schnelle · 6 years ago
  5. 97d7e2e parisc: Use F_EXTEND() macro in iosapic code by Helge Deller · 6 years ago
  6. 3654f01 parisc: remove the HBA_DATA macro by Christoph Hellwig · 6 years ago
  7. 5007526 parisc/lba_pci: use container_of in LBA_DEV by Christoph Hellwig · 6 years ago
  8. e2fcabe parisc/dino: use container_of in DINO_DEV by Christoph Hellwig · 6 years ago
  9. cb0f7ab parisc: properly type the return value of parisc_walk_tree by Christoph Hellwig · 6 years ago
  10. 79b428d parisc: properly type the iommu field in struct pci_hba_data by Christoph Hellwig · 6 years ago
  11. 25c9dbe parisc: turn GET_IOC into an inline function by Christoph Hellwig · 6 years ago
  12. 9b8eeab parisc: move internal implementation details out of <asm/dma-mapping.h> by Christoph Hellwig · 6 years ago
  13. 3e803d3 parisc: don't include <asm/cacheflush.h> in <asm/dma-mapping.h> by Christoph Hellwig · 6 years ago
  14. f9d91f7 parisc: remove meaningless ccflags-y in arch/parisc/boot/Makefile by Masahiro Yamada · 6 years ago
  15. c288ac9 parisc: replace oops_in_progress manipulation with bust_spinlocks() by Sergey Senozhatsky · 6 years ago
  16. f73493e parisc: Improve initial IRQ to CPU assignment by Helge Deller · 6 years ago
  17. b102f29 parisc: Count IPI function call interrupts by Helge Deller · 6 years ago
  18. 237a97d parisc: Show rescheduling interrupts on SMP machines only by Helge Deller · 6 years ago
  19. 81fe5bb parisc: Hide built-in serial aux port of Tosca GSP card by Helge Deller · 6 years ago
  20. a3b22b9 Linux 5.0-rc7 by Linus Torvalds · 6 years ago
  21. 2fee036 Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  22. 8d33316 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  23. dd6f29d Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  24. c5f1ac5 Merge tag 'powerpc-5.0-5' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 6 years ago
  25. 0513ebc Merge tag 'csky-for-linus-5.0-rc6' of git://github.com/c-sky/csky-linux by Linus Torvalds · 6 years ago
  26. 1653c2f Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 6 years ago
  27. b8c82b6 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 6 years ago
  28. ed0a0ec Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 6 years ago
  29. 7ad222b Input: elan_i2c - add ACPI ID for touchpad in Lenovo V330-15ISK by Mauro Ciancio · 6 years ago
  30. 2439d37 Input: st-keyscan - fix potential zalloc NULL dereference by Gabriel Fernandez · 6 years ago
  31. 1cd48dc Input: apanel - switch to using brightness_set_blocking() by Dmitry Torokhov · 6 years ago
  32. a580076 powerpc/64s: Fix possible corruption on big endian due to pgd/pud_present() by Michael Ellerman · 6 years ago
  33. 64c0133 Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc by Linus Torvalds · 6 years ago
  34. 88fe73c Merge tag 'nfsd-5.0-2' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 6 years ago
  35. 55638c5 Merge tag 'nfs-for-5.0-4' of git://git.linux-nfs.org/projects/anna/linux-nfs by Linus Torvalds · 6 years ago
  36. 9a7dcde Merge tag 'auxdisplay-for-linus-v5.0-rc7' of git://github.com/ojeda/linux by Linus Torvalds · 6 years ago
  37. 0b999ae Merge tag 'compiler-attributes-for-linus-v5.0-rc7' of git://github.com/ojeda/linux by Linus Torvalds · 6 years ago
  38. 582a32e efi/arm: Revert "Defer persistent reservations until after paging_init()" by Ard Biesheuvel · 6 years ago
  39. 8a5b403d arm64, mm, efi: Account for GICv3 LPI tables in static memblock reserve table by Ard Biesheuvel · 6 years ago
  40. 5ded587 Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 6 years ago
  41. e7afe6c sunrpc: fix 4 more call sites that were using stack memory with a scatterlist by Scott Mayhew · 6 years ago
  42. 410d736 Merge tag 'omap-for-v5.0/fixes-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into arm/fixes by Arnd Bergmann · 6 years ago
  43. a6e60d8 include/linux/module.h: copy __init/__exit attrs to init/cleanup_module by Miguel Ojeda · 6 years ago
  44. c0d9782 Compiler Attributes: add support for __copy (gcc >= 9) by Miguel Ojeda · 6 years ago
  45. ff98e20 lib/crc32.c: mark crc32_le_base/__crc32c_le_base aliases as __pure by Miguel Ojeda · 6 years ago
  46. 69ef9bc auxdisplay: ht16k33: fix potential user-after-free on module unload by Miguel Ojeda · 6 years ago
  47. 24f0a48 Merge tag 'for-linus-20190215' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  48. ae3fa8b Merge tag 'for-5.0/dm-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 6 years ago
  49. dfeae33 Merge tag 'mmc-v5.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc by Linus Torvalds · 6 years ago
  50. 545aabc Merge tag 'drm-fixes-2019-02-15-1' of git://anongit.freedesktop.org/drm/drm by Linus Torvalds · 6 years ago
  51. 2aba32207 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 6 years ago
  52. 6e7bd3b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 6 years ago
  53. 02d7504 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 6 years ago
  54. f331e76 x86/platform/UV: Use efi_runtime_lock to serialise BIOS calls by Hedi Berriche · 6 years ago
  55. 62a23bb Merge tag 'imx-fixes-5.0-3' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into arm/fixes by Arnd Bergmann · 6 years ago
  56. d678062 Merge tag 'v5.0-rockchip-dts64fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip into arm/fixes by Arnd Bergmann · 6 years ago
  57. d50ce40 Merge tag 'v5.0-rockchip-dts32fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip into arm/fixes by Arnd Bergmann · 6 years ago
  58. 2ed5c2e Merge tag 'omap-for-v5.0/fixes-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into fixes by Arnd Bergmann · 6 years ago
  59. f275a46 i2c: bcm2835: Clear current buffer pointers and counts after a transfer by Paul Kocialkowski · 6 years ago
  60. d358def i2c: cadence: Fix the hold bit setting by Shubhrajyoti Datta · 6 years ago
  61. 69ef943 drm: Use array_size() when creating lease by Matthew Wilcox · 6 years ago
  62. 7abbb35 Merge branch 'drm-fixes-5.0' of git://people.freedesktop.org/~agd5f/linux into drm-fixes by Dave Airlie · 6 years ago
  63. 5016bd2 Merge tag 'drm-intel-fixes-2019-02-13' of git://anongit.freedesktop.org/drm/drm-intel into drm-fixes by Dave Airlie · 6 years ago
  64. d586d57 Merge tag 'drm-misc-fixes-2019-02-13' of git://anongit.freedesktop.org/drm/drm-misc into drm-fixes by Dave Airlie · 6 years ago
  65. 4ae280b dm thin: fix bug where bio that overwrites thin block ignores FUA by Nikos Tsironis · 6 years ago
  66. cb5b020 Revert "exec: load_script: don't blindly truncate shebang string" by Linus Torvalds · 6 years ago
  67. 23e93c9 Revert "gfs2: read journal in large chunks to locate the head" by Bob Peterson · 6 years ago
  68. f9bcc9f net: ethernet: freescale: set FEC ethtool regs version by Vivien Didelot · 6 years ago
  69. 3bf6b57 Revert "nfsd4: return default lease period" by J. Bruce Fields · 6 years ago
  70. c969c6e net: hns: Fix object reference leaks in hns_dsaf_roce_reset() by Huang Zijiang · 6 years ago
  71. 2c2ade8 mm: page_alloc: fix ref bias in page_frag_alloc() for 1-byte allocs by Jann Horn · 6 years ago
  72. 61c4c0b Merge branch 'net-phy-fix-locking-issue' by David S. Miller · 6 years ago
  73. a200490 net: phy: fix potential race in the phylib state machine by Heiner Kallweit · 6 years ago
  74. a2fc9d7 net: phy: don't use locking in phy_is_started by Heiner Kallweit · 6 years ago
  75. 39c1331 selftests: fix timestamping Makefile by Deepa Dinamani · 6 years ago
  76. 98ae70c kvm: vmx: Fix entry number check for add_atomic_switch_msr() by Xiaoyao Li · 6 years ago
  77. c112b5f KVM: x86: Recompute PID.ON when clearing PID.SN by Luwei Kang · 6 years ago
  78. 8cd8f0c x86/CPU: Add Icelake model number by Rajneesh Bhardwaj · 6 years ago
  79. 8d6ea93 net: dsa: bcm_sf2: potential array overflow in bcm_sf2_sw_suspend() by Dan Carpenter · 6 years ago
  80. 5bf325a net: fix possible overflow in __sk_mem_raise_allocated() by Eric Dumazet · 6 years ago
  81. 7c0db24 dsa: mv88e6xxx: Ensure all pending interrupts are handled prior to exit by John David Anglin · 6 years ago
  82. b79555d net: phy: fix interrupt handling in non-started states by Heiner Kallweit · 6 years ago
  83. af98c5a sctp: set stream ext to NULL after freeing it in sctp_stream_outq_migrate by Xin Long · 6 years ago
  84. fc228ab sctp: call gso_reset_checksum when computing checksum in sctp_gso_segment by Xin Long · 6 years ago
  85. f325ef7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 6 years ago
  86. 41ceb5e Merge tag 'mlx5-fixes-2019-02-13' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux by David S. Miller · 6 years ago
  87. 407e17b net/mlx5e: XDP, fix redirect resources availability check by Saeed Mahameed · 6 years ago
  88. 5400261 net/mlx5: Fix a compilation warning in events.c by Tariq Toukan · 6 years ago
  89. 4cab346 net/mlx5: No command allowed when command interface is not ready by Huy Nguyen · 6 years ago
  90. fb35c53 net/mlx5e: Fix NULL pointer derefernce in set channels error flow by Maria Pasechnik · 6 years ago
  91. 08e1675 Merge tag 'kvm-arm-fixes-for-5.0' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into kvm-master by Paolo Bonzini · 6 years ago
  92. bc44121 KVM: nVMX: Restore a preemption timer consistency check by Sean Christopherson · 6 years ago
  93. b6ea7bc Merge tag 'trace-v5.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 6 years ago
  94. 753c111 netfilter: nft_compat: use-after-free when deleting targets by Pablo Neira Ayuso · 6 years ago
  95. 1d69511 drm/amdgpu/psp11: TA firmware is optional (v3) by Alex Deucher · 6 years ago
  96. ace74f7 Merge branch 'nvme-5.0' of git://git.infradead.org/nvme into for-linus by Jens Axboe · 6 years ago
  97. cf43a75 signal: Restore the stop PTRACE_EVENT_EXIT by Eric W. Biederman · 6 years ago
  98. 10970e1 x86/a.out: Clear the dump structure initially by Borislav Petkov · 6 years ago
  99. 83e418a mmc: meson-gx: fix interrupt name by Martin Blumenstingl · 6 years ago
  100. 528871b perf/core: Fix impossible ring-buffer sizes warning by Ingo Molnar · 6 years ago