summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | tracing: Rename FTRACE_MAX_EVENT to TRACE_EVENT_TYPE_MAXSteven Rostedt (Red Hat)2015-05-131-2/+2
| * | | | | | | | | | | | | | tracing: Rename ftrace_output functions to trace_outputSteven Rostedt (Red Hat)2015-05-131-8/+8
| * | | | | | | | | | | | | | tracing: Rename ftrace_event_buffer to trace_event_buffer.Steven Rostedt (Red Hat)2015-05-131-7/+7
| * | | | | | | | | | | | | | tracing: Rename ftrace_event_{call,class} to trace_event_{call,class}Steven Rostedt (Red Hat)2015-05-1315-129/+129
| * | | | | | | | | | | | | | tracing: Rename ftrace_event_file to trace_event_fileSteven Rostedt (Red Hat)2015-05-139-145/+145
| * | | | | | | | | | | | | | tracing: Rename (un)register_ftrace_event() to (un)register_trace_event()Steven Rostedt (Red Hat)2015-05-138-24/+24
| * | | | | | | | | | | | | | tracing: Rename ftrace_print_*() functions ta trace_print_*()Steven Rostedt (Red Hat)2015-05-131-17/+17
| * | | | | | | | | | | | | | tracing: Rename ftrace_event.h to trace_events.hSteven Rostedt (Red Hat)2015-05-136-7/+7
| * | | | | | | | | | | | | | ftrace: Provide trace clock monotonic rawDrew Richardson2015-05-121-0/+1
| * | | | | | | | | | | | | | tracing: Export tracing clock functionsJerry Snitselaar2015-05-121-0/+3
| | |_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Merge tag 'trace-fixes-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-06-262-2/+10
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | tracing: Fix typo from "static inlin" to "static inline"Steven Rostedt (Red Hat)2015-06-261-1/+1
| * | | | | | | | | | | | | | tracing/filter: Do not allow infix to exceed end of stringSteven Rostedt (Red Hat)2015-06-261-0/+6
| * | | | | | | | | | | | | | tracing/filter: Do not WARN on operand count going below zeroSteven Rostedt (Red Hat)2015-06-261-1/+3
* | | | | | | | | | | | | | | Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds2015-06-261-1/+7
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | perf: allow for PMU-specific event filteringMark Rutland2015-05-271-1/+7
| | |_|_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-06-266-173/+281
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | exit,stats: /* obey this comment */Rik van Riel2015-06-261-1/+1
| * | | | | | | | | | | | | | | kernel/trace/blktrace.c: use strreplace() in do_blk_trace_setup()Rasmus Villemoes2015-06-261-4/+2Star
| * | | | | | | | | | | | | | | kernel/trace/trace_events_filter.c: use strreplace()Rasmus Villemoes2015-06-261-3/+2Star
| * | | | | | | | | | | | | | | check_syslog_permissions() cleanupVasily Averin2015-06-261-5/+5
| * | | | | | | | | | | | | | | security_syslog() should be called once onlyVasily Averin2015-06-261-7/+4Star
| * | | | | | | | | | | | | | | printk: implement support for extended console driversTejun Heo2015-06-261-8/+58
| * | | | | | | | | | | | | | | printk: factor out message formatting from devkmsg_read()Tejun Heo2015-06-261-66/+80
| * | | | | | | | | | | | | | | printk: guard the amount written per line by devkmsg_read()Tejun Heo2015-06-261-12/+22
| * | | | | | | | | | | | | | | clone: support passing tls argument via C rather than pt_regs magicJosh Triplett2015-06-261-16/+32
| * | | | | | | | | | | | | | | prctl: more prctl(PR_SET_MM_*) checksAlexey Dobriyan2015-06-261-67/+91
* | | | | | | | | | | | | | | | Merge branch 'for-4.2/core' of git://git.kernel.dk/linux-blockLinus Torvalds2015-06-254-153/+121Star
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | suspend: simplify block I/O handlingChristoph Hellwig2015-05-194-153/+121Star
| * | | | | | | | | | | | | | | sched: always use blk_schedule_flush_plug in io_schedule_outShaohua Li2015-05-081-4/+1Star
* | | | | | | | | | | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-06-254-7/+129
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | mm: oom_kill: clean up victim marking and exiting interfacesJohannes Weiner2015-06-251-1/+1
| * | | | | | | | | | | | | | | | watchdog: add watchdog_cpumask sysctl to assist nohzChris Metcalf2015-06-253-5/+70
| * | | | | | | | | | | | | | | | smpboot: allow excluding cpus from the smpboot threadsChris Metcalf2015-06-251-1/+58
| | |_|_|_|_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2015-06-257-118/+413
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | bpf: let kprobe programs use bpf_get_smp_processor_id() helperAlexei Starovoitov2015-06-161-0/+2
| * | | | | | | | | | | | | | | | bpf: allow networking programs to use bpf_trace_printk() for debuggingAlexei Starovoitov2015-06-162-8/+16
| * | | | | | | | | | | | | | | | bpf: introduce current->pid, tgid, uid, gid, comm accessorsAlexei Starovoitov2015-06-163-0/+67
| * | | | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-06-142-2/+2
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-06-093-3/+20
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ / / / / / / / / | | |/| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | bpf: allow programs to write to certain skb fieldsAlexei Starovoitov2015-06-071-9/+28
| * | | | | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-06-022-6/+11
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | ebpf: misc core cleanupDaniel Borkmann2015-06-012-48/+58
| * | | | | | | | | | | | | | | | | | ebpf: allow bpf_ktime_get_ns_proto also for networkingDaniel Borkmann2015-06-013-12/+14
| * | | | | | | | | | | | | | | | | | bpf: add missing rcu protection when releasing programs from prog_arrayAlexei Starovoitov2015-05-312-3/+20
| * | | | | | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-05-234-50/+82
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | bpf: allow bpf programs to tail-call other bpf programsAlexei Starovoitov2015-05-215-8/+220
| * | | | | | | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-05-134-13/+13
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|/ / / / / / / / / / | | |/| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | seccomp, filter: add and use bpf_prog_create_from_user from seccompDaniel Borkmann2015-05-091-30/+12Star
| * | | | | | | | | | | | | | | | | | | seccomp: simplify seccomp_prepare_filter and reuse bpf_prepare_filterNicolas Schichan2015-05-091-46/+22Star
| | |_|_|_|_|_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | |