summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2018-10-241-1/+1
|\
| * ext4: convert fault handler to use vm_fault_t typeSouptick Joarder2018-10-021-1/+1
* | 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 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-243-3/+12
|\ \ \ \ \
| * | | | | 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
| * | | | | LSM: Convert from initcall to struct lsm_infoKees Cook2018-10-103-3/+12
| * | | | | LSM: Rename .security_initcall section to .lsm_infoKees Cook2018-10-101-2/+2
| |/ / / /
* | | | | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-10-2412-48/+55
|\ \ \ \ \
| * | | | | 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-0311-31/+39
| * | | | | signal: Introduce copy_siginfo_from_user and use it's return valueEric W. Biederman2018-10-031-0/+1
| * | | | | signal: Simplify tracehook_report_syscall_exitEric W. Biederman2018-09-192-15/+15
| * | | | | signal: Remove SEND_SIG_FORCEDEric W. Biederman2018-09-111-1/+0
| * | | | | 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-2440-307/+1328
|\ \ \ \ \
| * | | | | umh: Add command line to user mode helpersOlivier Brunel2018-10-221-0/+1
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-10-214-10/+64
| |\ \ \ \ \
| | * | | | | bpf: sk_msg program helper bpf_msg_push_dataJohn Fastabend2018-10-201-0/+5
| | * | | | | bpf: skmsg, fix psock create on existing kcm/tls portJohn Fastabend2018-10-201-5/+20
| | * | | | | bpf: add cg_skb_is_valid_access for BPF_PROG_TYPE_CGROUP_SKBSong Liu2018-10-191-0/+21
| | * | | | | bpf: add queue and stack mapsMauricio Vasquez B2018-10-192-0/+8
| | * | | | | bpf/verifier: add ARG_PTR_TO_UNINIT_MAP_VALUEMauricio Vasquez B2018-10-191-0/+1
| | * | | | | bpf: rename stack trace map operationsMauricio Vasquez B2018-10-191-1/+1
| | * | | | | bpf: skmsg, improve sk_msg_used_element to work in cork contextJohn Fastabend2018-10-171-5/+8
| | * | | | | bpf: sockmap, fix skmsg recvmsg handler to track size correctlyJohn Fastabend2018-10-171-0/+1
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2018-10-201-1/+2
| |\ \ \ \ \ \
| | * | | | | | netfilter: nft_osf: Add ttl option supportFernando Fernandez Mancera2018-10-161-1/+2
| * | | | | | | net: phy: micrel: add Microchip KSZ9131 initial driverYuiko Oshino2018-10-191-0/+1
| * | | | | | | netpoll: allow cleanup to be synchronousDebabrata Banerjee2018-10-191-3/+1
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-10-196-15/+41
| |\ \ \ \ \ \ \
| * | | | | | | | net/mlx5: Added "per_lane_error_counters" cap bit to PCAMShay Agroskin2018-10-181-1/+2
| * | | | | | | | net/mlx5: Add FEC fields to Port Phy Link Mode (PPLM) regShay Agroskin2018-10-182-11/+29
| * | | | | | | | net/mlx5: Refactor fragmented buffer struct fields and init flowTariq Toukan2018-10-181-14/+8
| * | | | | | | | Merge tag 'mlx5-updates-2018-10-17' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller2018-10-187-99/+172
| |\ \ \ \ \ \ \ \
| | * | | | | | | | net/mlx5: Add a no-append flow insertion modePaul Blakey2018-10-171-3/+11
| | * | | | | | | | net/mlx5: Split FDB fast path prio to multiple namespacesPaul Blakey2018-10-171-0/+2
| | * | | | | | | | net/mlx5: Add cap bits for multi fdb encapPaul Blakey2018-10-171-1/+3