1. 3feb3b0 USB: check usb_get_extra_descriptor for proper size by Mathias Payer · 6 years ago
  2. 1abdb40 perf/hwpb: Invoke __perf_event_disable() if interrupts are already disabled by K.Prasad · 12 years ago
  3. 043a947 Make file credentials available to the seqfile interfaces by Linus Torvalds · 8 years ago
  4. fb88a00 Add file_ns_capable() helper function for open-time capability checking by Linus Torvalds · 11 years ago
  5. 1c3a18f userns: Make seq_file's user namespace accessible by Eric W. Biederman · 12 years ago
  6. 0b60376 asm-generic: add memfd_create system call to unistd.h by Will Deacon · 10 years ago
  7. d9bba3a shm: add memfd_create() syscall by David Herrmann · 10 years ago
  8. 6910018 BACKPORT: Backport ioctl for getting descriptors. by Jerry Zhang · 8 years ago
  9. 2dab879 Merge branch 'lineage-16.0' of https://github.com/z3ntu/android_kernel_fairphone_msm8974 into lineage-16.0 by chrmhoffmann · 5 years ago
  10. 41cf011 UPSTREAM: kernel: make READ_ONCE() valid on const arguments by Linus Torvalds · 9 years ago
  11. 450aaee UPSTREAM: kernel: Change ASSIGN_ONCE(val, x) to WRITE_ONCE(x, val) by Christian Borntraeger · 10 years ago
  12. 630628f UPSTREAM: kernel: Provide READ_ONCE and ASSIGN_ONCE by Christian Borntraeger · 10 years ago
  13. 6e71d85 BACKPORT: dentry name snapshots by Al Viro · 7 years ago
  14. 8cc7ac6 f2fs: sanity check segment count by Jin Qian · 7 years ago
  15. 511fd95 net: rmnet_data: Add support to configure custom device name by Subash Abhinov Kasiviswanathan · 7 years ago
  16. 815466a allow O_TMPFILE to work with O_WRONLY by Al Viro · 11 years ago
  17. d50bcfe Safer ABI for O_TMPFILE by Al Viro · 11 years ago
  18. f6f3426 allow the temp files created by open() to be linked to by Al Viro · 11 years ago
  19. b0d5430 [O_TMPFILE] it's still short a few helpers, but infrastructure should be OK now... by Al Viro · 11 years ago
  20. 869724e vfs: embed struct filename inside of names_cache allocation if possible by Jeff Layton · 12 years ago
  21. 631423f vfs: make path_openat take a struct filename pointer by Jeff Layton · 12 years ago
  22. aa5d1b4 vfs: allocate page instead of names_cache buffer in mount_block_root by Jeff Layton · 12 years ago
  23. 9cee5ca vfs: define struct filename and have getname() return it by Jeff Layton · 12 years ago
  24. ccdd090 fs: add link restriction audit reporting by Kees Cook · 12 years ago
  25. 5092e9c fs: add link restrictions by Kees Cook · 12 years ago
  26. 58cc338 new helper: done_path_create() by Al Viro · 12 years ago
  27. fac2602 fs: add nd_jump_link by Christoph Hellwig · 12 years ago
  28. 8da0eaf don't pass nameidata * to vfs_create() by Al Viro · 12 years ago
  29. 33b02b8 don't pass nameidata to ->create() by Al Viro · 12 years ago
  30. 986122f stop passing nameidata to ->lookup() by Al Viro · 12 years ago
  31. 4c9e687 stop passing nameidata * to ->d_revalidate() by Al Viro · 12 years ago
  32. 57fa6ca make finish_no_open() return int by Al Viro · 12 years ago
  33. b2ebdc5 kill struct opendata by Al Viro · 12 years ago
  34. 50ed02d make ->atomic_open() return int by Al Viro · 12 years ago
  35. 8915ef3 ->atomic_open() prototype change - pass int * instead of bool * by Al Viro · 12 years ago
  36. bfa0937 nfs: clean up ->create in nfs_rpc_ops by Miklos Szeredi · 12 years ago
  37. 2f80ad3 vfs: remove open intents from nameidata by Miklos Szeredi · 12 years ago
  38. 48b105f vfs: add i_op->atomic_open() by Miklos Szeredi · 12 years ago
  39. 6cd1e70 vfs: make it possible to access the dentry hash/len as one 64-bit entry by Linus Torvalds · 12 years ago
  40. efbfa63 vfs: retry last component if opening stale dentry by Miklos Szeredi · 12 years ago
  41. b7d3740d vfs: clean up __d_lookup_rcu() and dentry_cmp() interfaces by Linus Torvalds · 12 years ago
  42. 0f846bb futex: Take hugepages into account when generating futex_key by Zhang Yi · 11 years ago
  43. f8597ae hugetlbfs: fix mmap failure in unaligned size request by Naoya Horiguchi · 11 years ago
  44. ef36863 crypto: hmac - require that the underlying hash algorithm is unkeyed by Eric Biggers · 7 years ago
  45. e80c08a USB: fix out-of-bounds in usb_set_configuration by Greg Kroah-Hartman · 7 years ago
  46. 5ca98ba ANDROID: sound: rawmidi: Hold lock around realloc by Daniel Rosenberg · 7 years ago
  47. be38164 ANDROID: fsnotify: Notify lower fs of open by Daniel Rosenberg · 7 years ago
  48. 5e12285 sdcardfs: Backport and use some 3.10 hlist/hash macros by Paul Keith · 7 years ago
  49. 93e6dc1 fs: Limit sys_mount to only request filesystem modules. by Eric W. Biederman · 11 years ago
  50. d3af92f constify d_lookup() arguments by Al Viro · 12 years ago
  51. 16b7833 constify __d_lookup() arguments by Al Viro · 12 years ago
  52. 30862bd BACKPORT: smarter propagate_mnt() by Al Viro · 10 years ago
  53. e345123 sdcardfs: Change magic value by Daniel Rosenberg · 8 years ago
  54. e95cb22 vfs: Add setattr2 for filesystems with per mount permissions by Daniel Rosenberg · 8 years ago
  55. 1728511 vfs: Add permission2 for filesystems with per mount permissions by Daniel Rosenberg · 8 years ago
  56. 1ce4f55 vfs: Allow filesystems to access their private mount data by Daniel Rosenberg · 8 years ago
  57. 89bf8ae mnt: Add filesystem private data to mount points by Daniel Rosenberg · 8 years ago
  58. ea8d672 vfs: change d_canonical_path to take two paths by Daniel Rosenberg · 8 years ago
  59. 3c3b616 sdcardfs: remove effectless config option by Daniel Rosenberg · 8 years ago
  60. 3a70381 Included sdcardfs source code for kernel 3.0 by Daniel Campello · 9 years ago
  61. ddaa16d consitify do_mount() arguments by Al Viro · 12 years ago
  62. 4d942e1 brlocks/lglocks: turn into functions by Andi Kleen · 12 years ago
  63. cb8f91f lglock: remove online variants of lock by Rusty Russell · 12 years ago
  64. a7b314f get rid of s_files and files_lock by Al Viro · 11 years ago
  65. 863d570 FP2: revert sdcardfs import and start over by chrmhoffmann · 6 years ago
  66. 854a554 PM: Rename CAP_EPOLLWAKEUP to CAP_BLOCK_SUSPEND by Michael Kerrisk · 12 years ago
  67. 0a907c6 epoll: Add a flag, EPOLLWAKEUP, to prevent suspend while epoll events are ready by Arve Hjønnevåg · 12 years ago
  68. 6ef3aa4 usb: gadget: FunctionFS and SuperSpeed updates by Arve Hjønnevåg · 11 years ago
  69. d9970d6 BACKPORT: random: introduce getrandom(2) system call by Theodore Ts'o · 10 years ago
  70. a100ef4 BACKPORT: random32: add prandom_reseed_late() and call when nonblocking pool becomes initialized by Hannes Frederic Sowa · 11 years ago
  71. ac9fae9 prandom: introduce prandom_bytes() and prandom_bytes_state() by Akinobu Mita · 12 years ago
  72. 8c09989 random32: rename random32 to prandom by Akinobu Mita · 12 years ago
  73. 3f1cb0d random32: fix off-by-one in seeding requirement by Daniel Borkmann · 11 years ago
  74. 7b4f970 FROMLIST: drivers: char: random: add get_random_long() by dcashman · 8 years ago
  75. 198bf1e random: add and use memzero_explicit() for clearing data by Daniel Borkmann · 10 years ago
  76. fd146e0 crypto: more robust crypto_memneq by Cesar Eduardo Barros · 11 years ago
  77. b037193 random: run random_int_secret_init() run after all late_initcalls by Theodore Ts'o · 11 years ago
  78. a0009d2 random: remove rand_initialize_irq() by Theodore Ts'o · 12 years ago
  79. da34daf random: add tracepoints for easier debugging and verification by Theodore Ts'o · 12 years ago
  80. 3a885fe random: add new get_random_bytes_arch() function by Theodore Ts'o · 12 years ago
  81. 1e86443 random: create add_device_randomness() interface by Linus Torvalds · 12 years ago
  82. fc567ff random: make 'add_interrupt_randomness()' do something sane by Theodore Ts'o · 12 years ago
  83. 28da9a0 net: core: add UID to flows, rules, and routes by Lorenzo Colitti · 8 years ago
  84. 24750e0 userns: make each net (net_ns) belong to a user_ns by Eric W. Biederman · 12 years ago
  85. ee87069 userns: Add kuid_t and kgid_t and associated infrastructure in uidgid.h by Eric W. Biederman · 13 years ago
  86. 014132b Revert "net: core: Support UID-based routing." by chrmhoffmann · 6 years ago
  87. 7e5024d Revert "Handle 'sk' being NULL in UID-based routing." by chrmhoffmann · 6 years ago
  88. 07e44b1 BACKPORT: {nl,cfg}80211: support high bitrates by Vladimir Kondratiev · 12 years ago
  89. d10c6e1 UPSTREAM: capabilities: ambient capabilities by Andy Lutomirski · 9 years ago
  90. 27df23a UPSTREAM: include/linux/mm.h: add PAGE_ALIGNED() helper by Andrew Morton · 11 years ago
  91. 84d3853 freezer: add new freezable helpers using freezer_do_not_count() by Colin Cross · 11 years ago
  92. 4c2b73d freezer: convert freezable helpers to static inline where possible by Colin Cross · 11 years ago
  93. 3d5a75c freezer: convert freezable helpers to freezer_do_not_count() by Colin Cross · 11 years ago
  94. bd0509b lockdep: check that no locks held at freeze time by Mandeep Singh Baines · 11 years ago
  95. 00fcaa8 lockdep: remove task argument from debug_check_no_locks_held by Colin Cross · 11 years ago
  96. 65dbc8d freezer: add unsafe versions of freezable helpers for CIFS by Colin Cross · 11 years ago
  97. 6072cdb freezer: add unsafe versions of freezable helpers for NFS by Colin Cross · 11 years ago
  98. aa5b5c5 FROMLIST: mm: mmap: Add new /proc tunable for mmap_base ASLR. by dcashman · 9 years ago
  99. e3e9751 Merge fp2-sibon-17.12.1 into cm-14.1 by chrmhoffmann · 7 years ago
  100. a88bb9a seccomp: implement SECCOMP_FILTER_FLAG_TSYNC by Kees Cook · 10 years ago