1. 5518b69 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 7 years ago
  2. 9a715cd Merge tag 'tty-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 7 years ago
  3. 28b5ba2a net: introduce SO_PEERGROUPS getsockopt by David Herrmann · 7 years ago
  4. 54ebbfb tty: add TIOCGPTPEER ioctl by Aleksa Sarai · 7 years ago
  5. 6bc51cb signal: Remove non-uapi <asm/siginfo.h> by Christoph Hellwig · 7 years ago
  6. 1c4f676 net: Define SCM_TIMESTAMPING_PKTINFO on all architectures. by David S. Miller · 7 years ago
  7. fcc8487 uapi: export all headers under uapi directories by Nicolas Dichtel · 8 years ago
  8. d9dc089 Merge tag 'xtensa-20170507' of git://github.com/jcmvbkbc/linux-xtensa by Linus Torvalds · 7 years ago
  9. 0700ed0 xtensa: move internal ptrace definitions from uapi/asm to asm by Max Filippov · 10 years ago
  10. 5daab9d New getsockopt option to get socket cookie by Chenbo Feng · 8 years ago
  11. 6f14f44 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  12. 1493aa6 xtensa: wire up statx system call by Max Filippov · 8 years ago
  13. 6d43390 net: Introduce SO_INCOMING_NAPI_ID by Sridhar Samudrala · 8 years ago
  14. a2d133b sock: introduce SO_MEMINFO getsockopt by Josh Hunt · 8 years ago
  15. 1c88580 tcp: SOF_TIMESTAMPING_OPT_STATS option for SO_TIMESTAMPING by Francis Yan · 8 years ago
  16. 709fb1f xtensa: wire up new pkey_{mprotect,alloc,free} syscalls by Max Filippov · 8 years ago
  17. 93c26d7 Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  18. e8c24d3 x86/pkeys: Allocation/free syscalls by Dave Hansen · 8 years ago
  19. d8d2f7f xtensa: wire up new syscalls by Max Filippov · 8 years ago
  20. d39af90 xtensa: add alternative kernel memory layouts by Max Filippov · 9 years ago
  21. fffad3e Merge tag 'xtensa-next-20160320' of git://github.com/czankel/xtensa-linux by Linus Torvalds · 9 years ago
  22. c91e02b xtensa: support hardware breakpoints/watchpoints by Max Filippov · 9 years ago
  23. a87cb3e net: Facility to report route quality of connected sockets by Tom Herbert · 9 years ago
  24. dcd6c87 mm: arch: remove duplicate definitions of MADV_FREE by Guenter Roeck · 9 years ago
  25. 21f55b0 arch/*/include/uapi/asm/mman.h: : let MADV_FREE have same value for all architectures by Chen Gang · 9 years ago
  26. ef58978 mm: define MADV_FREE for some arches by Minchan Kim · 9 years ago
  27. 538950a soreuseport: setsockopt SO_ATTACH_REUSEPORT_[CE]BPF by Craig Gallek · 9 years ago
  28. b0f205c mm: mlock: add mlock flags to enable VM_LOCKONFAULT usage by Eric B Munson · 9 years ago
  29. 01e84c7 xtensa: provide __NR_sync_file_range2 instead of __NR_sync_file_range by Max Filippov · 10 years ago
  30. d44679a xtensa: wire bpf and execveat syscalls by Max Filippov · 10 years ago
  31. a643fc7 Merge tag 'xtensa-next-20141215' of git://github.com/czankel/xtensa-linux by Linus Torvalds · 10 years ago
  32. 89aa075 net: sock: allow eBPF programs to be attached to sockets by Alexei Starovoitov · 10 years ago
  33. 076ce44 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  34. 2c8c56e net: introduce SO_INCOMING_CPU by Eric Dumazet · 10 years ago
  35. c0d7aa0 Merge tag 'xtensa-for-next-20141021-2' of git://github.com/jcmvbkbc/linux-xtensa into for_next by Chris Zankel · 10 years ago
  36. 66acb02 Merge tag 'xtensa-for-next-20141021-1' of git://github.com/jcmvbkbc/linux-xtensa into for_next by Chris Zankel · 10 years ago
  37. f6891dd xtensa: nommu: provide MAP_UNINITIALIZED definition by Max Filippov · 10 years ago
  38. 2651cc6 xtensa: re-wire umount syscall to sys_oldumount by Max Filippov · 10 years ago
  39. bb550fd xtensa: add seccomp, getrandom, and memfd_create syscalls by Max Filippov · 10 years ago
  40. f2589bf xtensa/uapi: Add definition of TIOC[SG]RS485 by Ricardo Ribalda Delgado · 10 years ago
  41. a9a2eab xtensa/uapi: Add definition of TIOC[SG]RS485 by Ricardo Ribalda Delgado · 10 years ago
  42. 89f77c6 xtensa: add renameat2 syscall by Miklos Szeredi · 11 years ago
  43. f61bf8e xtensa: replace IOCTL code definitions with constants by Max Filippov · 10 years ago
  44. f63b6d7 xtensa: wire up sched_setattr and sched_getattr syscalls by Max Filippov · 11 years ago
  45. ea02f94 net: introduce SO_BPF_EXTENSIONS by Michal Sekletar · 11 years ago
  46. 62748f3 net: introduce SO_MAX_PACING_RATE by Eric Dumazet · 11 years ago
  47. 64b0dc5 net: rename busy poll socket op and globals by Eliezer Tamir · 11 years ago
  48. dafcc43 net: add socket option for low latency polling by Eliezer Tamir · 11 years ago
  49. 7d4c04f net: add option to enable error queue packets waking select by Keller, Jacob E · 12 years ago
  50. 9626357 Merge tag 'xtensa-next-20130225' of git://github.com/czankel/xtensa-linux by Linus Torvalds · 12 years ago
  51. 9cf81c7 xtensa: add accept4 syscall by Chris Zankel · 12 years ago
  52. 475c32d xtensa: add finit_module syscall by Max Filippov · 12 years ago
  53. 5d9f36b xtensa: pull signal definitions from signal-defs.h by Max Filippov · 12 years ago
  54. 9e2d59a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
  55. 0430f2f xtensa: switch to generic sigaltstack by Al Viro · 12 years ago
  56. 055dc21 soreuseport: infrastructure by Tom Herbert · 12 years ago
  57. d59577b sk-filter: Add ability to lock a socket filter program by Vincent Bernat · 12 years ago
  58. 54d46ea Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
  59. 031b656 unify SS_ONSTACK/SS_DISABLE definitions by Al Viro · 12 years ago
  60. 6be35c7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 12 years ago
  61. 9977d9b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
  62. 608ff1a Merge branch 'akpm' (Andrew's patchbomb) by Linus Torvalds · 12 years ago
  63. 42d7395 mm: support more pagesizes for MAP_HUGETLB/SHM_HUGETLB by Andi Kleen · 12 years ago
  64. 3e41f9b xtensa: switch to generic clone() by Al Viro · 12 years ago
  65. 54d5f88 Merge v3.7-rc5 into tty-next by Greg Kroah-Hartman · 12 years ago
  66. d4185bb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  67. dc241f2 xtensa: switch to generic sys_execve() by Max Filippov · 12 years ago
  68. 2f72d4f xtensa: allow multi-inclusion for uapi/unistd.h by Chris Zankel · 12 years ago
  69. c629803 tty, ioctls -- Add new ioctl definitions for tty flags fetching by Cyrill Gorcunov · 12 years ago
  70. 7216cab xtensa: add missing system calls to the syscall table by Chris Zankel · 12 years ago
  71. 795ca17 xtensa: Use Kbuild infrastructure to handle asm-generic headers by Max Filippov · 12 years ago
  72. 8359672 UAPI: (Scripted) Disintegrate arch/xtensa/include/asm by David Howells · 12 years ago
  73. 4413e16 UAPI: (Scripted) Set up UAPI Kbuild files by David Howells · 12 years ago