1. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  2. c17c020 arch: remove unused *_segments() macros/functions by Tobias Klauser · 7 years ago
  3. dd198ce Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 7 years ago
  4. aae3dbb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 7 years ago
  5. 30d6e0a futex: Remove duplicated code and fix undefined behaviour by Jiri Slaby · 7 years ago
  6. 76851d1 sock: add SOCK_ZEROCOPY sockopt by Willem de Bruijn · 7 years ago
  7. cc73152 signal: Remove kernel interal si_code magic by Eric W. Biederman · 8 years ago
  8. 1d731bb FRV: tlbflush: move asmlinkage before return type by Joe Perches · 8 years ago
  9. b6d0f14 frv: cmpxchg: implement cmpxchg64() by Will Deacon · 8 years ago
  10. 31b7fb4 frv: use generic fb.h by Tobias Klauser · 8 years ago
  11. a371e2f frv: remove wrapper header for asm/device.h by Tobias Klauser · 8 years ago
  12. dc50214 Merge branch 'uaccess.strlen' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  13. b079115 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  14. 6474924 arch: remove unused macro/function thread_saved_pc() by Tobias Klauser · 8 years ago
  15. 28b5ba2a net: introduce SO_PEERGROUPS getsockopt by David Herrmann · 8 years ago
  16. 216fe8f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  17. 60b0a8c frv: declare jiffies to be located in the .data section by Matthias Kaehlcke · 8 years ago
  18. 1c4f676 net: Define SCM_TIMESTAMPING_PKTINFO on all architectures. by David S. Miller · 8 years ago
  19. 8298525 kill strlen_user() by Al Viro · 8 years ago
  20. fcc8487 uapi: export all headers under uapi directories by Nicolas Dichtel · 8 years ago
  21. 8d65b08 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 8 years ago
  22. 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
  23. 5daab9d New getsockopt option to get socket cookie by Chenbo Feng · 8 years ago
  24. 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
  25. 48f666c frv: switch to RAW_COPY_USER by Al Viro · 8 years ago
  26. 9a7513c frv: switch to use of fixup_exception() by Al Viro · 8 years ago
  27. 6d43390 net: Introduce SO_INCOMING_NAPI_ID by Sridhar Samudrala · 8 years ago
  28. a2d133b sock: introduce SO_MEMINFO getsockopt by Josh Hunt · 8 years ago
  29. 9849a56 arch, mm: convert all architectures to use 5level-fixup.h by Kirill A. Shutemov · 8 years ago
  30. af1d5b3 uaccess: drop duplicate includes from asm/uaccess.h by Al Viro · 8 years ago
  31. 5e6039d uaccess: move VERIFY_{READ,WRITE} definitions to linux/uaccess.h by Al Viro · 8 years ago
  32. 7d134b2 kprobes: move kprobe declarations to asm-generic/kprobes.h by Luis R. Rodriguez · 8 years ago
  33. 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
  34. b672592 sched/cputime: Remove generic asm headers by Frederic Weisbecker · 8 years ago
  35. 4180c4c frv: add missing atomic64 operations by Sudip Mukherjee · 8 years ago
  36. 545d58f frv: add atomic64_add_unless() by Sudip Mukherjee · 8 years ago
  37. 815dd18 treewide: Consolidate get_dma_ops() implementations by Bart Van Assche · 8 years ago
  38. 5299709 treewide: Constify most dma_map_ops structures by Bart Van Assche · 8 years ago
  39. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  40. 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
  41. 1c88580 tcp: SOF_TIMESTAMPING_OPT_STATS option for SO_TIMESTAMPING by Francis Yan · 8 years ago
  42. 6d0d287 locking/core: Provide common cpu_relax_yield() definition by Christian Borntraeger · 8 years ago
  43. 5bd0b85 locking/core, arch: Remove cpu_relax_lowlatency() by Christian Borntraeger · 8 years ago
  44. 79ab11c locking/core: Introduce cpu_relax_yield() by Christian Borntraeger · 8 years ago
  45. 890658b locking/mutex: Kill arch specific code by Peter Zijlstra · 8 years ago
  46. 93b5097 kill __kernel_ds_p off by Al Viro · 8 years ago
  47. 08435d8 frv: move HAVE_ARCH_UNMAPPED_AREA to pgtable.h by Al Viro · 8 years ago
  48. 3b8767a frv: fix clear_user() by Al Viro · 8 years ago
  49. 6c84239 Merge tag 'rtc-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux by Linus Torvalds · 8 years ago
  50. 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
  51. 5691e03 tty: frv, remove unused serial macros by Jiri Slaby · 9 years ago
  52. b53d6be locking/atomic: Remove linux/atomic.h:atomic_fetch_or() by Peter Zijlstra · 9 years ago
  53. d9c7302 locking/atomic, arch/frv: Implement atomic{,64}_fetch_{add,sub,and,or,xor}() by Peter Zijlstra · 9 years ago
  54. f09c514 rtc: cmos: remove empty asm/mc146818rtc.h files by Arnd Bergmann · 9 years ago
  55. 5f56a5d exit_thread: remove empty bodies by Jiri Slaby · 9 years ago
  56. 11caf57 Merge tag 'asm-generic-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic by Linus Torvalds · 9 years ago
  57. 1200b68 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 9 years ago
  58. 96b9b1c Merge tag 'tty-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 9 years ago
  59. 1e94082 ipv6: Pass proto to csum_ipv6_magic as __u8 instead of unsigned short by Alexander Duyck · 9 years ago
  60. 01cfbad ipv4: Update parameters for csum_tcpudp_magic to their original types by Alexander Duyck · 9 years ago
  61. bc4b024 PCI: Move pci_dma_* helpers to common code by Christoph Hellwig · 9 years ago
  62. 611609b frv/PCI: Remove stray pci_{alloc,free}_consistent() declaration by Christoph Hellwig · 9 years ago
  63. 4e0b6ca asm-generic: page.h: Remove useless get_user_page and free_user_page by Chen Gang · 9 years ago
  64. a87cb3e net: Facility to report route quality of connected sockets by Tom Herbert · 9 years ago
  65. 35373ab serial: Fix ASYNC_* => UPF_* flags misuse by Peter Hurley · 9 years ago
  66. e1c7e32 dma-mapping: always provide the dma_map_ops based implementation by Christoph Hellwig · 9 years ago
  67. eae0751 frv: convert to dma_map_ops by Christoph Hellwig · 9 years ago
  68. ef5c16b arch/frv/include/asm/io.h: accept const void pointers for read{b,w,l}() by Stephen Boyd · 9 years ago
  69. 6d8113c frv: fix compiler warning from definition of __pmd() by Dan Williams · 9 years ago
  70. aee3bfa Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 9 years ago
  71. 538950a soreuseport: setsockopt SO_ATTACH_REUSEPORT_[CE]BPF by Craig Gallek · 9 years ago
  72. fbd35c0 locking/cmpxchg, arch: Remove tas() definitions by Davidlohr Bueso · 9 years ago
  73. 77c5b5d kmap_atomic_to_page() has no users, remove it by Nicolas Pitre · 9 years ago
  74. 82fc167 Merge tag 'v4.3-rc4' into locking/core, to pick up fixes before applying new changes by Ingo Molnar · 9 years ago
  75. 30c4465 Merge branch 'strscpy' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile by Linus Torvalds · 9 years ago
  76. 62e8a32 atomic, arch: Audit atomic_{read,set}() by Peter Zijlstra · 9 years ago
  77. ca520ca Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  78. 8d58b66 Merge tag 'v4.2-rc8' into x86/mm, before applying new changes by Ingo Molnar · 9 years ago
  79. 4c73e89 arch/*/io.h: Add ioremap_uc() to all architectures by Luis R. Rodriguez · 9 years ago
  80. de9e432 atomic: Collapse all atomic_{set,clear}_mask definitions by Peter Zijlstra · 10 years ago
  81. e6942b7 atomic: Provide atomic_{or,xor,and} by Peter Zijlstra · 11 years ago
  82. b0d8003 frv: Rewrite atomic implementation by Peter Zijlstra · 10 years ago
  83. f2abeef mm: clean up per architecture MM hook header files by Laurent Dufour · 10 years ago
  84. a6e2f02 Make asm/word-at-a-time.h available on all architectures by Chris Metcalf · 10 years ago
  85. 47a4694 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 10 years ago
  86. 3fe111f frv: remove unused inline function is_in_rom() by Tobias Klauser · 10 years ago
  87. ad90fb9 Merge branch 'for-4.2/sg' of git://git.kernel.dk/linux-block by Linus Torvalds · 10 years ago
  88. 2ae416b mm: new mm hook framework by Laurent Dufour · 10 years ago
  89. d813335 Merge tag 'pci-v4.2-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 10 years ago
  90. 01d72a9 PCI: Remove unused pci_dma_burst_advice() by Bjorn Helgaas · 10 years ago
  91. c7c95f1 video/fbdev, asm/io.h: Remove ioremap_writethrough() by Toshi Kani · 10 years ago
  92. 556269c arch/*/io.h: Add ioremap_wt() to all architectures by Toshi Kani · 10 years ago
  93. c546d5d remove scatterlist.h generation from arch Kbuild files by Christoph Hellwig · 10 years ago
  94. 84be456 remove <asm/scatterlist.h> by Christoph Hellwig · 10 years ago
  95. d56a669 Merge tag 'devicetree-for-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux by Linus Torvalds · 10 years ago
  96. 04fca0e frv: add io{read,write}{16,32}be functions by Guenter Roeck · 10 years ago
  97. 7bd8301 frv: Remove signal translation and exec_domain by Richard Weinberger · 11 years ago
  98. c07af4f mm: add missing __PAGETABLE_{PUD,PMD}_FOLDED defines by Kirill A. Shutemov · 10 years ago
  99. eaa0eda Merge tag 'asm-generic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic by Linus Torvalds · 10 years ago
  100. af3cd13 lib/string.c: remove strnicmp() by Rasmus Villemoes · 10 years ago