1. e393365 dm: fix to_sector() for 32bit by NeilBrown · 6 years ago
  2. 4b0a5e8 device property: Fix the length used in PROPERTY_ENTRY_STRING() by Heikki Krogerus · 6 years ago
  3. 943ebf4 splice: don't merge into linked buffers by Jann Horn · 6 years ago
  4. 0da773c5 of: Support const and non-const use for to_of_node() by Sakari Ailus · 7 years ago
  5. 8c09b19 cpufreq: Use struct kobj_attribute instead of struct global_attr by Viresh Kumar · 6 years ago
  6. 9eea082 sched/sysctl: Fix attributes of some extern declarations by Matthias Kaehlcke · 7 years ago
  7. 146558f clocksource: Use GENMASK_ULL in definition of CLOCKSOURCE_MASK by Matthias Kaehlcke · 7 years ago
  8. cb24fd5 net: Add header for usage of fls64() by David S. Miller · 6 years ago
  9. 47dc74c net: Fix for_each_netdev_feature on Big endian by Hauke Mehrtens · 6 years ago
  10. e62e3b6 perf/x86: Add check_period PMU callback by Jiri Olsa · 6 years ago
  11. 84d8c3a net: create skb_gso_validate_mac_len() by Daniel Axtens · 6 years ago
  12. 64a9f5f HID: debug: fix the ring buffer implementation by Vladis Dronov · 6 years ago
  13. 7f38299 oom, oom_reaper: do not enqueue same task twice by Tetsuo Handa · 6 years ago
  14. c9fd374 drbd: Avoid Clang warning about pointless switch statment by Nathan Chancellor · 6 years ago
  15. 5009194 drivers: core: Remove glue dirs from sysfs earlier by Benjamin Herrenschmidt · 6 years ago
  16. c574feb ipvlan, l3mdev: fix broken l3s mode wrt local routes by Daniel Borkmann · 6 years ago
  17. 1777fa9 compiler.h: enable builtin overflow checkers and add fallback code by Rasmus Villemoes · 6 years ago
  18. 04663e8 net: Fix usage of pskb_trim_rcsum by Ross Lagerwall · 6 years ago
  19. db16eb5 writeback: don't decrement wb->refcnt if !wb->bdi by Anders Roxell · 6 years ago
  20. 37c791a sunrpc: use-after-free in svc_process_common() by Vasily Averin · 6 years ago
  21. e50db95 platform-msi: Free descriptors in platform_msi_domain_free() by Miquel Raynal · 6 years ago
  22. ce8ec03 ptr_ring: wrap back ->producer in __ptr_ring_swap_queue() by Cong Wang · 6 years ago
  23. 1e7066a signal: Introduce COMPAT_SIGMINSTKSZ for use in compat_sys_sigaltstack by Will Deacon · 6 years ago
  24. fe26b8d USB: check usb_get_extra_descriptor for proper size by Mathias Payer · 6 years ago
  25. def8c1d bpf: Prevent memory disambiguation attack by Alexei Starovoitov · 6 years ago
  26. 18a23fb libceph: implement CEPHX_V2 calculation mode by Ilya Dryomov · 6 years ago
  27. 06e9259 libceph: add authorizer challenge by Ilya Dryomov · 6 years ago
  28. 0811545 libceph: store ceph_auth_handshake pointer in ceph_connection by Ilya Dryomov · 6 years ago
  29. 9041d1e libceph: drop len argument of *verify_authorizer_reply() by Ilya Dryomov · 8 years ago
  30. 0e67f1c reset: remove remaining WARN_ON() in <linux/reset.h> by Masahiro Yamada · 7 years ago
  31. f109deb reset: make device_reset_optional() really optional by Masahiro Yamada · 7 years ago
  32. ee6e7fb reset: add exported __reset_control_get, return NULL if optional by Philipp Zabel · 9 years ago
  33. 7be2600 reset: fix optional reset_control_get stubs to return NULL by Philipp Zabel · 8 years ago
  34. ca58e3b reset: make optional functions really optional by Ramiro Oliveira · 8 years ago
  35. 6f35b5b workqueue: avoid clang warning by Arnd Bergmann · 8 years ago
  36. 87043e4 EVM: Add support for portable signature format by Matthew Garrett · 7 years ago
  37. 0c41bee namei: allow restricted O_CREAT of FIFOs and regular files by Salvatore Mesoraca · 6 years ago
  38. 674004e include/linux/pfn_t.h: force '~' to be parsed as an unary operator by Sebastien Boisvert · 6 years ago
  39. 95cd1aa of: add helper to lookup compatible child node by Johan Hovold · 6 years ago
  40. 8bcd10d can: dev: can_get_echo_skb(): factor out non sending code to __can_get_echo_skb() by Marc Kleine-Budde · 6 years ago
  41. 2cf6ba5 new helper: uaccess_kernel() by Al Viro · 8 years ago
  42. d8ccc61 netfilter: ipset: Correct rcu_dereference() call in ip_set_put_comment() by Jozsef Kadlecsik · 6 years ago
  43. e215388 modules: mark __inittest/__exittest as __maybe_unused by Arnd Bergmann · 8 years ago
  44. b53c737 kbuild: fix asm-offset generation to work with clang by Jeroen Hofstee · 7 years ago
  45. 9c34ad0 mm: migration: fix migration of huge PMD shared pages by Mike Kravetz · 6 years ago
  46. f6939db clockevents/drivers/i8253: Add support for PIT shutdown quirk by Michael Kelley · 6 years ago
  47. 9efe044 libceph: bump CEPH_MSG_MAX_DATA_LEN by Ilya Dryomov · 6 years ago
  48. 5378c0e TC: Set DMA masks for devices by Maciej W. Rozycki · 6 years ago
  49. 65cb24d posix-timers: Sanitize overrun handling by Thomas Gleixner · 6 years ago
  50. f11f358 iio: buffer: fix the function signature to match implementation by Phil Reid · 6 years ago
  51. 03a1d0b elevator: fix truncation of icq_cache_name by Eric Biggers · 7 years ago
  52. e34bd9a mremap: properly flush TLB before releasing the page by Linus Torvalds · 6 years ago
  53. 1004395 ip: use rb trees for IP frag queue. by Peter Oskolkov · 6 years ago
  54. b475cf3 net: add rb_to_skb() and other rb tree helpers by Eric Dumazet · 6 years ago
  55. 791521e net: pskb_trim_rcsum() and CHECKSUM_COMPLETE are friends by Eric Dumazet · 6 years ago
  56. 8716959 net: modify skb_rbtree_purge to return the truesize of all purged skbs. by Peter Oskolkov · 6 years ago
  57. 316986f inet: frags: get rid of ipfrag_skb_cb/FRAG_CB by Eric Dumazet · 6 years ago
  58. 6060bcd rhashtable: reorganize struct rhashtable layout by Eric Dumazet · 6 years ago
  59. 8d59c3a net: ipv4: update fnhe_pmtu when first hop's MTU changes by Sabrina Dubroca · 6 years ago
  60. fcbd4cc ebtables: arpreply: Add the standard target sanity check by Gao Feng · 7 years ago
  61. e7038f8 time: Introduce jiffies64_to_nsecs() by Frederic Weisbecker · 8 years ago
  62. 4f689d0 arm/arm64: smccc-1.1: Handle function result as parameters by Marc Zyngier · 6 years ago
  63. e757c1e arm/arm64: smccc-1.1: Make return values unsigned long by Marc Zyngier · 6 years ago
  64. fc63de90 hwmon: (ina2xx) fix sysfs shunt resistor read access by Lothar Felten · 6 years ago
  65. b052d04 slub: make ->cpu_partial unsigned int by Alexey Dobriyan · 6 years ago
  66. 3ba2875 power: remove possible deadlock when unregistering power_supply by Benjamin Tissoires · 6 years ago
  67. eddbab1 evm: Don't deadlock if a crypto algorithm is unavailable by Matthew Garrett · 6 years ago
  68. ccb8961 net/mlx5: Fix use-after-free in self-healing flow by Jack Morgenstein · 6 years ago
  69. 8458056 mm: get rid of vmacache_flush_all() entirely by Linus Torvalds · 6 years ago
  70. 35a9021 r8169: add support for NCube 8168 network card by Anthony Wong · 6 years ago
  71. b68377c iommu/vt-d: Fix dev iotlb pfsid use by Jacob Pan · 6 years ago
  72. eada1b2 iommu/vt-d: Add definitions for PFSID by Jacob Pan · 6 years ago
  73. 40b08cd Replace magic for trusting the secondary keyring with #define by Yannik Sembritzki · 6 years ago
  74. b5bc39d NFSv4 client live hangs after live data migration recovery by Bill Baker · 6 years ago
  75. 0eb725c PCI: Add wrappers for dev_printk() by Frederick Lawler · 7 years ago
  76. 8a5e02a scsi: sysfs: Introduce sysfs_{un,}break_active_protection() by Bart Van Assche · 6 years ago
  77. 3934e01 PCI: OF: Fix I/O space page leak by Sergei Shtylyov · 6 years ago
  78. d2a4505 net/ethernet/freescale/fman: fix cross-build error by Randy Dunlap · 6 years ago
  79. c504b9f cpu/hotplug: Fix SMT supported evaluation by Thomas Gleixner · 6 years ago
  80. 929d3b2 cpu/hotplug: Set CPU_SMT_NOT_SUPPORTED early by Thomas Gleixner · 6 years ago
  81. a69c5e0 cpu/hotplug: Expose SMT control init function by Jiri Kosina · 6 years ago
  82. f37486c cpu/hotplug: Provide knobs to control SMT by Thomas Gleixner · 6 years ago
  83. e392347 x86/speculation/l1tf: Limit swap file size to MAX_PA/2 by Andi Kleen · 6 years ago
  84. 432e99b x86/speculation/l1tf: Add sysfs reporting for l1tf by Andi Kleen · 6 years ago
  85. a3a7b99 proc: Fix proc_sys_prune_dcache to hold a sb reference by Eric W. Biederman · 7 years ago
  86. b96e215 proc/sysctl: prune stale dentries during unregistering by Konstantin Khlebnikov · 8 years ago
  87. 6bb53ee init: rename and re-order boot_cpu_state_init() by Linus Torvalds · 6 years ago
  88. 50bed43 kasan: add no_sanitize attribute for clang builds by Andrey Konovalov · 6 years ago
  89. 6a19e26 fork: unconditionally clear stack on fork by Kees Cook · 6 years ago
  90. 885b49b kmemleak: clear stale pointers from task stacks by Konstantin Khlebnikov · 7 years ago
  91. a26030a ring_buffer: tracing: Inherit the tracing setting to next ring buffer by Masami Hiramatsu · 6 years ago
  92. 1d1a409 serial: core: Make sure compiler barfs for 16-byte earlycon names by Douglas Anderson · 7 years ago
  93. 4139a62 brcmfmac: Add support for bcm43364 wireless chipset by Sean Lanigan · 6 years ago
  94. 4fccb92 dma-iommu: Fix compilation when !CONFIG_IOMMU_DMA by Marc Zyngier · 6 years ago
  95. 6e02c06 netfilter: ipset: List timing out entries with "timeout 1" instead of zero by Jozsef Kadlecsik · 6 years ago
  96. b9dd134 exec: avoid gcc-8 warning for get_task_comm by Arnd Bergmann · 7 years ago
  97. 2d08921 tcp: free batches of packets in tcp_prune_ofo_queue() by Eric Dumazet · 6 years ago
  98. cad9922 net: Don't copy pfmemalloc flag in __copy_skb_header() by Stefano Brivio · 6 years ago
  99. 5c06789 string: drop __must_check from strscpy() and restore strscpy() usages in cgroup by Tejun Heo · 7 years ago
  100. be331630 arm64: Call ARCH_WORKAROUND_2 on transitions between EL0 and EL1 by Marc Zyngier · 6 years ago