1. 1c4f676 net: Define SCM_TIMESTAMPING_PKTINFO on all architectures. by David S. Miller · 8 years ago
  2. fcc8487 uapi: export all headers under uapi directories by Nicolas Dichtel · 8 years ago
  3. 857f864 Merge tag 'pci-v4.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 8 years ago
  4. 8d65b08 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 8 years ago
  5. 5db6db0 Merge branch 'work.uaccess' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  6. eea86b6 Merge branches 'uaccess.alpha', 'uaccess.arc', 'uaccess.arm', 'uaccess.arm64', 'uaccess.avr32', 'uaccess.bfin', 'uaccess.c6x', 'uaccess.cris', 'uaccess.frv', 'uaccess.h8300', 'uaccess.hexagon', 'uaccess.ia64', 'uaccess.m32r', 'uaccess.m68k', 'uaccess.metag', 'uaccess.microblaze', 'uaccess.mips', 'uaccess.mn10300', 'uaccess.nios2', 'uaccess.openrisc', 'uaccess.parisc', 'uaccess.powerpc', 'uaccess.s390', 'uaccess.score', 'uaccess.sh', 'uaccess.sparc', 'uaccess.tile', 'uaccess.um', 'uaccess.unicore32', 'uaccess.x86' and 'uaccess.xtensa' into work.uaccess by Al Viro · 8 years ago
  7. d9c102d ia64: Use generic pci_mmap_resource_range() by David Woodhouse · 8 years ago
  8. 11df195 PCI: Move multiple declarations of pci_mmap_page_range() to <linux/pci.h> by David Woodhouse · 8 years ago
  9. ae749c7 PCI: Add arch_can_pci_mmap_wc() macro by David Woodhouse · 8 years ago
  10. 6b6cbc1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  11. d8a6e3a ia64: restore symbol versions for symbols defined in assembly by Jan Beulich · 8 years ago
  12. 5daab9d New getsockopt option to get socket cookie by Chenbo Feng · 8 years ago
  13. b3622d3 get rid of padding, switch to RAW_COPY_USER by Al Viro · 8 years ago
  14. 652c1aa ia64: get rid of copy_in_user() by Al Viro · 8 years ago
  15. 7bb8a50 ia64: sanitize __access_ok() by Al Viro · 8 years ago
  16. 11836ec ia64: get rid of 'segment' argument of __do_{get,put}_user() by Al Viro · 8 years ago
  17. 1bd5986 ia64: get rid of 'segment' argument of __{get,put}_user_check() by Al Viro · 8 years ago
  18. 8bec271 ia64: add extable.h by Al Viro · 8 years ago
  19. bee3f41 Merge branch 'parisc-4.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux into uaccess.parisc by Al Viro · 8 years ago
  20. 6d43390 net: Introduce SO_INCOMING_NAPI_ID by Sridhar Samudrala · 8 years ago
  21. a2d133b sock: introduce SO_MEMINFO getsockopt by Josh Hunt · 8 years ago
  22. 9849a56 arch, mm: convert all architectures to use 5level-fixup.h by Kirill A. Shutemov · 8 years ago
  23. af1d5b3 uaccess: drop duplicate includes from asm/uaccess.h by Al Viro · 8 years ago
  24. 5e6039d uaccess: move VERIFY_{READ,WRITE} definitions to linux/uaccess.h by Al Viro · 8 years ago
  25. 2c873d5 sched/core: Remove unused prefetch_stack() by Ingo Molnar · 8 years ago
  26. 589ee62 sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linux/sched.h> by Ingo Molnar · 8 years ago
  27. 7d134b2 kprobes: move kprobe declarations to asm-generic/kprobes.h by Luis R. Rodriguez · 8 years ago
  28. ac1820f Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma by Linus Torvalds · 8 years ago
  29. 6d1c42d Merge tag 'extable-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 8 years ago
  30. b672592 sched/cputime: Remove generic asm headers by Frederic Weisbecker · 8 years ago
  31. c833d82 ia64, sched/cputime: Remove unused cputime definitions by Frederic Weisbecker · 8 years ago
  32. 4c56252 ia64, sched/cputime: Move the nsecs based cputime headers to the last arch using it by Frederic Weisbecker · 8 years ago
  33. e708817 ia64: ensure exception table search users include extable.h by Paul Gortmaker · 9 years ago
  34. 82ed1ac9 ia64: move ia64_done_with_exception out of asm/uaccess.h by Paul Gortmaker · 8 years ago
  35. 815dd18 treewide: Consolidate get_dma_ops() implementations by Bart Van Assche · 8 years ago
  36. 5299709 treewide: Constify most dma_map_ops structures by Bart Van Assche · 8 years ago
  37. 7dd5823 sched/cputime, ia64: Accumulate cputime and account only on tick/task switch by Frederic Weisbecker · 8 years ago
  38. 1bbb05f Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  39. aec03f8 ACPI/NUMA: Do not map pxm to node when NUMA is turned off by Boris Ostrovsky · 8 years ago
  40. 692a68c mm: remove the page size change check in tlb_remove_page by Aneesh Kumar K.V · 8 years ago
  41. 07e3266 mm: add tlb_remove_check_page_size_change to track page size change by Aneesh Kumar K.V · 8 years ago
  42. b528e4b mm/hugetlb: add tlb_remove_hugetlb_entry for handling hugetlb pages by Aneesh Kumar K.V · 8 years ago
  43. 6cdf89b Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  44. 1c88580 tcp: SOF_TIMESTAMPING_OPT_STATS option for SO_TIMESTAMPING by Francis Yan · 8 years ago
  45. 6d0d287 locking/core: Provide common cpu_relax_yield() definition by Christian Borntraeger · 8 years ago
  46. 5bd0b85 locking/core, arch: Remove cpu_relax_lowlatency() by Christian Borntraeger · 8 years ago
  47. 79ab11c locking/core: Introduce cpu_relax_yield() by Christian Borntraeger · 8 years ago
  48. 890658b locking/mutex: Kill arch specific code by Peter Zijlstra · 8 years ago
  49. 84d6984 Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 8 years ago
  50. f96ed26 Merge branch 'for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata by Linus Torvalds · 8 years ago
  51. 445ed0a ia64: implement atomic64_dec_if_positive by Vineet Gupta · 8 years ago
  52. 014b44e libata: remove unused definitions from <asm/libata-portmap.h> by Christoph Hellwig · 8 years ago
  53. d4b80af Merge branch 'linus' into x86/asm, to pick up recent fixes by Ingo Molnar · 8 years ago
  54. 77e5bdf Merge branch 'uaccess-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  55. a5e541f ia64: copy_from_user() should zero the destination on access_ok() failure by Al Viro · 8 years ago
  56. 81409e9 usercopy: fold builtin_const check into inline function by Kees Cook · 8 years ago
  57. ba14a19 fork: Add generic vmalloced stack support by Andy Lutomirski · 8 years ago
  58. 1eccfa0 Merge tag 'usercopy-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 8 years ago
  59. e007c53 ia64: move exports to definitions by Al Viro · 9 years ago
  60. 6c84239 Merge tag 'rtc-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux by Linus Torvalds · 8 years ago
  61. 00085f1 dma-mapping: use unsigned long for dma_attrs by Krzysztof Kozlowski · 8 years ago
  62. 7e78141 signal: consolidate {TS,TLF}_RESTORE_SIGMASK code by Andy Lutomirski · 8 years ago
  63. 0e06f5c Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  64. e663107 Merge tag 'acpi-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 8 years ago
  65. e77b085 mm/mmu_gather: track page size with mmu gather and force flush if page size change by Aneesh Kumar K.V · 8 years ago
  66. e9d55e1 mm: change the interface for __tlb_remove_page() by Aneesh Kumar K.V · 8 years ago
  67. 73d3588 ia64/uaccess: Enable hardened usercopy by Kees Cook · 9 years ago
  68. c86ad14 Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  69. d85f4eb Merge branch 'acpi-numa' by Rafael J. Wysocki · 8 years ago
  70. b235bee Clarify naming of thread info/stack allocators by Linus Torvalds · 9 years ago
  71. cc102507 locking/atomic, arch/ia64: Implement atomic{,64}_fetch_{add,sub,and,or,xor}() by Peter Zijlstra · 9 years ago
  72. 726328d locking/spinlock, arch: Update and fix spin_unlock_wait() implementations by Peter Zijlstra · 9 years ago
  73. 6428671 locking/mutex: Optimize mutex_trylock() fast-path by Peter Zijlstra · 9 years ago
  74. d157bd8 locking/rwsem: Remove rwsem_atomic_add() and rwsem_atomic_update() by Jason Low · 9 years ago
  75. 8ee62b1 locking/rwsem: Convert sem->count to 'atomic_long_t' by Jason Low · 9 years ago
  76. f09c514 rtc: cmos: remove empty asm/mc146818rtc.h files by Arnd Bergmann · 9 years ago
  77. 312521d ACPI / NUMA: Move acpi_numa_arch_fixup() to ia64 only by Robert Richter · 9 years ago
  78. 16bf834 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 9 years ago
  79. 168f1a7 Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  80. 45b79a2 ia64: Fix misspellings in comments. by Adam Buchbinder · 9 years ago
  81. a02137e locking/rwsem, ia64: Provide __down_write_killable() by Michal Hocko · 9 years ago
  82. 62436a4 x86/cpufeature: Remove cpu_has_x2apic by Borislav Petkov · 9 years ago
  83. 2d5ae5c [IA64] Enable preadv2 and pwritev2 syscalls for ia64 by Tony Luck · 9 years ago
  84. 8fe9752 ia64/extable: use generic search and sort routines by Ard Biesheuvel · 9 years ago
  85. 643ad15 Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  86. 1200b68 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 9 years ago
  87. 814a2bf Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  88. 1a46712 Merge tag 'gpio-v4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 9 years ago
  89. 93e205a fix Christoph's email addresses by Christoph Lameter · 9 years ago
  90. b0f84ac ia64: define ioremap_uc() by Luis R. Rodriguez · 9 years ago
  91. 1e94082 ipv6: Pass proto to csum_ipv6_magic as __u8 instead of unsigned short by Alexander Duyck · 9 years ago
  92. 01cfbad ipv4: Update parameters for csum_tcpudp_magic to their original types by Alexander Duyck · 9 years ago
  93. bc4b024 PCI: Move pci_dma_* helpers to common code by Christoph Hellwig · 9 years ago
  94. 49cd53b mm/pkeys: Fix siginfo ABI breakage caused by new u64 field by Dave Hansen · 9 years ago
  95. a87cb3e net: Facility to report route quality of connected sockets by Tom Herbert · 9 years ago
  96. b376cd0 signals, ia64, mips: Update arch-specific siginfos with pkeys field by Dave Hansen · 9 years ago
  97. ed07247 gpio: Remove unused asm/gpio.h files by Bjorn Helgaas · 9 years ago
  98. 884a12a [IA64] Enable copy_file_range syscall for ia64 by Tony Luck · 9 years ago
  99. e1c7e32 dma-mapping: always provide the dma_map_ops based implementation by Christoph Hellwig · 9 years ago
  100. a200dcb Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 9 years ago