summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kvm-4.9-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-10-061-0/+32
|\
| * kvmconfig: add virtio-gpu to config fragmentRob Herring2016-09-231-0/+1
| * config: move x86 kvm_guest.config to a common locationRob Herring2016-09-231-0/+31
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2016-10-068-24/+440
|\ \
| * | mnt: Add a per mount namespace limit on the number of mountsEric W. Biederman2016-09-301-0/+9
| * | Merge branch 'nsfs-ioctls' into HEADEric W. Biederman2016-09-224-0/+62
| |\ \
| | * | nsfs: add ioctl to get a parent namespaceAndrey Vagin2016-09-222-0/+20
| | * | kernel: add a helper to get an owning user namespace for a namespaceAndrey Vagin2016-09-224-0/+42
| * | | userns: When the per user per user namespace limit is reached return ENOSPCEric W. Biederman2016-09-224-4/+4
| * | | mntns: Add a limit on the number of mount namespaces.Eric W. Biederman2016-08-311-0/+1
| * | | netns: Add a limit on the number of net namespacesEric W. Biederman2016-08-081-0/+1
| * | | cgroupns: Add a limit on the number of cgroup namespacesEric W. Biederman2016-08-082-0/+19
| * | | ipcns: Add a limit on the number of ipc namespacesEric W. Biederman2016-08-081-0/+1
| * | | utsns: Add a limit on the number of uts namespacesEric W. Biederman2016-08-082-5/+30
| * | | pidns: Add a limit on the number of pid namespacesEric W. Biederman2016-08-082-4/+22
| * | | userns: Generalize the user namespace count into ucountEric W. Biederman2016-08-083-21/+39
| * | | userns: Make the count of user namespaces per userEric W. Biederman2016-08-083-26/+103
| * | | userns: Add a limit on the number of user namespacesEric W. Biederman2016-08-083-11/+75
| * | | userns: Add per user namespace sysctls.Eric W. Biederman2016-08-083-3/+116
| * | | userns: Free user namespaces in process contextEric W. Biederman2016-08-081-3/+11
| |/ /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2016-10-057-328/+906
|\ \ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-10-025-24/+63
| |\ \ \
| * | | | bpf: allow access into map value arraysJosef Bacik2016-09-291-18/+311
| * | | | bpf: clean up put_cpu_var usageShaohua Li2016-09-271-1/+1
| * | | | bpf: Set register type according to is_valid_access()Mickaël Salaün2016-09-271-3/+2
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-09-234-14/+76
| |\ \ \ \
| * | | | | bpf: recognize 64bit immediate loads as constsJakub Kicinski2016-09-211-2/+12
| * | | | | bpf: enable non-core use of the verfierJakub Kicinski2016-09-211-0/+68
| * | | | | bpf: expose internal verfier structuresJakub Kicinski2016-09-211-163/+103
| * | | | | bpf: don't (ab)use instructions to store stateJakub Kicinski2016-09-211-30/+40
| * | | | | bpf: direct packet write and access for helpers for clsact progsDaniel Borkmann2016-09-202-14/+43
| * | | | | bpf, verifier: enforce larger zero range for pkt on overloading stack buffsDaniel Borkmann2016-09-201-1/+1
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-09-1211-38/+113
| |\ \ \ \ \
| * | | | | | bpf: add BPF_CALL_x macros for declaring helpersDaniel Borkmann2016-09-094-77/+51
| * | | | | | bpf: add BPF_SIZEOF and BPF_FIELD_SIZEOF macrosDaniel Borkmann2016-09-091-6/+6
| * | | | | | bpf: minor cleanups in helpersDaniel Borkmann2016-09-091-3/+3
| * | | | | | bpf: fix range propagation on direct packet accessDaniel Borkmann2016-09-081-15/+40
| * | | | | | perf, bpf: fix conditional call to bpf_overflow_handlerArnd Bergmann2016-09-061-1/+1
| * | | | | | perf, bpf: add perf events core support for BPF_PROG_TYPE_PERF_EVENT programsAlexei Starovoitov2016-09-021-1/+88
| * | | | | | bpf: perf_event progs should only use preallocated mapsAlexei Starovoitov2016-09-021-1/+21
| * | | | | | bpf: introduce BPF_PROG_TYPE_PERF_EVENT program typeAlexei Starovoitov2016-09-021-0/+61
| * | | | | | bpf: support 8-byte metafield accessAlexei Starovoitov2016-09-021-3/+6
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-08-3012-53/+178
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-08-1822-112/+311
| |\ \ \ \ \ \ \
| * | | | | | | | bpf: allow bpf_get_prandom_u32() to be used in tracingAlexei Starovoitov2016-08-121-0/+2
| * | | | | | | | bpf: allow helpers access the packet directlyAlexei Starovoitov2016-08-121-18/+43
| * | | | | | | | bpf: Add bpf_current_task_under_cgroup helperSargun Dhillon2016-08-123-2/+34
* | | | | | | | | Merge branch 'stable-4.9' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds2016-10-042-7/+13
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | audit: consistently record PIDs with task_tgid_nr()Paul Moore2016-08-302-7/+13
* | | | | | | | | | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-10-034-313/+438
|\ \ \ \ \ \ \ \ \ \