aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Make file credentials available to the seqfile interfacesLinus Torvalds2019-05-022-12/+8
* ip6mr: Fix potential Spectre v1 vulnerabilityGustavo A. R. Silva2019-05-021-0/+4
* ipv4: Fix potential Spectre v1 vulnerabilityGustavo A. R. Silva2019-05-021-0/+3
* mremap: properly flush TLB before releasing the pageLinus Torvalds2019-05-022-6/+21
* ext4: only look at the bg_flags field if it is validTheodore Ts'o2019-05-021-1/+7
* Fix up non-directory creation in SGID directoriesLinus Torvalds2019-05-021-0/+6
* f2fs: fix to do sanity check with reserved blkaddr of inline inodeChao Yu2019-05-021-0/+10
* allow build_open_flags() to return an errorAl Viro2019-05-024-31/+41
* do_last(): fix missing checks for LAST_BIND caseAl Viro2019-05-021-21/+3
* media: uvcvideo: Prevent heap overflow when accessing mapped controlsGuenter Roeck2019-05-021-0/+7
* HID: hiddev: fix potential Spectre v1Gustavo A. R. Silva2019-05-021-1/+11
* 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