1. b8b054d mm: fix slab->page _count corruption when using slub by Pravin B Shelar · 12 years ago
  2. eb42f59 net: remove skb_orphan_try() by Eric Dumazet · 12 years ago
  3. 08a6d59 bonding: Fix corrupted queue_mapping by Eric Dumazet · 12 years ago
  4. 0f986f4 inetpeer: fix a race in inetpeer_gc_worker() by Eric Dumazet · 12 years ago
  5. 47e5917 cipso: handle CIPSO options correctly when NetLabel is disabled by Paul Moore · 12 years ago
  6. 9cbc8b3 USB: add NO_D3_DURING_SLEEP flag and revert 151b61284776be2 by Alan Stern · 12 years ago
  7. be28460 swap: fix shmem swapping when more than 8 areas by Hugh Dickins · 12 years ago
  8. 6b16179 libata: add a host flag to ignore detected ATA devices by Andy Whitcroft · 12 years ago
  9. 2254954 module_param: stop double-calling parameters. by Rusty Russell · 12 years ago
  10. 487e0aa drm/radeon/kms: add new SI PCI ids by Alex Deucher · 12 years ago
  11. 72a15af drm/radeon/kms: add new BTC PCI ids by Alex Deucher · 12 years ago
  12. a42ae4f drm/radeon/kms: add new Palm, Sumo PCI ids by Alex Deucher · 12 years ago
  13. 9876ceb drm/radeon/kms: add new Trinity PCI ids by Alex Deucher · 12 years ago
  14. c703353 radix-tree: fix contiguous iterator by Konstantin Khlebnikov · 12 years ago
  15. 276aa6b ipv6: fix incorrect ipsec fragment by Gao feng · 12 years ago
  16. f6212b8 kbuild: install kernel-page-flags.h by Ulrich Drepper · 12 years ago
  17. 73e1c04 xen: do not map the same GSI twice in PVHVM guests. by Stefano Stabellini · 12 years ago
  18. 96b73e3 usbhid: prevent deadlock during timeout by Oliver Neukum · 12 years ago
  19. 3feb3b0 USB: check usb_get_extra_descriptor for proper size by Mathias Payer · 6 years ago
  20. 1abdb40 perf/hwpb: Invoke __perf_event_disable() if interrupts are already disabled by K.Prasad · 12 years ago
  21. 043a947 Make file credentials available to the seqfile interfaces by Linus Torvalds · 8 years ago
  22. fb88a00 Add file_ns_capable() helper function for open-time capability checking by Linus Torvalds · 11 years ago
  23. 1c3a18f userns: Make seq_file's user namespace accessible by Eric W. Biederman · 12 years ago
  24. 0b60376 asm-generic: add memfd_create system call to unistd.h by Will Deacon · 10 years ago
  25. d9bba3a shm: add memfd_create() syscall by David Herrmann · 10 years ago
  26. 6910018 BACKPORT: Backport ioctl for getting descriptors. by Jerry Zhang · 8 years ago
  27. 2dab879 Merge branch 'lineage-16.0' of https://github.com/z3ntu/android_kernel_fairphone_msm8974 into lineage-16.0 by chrmhoffmann · 5 years ago
  28. 41cf011 UPSTREAM: kernel: make READ_ONCE() valid on const arguments by Linus Torvalds · 10 years ago
  29. 450aaee UPSTREAM: kernel: Change ASSIGN_ONCE(val, x) to WRITE_ONCE(x, val) by Christian Borntraeger · 10 years ago
  30. 630628f UPSTREAM: kernel: Provide READ_ONCE and ASSIGN_ONCE by Christian Borntraeger · 10 years ago
  31. 6e71d85 BACKPORT: dentry name snapshots by Al Viro · 7 years ago
  32. 8cc7ac6 f2fs: sanity check segment count by Jin Qian · 7 years ago
  33. 511fd95 net: rmnet_data: Add support to configure custom device name by Subash Abhinov Kasiviswanathan · 8 years ago
  34. 815466a allow O_TMPFILE to work with O_WRONLY by Al Viro · 11 years ago
  35. d50bcfe Safer ABI for O_TMPFILE by Al Viro · 11 years ago
  36. f6f3426 allow the temp files created by open() to be linked to by Al Viro · 11 years ago
  37. b0d5430 [O_TMPFILE] it's still short a few helpers, but infrastructure should be OK now... by Al Viro · 11 years ago
  38. 869724e vfs: embed struct filename inside of names_cache allocation if possible by Jeff Layton · 12 years ago
  39. 631423f vfs: make path_openat take a struct filename pointer by Jeff Layton · 12 years ago
  40. aa5d1b4 vfs: allocate page instead of names_cache buffer in mount_block_root by Jeff Layton · 12 years ago
  41. 9cee5ca vfs: define struct filename and have getname() return it by Jeff Layton · 12 years ago
  42. ccdd090 fs: add link restriction audit reporting by Kees Cook · 12 years ago
  43. 5092e9c fs: add link restrictions by Kees Cook · 12 years ago
  44. 58cc338 new helper: done_path_create() by Al Viro · 12 years ago
  45. fac2602 fs: add nd_jump_link by Christoph Hellwig · 12 years ago
  46. 8da0eaf don't pass nameidata * to vfs_create() by Al Viro · 12 years ago
  47. 33b02b8 don't pass nameidata to ->create() by Al Viro · 12 years ago
  48. 986122f stop passing nameidata to ->lookup() by Al Viro · 12 years ago
  49. 4c9e687 stop passing nameidata * to ->d_revalidate() by Al Viro · 12 years ago
  50. 57fa6ca make finish_no_open() return int by Al Viro · 12 years ago
  51. b2ebdc5 kill struct opendata by Al Viro · 12 years ago
  52. 50ed02d make ->atomic_open() return int by Al Viro · 12 years ago
  53. 8915ef3 ->atomic_open() prototype change - pass int * instead of bool * by Al Viro · 12 years ago
  54. bfa0937 nfs: clean up ->create in nfs_rpc_ops by Miklos Szeredi · 12 years ago
  55. 2f80ad3 vfs: remove open intents from nameidata by Miklos Szeredi · 12 years ago
  56. 48b105f vfs: add i_op->atomic_open() by Miklos Szeredi · 12 years ago
  57. 6cd1e70 vfs: make it possible to access the dentry hash/len as one 64-bit entry by Linus Torvalds · 12 years ago
  58. efbfa63 vfs: retry last component if opening stale dentry by Miklos Szeredi · 12 years ago
  59. b7d3740d vfs: clean up __d_lookup_rcu() and dentry_cmp() interfaces by Linus Torvalds · 12 years ago
  60. 0f846bb futex: Take hugepages into account when generating futex_key by Zhang Yi · 11 years ago
  61. f8597ae hugetlbfs: fix mmap failure in unaligned size request by Naoya Horiguchi · 11 years ago
  62. ef36863 crypto: hmac - require that the underlying hash algorithm is unkeyed by Eric Biggers · 7 years ago
  63. e80c08a USB: fix out-of-bounds in usb_set_configuration by Greg Kroah-Hartman · 7 years ago
  64. 5ca98ba ANDROID: sound: rawmidi: Hold lock around realloc by Daniel Rosenberg · 7 years ago
  65. be38164 ANDROID: fsnotify: Notify lower fs of open by Daniel Rosenberg · 7 years ago
  66. 5e12285 sdcardfs: Backport and use some 3.10 hlist/hash macros by Paul Keith · 7 years ago
  67. 93e6dc1 fs: Limit sys_mount to only request filesystem modules. by Eric W. Biederman · 12 years ago
  68. d3af92f constify d_lookup() arguments by Al Viro · 12 years ago
  69. 16b7833 constify __d_lookup() arguments by Al Viro · 12 years ago
  70. 30862bd BACKPORT: smarter propagate_mnt() by Al Viro · 11 years ago
  71. e345123 sdcardfs: Change magic value by Daniel Rosenberg · 8 years ago
  72. e95cb22 vfs: Add setattr2 for filesystems with per mount permissions by Daniel Rosenberg · 8 years ago
  73. 1728511 vfs: Add permission2 for filesystems with per mount permissions by Daniel Rosenberg · 8 years ago
  74. 1ce4f55 vfs: Allow filesystems to access their private mount data by Daniel Rosenberg · 8 years ago
  75. 89bf8ae mnt: Add filesystem private data to mount points by Daniel Rosenberg · 8 years ago
  76. ea8d672 vfs: change d_canonical_path to take two paths by Daniel Rosenberg · 8 years ago
  77. 3c3b616 sdcardfs: remove effectless config option by Daniel Rosenberg · 8 years ago
  78. 3a70381 Included sdcardfs source code for kernel 3.0 by Daniel Campello · 9 years ago
  79. ddaa16d consitify do_mount() arguments by Al Viro · 12 years ago
  80. 4d942e1 brlocks/lglocks: turn into functions by Andi Kleen · 12 years ago
  81. cb8f91f lglock: remove online variants of lock by Rusty Russell · 12 years ago
  82. a7b314f get rid of s_files and files_lock by Al Viro · 11 years ago
  83. 863d570 FP2: revert sdcardfs import and start over by chrmhoffmann · 6 years ago
  84. 854a554 PM: Rename CAP_EPOLLWAKEUP to CAP_BLOCK_SUSPEND by Michael Kerrisk · 12 years ago
  85. 0a907c6 epoll: Add a flag, EPOLLWAKEUP, to prevent suspend while epoll events are ready by Arve Hjønnevåg · 12 years ago
  86. 6ef3aa4 usb: gadget: FunctionFS and SuperSpeed updates by Arve Hjønnevåg · 11 years ago
  87. d9970d6 BACKPORT: random: introduce getrandom(2) system call by Theodore Ts'o · 10 years ago
  88. a100ef4 BACKPORT: random32: add prandom_reseed_late() and call when nonblocking pool becomes initialized by Hannes Frederic Sowa · 11 years ago
  89. ac9fae9 prandom: introduce prandom_bytes() and prandom_bytes_state() by Akinobu Mita · 12 years ago
  90. 8c09989 random32: rename random32 to prandom by Akinobu Mita · 12 years ago
  91. 3f1cb0d random32: fix off-by-one in seeding requirement by Daniel Borkmann · 11 years ago
  92. 7b4f970 FROMLIST: drivers: char: random: add get_random_long() by dcashman · 9 years ago
  93. 198bf1e random: add and use memzero_explicit() for clearing data by Daniel Borkmann · 10 years ago
  94. fd146e0 crypto: more robust crypto_memneq by Cesar Eduardo Barros · 11 years ago
  95. b037193 random: run random_int_secret_init() run after all late_initcalls by Theodore Ts'o · 11 years ago
  96. a0009d2 random: remove rand_initialize_irq() by Theodore Ts'o · 12 years ago
  97. da34daf random: add tracepoints for easier debugging and verification by Theodore Ts'o · 12 years ago
  98. 3a885fe random: add new get_random_bytes_arch() function by Theodore Ts'o · 12 years ago
  99. 1e86443 random: create add_device_randomness() interface by Linus Torvalds · 12 years ago
  100. fc567ff random: make 'add_interrupt_randomness()' do something sane by Theodore Ts'o · 12 years ago