summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'docs-4.20' of git://git.lwn.net/linuxLinus Torvalds2018-10-241-8/+14
|\
| * FireWire: clean up firewire-cdev.h kernel-docRandy Dunlap2018-09-061-8/+14
* | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2018-10-242-23/+78
|\ \
| * | ext4: convert fault handler to use vm_fault_t typeSouptick Joarder2018-10-021-1/+1
| * | ext4: adjust reserved cluster count when removing extentsEric Whitney2018-10-011-20/+40
| * | ext4: fix reserved cluster accounting at delayed write timeEric Whitney2018-10-011-0/+35
| * | ext4: generalize extents status tree search functionsEric Whitney2018-10-011-2/+2
* | | Merge tag 'f2fs-for-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-10-241-5/+5
|\ \ \
| * | | f2fs: guarantee journalled quota data by checkpointChao Yu2018-10-221-0/+1
| * | | f2fs: checkpoint disablingDaniel Rosenberg2018-10-161-0/+1
| * | | f2fs: support superblock checksumJunling Zheng2018-09-301-1/+2
| * | | f2fs: add SPDX license identifiersChao Yu2018-09-121-4/+1
* | | | Merge tag 'xfs-4.20-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2018-10-241-0/+1
|\ \ \ \
| * | | | xfs: add a define for statfs magic to uapiAdam Borowski2018-10-181-0/+1
| | |_|/ | |/| |
* | | | Merge tag 'for-4.20-part1-tag' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-10-241-7/+29
|\ \ \ \
| * | | | btrfs: qgroup: Introduce trace event to analyse the number of dirty extents a...Qu Wenruo2018-10-151-0/+21
| * | | | btrfs: Remove 'objectid' member from struct btrfs_rootMisono Tomohiro2018-10-151-7/+8
* | | | | Merge branch 'work.tty-ioctl' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-10-244-4/+13
|\ \ \ \ \
| * | | | | change semantics of ldisc ->compat_ioctl()Al Viro2018-10-131-2/+8
| * | | | | usb-serial: begin switching to ->[sg]et_serial()Al Viro2018-10-131-0/+2
| * | | | | tty_ioctl(): start taking TIOC[SG]SERIAL into separate methodsAl Viro2018-09-141-0/+3
| * | | | | move compat handling of tty ioctls to tty_compat_ioctl()Al Viro2018-09-141-2/+0
| | |/ / / | |/| | |
* | | | | Merge tag 'pstore-v4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-10-241-1/+2
|\ \ \ \ \
| * | | | | pstore/ram: Clarify resource reservation labelsKees Cook2018-10-221-1/+2
* | | | | | Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-10-245-18/+29
|\ \ \ \ \ \
| * | | | | | LSM: Record LSM name in struct lsm_infoKees Cook2018-10-101-0/+1
| * | | | | | LSM: Convert security_initcall() into DEFINE_LSM()Kees Cook2018-10-101-3/+2
| * | | | | | vmlinux.lds.h: Move LSM_TABLE into INIT_DATAKees Cook2018-10-101-13/+11
| * | | | | | LSM: Convert from initcall to struct lsm_infoKees Cook2018-10-103-3/+12
| * | | | | | LSM: Rename .security_initcall section to .lsm_infoKees Cook2018-10-102-7/+7
| * | | | | | vmlinux.lds.h: Avoid copy/paste of security_init sectionKees Cook2018-10-101-7/+6
| * | | | | | keys: Fix the use of the C++ keyword "private" in uapi/linux/keyctl.hDavid Howells2018-09-281-1/+6
| |/ / / / /
* | | | | | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-10-2414-145/+158
|\ \ \ \ \ \
| * | | | | | signal: Guard against negative signal numbers in copy_siginfo_from_user32Eric W. Biederman2018-10-101-1/+1
| * | | | | | signal: Use a smaller struct siginfo in the kernelEric W. Biederman2018-10-032-4/+3
| * | | | | | signal: Distinguish between kernel_siginfo and siginfoEric W. Biederman2018-10-0312-33/+41
| * | | | | | signal: Introduce copy_siginfo_from_user and use it's return valueEric W. Biederman2018-10-031-0/+1
| * | | | | | signal: Remove the need for __ARCH_SI_PREABLE_SIZE and SI_PAD_SIZEEric W. Biederman2018-10-031-93/+94
| * | | | | | signal/sparc: Move EMT_TAGOVF into the generic siginfo.hEric W. Biederman2018-10-031-0/+6
| * | | | | | signal: Simplify tracehook_report_syscall_exitEric W. Biederman2018-09-192-15/+15
| * | | | | | signal: Remove SEND_SIG_FORCEDEric W. Biederman2018-09-112-3/+1
| * | | | | | signal: Remove the siginfo paramater from kernel_dqueue_signalEric W. Biederman2018-09-111-2/+2
| | |/ / / / | |/| | | |
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-10-24112-542/+3785
|\ \ \ \ \ \
| * | | | | | tcp: add tcp_reset_xmit_timer() helperEric Dumazet2018-10-231-3/+27
| * | | | | | Revert "net: simplify sock_poll_wait"Karsten Graul2018-10-231-3/+9
| * | | | | | net/wan/fsl_ucc_hdlc: error countersMathias Thore2018-10-221-1/+7
| * | | | | | af_unix.h: trivial whitespace cleanupVito Caputo2018-10-221-2/+2
| * | | | | | umh: Add command line to user mode helpersOlivier Brunel2018-10-221-0/+1
| * | | | | | dt-bindings: phy: Update SERDES_MAX to be SERDES_MAX + 1Gustavo A. R. Silva2018-10-221-1/+1
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-10-216-20/+113
| |\ \ \ \ \ \