summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-06-1556-212/+397
|\
| * lib/test_printf.c: call wait_for_random_bytes() before plain %p testsThierry Escande2018-06-151-0/+7
| * hexagon: drop the unused variable zero_page_maskAnshuman Khandual2018-06-152-4/+0
| * hexagon: fix printk format warning in setup.cRandy Dunlap2018-06-151-1/+1
| * mm: fix oom_kill event handlingRoman Gushchin2018-06-153-7/+27
| * treewide: use PHYS_ADDR_MAX to avoid type casting ULLONG_MAXStefan Agner2018-06-159-13/+13
| * mm: use octal not symbolic permissionsJoe Perches2018-06-1515-66/+63
| * ipc: use new return type vm_fault_tSouptick Joarder2018-06-151-1/+1
| * sysvipc/sem: mitigate semnum index against spectre v1Davidlohr Bueso2018-06-151-4/+14
| * fault-injection: reorder config entriesMikulas Patocka2018-06-151-18/+18
| * arm: port KCOV to armDmitry Vyukov2018-06-154-1/+16
| * sched/core / kcov: avoid kcov_area during task switchMark Rutland2018-06-154-2/+20
| * kcov: prefault the kcov_areaMark Rutland2018-06-151-0/+16
| * kcov: ensure irq code sees a valid areaMark Rutland2018-06-151-1/+2
| * kernel/relay.c: change return type to vm_fault_tSouptick Joarder2018-06-151-1/+1
| * exofs: avoid VLA in structuresKees Cook2018-06-153-67/+115
| * coredump: fix spam with zero VMA processAlexey Dobriyan2018-06-151-8/+9
| * fat: use fat_fs_error() instead of BUG_ON() in __fat_get_block()OGAWA Hirofumi2018-06-151-1/+7
| * proc: skip branch in /proc/*/* lookupAlexey Dobriyan2018-06-151-6/+3
| * mremap: remove LATENCY_LIMIT from mremap to reduce the number of TLB shootdownsMel Gorman2018-06-151-4/+0
| * mm/memblock: add missing include <linux/bootmem.h>Mathieu Malaterre2018-06-151-0/+1
| * mm: check for SIGKILL inside dup_mmap() loopTetsuo Handa2018-06-151-0/+8
| * kexec: yield to scheduler when loading kimage segmentsJarrett Farnitano2018-06-151-0/+4
| * mm: fix race between kmem_cache destroy, create and deactivateShakeel Butt2018-06-152-1/+33
| * mm: fix devmem_is_allowed() for sub-page System RAM intersectionsDan Williams2018-06-151-1/+3
| * mm/swapfile.c: fix swap_count comment about nonexistent SWAP_HAS_CONTDaniel Jordan2018-06-151-1/+1
| * mm: fix null pointer dereference in mem_cgroup_protectedRoman Gushchin2018-06-151-0/+4
| * mm/ksm.c: ignore STABLE_FLAG of rmap_item->address in rmap_walk_ksm()Jia He2018-06-151-4/+10
* | Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-06-1585-424/+539
|\ \
| * | pstore: Remove bogus format string definitionArnd Bergmann2018-06-141-11/+6
| * | Merge branch 'vfs_timespec64' of https://github.com/deepa-hub/vfs into vfs-ti...Arnd Bergmann2018-06-1490-439/+563
| |\ \
| | * | vfs: change inode times to use struct timespec64Deepa Dinamani2018-06-0579-346/+448
| | * | pstore: Convert internal records to timespec64Kees Cook2018-06-055-23/+32
| | * | udf: Simplify calls to udf_disk_stamp_to_timeDeepa Dinamani2018-05-254-37/+21
| | * | fs: nfs: get rid of memcpys for inode timesDeepa Dinamani2018-05-251-7/+7
| | * | ceph: make inode time prints to be long longDeepa Dinamani2018-05-251-21/+21
| | * | lustre: Use long long type to print inode timeDeepa Dinamani2018-05-255-16/+20
| | * | fs: add timespec64_truncate()Deepa Dinamani2018-05-252-0/+25
* | | | Merge tag 'ceph-for-4.18-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2018-06-1515-256/+372
|\ \ \ \
| * | | | rbd: flush rbd_dev->watch_dwork after watch is unregisteredDongsheng Yang2018-06-041-1/+1
| * | | | ceph: update description of some mount optionsChengguang Xu2018-06-041-5/+3
| * | | | ceph: show ino32 if the value is different with defaultChengguang Xu2018-06-041-0/+2
| * | | | ceph: strengthen rsize/wsize/readdir_max_bytes validationChengguang Xu2018-06-041-3/+3
| * | | | ceph: fix alignment of rasizeChengguang Xu2018-06-041-1/+1
| * | | | ceph: fix use-after-free in ceph_statfs()Luis Henriques2018-06-041-4/+7
| * | | | ceph: prevent i_version from going backYan, Zheng2018-06-041-1/+2
| * | | | ceph: fix wrong check for the case of updating link countYan, Zheng2018-06-041-2/+2
| * | | | libceph: allocate the locator string with GFP_NOFAILIlya Dryomov2018-06-043-24/+13
| * | | | libceph: make abort_on_full a per-osdc settingIlya Dryomov2018-06-045-8/+7
| * | | | libceph: don't abort reads in ceph_osdc_abort_on_full()Ilya Dryomov2018-06-041-1/+2