summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-03-242-38/+82
|\
| * perf/core: Document some hotplug bitsPeter Zijlstra2016-03-211-0/+19
| * perf/core: Fix Undefined behaviour in rb_alloc()Peter Zijlstra2016-03-211-2/+4
| * perf/core: Fix dynamic interrupt throttlePeter Zijlstra2016-03-211-36/+51
| * perf/core: Fix the unthrottle logicPeter Zijlstra2016-03-211-0/+8
* | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-03-245-55/+72
|\ \
| * | sched/cpuacct: Simplify the cpuacct codeZhao Lei2016-03-212-25/+7
| * | sched/cpuacct: Rename parameter in cpuusage_write() for readabilityDongsheng Yang2016-03-211-2/+5
| * | sched/fair: Add comments to explain select_idle_sibling()Matt Fleming2016-03-211-1/+18
| * | sched/fair: Fix fairness issue on migrationPeter Zijlstra2016-03-211-6/+14
| * | sched/cgroup: Fix/cleanup cgroup teardown/initPeter Zijlstra2016-03-211-21/+14
| * | Merge branch 'linus' into sched/urgent, to pick up dependenciesIngo Molnar2016-03-2162-1360/+3518
| |\ \ | | |/
| * | 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
OpenPOWER on IntegriCloud