summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | sched/cputime: Fix steal time accounting vs. CPU hotplugThomas Gleixner2016-03-052-0/+14
* | | | | | | kernel/...: convert pr_warning to pr_warnJoe Perches2016-03-2213-60/+52
* | | | | | | memremap: add MEMREMAP_WC flagBrian Starkey2016-03-221-2/+11
* | | | | | | memremap: don't modify flagsBrian Starkey2016-03-221-7/+7
* | | | | | | kernel/signal.c: add compile-time check for __ARCH_SI_PREAMBLE_SIZEHelge Deller2016-03-221-0/+4
* | | | | | | kernel: add kcov code coverageDmitry Vyukov2016-03-227-0/+301
* | | | | | | profile: hide unused functions when !CONFIG_PROC_FSArnd Bergmann2016-03-221-2/+2
* | | | | | | panic: change nmi_panic from macro to functionHidehiro Kawai2016-03-221-0/+20
* | | | | | | fs/coredump: prevent fsuid=0 dumps into user-controlled directoriesJann Horn2016-03-221-1/+1
* | | | | | | ptrace: change __ptrace_unlink() to clear ->ptrace under ->siglockOleg Nesterov2016-03-221-2/+1
* | | | | | | auditsc: for seccomp events, log syscall compat state using in_compat_syscallAndy Lutomirski2016-03-221-2/+2
* | | | | | | ptrace: in PEEK_SIGINFO, check syscall bitness, not task bitnessAndy Lutomirski2016-03-221-1/+1
* | | | | | | seccomp: check in_compat_syscall, not is_compat_task, in strict modeAndy Lutomirski2016-03-221-2/+2
* | | | | | | kernel/hung_task.c: use timeout diff when timeout is updatedTetsuo Handa2016-03-221-8/+13
* | | | | | | Merge branch 'for-4.6-ns' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Linus Torvalds2016-03-214-11/+247
|\ \ \ \ \ \ \
| * | | | | | | cgroup: fix and restructure error handling in copy_cgroup_ns()Tejun Heo2016-02-291-13/+5
| * | | | | | | cgroup: fix alloc_cgroup_ns() error handling in copy_cgroup_ns()Tejun Heo2016-02-181-2/+3
| * | | | | | | Add FS_USERNS_FLAG to cgroup fsSerge Hallyn2016-02-161-0/+2
| * | | | | | | cgroup: mount cgroupns-root when inside non-init cgroupnsSerge Hallyn2016-02-161-1/+47
| * | | | | | | cgroup: cgroup namespace setns supportAditya Kali2016-02-161-3/+16
| * | | | | | | cgroup: introduce cgroup namespacesAditya Kali2016-02-164-10/+192
* | | | | | | | Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-03-202-2/+12
|\ \ \ \ \ \ \ \
| * | | | | | | | signals, pkeys: Notify userspace about protection key faultsDave Hansen2016-02-181-0/+4
| * | | | | | | | mm/gup: Introduce get_user_pages_remote()Dave Hansen2016-02-161-2/+8
* | | | | | | | | Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-03-202-1/+5
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | sched: Always inline context_switch()Josh Poimboeuf2016-02-291-1/+1
| * | | | | | | | | sched: Mark __schedule() stack frame as non-standardJosh Poimboeuf2016-02-291-0/+2
| * | | | | | | | | bpf: Mark __bpf_prog_run() stack frame as non-standardJosh Poimboeuf2016-02-291-0/+2
* | | | | | | | | | Merge branch 'stable-4.6' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds2016-03-193-5/+23
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | audit: Fix typo in commentWei Yuan2016-02-082-4/+4
| * | | | | | | | | | audit: log failed attempts to change audit_pid configurationRichard Guy Briggs2016-01-251-2/+6
| * | | | | | | | | | audit: stop an old auditd being starved out by a new auditdRichard Guy Briggs2016-01-251-1/+15
* | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2016-03-1912-114/+1116
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | bpf: avoid copying junk bytes in bpf_get_current_comm()Alexei Starovoitov2016-03-091-1/+1
| * | | | | | | | | | | bpf: bpf_stackmap_copy depends on CONFIG_PERF_EVENTSAlexei Starovoitov2016-03-091-0/+5
| * | | | | | | | | | | bpf: convert stackmap to pre-allocationAlexei Starovoitov2016-03-082-18/+70
| * | | | | | | | | | | bpf: check for reserved flag bits in array and stack mapsAlexei Starovoitov2016-03-082-1/+4
| * | | | | | | | | | | bpf: pre-allocate hash map elementsAlexei Starovoitov2016-03-082-74/+181
| * | | | | | | | | | | bpf: introduce percpu_freelistAlexei Starovoitov2016-03-083-1/+132
| * | | | | | | | | | | bpf: prevent kprobe+bpf deadlocksAlexei Starovoitov2016-03-082-2/+13
| * | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-03-086-144/+266
| |\ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ / / / | | |/| | | | | | | | |
| * | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-02-2312-156/+266
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | bpf: add new arg_type that allows for 0 sized stack bufferDaniel Borkmann2016-02-211-10/+32
| * | | | | | | | | | | | bpf: introduce BPF_MAP_TYPE_STACK_TRACEAlexei Starovoitov2016-02-204-1/+247
| * | | | | | | | | | | | perf: generalize perf_callchainAlexei Starovoitov2016-02-202-14/+20
| * | | | | | | | | | | | bpf: grab rcu read lock for bpf_percpu_hash_updateSasha Levin2016-02-191-1/+7
| * | | | | | | | | | | | bpf: add lookup/update support for per-cpu hash and array mapsAlexei Starovoitov2016-02-063-26/+178
| * | | | | | | | | | | | bpf: introduce BPF_MAP_TYPE_PERCPU_ARRAY mapAlexei Starovoitov2016-02-061-11/+91
| * | | | | | | | | | | | bpf: introduce BPF_MAP_TYPE_PERCPU_HASH mapAlexei Starovoitov2016-02-061-47/+228
* | | | | | | | | | | | | Merge branch 'for-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2016-03-185-485/+692
|\ \ \ \ \ \ \ \ \ \ \ \ \
OpenPOWER on IntegriCloud