summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | | | | | | | | | | | bpf: btf: Clean up btf.h in uapiMartin KaFai Lau2018-04-231-10/+10
| * | | | | | | | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-04-253-7/+51
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-04-2410-57/+76
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-04-2117-346/+666
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / | | |/| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | bpf: btf: Add pretty print support to the basic arraymapMartin KaFai Lau2018-04-193-4/+234
| * | | | | | | | | | | | | | | | | | | | | bpf: btf: Add BPF_OBJ_GET_INFO_BY_FD support to BTF fdMartin KaFai Lau2018-04-192-1/+18
| * | | | | | | | | | | | | | | | | | | | | bpf: btf: Add BPF_BTF_LOAD commandMartin KaFai Lau2018-04-192-0/+84
| * | | | | | | | | | | | | | | | | | | | | bpf: btf: Add pretty print capability for data with BTF type infoMartin KaFai Lau2018-04-191-0/+198
| * | | | | | | | | | | | | | | | | | | | | bpf: btf: Check members of struct/unionMartin KaFai Lau2018-04-191-0/+205
| * | | | | | | | | | | | | | | | | | | | | bpf: btf: Validate type referenceMartin KaFai Lau2018-04-191-1/+665
| * | | | | | | | | | | | | | | | | | | | | bpf: btf: Introduce BPF Type Format (BTF)Martin KaFai Lau2018-04-192-0/+916
| * | | | | | | | | | | | | | | | | | | | | xdp: transition into using xdp_frame for return APIJesper Dangaard Brouer2018-04-171-3/+3
| * | | | | | | | | | | | | | | | | | | | | bpf: cpumap convert to use generic xdp_frameJesper Dangaard Brouer2018-04-171-72/+28
| * | | | | | | | | | | | | | | | | | | | | xdp: introduce xdp_return_frame API and use in cpumapJesper Dangaard Brouer2018-04-171-24/+36
* | | | | | | | | | | | | | | | | | | | | | Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-06-063-6/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | treewide: Use struct_size() for kmalloc()-familyKees Cook2018-06-063-6/+4
* | | | | | | | | | | | | | | | | | | | | | | Merge tag 'trace-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2018-06-0610-55/+93
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | tracing: Use match_string() instead of open coding it in trace_set_options()Yisheng Xie2018-06-051-10/+5
| * | | | | | | | | | | | | | | | | | | | | | | ring-buffer: Fix a bunch of typos in commentsSteven Rostedt (VMware)2018-06-041-10/+10
| * | | | | | | | | | | | | | | | | | | | | | | tracing: Allow histogram triggers to access ftrace internal eventsSteven Rostedt (VMware)2018-05-291-1/+1
| * | | | | | | | | | | | | | | | | | | | | | | tracing: Have zero size length in filter logic be full stringSteven Rostedt (VMware)2018-05-291-11/+12
| * | | | | | | | | | | | | | | | | | | | | | | tracing: Add trigger file for trace_markers tracefs/ftrace/printSteven Rostedt (VMware)2018-05-294-2/+29
| * | | | | | | | | | | | | | | | | | | | | | | tracing: Do not show filter file for ftrace internal eventsSteven Rostedt (VMware)2018-05-291-4/+6
| * | | | | | | | | | | | | | | | | | | | | | | tracing: Add brackets in ftrace event dynamic arraysSteven Rostedt (VMware)2018-05-291-1/+1
| * | | | | | | | | | | | | | | | | | | | | | | tracing: Have event_trace_init() called by trace_init_tracefs()Steven Rostedt (VMware)2018-05-293-3/+4
| * | | | | | | | | | | | | | | | | | | | | | | tracing: Add __find_event_file() to find event files without restrictionsSteven Rostedt (VMware)2018-05-292-5/+20
| * | | | | | | | | | | | | | | | | | | | | | | tracing: Do not reference event data in post call triggersSteven Rostedt (VMware)2018-05-292-6/+4
| * | | | | | | | | | | | | | | | | | | | | | | tracepoints: Fix the descriptions of tracepoint_probe_register{_prio}Lee, Chun-Yi2018-05-281-2/+1
* | | | | | | | | | | | | | | | | | | | | | | | Merge tag 'audit-pr-20180605' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-06-066-95/+182
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | / / | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | audit: Fix wrong task in comparison of session IDOndrej Mosnáček2018-05-211-1/+1
| * | | | | | | | | | | | | | | | | | | | | | audit: use existing session info functionRichard Guy Briggs2018-05-181-3/+1
| * | | | | | | | | | | | | | | | | | | | | | audit: normalize loginuid read accessRichard Guy Briggs2018-05-171-9/+15
| * | | | | | | | | | | | | | | | | | | | | | audit: use new audit_context access funciton for seccomp_actions_loggedRichard Guy Briggs2018-05-171-1/+1
| * | | | | | | | | | | | | | | | | | | | | | audit: use inline function to set audit contextRichard Guy Briggs2018-05-142-5/+4
| * | | | | | | | | | | | | | | | | | | | | | audit: use inline function to get audit contextRichard Guy Briggs2018-05-143-39/+35
| * | | | | | | | | | | | | | | | | | | | | | audit: convert sessionid unset to a macroRichard Guy Briggs2018-05-141-2/+2
| * | | | | | | | | | | | | | | | | | | | | | seccomp: Don't special case audited processes when loggingTyler Hicks2018-05-082-11/+20
| * | | | | | | | | | | | | | | | | | | | | | seccomp: Audit attempts to modify the actions_logged sysctlTyler Hicks2018-05-082-9/+69
| * | | | | | | | | | | | | | | | | | | | | | seccomp: Configurable separator for the actions_logged stringTyler Hicks2018-05-081-6/+7
| * | | | | | | | | | | | | | | | | | | | | | seccomp: Separate read and write code for actions_logged sysctlTyler Hicks2018-05-081-22/+38
| * | | | | | | | | | | | | | | | | | | | | | audit: allow not equal op for audit by executableOndrej Mosnáček2018-04-242-1/+3
| * | | | | | | | | | | | | | | | | | | | | | audit: add syscall information to FEATURE_CHANGE recordsRichard Guy Briggs2018-04-201-2/+2
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | Merge tag 'printk-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-06-062-14/+7
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | printk: drop in_nmi check from printk_safe_flush_on_panic()Sergey Senozhatsky2018-06-051-1/+1
| * | | | | | | | | | | | | | | | | | | | | | printk: fix possible reuse of va_list variableTetsuo Handa2018-05-161-1/+4
| * | | | | | | | | | | | | | | | | | | | | | printk: wake up klogd in vprintk_emitSergey Senozhatsky2018-04-251-12/+2
* | | | | | | | | | | | | | | | | | | | | | | Merge branch 'for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2018-06-052-48/+94
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | workqueue: move function definitions within CONFIG_SMP blockMathieu Malaterre2018-05-231-2/+2
| * | | | | | | | | | | | | | | | | | | | | | workqueue: Make sure struct worker is accessible for wq_worker_comm()Tejun Heo2018-05-211-24/+34
| * | | | | | | | | | | | | | | | | | | | | | workqueue: Show the latest workqueue name in /proc/PID/{comm,stat,status}Tejun Heo2018-05-181-0/+39
OpenPOWER on IntegriCloud