1. 52c6912 i40e: Use smp_rmb rather than read_barrier_depends by Brian King · 7 years ago
  2. 0a9a17e ixgbe: Fix skb list corruption on Power systems by Brian King · 7 years ago
  3. bd5608b i40e: restore promiscuous after reset by Alan Brady · 7 years ago
  4. 01acc73 i40evf: fix client notify of l2 params by Alan Brady · 7 years ago
  5. 94075bb i40e: Fix FLR reset timeout issue by Filip Sadowski · 7 years ago
  6. e56afa5 i40e: Remove limit of 64 max queues per channel by Amritha Nambiar · 7 years ago
  7. 34c164d i40e: fix the calculation of VFs mac addresses by Zijie Pan · 7 years ago
  8. 3d72aeb i40e: Fix for NUP NVM image downgrade failure by Jacob Keller · 7 years ago
  9. f68d62a x86/mm/kasan: Don't use vmemmap_populate() to initialize shadow by Andrey Ryabinin · 7 years ago
  10. 548c305 x86/entry/64: Fix entry_SYSCALL_64_after_hwframe() IRQ tracing by Andy Lutomirski · 7 years ago
  11. f3f1dfd powerpc/perf/imc: Use cpu_to_node() not topology_physical_package_id() by Michael Ellerman · 7 years ago
  12. 841b86f treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE casts by Kees Cook · 7 years ago
  13. 919b250 timer: Remove redundant __setup_timer*() macros by Kees Cook · 7 years ago
  14. 188665b timer: Pass function down to initialization routines by Kees Cook · 7 years ago
  15. 1fe66ba timer: Remove unused data arguments from macros by Kees Cook · 7 years ago
  16. 354b46b timer: Switch callback prototype to take struct timer_list * argument by Kees Cook · 7 years ago
  17. c1eba5b timer: Pass timer_list pointer to callbacks unconditionally by Kees Cook · 7 years ago
  18. 9477b4a Coccinelle: Remove setup_timer.cocci by Kees Cook · 7 years ago
  19. 513ae78 timer: Remove setup_*timer() interface by Kees Cook · 7 years ago
  20. 7eeb6b8 timer: Remove init_timer() interface by Kees Cook · 7 years ago
  21. 86cb30e treewide: setup_timer() -> timer_setup() (2 field) by Kees Cook · 7 years ago
  22. e99e88a treewide: setup_timer() -> timer_setup() by Kees Cook · 7 years ago
  23. b9eaf18 treewide: init_timer() -> setup_timer() by Kees Cook · 7 years ago
  24. 24ed960 treewide: Switch DEFINE_TIMER callbacks to struct timer_list * by Kees Cook · 7 years ago
  25. 6cc73a0 s390: cmm: Convert timers to use timer_setup() by Kees Cook · 7 years ago
  26. 87c1d2d lightnvm: Convert timers to use timer_setup() by Kees Cook · 7 years ago
  27. bd1a7b4 drivers/net: cris: Convert timers to use timer_setup() by Kees Cook · 7 years ago
  28. 0078730 drm/vc4: Convert timers to use timer_setup() by Kees Cook · 7 years ago
  29. bca237a block/laptop_mode: Convert timers to use timer_setup() by Kees Cook · 7 years ago
  30. 1e9aa74 net/atm/mpc: Avoid open-coded assignment of timer callback function by Kees Cook · 7 years ago
  31. 2ea5b4d drm/i915/selftests: Convert timers to use timer_setup() by Kees Cook · 7 years ago
  32. 72a9f9a usb: usbatm: Convert timers to use timer_setup() by Kees Cook · 7 years ago
  33. ff07a23 drivers/firmware: psci: Convert timers to use timer_setup() by Kees Cook · 7 years ago
  34. 8238573 ARC: perf: avoid vmalloc backed mmap by Vineet Gupta · 8 years ago
  35. 5b9027d ARCv2: perf: optimize given that num counters <= 32 by Vineet Gupta · 9 years ago
  36. 4d43129 ARCv2: perf: tweak overflow interrupt by Vineet Gupta · 9 years ago
  37. f1a8b8e bpf: change bpf_probe_write_user to bpf_trace_printk in test_verifier by Yonghong Song · 7 years ago
  38. c6f9288 platform/x86: dell-laptop: fix error return code in dell_init() by weiyongjun (A) · 7 years ago
  39. 0a62d6c ALSA: usb-audio: Add sanity checks in v2 clock parsers by Takashi Iwai · 7 years ago
  40. 8428a8e ALSA: usb-audio: Fix potential zero-division at parsing FU by Takashi Iwai · 7 years ago
  41. f658f17 ALSA: usb-audio: Fix potential out-of-bound access at parsing SU by Takashi Iwai · 7 years ago
  42. d937cd6 ALSA: usb-audio: Add sanity checks to FE parser by Takashi Iwai · 7 years ago
  43. 0c86a6b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 7 years ago
  44. 446947b drm/amdgpu: fix rmmod KCQ disable failed error by Wang Hongcheng · 7 years ago
  45. d5a480b drm/amdgpu: fix kernel hang when starting VNC server by Xiangliang.Yu · 7 years ago
  46. b620fd2 Merge tag 'for-linus-4.15-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linux by Linus Torvalds · 7 years ago
  47. adb072d Merge tag 'ceph-for-4.15-rc1' of git://github.com/ceph/ceph-client by Linus Torvalds · 7 years ago
  48. 3d4e830 ALSA: timer: Remove kernel warning at compat ioctl error paths by Takashi Iwai · 7 years ago
  49. 11ca75d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printk by Linus Torvalds · 7 years ago
  50. 400eeff ARM: 8722/1: mm: make STRICT_KERNEL_RWX effective for LPAE by Philip Derrin · 7 years ago
  51. 3b0c0c9 ARM: 8721/1: mm: dump: check hardware RO bit for LPAE by Philip Derrin · 7 years ago
  52. 29337b6 ARM: make decompressor debug output user selectable by Russell King · 7 years ago
  53. 1ee5e87 ARM: fix get_user_pages_fast by Russell King · 7 years ago
  54. 20e3f98 ALSA: pcm: update tstamp only if audio_tstamp changed by Henrik Eriksson · 7 years ago
  55. a13e8d4 Merge tag 'mac80211-for-davem-2017-11-20' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211 by David S. Miller · 7 years ago
  56. b48b1f7 nfp: flower: add missing kdoc by Jakub Kicinski · 7 years ago
  57. e0e853a tipc: fix access of released memory by Jon Maloy · 7 years ago
  58. f9409e7 net: qmi_wwan: add Quectel BG96 2c7c:0296 by Sebastian Sjoholm · 7 years ago
  59. bf4e9f2 mlxsw: spectrum: Do not try to create non-existing ports during unsplit by Ido Schimmel · 7 years ago
  60. feb3c76 apparmor: fix possible recursive lock warning in __aa_create_ns by John Johansen · 7 years ago
  61. 5d7c44e apparmor: fix locking when creating a new complain profile. by John Johansen · 7 years ago
  62. 06d426d apparmor: fix profile attachment for special unconfined profiles by John Johansen · 7 years ago
  63. 844b829 apparmor: ensure that undecidable profile attachments fail by John Johansen · 7 years ago
  64. 4633307 apparmor: fix leak of null profile name if profile allocation fails by John Johansen · 7 years ago
  65. e3bcfc1 apparmor: remove unused redundant variable stop by Colin Ian King · 7 years ago
  66. 954317f apparmor: Fix bool initialization/comparison by Thomas Meyer · 7 years ago
  67. 7bba39a apparmor: initialized returned struct aa_perms by Arnd Bergmann · 7 years ago
  68. 62b49c4 powerpc/vas: Export chip_to_vas_id() by Sukadev Bhattiprolu · 7 years ago
  69. ed59b7d Merge ath-current from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git by Kalle Valo · 7 years ago
  70. 274e0a1 xfs: abstract out dev_t conversions by Christoph Hellwig · 7 years ago
  71. 6818caa xfs: fix memory leak in xfs_iext_free_last_leaf by Shu Wang · 7 years ago
  72. 7b659ee x86/pkeys/selftests: Fix protection keys write() warning by Dave Hansen · 7 years ago
  73. 91c49c2 x86/pkeys/selftests: Rename 'si_pkey' to 'siginfo_pkey' by Dave Hansen · 7 years ago
  74. a640012 x86/mpx/selftests: Fix up weird arrays by Dave Hansen · 7 years ago
  75. c51ff2c x86/pkeys: Update documentation about availability by Dave Hansen · 7 years ago
  76. 5933a62 apparmor: fix spelling mistake: "resoure" -> "resource" by Colin Ian King · 7 years ago
  77. aa5222e sched/deadline: Don't use dubious signed bitfields by Dan Carpenter · 7 years ago
  78. e1d1ea5 Merge tag 'fbdev-v4.15' of git://github.com/bzolnier/linux by Linus Torvalds · 7 years ago
  79. c633e89 Merge tag 'devicetree-fixes-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux by Linus Torvalds · 7 years ago
  80. bf8973f Merge tag 'jfs-4.15-2' of git://github.com/kleikamp/linux-shaggy by Linus Torvalds · 7 years ago
  81. fd11a64 x86/umip: Print a warning into the syslog if UMIP-protected instructions are used by Ricardo Neri · 7 years ago
  82. 135f971 drm/amdgpu: don't skip attributes when powerplay is enabled by Alex Deucher · 7 years ago
  83. 6547f42 Merge branch 'bpf-offload-fixes' by Daniel Borkmann · 7 years ago
  84. 14380194 bpf: make bpf_prog_offload_verifier_prep() static inline by Jakub Kicinski · 7 years ago
  85. 1ee6400 bpf: revert report offload info to user space by Jakub Kicinski · 7 years ago
  86. 51aa423 bpftool: revert printing program device bound info by Jakub Kicinski · 7 years ago
  87. 62c71b4 bpf: offload: ignore namespace moves by Jakub Kicinski · 7 years ago
  88. 479321e bpf: turn bpf_prog_get_type() into a wrapper by Jakub Kicinski · 7 years ago
  89. 441a330 net: xdp: don't allow device-bound programs in driver mode by Jakub Kicinski · 7 years ago
  90. 288b3de bpf: offload: move offload device validation out to the drivers by Jakub Kicinski · 7 years ago
  91. 1f6f4cb bpf: offload: rename the ifindex field by Jakub Kicinski · 7 years ago
  92. 649f11d bpf: offload: limit offload to cls_bpf and xdp programs only by Jakub Kicinski · 7 years ago
  93. 13a9c48 bpf: offload: add comment warning developers about double destroy by Jakub Kicinski · 7 years ago
  94. 8d8258b drm/amd/pp: fix typecast error in powerplay. by Rex Zhu · 7 years ago
  95. 87c9fd8 dt-bindings: rtc: imxdi: Improve the bindings text by Fabio Estevam · 7 years ago
  96. 495bbde rtc: sc27xx: Add Spreadtrum SC27xx PMIC RTC driver by Baolin Wang · 7 years ago
  97. 4255c30 platform/x86: dell-smbios-wmi: Disable userspace interface if missing hotfix by Mario Limonciello · 7 years ago
  98. 3a025e1 Add optional check for bad kernel-doc comments by Matthew Wilcox · 7 years ago
  99. def4db3 dt-bindings: trivial-devices: Remove fsl,mc13892 by Jonathan Neuschäfer · 7 years ago
  100. 02a876b of: Document exactly what of_find_node_by_name() puts by Stephen Boyd · 7 years ago