1. d691a3c x86/kasan: Prepare clear_pgds() to switch to <asm-generic/pgtable-nop4d.h> by Kirill A. Shutemov · 8 years ago
  2. 4547833 x86/mm/pat: Add 5-level paging support by Kirill A. Shutemov · 8 years ago
  3. e981316 x86/efi: Add 5-level paging support by Kirill A. Shutemov · 8 years ago
  4. 7f68904 x86/kexec: Add 5-level paging support by Kirill A. Shutemov · 8 years ago
  5. 1f9ca18 Merge branch 'x86/process' into x86/mm, to create new base for further patches by Ingo Molnar · 8 years ago
  6. b23adb7 x86/xen/gdt: Use X86_FEATURE_XENPV instead of globals for the GDT fixup by Andy Lutomirski · 8 years ago
  7. 59c58ceb x86/gdt: Get rid of the get_*_gdt_*_vaddr() helpers by Andy Lutomirski · 8 years ago
  8. 23b2a4d x86/boot/32: Defer resyncing initial_page_table until per-cpu is set up by Andy Lutomirski · 8 years ago
  9. 3fa1cab x86/efi/32: Fix EFI on systems where the per-cpu GDT is virtually mapped by Andy Lutomirski · 8 years ago
  10. aa4ea6755 x86/gdt: Fix setup_fixmap_gdt() to use the correct PA by Andy Lutomirski · 8 years ago
  11. 65973dd selftests/x86/ldt_gdt_32: Work around a glibc sigaction() bug by Andy Lutomirski · 8 years ago
  12. d582799 um/arch_prctl: Fix fallout from x86 arch_prctl() rework by Kyle Huey · 8 years ago
  13. ef37bc3 x86/headers: Simplify asm/fixmap.h inclusion into asm/pgtable*.h by Thomas Garnier · 8 years ago
  14. e9ea1e7 x86/arch_prctl: Add ARCH_[GET|SET]_CPUID by Kyle Huey · 8 years ago
  15. 90218ac x86/cpufeature: Detect CPUID faulting support by Kyle Huey · 8 years ago
  16. 79170fd x86/syscalls/32: Wire up arch_prctl on x86-32 by Kyle Huey · 8 years ago
  17. b0b9b01 x86/arch_prctl: Add do_arch_prctl_common() by Kyle Huey · 8 years ago
  18. 17a6e1b x86/arch_prctl/64: Rename do_arch_prctl() to do_arch_prctl_64() by Kyle Huey · 8 years ago
  19. ff3f097 x86/arch_prctl/64: Use SYSCALL_DEFINE2 to define sys_arch_prctl() by Kyle Huey · 8 years ago
  20. dd93938 x86/arch_prctl: Rename 'code' argument to 'option' by Kyle Huey · 8 years ago
  21. ab6d946 x86/msr: Rename MISC_FEATURE_ENABLES to MISC_FEATURES_ENABLES by Kyle Huey · 8 years ago
  22. 5b781c7 x86/tls: Forcibly set the accessed bit in TLS segments by Andy Lutomirski · 8 years ago
  23. 2947ba0 x86/mm/gup: Switch GUP to the generic get_user_page_fast() implementation by Kirill A. Shutemov · 8 years ago
  24. 73e10a6 mm/gup: Provide callback to check if __GUP_fast() is allowed for the range by Kirill A. Shutemov · 8 years ago
  25. b59f65f mm/gup: Implement the dev_pagemap() logic in the generic get_user_pages_fast() function by Kirill A. Shutemov · 8 years ago
  26. e934805 mm/gup: Mark all pages PageReferenced in generic get_user_pages_fast() by Kirill A. Shutemov · 8 years ago
  27. 0005d20 mm/gup: Move page table entry dereference into helper function by Kirill A. Shutemov · 8 years ago
  28. e7884f8 mm/gup: Move permission checks into helpers by Kirill A. Shutemov · 8 years ago
  29. 9a804fe mm/gup: Drop the arch_pte_access_permitted() MMU callback by Kirill A. Shutemov · 8 years ago
  30. f991376 x86/mm: Correct fixmap header usage on adaptable MODULES_END by Thomas Garnier · 8 years ago
  31. 74c8ce9 Merge branch 'linus' into x86/mm, to pick up a bugfix by Ingo Molnar · 8 years ago
  32. d11507e Merge tag 'xfs-4.11-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 8 years ago
  33. 325513d Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 8 years ago
  34. 3009b30 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md by Linus Torvalds · 8 years ago
  35. 45fc875 x86: Make the GDT remapping read-only on 64-bit by Thomas Garnier · 8 years ago
  36. 69218e4 x86: Remap GDT tables in the fixmap section by Thomas Garnier · 8 years ago
  37. f06bdd4 x86/mm: Adapt MODULES_END based on fixmap section size by Thomas Garnier · 8 years ago
  38. 69eea5a Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  39. 95422de Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 8 years ago
  40. aabcf5f Merge tag 'gfs2-4.11-rc3.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2 by Linus Torvalds · 8 years ago
  41. defc7d7 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 8 years ago
  42. 28ea06c gfs2: Avoid alignment hole in struct lm_lockname by Andreas Gruenbacher · 8 years ago
  43. 630a04e xfs: verify inline directory data forks by Darrick J. Wong · 8 years ago
  44. ae50dfd Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 8 years ago
  45. 352526f Merge branch 'for-4.11-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 8 years ago
  46. 6517569 Merge branch 'for-4.11-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata by Linus Torvalds · 8 years ago
  47. bc25887 Merge branch 'for-4.11-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 8 years ago
  48. 83e6322 Merge branch 'for-4.11-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 8 years ago
  49. 1e6a1cd Merge branch 'qed-fixes' by David S. Miller · 8 years ago
  50. 6b116b1 qed: Enable iSCSI Out-of-Order by Mintz, Yuval · 8 years ago
  51. db31d33 qed: Correct out-of-bound access in OOO history by Mintz, Yuval · 8 years ago
  52. 1df2ade qed: Fix interrupt flags on Rx LL2 by Ram Amrani · 8 years ago
  53. 4621ceb qed: Free previous connections when releasing iSCSI by Mintz, Yuval · 8 years ago
  54. 752ecb2 qed: Fix mapping leak on LL2 rx flow by Mintz, Yuval · 8 years ago
  55. 3ef310a qed: Prevent creation of too-big u32-chains by Tomer Tayar · 8 years ago
  56. f3e4811 qed: Align CIDs according to DORQ requirement by Ram Amrani · 8 years ago
  57. a8aa395 Merge branch 'mlxsw-small-fixes' by David S. Miller · 8 years ago
  58. e9093b1 mlxsw: reg: Fix SPVMLR max record count by Jiri Pirko · 8 years ago
  59. f004ec0 mlxsw: reg: Fix SPVM max record count by Jiri Pirko · 8 years ago
  60. 37c343b net: Resend IGMP memberships upon peer notification. by Vlad Yasevich · 8 years ago
  61. 11353b9 md/raid1: fix a trivial typo in comments by Zhilong Liu · 8 years ago
  62. 9c62110 blk-mq-sched: don't run the queue async from blk_mq_try_issue_directly() by Jens Axboe · 8 years ago
  63. 0977762 md/r5cache: fix set_syndrome_sources() for data in cache by Song Liu · 8 years ago
  64. e13b73d x86/hugetlb: Adjust to the new native/compat mmap bases by Dmitry Safonov · 8 years ago
  65. 06c830a x86/power: Add 5-level paging support by Kirill A. Shutemov · 8 years ago
  66. b50858c x86/mm/vmalloc: Add 5-level paging support by Kirill A. Shutemov · 8 years ago
  67. ea3b5e6 x86/mm/ident_map: Add 5-level paging support by Kirill A. Shutemov · 8 years ago
  68. 0318e5ab x86/mm/gup: Add 5-level paging support by Kirill A. Shutemov · 8 years ago
  69. e0c4f67 x86/mm: Convert trivial cases of page table walk to 5-level paging by Kirill A. Shutemov · 8 years ago
  70. fe1e8c3 x86/mm: Extend headers with basic definitions to support 5-level paging by Kirill A. Shutemov · 8 years ago
  71. 72ef9c4 dccp: fix memory leak during tear-down of unsuccessful connection request by Hannes Frederic Sowa · 8 years ago
  72. b20e2d5 tun: fix premature POLLOUT notification on tun devices by Hannes Frederic Sowa · 8 years ago
  73. 45caeaa dccp/tcp: fix routing redirect race by Jon Maxwell · 8 years ago
  74. 02bb56d ucc/hdlc: fix two little issue by Zhao Qiang · 8 years ago
  75. fb5fe0f Merge tag 'powerpc-4.11-4' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 8 years ago
  76. c80498e vxlan: fix ovs support by Nicolas Dichtel · 8 years ago
  77. 91864f5 net: use net->count to check whether a netns is alive or not by Andrey Vagin · 8 years ago
  78. 065f3e4 Merge tag 'platform-drivers-x86-v4.11-2' of git://git.infradead.org/linux-platform-drivers-x86 by Linus Torvalds · 8 years ago
  79. a13b208 bridge: drop netfilter fake rtable unconditionally by Florian Westphal · 8 years ago
  80. 79e4950 ipv6: avoid write to a possibly cloned skb by Florian Westphal · 8 years ago
  81. 6e526fd net: wimax/i2400m: fix NULL-deref at probe by Johan Hovold · 8 years ago
  82. 68c32f9 isdn/gigaset: fix NULL-deref at probe by Johan Hovold · 8 years ago
  83. 67e1940 ipv6: make ECMP route replacement less greedy by Sabrina Dubroca · 8 years ago
  84. ce70df0 mm, gup: fix typo in gup_p4d_range() by Kirill A. Shutemov · 8 years ago
  85. 4a3a485 writeback: fix memory leak in wb_queue_work() by Tahsin Erdogan · 8 years ago
  86. 0067d4b blk-mq: Fix tagset reinit in the presence of cpu hot-unplug by Sagi Grimberg · 8 years ago
  87. 3e6ef9c x86/mm: Make mmap(MAP_32BIT) work correctly by Dmitry Safonov · 8 years ago
  88. 1b028f7 x86/mm: Introduce mmap_compat_base() for 32-bit mmap() by Dmitry Safonov · 8 years ago
  89. 8f3e474 x86/mm: Add task_size parameter to mmap_base() by Dmitry Safonov · 8 years ago
  90. 6a0b41d x86/mm: Introduce arch_rnd() to compute 32/64 mmap random base by Dmitry Safonov · 8 years ago
  91. 65869a4 bpf: improve read-only handling by Daniel Borkmann · 8 years ago
  92. 1da8ac7 selftests/bpf: fix broken build by Alexei Starovoitov · 8 years ago
  93. 79099aa mpls: Do not decrement alive counter for unregister events by David Ahern · 8 years ago
  94. b17075d xen-netback: fix race condition on XenBus disconnect by Igor Druzhinin · 8 years ago
  95. e37791e mpls: Send route delete notifications when router module is unloaded by David Ahern · 8 years ago
  96. 52491c7 act_connmark: avoid crashing on malformed nlattrs with null parms by Etienne Noss · 8 years ago
  97. 88a7cdd Make IP 'forwarding' doc more precise by Neil Jerram · 8 years ago
  98. 7ce1012 netvsc: handle select_queue when device is being removed by stephen hemminger · 8 years ago
  99. ecd0522 net: ethernet: aquantia: call set_irq_affinity_hint before free_irq by David Arcari · 8 years ago
  100. d1c4e9b platform/x86: asus-wmi: Remove quirk_no_rfkill by João Paulo Rechi Vita · 8 years ago