summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | cred: simpler, 1D supplementary groupsAlexey Dobriyan2016-10-072-48/+23
| * | | | | | | nmi_backtrace: generate one-line reports for idle cpusChris Metcalf2016-10-071-2/+11
| * | | | | | | thp: reduce usage of huge zero page's atomic counterAaron Lu2016-10-071-0/+1
| * | | | | | | mm, oom: enforce exit_oom_victim on current taskTetsuo Handa2016-10-071-1/+1
| * | | | | | | oom, suspend: fix oom_killer_disable vs. pm suspend properlyMichal Hocko2016-10-071-14/+3
| * | | | | | | mm, oom: get rid of signal_struct::oom_victimsMichal Hocko2016-10-071-0/+1
| * | | | | | | kernel, oom: fix potential pgd_lock deadlock from __mmdropMichal Hocko2016-10-071-1/+5
| * | | | | | | oom: keep mm of the killed task availableMichal Hocko2016-10-071-0/+2
* | | | | | | | Merge branch 'work.splice_read' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2016-10-071-58/+20
|\ \ \ \ \ \ \ \
| * | | | | | | | relay: simplify relay_file_read()Al Viro2016-10-051-58/+20
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge branch 'for-4.9/block' of git://git.kernel.dk/linux-blockLinus Torvalds2016-10-071-14/+26
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | workqueue: add cancel_work()Jens Axboe2016-08-291-14/+26
* | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2016-10-071-4/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | tracing/syscalls: fix multiline in error message textColin Ian King2016-09-291-4/+2
* | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2016-10-072-10/+22
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | livepatch/module: make TAINT_LIVEPATCH module-specificJosh Poimboeuf2016-08-262-7/+9
| * | | | | | | | | livepatch: use arch_klp_init_object_loaded() to finish arch-specific tasksJessica Yu2016-08-181-3/+13
* | | | | | | | | | Merge tag 'trace-v4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2016-10-0611-9/+783
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | tracing: Call traceoff trigger after event is recordedMasami Hiramatsu2016-09-231-0/+1
| * | | | | | | | | | tracing: Have max_latency be defined for HWLAT_TRACER as wellSteven Rostedt (Red Hat)2016-09-122-3/+5
| * | | | | | | | | | tracing: Add NMI tracing in hwlat detectorSteven Rostedt (Red Hat)2016-09-023-3/+72
| * | | | | | | | | | tracing: Have hwlat trace migrate across tracing_cpumask CPUsSteven Rostedt (Red Hat)2016-09-021-0/+55
| * | | | | | | | | | tracing: Added hardware latency tracerSteven Rostedt (Red Hat)2016-09-027-1/+642
| * | | | | | | | | | ftrace: Access ret_stack->subtime only in the function profilerNamhyung Kim2016-09-012-1/+6
| * | | | | | | | | | function_graph: Handle TRACE_BPUTS in print_graph_commentNamhyung Kim2016-09-011-0/+5
| * | | | | | | | | | tracing/uprobe: Drop isdigit() check in create_trace_uprobeDmitry Safonov2016-09-011-4/+0
| | |_|/ / / / / / / | |/| | | | | | | |
* | | | | | | | | | 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
OpenPOWER on IntegriCloud