aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* net: socket: fix potential spectre v1 gadget in socketcallJeremy Cline2019-05-021-0/+2
* fs: allow open(dir, O_TMPFILE|..., 0) with mode 0Eric Rannaud2019-05-021-1/+2
* ext[34]: fix double put in tmpfileMiklos Szeredi2019-05-022-6/+4
* vfs: add missing check for __O_TMPFILE in fcntl_init()Zheng Liu2019-05-021-2/+2
* fs: Fix file mode for O_TMPFILEAndy Lutomirski2019-05-021-1/+1
* ext3: fix a BUG when opening a file with O_TMPFILE flagZheng Liu2019-05-021-1/+1
* ext4: fix a BUG when opening a file with O_TMPFILE flagZheng Liu2019-05-021-1/+1
* allow O_TMPFILE to work with O_WRONLYAl Viro2019-05-022-2/+4
* Safer ABI for O_TMPFILEAl Viro2019-05-026-8/+12
* ext4: ->tmpfile() supportAl Viro2019-05-021-5/+4
* ext3 ->tmpfile() supportAl Viro2019-05-021-1/+46
* allow the temp files created by open() to be linked toAl Viro2019-05-023-3/+18
* it's still short a few helpers, but infrastructure should be OK now...Al Viro2019-05-0212-5/+164
* BACKPORT: neigh: probe application via netlink in NUD_PROBETimo Teräs2019-05-021-3/+4
* defconfig: fixMoyster2019-05-021-4/+8
* pidns: fix NULL dereference in __task_pid_nr_ns()Eric Dumazet2019-05-021-2/+2
* tick: don't update idle time if cpu offlineLianwei Wang2019-05-021-3/+3
* inet: prevent leakage of uninitialized memory to user in recv syscalls Only u...Hannes Frederic Sowa2019-05-021-11/+5
* Bluetooth: Verify that l2cap_get_conf_opt provides large enough bufferMarcel Holtmann2019-05-021-0/+6
* Bluetooth: Check L2CAP option sizes returned from l2cap_get_conf_optMarcel Holtmann2019-05-021-18/+32
* ipv4: arp: update neighbour address when a gratuitous arp is received and arp...Salam Noureddine2019-05-021-4/+10
* neigh: do not modify unlinked entriesJulian Anastasov2019-05-021-0/+11
* fs: sdfat: Fix compilation on Linux >= 4.16KNnut2019-05-025-53/+89
* fs: sdfat: Fix frag_ratio formulaNoctis Ackerman2019-05-021-1/+1
* fs: sdfat: Update to version 2.1.8derfelot2019-05-0212-145/+277
* kernel: update checkpatch.pl and cleanfile.plMoyster2019-05-022-349/+698
* kernel/gcov/fs.c: remove unnecessary null test before debugfs_removeFabian Frederick2019-05-021-2/+1
* gcov: add support for GCC 4.9Yuan Pengfei2019-05-022-0/+11
* gcov: reuse kbasename helperAndy Shevchenko2019-05-021-4/+3
* kernel/gcov/fs.c: use pr_warn()Andrew Morton2019-05-021-17/+17
* gcov: compile specific gcov implementation based on gcc versionFrantisek Hrbata2019-05-023-1/+65
* gcov: add support for gcc 4.7 gcov formatFrantisek Hrbata2019-05-022-0/+566
* gcov: move gcov structs definitions to a gcc version specific fileFrantisek Hrbata2019-05-024-80/+153
* kernel: replace strict_strto*() with kstrto*()Jingoo Han2019-05-023-9/+9
* defconfig: regenMoyster2019-01-131-6/+2
* defconfig: cleanup quota configMoyster2019-01-131-4/+4
* fs: sdfat: Add MODULE_ALIAS_FS for supported filesystemsPaul Keith2019-01-131-0/+3
* defconfig: enable AES-GCMMoyster2019-01-131-1/+1
* Makefile: fix make clean && make mrproperMoyster2018-12-211-2/+2
* kbuild: Fix removal of the debian/ directoryMichal Marek2018-12-211-8/+8
* kbuild: Drop support for clean-ruleMichal Marek2018-12-211-3/+0
* kbuild: Remove duplicate $(cmd) definition in Makefile.cleanMichal Marek2018-12-211-5/+0
* kbuild: collect shorthands into scripts/Kbuild.includeMasahiro Yamada2018-12-214-12/+13
* kbuild: remove obj-n and lib-n handlingMasahiro Yamada2018-12-214-7/+5
* Shrink ashmem directly through shmem_fallocateTobias Lindskog2018-12-211-1/+1
* ANDROID: sdcardfs: Fix missing break on default_normalDaniel Rosenberg2018-12-211-0/+1
* ANDROID: sdcardfs: Add option to not link obbDaniel Rosenberg2018-12-213-2/+12
* ANDROID: sdcardfs: Add option to drop unused dentriesDaniel Rosenberg2018-12-214-0/+16
* ANDROID: sdcardfs: Add sandboxDaniel Rosenberg2018-12-211-0/+5
* iio:st sensors: remove custom sampling frequence attribute in favour of core ...Jonathan Cameron2018-12-115-46/+31