1. fe84579 BACKPORT: arch: wire-up pidfd_open() by Christian Brauner · 5 years ago
  2. 304e7f3 BACKPORT: pid: add pidfd_open() by Christian Brauner · 5 years ago
  3. af1070f UPSTREAM: pidfd: add polling support by Joel Fernandes (Google) · 5 years ago
  4. ac937bb UPSTREAM: signal: improve comments by Christian Brauner · 5 years ago
  5. 3941f12 BACKPORT: fork: do not release lock that wasn't taken by Christian Brauner · 5 years ago
  6. b3ae598 BACKPORT: signal: support CLONE_PIDFD with pidfd_send_signal by Christian Brauner · 5 years ago
  7. 0e020c1 BACKPORT: clone: add CLONE_PIDFD by Christian Brauner · 5 years ago
  8. 1999644 UPSTREAM: Make anon_inodes unconditional by David Howells · 6 years ago
  9. 68defbc UPSTREAM: signal: use fdget() since we don't allow O_PATH by Christian Brauner · 5 years ago
  10. f511d49 UPSTREAM: signal: don't silently convert SI_USER signals to non-current pidfd by Jann Horn · 5 years ago
  11. cf9f829 BACKPORT: signal: add pidfd_send_signal() syscall by Christian Brauner · 6 years ago
  12. e032df4 ANDROID: sched: Disallow WALT with CFS bandwidth control by Quentin Perret · 4 years, 10 months ago
  13. f5458c1 ANDROID: fiq_debugger: remove by Mark Salyzyn · 4 years, 10 months ago
  14. 9595aa8 Merge 4.9.190 into android-4.9-q by Greg Kroah-Hartman · 4 years, 10 months ago
  15. 228e87c Linux 4.9.190 by Greg Kroah-Hartman · 4 years, 10 months ago
  16. eab1f2d bonding: Add vlan tx offload to hw_enc_features by YueHaibing · 4 years, 11 months ago
  17. a4cb8ca team: Add vlan tx offload to hw_enc_features by YueHaibing · 4 years, 11 months ago
  18. 4aa2734 net/mlx5e: Use flow keys dissector to parse packets for ARFS by Maxim Mikityanskiy · 5 years ago
  19. e2d8229 net/mlx5e: Only support tx/rx pause setting for port owner by Huy Nguyen · 4 years, 11 months ago
  20. 47fd4df xen/netback: Reset nr_frags before freeing skb by Ross Lagerwall · 4 years, 11 months ago
  21. f85c2f3 sctp: fix the transport error_count check by Xin Long · 4 years, 10 months ago
  22. 7876df05 net/packet: fix race in tpacket_snd() by Eric Dumazet · 4 years, 10 months ago
  23. f7be896 bnx2x: Fix VF's VLAN reconfiguration in reload. by Manish Chopra · 4 years, 10 months ago
  24. 5f35f44 iommu/amd: Move iommu_init_pci() to .init section by Joerg Roedel · 6 years ago
  25. 79ab4c1 Input: psmouse - fix build error of multiple definition by YueHaibing · 5 years ago
  26. 62b0863 netfilter: conntrack: Use consistent ct id hash calculation by Dirk Morris · 4 years, 11 months ago
  27. a953b44 arm64: compat: Allow single-byte watchpoints on all addresses by Will Deacon · 5 years ago
  28. 6c1dc8f bpf: fix bpf_jit_limit knob for PAGE_SIZE >= 64K by Daniel Borkmann · 6 years ago
  29. 912420e asm-generic: fix -Wtype-limits compiler warnings by Qian Cai · 4 years, 11 months ago
  30. 765d9fe USB: serial: option: Add Motorola modem UARTs by Tony Lindgren · 4 years, 10 months ago
  31. 35a85bf USB: serial: option: add the BroadMobi BM818 card by Bob Ham · 5 years ago
  32. 8904914 USB: serial: option: Add support for ZTE MF871A by Yoshiaki Okamoto · 5 years ago
  33. bec06e4 USB: serial: option: add D-Link DWM-222 device ID by Rogan Dawes · 5 years ago
  34. 911a8ca USB: CDC: fix sanity checks in CDC union parser by Oliver Neukum · 4 years, 10 months ago
  35. fccd613 usb: cdc-acm: make sure a refcount is taken early enough by Oliver Neukum · 4 years, 11 months ago
  36. 741b832 USB: core: Fix races in character device registration and deregistraion by Alan Stern · 4 years, 10 months ago
  37. d494231 staging: comedi: dt3000: Fix rounding up of timer divisor by Ian Abbott · 4 years, 10 months ago
  38. 23a9fc5 staging: comedi: dt3000: Fix signed integer overflow 'divider * base' by Ian Abbott · 4 years, 10 months ago
  39. 3bed38d ocfs2: remove set but not used variable 'last_hash' by YueHaibing · 4 years, 11 months ago
  40. 2c81982 IB/mad: Fix use-after-free in ib mad completion handling by Jack Morgenstein · 4 years, 11 months ago
  41. 65585fa IB/core: Add mitigation for Spectre V1 by Luck, Tony · 4 years, 11 months ago
  42. 07a6a92 arm64/mm: fix variable 'pud' set but not used by Qian Cai · 4 years, 11 months ago
  43. 7796efd arm64/efi: fix variable 'si' set but not used by Qian Cai · 4 years, 11 months ago
  44. 1c335cd kbuild: modpost: handle KBUILD_EXTRA_SYMBOLS only for external modules by Masahiro Yamada · 4 years, 11 months ago
  45. 4f62e06 ata: libahci: do not complain in case of deferred probe by Miquel Raynal · 4 years, 11 months ago
  46. 033d839 scsi: hpsa: correct scsi command status issue after reset by Don Brace · 5 years ago
  47. 0623446 libata: zpodd: Fix small read overflow in zpodd_get_mech_type() by Kees Cook · 5 years ago
  48. 219db72 perf header: Fix use of unitialized value warning by Numfor Mbiziwo-Tiapo · 5 years ago
  49. 5b9310f perf header: Fix divide by zero error if f_header.attr_size==0 by Vince Weaver · 5 years ago
  50. 632d97a irqchip/irq-imx-gpcv2: Forward irq type to parent by Lucas Stach · 5 years ago
  51. c1f57be xen/pciback: remove set but not used variable 'old_state' by YueHaibing · 5 years ago
  52. 58c33d4 net: usb: pegasus: fix improper read if get_registers() fail by Denis Kirjanov · 4 years, 11 months ago
  53. b8cab0b Input: iforce - add sanity checks by Oliver Neukum · 4 years, 11 months ago
  54. 9ab5ae5 Input: kbtab - sanity check for endpoint type by Oliver Neukum · 4 years, 11 months ago
  55. 963a14f HID: hiddev: do cleanup in failure of opening a device by Hillf Danton · 4 years, 11 months ago
  56. 52aaeae HID: hiddev: avoid opening a disconnected device by Hillf Danton · 4 years, 11 months ago
  57. bbbaeba HID: holtek: test for sanity of intfdata by Oliver Neukum · 5 years ago
  58. f8053ac ALSA: hda - Let all conexant codec enter D3 when rebooting by Hui Wang · 4 years, 10 months ago
  59. f3f82e1 ALSA: hda - Add a generic reboot_notify by Hui Wang · 4 years, 10 months ago
  60. 3248c08 ALSA: hda - Fix a memory leak bug by Wenwen Wang · 4 years, 10 months ago
  61. c6a46c6 xtensa: add missing isync to the cpu_reset TLB code by Max Filippov · 4 years, 10 months ago
  62. 1922476 netfilter: ctnetlink: don't use conntrack/expect object addresses as id by Florian Westphal · 4 years, 10 months ago
  63. b97a2f3 inet: switch IP ID generator to siphash by Eric Dumazet · 4 years, 10 months ago
  64. 175a407 siphash: implement HalfSipHash1-3 for hash tables by Jason A. Donenfeld · 4 years, 10 months ago
  65. 53e054b siphash: add cryptographically secure PRF by Jason A. Donenfeld · 4 years, 10 months ago
  66. 02b40ed vhost: scsi: add weight support by Jason Wang · 4 years, 10 months ago
  67. 4b58628 vhost_net: fix possible infinite loop by Jason Wang · 4 years, 10 months ago
  68. 66c8d9d vhost: introduce vhost_exceeds_weight() by Jason Wang · 4 years, 10 months ago
  69. 6214511 vhost_net: introduce vhost_exceeds_weight() by Jason Wang · 4 years, 10 months ago
  70. 73f768b vhost_net: use packet weight for rx handler, too by Paolo Abeni · 4 years, 10 months ago
  71. 43f7e9b vhost-net: set packet weight of tx polling to 2 * vq size by haibinzhang(张海斌) · 4 years, 10 months ago
  72. c98446e bpf: add bpf_jit_limit knob to restrict unpriv allocations by Daniel Borkmann · 4 years, 10 months ago
  73. 4d04757 bpf: restrict access to core bpf sysctls by Daniel Borkmann · 4 years, 10 months ago
  74. 5124abd bpf: get rid of pure_initcall dependency to enable jits by Daniel Borkmann · 4 years, 10 months ago
  75. 43729e6 mm/memcontrol.c: fix use after free in mem_cgroup_iter() by Miles Chen · 4 years, 10 months ago
  76. faf6760 mm/usercopy: use memory range to be accessed for wraparound check by Isaac J. Manjarres · 4 years, 10 months ago
  77. 694457e sh: kernel: hw_breakpoint: Fix missing break in switch statement by Gustavo A. R. Silva · 4 years, 10 months ago
  78. 718ce1e scsi: mpt3sas: Use 63-bit DMA addressing on SAS35 HBA by Suganath Prabu · 4 years, 11 months ago
  79. 0d7ed7f iwlwifi: don't unmap as page memory that was mapped as single by Emmanuel Grumbach · 5 years ago
  80. fefc9e1 mwifiex: fix 802.11n/WPA detection by Brian Norris · 5 years ago
  81. 92225e4 smb3: send CAP_DFS capability during session setup by Steve French · 5 years ago
  82. 84bdf5e SMB3: Fix deadlock in validate negotiate hits reconnect by Pavel Shilovsky · 5 years ago
  83. c7b1a1e mac80211: don't WARN on short WMM parameters from AP by Brian Norris · 5 years ago
  84. 542233b ALSA: hda - Don't override global PCM hw info flag by Takashi Iwai · 4 years, 11 months ago
  85. dbb4f2d ALSA: firewire: fix a memory leak bug by Wenwen Wang · 4 years, 11 months ago
  86. d3d1b67 hwmon: (nct7802) Fix wrong detection of in4 presence by Guenter Roeck · 5 years ago
  87. 127ab64 can: peak_usb: pcan_usb_fd: Fix info-leaks to USB devices by Tomas Bortoli · 4 years, 11 months ago
  88. 0cad79b can: peak_usb: pcan_usb_pro: Fix info-leaks to USB devices by Tomas Bortoli · 4 years, 11 months ago
  89. ac370f1e perf/core: Fix creating kernel counters for PMUs that override event->cpu by Leonard Crestez · 5 years ago
  90. a59873b tty/ldsem, locking/rwsem: Add missing ACQUIRE to read_failed sleep loop by Peter Zijlstra · 5 years ago
  91. 5bf03ad scsi: scsi_dh_alua: always use a 2 second delay before retrying RTPG by Hannes Reinecke · 5 years ago
  92. b3a0c29 scsi: ibmvfc: fix WARN_ON during event pool release by Tyrel Datwyler · 5 years ago
  93. d80a03c scsi: megaraid_sas: fix panic on loading firmware crashdump by Junxiao Bi · 5 years ago
  94. 67b14bd ARM: davinci: fix sleep.S build error on ARMv4 by Arnd Bergmann · 5 years ago
  95. ab1ab88 ACPI/IORT: Fix off-by-one check in iort_dev_find_its_id() by Lorenzo Pieralisi · 5 years ago
  96. dfaf368 drbd: dynamically allocate shash descriptor by Arnd Bergmann · 5 years ago
  97. 217c522 perf probe: Avoid calling freeing routine multiple times for same pointer by Arnaldo Carvalho de Melo · 5 years ago
  98. 13810c4 ALSA: compress: Be more restrictive about when a drain is allowed by Charles Keepax · 5 years ago
  99. cbc76c3 ALSA: compress: Don't allow paritial drain operations on capture streams by Charles Keepax · 5 years ago
  100. 8d25080 ALSA: compress: Prevent bypasses of set_params by Charles Keepax · 5 years ago