summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-10-241-2/+2
|\
| * seccomp: remove unnecessary unlikely()Igor Stoppa2018-09-061-2/+2
* | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-10-246-170/+291
|\ \
| * | signal: Guard against negative signal numbers in copy_siginfo_from_user32Eric W. Biederman2018-10-101-1/+1
| * | signal: Guard against negative signal numbers in copy_siginfo_from_userEric W. Biederman2018-10-101-1/+1
| * | signal: In sigqueueinfo prefer sig not si_signoEric W. Biederman2018-10-081-57/+84
| * | signal: Use a smaller struct siginfo in the kernelEric W. Biederman2018-10-031-18/+64
| * | signal: Distinguish between kernel_siginfo and siginfoEric W. Biederman2018-10-034-61/+108
| * | signal: Introduce copy_siginfo_from_user and use it's return valueEric W. Biederman2018-10-032-16/+21
| * | signal: Remove the need for __ARCH_SI_PREABLE_SIZE and SI_PAD_SIZEEric W. Biederman2018-10-031-3/+0
| * | signal: Fail sigqueueinfo if si_signo != sigEric W. Biederman2018-10-031-2/+4
| * | signal/sparc: Move EMT_TAGOVF into the generic siginfo.hEric W. Biederman2018-10-031-1/+1
| * | signal: Pair exports with their functionsEric W. Biederman2018-09-161-8/+7
| * | signal: Remove specific_send_sig_infoEric W. Biederman2018-09-161-8/+2
| * | signal: Use group_send_sig_info to kill all processes in a pid namespaceEric W. Biederman2018-09-161-1/+1
| * | signal: Remove SEND_SIG_FORCEDEric W. Biederman2018-09-111-4/+3
| * | signal: Use SEND_SIG_PRIV not SEND_SIG_FORCED with SIGKILL and SIGSTOPEric W. Biederman2018-09-112-3/+3
| * | signal: Never allocate siginfo for SIGKILL or SIGSTOPEric W. Biederman2018-09-111-3/+4
| * | signal: Don't send siginfo to kthreads.Eric W. Biederman2018-09-111-1/+1
| * | signal: Always deliver the kernel's SIGKILL and SIGSTOP to a pid namespace initEric W. Biederman2018-09-111-1/+1
| * | signal: Properly deliver SIGILL from uprobesEric W. Biederman2018-09-111-2/+2
| * | signal: Always ignore SIGKILL and SIGSTOP sent to the global initEric W. Biederman2018-09-111-0/+4
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-10-2417-3001/+1498
|\ \ \
| * | | umh: Add command line to user mode helpersOlivier Brunel2018-10-221-2/+14
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-10-218-20/+500
| |\ \ \
| | * | | bpf, verifier: avoid retpoline for map push/pop/peek operationDaniel Borkmann2018-10-201-1/+24
| | * | | bpf, verifier: remove unneeded flow key in check_helper_mem_accessDaniel Borkmann2018-10-201-2/+0
| | * | | bpf, verifier: reject xadd on flow key memoryDaniel Borkmann2018-10-201-1/+10
| | * | | bpf, verifier: fix register type dump in xadd and stDaniel Borkmann2018-10-201-6/+13
| | * | | bpf: remove unused variableAlexei Starovoitov2018-10-191-1/+1
| | * | | bpf: add cg_skb_is_valid_access for BPF_PROG_TYPE_CGROUP_SKBSong Liu2018-10-191-0/+6
| | * | | bpf: add MAP_LOOKUP_AND_DELETE_ELEM syscallMauricio Vasquez B2018-10-191-0/+66
| | * | | bpf: add queue and stack mapsMauricio Vasquez B2018-10-196-2/+359
| | * | | bpf/verifier: add ARG_PTR_TO_UNINIT_MAP_VALUEMauricio Vasquez B2018-10-191-3/+6
| | * | | bpf/syscall: allow key to be null in map functionsMauricio Vasquez B2018-10-191-4/+15
| | * | | bpf: rename stack trace map operationsMauricio Vasquez B2018-10-191-1/+1
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-10-213-11/+47
| |\ \ \ \
| * \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-10-193-29/+15
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-10-158-2644/+29
| |\ \ \ \ \
| | * | | | | bpf, sockmap: convert to generic sk_msg interfaceDaniel Borkmann2018-10-154-2620/+3
| | * | | | | tcp, ulp: remove ulp bits from sockmapDaniel Borkmann2018-10-151-29/+10
| | * | | | | bpf: wait for running BPF programs when updating map-in-mapDaniel Colascione2018-10-121-0/+13
| | * | | | | bpf: return EOPNOTSUPP when map lookup isn't supportedPrashant Bhole2018-10-094-4/+4
| | * | | | | bpf: error handling when map_lookup_elem isn't supportedPrashant Bhole2018-10-091-2/+7
| | * | | | | bpf: btf: Fix a missing check bugWenwen Wang2018-10-091-0/+3
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-10-122-9/+22
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-10-087-184/+767
| |\ \ \ \ \ \
| | * | | | | | bpf: allow offload of programs with BPF-to-BPF function callsQuentin Monnet2018-10-081-7/+3
| | * | | | | | bpf: add verifier callback to get stack usage info for offloaded progsQuentin Monnet2018-10-082-0/+21
| | * | | | | | bpf: Add helper to retrieve socket in BPFJoe Stringer2018-10-031-1/+7