1. 2dab879 Merge branch 'lineage-16.0' of https://github.com/z3ntu/android_kernel_fairphone_msm8974 into lineage-16.0 by chrmhoffmann · 5 years ago
  2. 18d6cef Merge branch 'lineage-15.1' of https://github.com/LineageOS/android_kernel_fairphone_msm8974 into lineage-16.0 by chrmhoffmann · 5 years ago
  3. 05c37b3 FP2: Enable CT target for iptables by Luca Weiss · 5 years ago
  4. 24d01bd FP2: regenerate kernel config by Luca Weiss · 5 years ago
  5. e616a4e ion: invalidate the pool pointers after free by Vinayak Menon · 6 years ago
  6. 292ce3b BACKPORT: binder: fix proc->files use-after-free by Todd Kjos · 7 years ago
  7. 41cf011 UPSTREAM: kernel: make READ_ONCE() valid on const arguments by Linus Torvalds · 9 years ago
  8. 450aaee UPSTREAM: kernel: Change ASSIGN_ONCE(val, x) to WRITE_ONCE(x, val) by Christian Borntraeger · 10 years ago
  9. 630628f UPSTREAM: kernel: Provide READ_ONCE and ASSIGN_ONCE by Christian Borntraeger · 10 years ago
  10. 3258893 drivers: qcom: ultrasound: Lock async driver calls by Sudheer Papothi · 8 years ago
  11. c813189 msm: ultrasound: Various static analysis fixes by Vidyakumar Athota · 8 years ago
  12. f9240ab wlan: Add get valid channels entry to NLA policy by SaidiReddy Yenuga · 7 years ago
  13. a706998 prima: wlan: Return an error code in case of invalid seq_len while adding key by Ashish Kumar Dhanotiya · 7 years ago
  14. 067712d prima: wlan: Propagate key sequence counter to SME by Jingxiang Ge · 7 years ago
  15. 859fe24 qcacld-3.0: Validate wpa ie length before extracting ie by Hanumanth Reddy Pothula · 7 years ago
  16. 3662071 Expose the DDR vendor name through a sysctl entry by Borjan Tchakaloff · 6 years ago
  17. d12e497 Integrate calibration data for new battery pack (FP2-BAT02) by Dirk Vogt · 7 years ago
  18. 6e71d85 BACKPORT: dentry name snapshots by Al Viro · 7 years ago
  19. 5aab71d Disable emergency download mode for user builds by Levente Tamas · 6 years ago
  20. f5f604f CVE-2017-10663 Make sure segno and blkoff read from raw image are valid. by Pekka Pesu · 6 years ago
  21. 8cc7ac6 f2fs: sanity check segment count by Jin Qian · 7 years ago
  22. f7d2743 DEFCONFIG: enable TCP_DIAG_DESTROY for ECONNABORTED by Levente Tamas · 6 years ago
  23. 525fc88 Increase MMAP_RND_BITS to 16 to pass AslrMallocTest by Levente Tamas · 6 years ago
  24. 14c6146 Backported: proc: actually make proc_fd_permission() thread-friendly by Levente Tamas · 6 years ago
  25. 5127b6a Backport: proc: make proc_fd_permission() thread-friendly by Levente Tamas · 6 years ago
  26. e5999f9 Backported: signal: allow to send any siginfo to itself by Levente Tamas · 6 years ago
  27. 16d2167 Fix reboot-on-shutdown issue with the new camera module by Francesco Salvatore · 6 years ago
  28. 511fd95 net: rmnet_data: Add support to configure custom device name by Subash Abhinov Kasiviswanathan · 7 years ago
  29. a5e8a1c proc: Use nd_jump_link in proc_ns_follow_link by Eric W. Biederman · 11 years ago
  30. 9206366 vfs: don't BUG_ON() if following a /proc fd pseudo-symlink results in a symlink by Linus Torvalds · 11 years ago
  31. 8b41137 path_openat(): fix double fput() by Al Viro · 9 years ago
  32. 78cb8e0 fs: allow open(dir, O_TMPFILE|..., 0) with mode 0 by Eric Rannaud · 10 years ago
  33. 6bfbe47 fanotify: check file flags passed in fanotify_init by Heinrich Schuchardt · 10 years ago
  34. ee5d32b ext[34]: fix double put in tmpfile by Miklos Szeredi · 11 years ago
  35. f421b79 vfs: add missing check for __O_TMPFILE in fcntl_init() by Zheng Liu · 11 years ago
  36. 7f52b80 fs: Fix file mode for O_TMPFILE by Andy Lutomirski · 11 years ago
  37. 56e5d3d ext4: fix a BUG when opening a file with O_TMPFILE flag by Zheng Liu · 11 years ago
  38. 001d0f4 ext3: fix a BUG when opening a file with O_TMPFILE flag by Zheng Liu · 11 years ago
  39. 815466a allow O_TMPFILE to work with O_WRONLY by Al Viro · 11 years ago
  40. d50bcfe Safer ABI for O_TMPFILE by Al Viro · 11 years ago
  41. 90666b3 vfs: improve i_op->atomic_open() documentation by Miklos Szeredi · 11 years ago
  42. 9d21707 Document ->tmpfile() by Al Viro · 11 years ago
  43. f5feab3 ext4: ->tmpfile() support by Al Viro · 11 years ago
  44. 0459e0b ext3 ->tmpfile() support by Al Viro · 11 years ago
  45. f6f3426 allow the temp files created by open() to be linked to by Al Viro · 11 years ago
  46. b0d5430 [O_TMPFILE] it's still short a few helpers, but infrastructure should be OK now... by Al Viro · 11 years ago
  47. 04618fb lookup_one_len: don't accept . and .. by Al Viro · 12 years ago
  48. fcf25fb VFS: don't do protected {sym,hard}links by default by Linus Torvalds · 12 years ago
  49. 869724e vfs: embed struct filename inside of names_cache allocation if possible by Jeff Layton · 12 years ago
  50. a1e1263 use can_lookup() instead of direct checks of ->i_op->lookup by Al Viro · 11 years ago
  51. 631423f vfs: make path_openat take a struct filename pointer by Jeff Layton · 12 years ago
  52. 3a9b94c vfs: turn do_path_lookup into wrapper around struct filename variant by Jeff Layton · 12 years ago
  53. aa5d1b4 vfs: allocate page instead of names_cache buffer in mount_block_root by Jeff Layton · 12 years ago
  54. 9cee5ca vfs: define struct filename and have getname() return it by Jeff Layton · 12 years ago
  55. 0853ba5 vfs: unexport getname and putname symbols by Jeff Layton · 12 years ago
  56. e1031ba vfs: bogus warnings in fs/namei.c by Arnd Bergmann · 12 years ago
  57. d4def9b fs: prevent use after free in auditing when symlink following was denied by Sasha Levin · 12 years ago
  58. 66cc1a2 namei.c: fix BS comment by Al Viro · 12 years ago
  59. b5e96de vfs: fix propagation of atomic_open create error on negative dentry by Sage Weil · 12 years ago
  60. 63bab5b vfs: pass right create mode to may_o_create() by Miklos Szeredi · 12 years ago
  61. 99fdd3a vfs: atomic_open(): fix create mode usage by Miklos Szeredi · 12 years ago
  62. 7d14039 fs: Push mnt_want_write() outside of i_mutex by Jan Kara · 12 years ago
  63. 8c162b9 simplify lookup_open()/atomic_open() - do the temporary mnt_want_write() early by Al Viro · 12 years ago
  64. 5b2d9ff fix O_EXCL handling for devices by Al Viro · 12 years ago
  65. ccdd090 fs: add link restriction audit reporting by Kees Cook · 12 years ago
  66. 5092e9c fs: add link restrictions by Kees Cook · 12 years ago
  67. 968c5ab vfs: don't let do_last pass negative dentry to audit_inode by Jeff Layton · 12 years ago
  68. eb8b9ae pull mnt_want_write()/mnt_drop_write() into kern_path_create()/done_path_create() resp. by Al Viro · 12 years ago
  69. 1db2b39 mknod: take sanity checks on mode into the very beginning by Al Viro · 12 years ago
  70. 58cc338 new helper: done_path_create() by Al Viro · 12 years ago
  71. 9caac00 tidy up namei.c a bit by Al Viro · 12 years ago
  72. dab53a7 unobfuscate follow_up() a bit by Al Viro · 12 years ago
  73. 59efa86 use __lookup_hash() in kern_path_parent() by Al Viro · 12 years ago
  74. fac2602 fs: add nd_jump_link by Christoph Hellwig · 12 years ago
  75. da51d39 fs: move path_put on failure out of ->follow_link by Christoph Hellwig · 12 years ago
  76. 9898cc8 VFS: Fix the banner comment on lookup_open() by David Howells · 12 years ago
  77. 8da0eaf don't pass nameidata * to vfs_create() by Al Viro · 12 years ago
  78. 33b02b8 don't pass nameidata to ->create() by Al Viro · 12 years ago
  79. 292d3af fs/namei.c: don't pass nameidata to __lookup_hash() and lookup_real() by Al Viro · 12 years ago
  80. 986122f stop passing nameidata to ->lookup() by Al Viro · 12 years ago
  81. 61b61da fs/namei.c: don't pass namedata to lookup_dcache() by Al Viro · 12 years ago
  82. 28ca326 fs/namei.c: don't pass nameidata to d_revalidate() by Al Viro · 12 years ago
  83. 4c9e687 stop passing nameidata * to ->d_revalidate() by Al Viro · 12 years ago
  84. 70806c3 fs/namei.c: get do_last() and friends return int by Al Viro · 12 years ago
  85. 6c47ccc fs/nfs/dir.c: switch to passing nd->flags instead of nd wherever possible by Al Viro · 12 years ago
  86. ffb1868 nfs_lookup_verify_inode() - nd is *always* non-NULL here by Al Viro · 12 years ago
  87. c70f498 switch nfs_lookup_check_intent() away from nameidata by Al Viro · 12 years ago
  88. 57fa6ca make finish_no_open() return int by Al Viro · 12 years ago
  89. b2ebdc5 kill struct opendata by Al Viro · 12 years ago
  90. 37132a7 kill opendata->{mnt,dentry} by Al Viro · 12 years ago
  91. c313080 don't modify od->filp at all by Al Viro · 12 years ago
  92. 50ed02d make ->atomic_open() return int by Al Viro · 12 years ago
  93. 8915ef3 ->atomic_open() prototype change - pass int * instead of bool * by Al Viro · 12 years ago
  94. dac29ea ceph: implement i_op->atomic_open() by Miklos Szeredi · 12 years ago
  95. 87bc217 ceph: remove unused arg from ceph_lookup_open() by Miklos Szeredi · 12 years ago
  96. d669ac2 9p: implement i_op->atomic_open() by Miklos Szeredi · 12 years ago
  97. 6bb08a0 nfs: don't use intents for checking atomic open by Miklos Szeredi · 12 years ago
  98. a364dac nfs: don't use nd->intent.open.flags by Miklos Szeredi · 12 years ago
  99. bfa0937 nfs: clean up ->create in nfs_rpc_ops by Miklos Szeredi · 12 years ago
  100. 902c6d6 nfs: implement i_op->atomic_open() by Miklos Szeredi · 12 years ago