summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Revert "kprobes: Warn if optprobe handler tries to change execution path"Naveen N. Rao2017-10-181-4/+1
* perf/core: Explain perf_sched_mutexAlexander Shishkin2017-09-291-0/+5
* Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2017-09-292-12/+31
|\
| * perf/aux: Only update ->aux_wakeup in non-overwrite modeAlexander Shishkin2017-09-291-5/+15
| * Merge tag 'seccomp-v4.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-09-281-7/+16
| |\
| | * seccomp: fix the usage of get/put_seccomp_filter() in seccomp_get_filter()Oleg Nesterov2017-09-271-7/+16
* | | kprobes: Warn if optprobe handler tries to change execution pathMasami Hiramatsu2017-09-281-1/+4
* | | kprobes: Improve smoke test to check preemptibilityMasami Hiramatsu2017-09-281-0/+20
* | | kprobes/x86: Make insn buffer always ROX and use text_poke()Masami Hiramatsu2017-09-281-1/+1
|/ /
* | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2017-09-251-6/+12
|\ \
| * | blktrace: Fix potential deadlock between delete & sysfs opsWaiman Long2017-09-251-6/+12
* | | Merge tag 'trace-v4.14-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-09-253-29/+41
|\ \ \ | |_|/ |/| |
| * | tracing: Remove RCU work arounds from stack tracerSteven Rostedt (VMware)2017-09-231-15/+0
| * | extable: Enable RCU if it is not watching in kernel_text_address()Steven Rostedt (VMware)2017-09-231-5/+30
| * | extable: Consolidate *kernel_text_address() functionsSteven Rostedt (VMware)2017-09-231-9/+1
| * | rcu: Allow for page faults in NMI handlersPaul E. McKenney2017-09-231-0/+10
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-09-234-6/+16
|\ \ \
| * | | bpf: one perf event close won't free bpf program attached by another perf eventYonghong Song2017-09-201-1/+2
| * | | bpf: fix ri->map_owner pointer on bpf_prog_reallocDaniel Borkmann2017-09-191-1/+6
| * | | bpf: do not disable/enable BH in bpf_map_free_id()Eric Dumazet2017-09-191-2/+4
| * | | bpf: devmap: pass on return value of bpf_map_precharge_memlockTobias Klauser2017-09-181-2/+4
* | | | Merge tag 'seccomp-v4.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-09-221-11/+310
|\ \ \ \
| * | | | seccomp: Implement SECCOMP_RET_KILL_PROCESS actionKees Cook2017-08-141-2/+7
| * | | | seccomp: Introduce SECCOMP_RET_KILL_PROCESSKees Cook2017-08-141-6/+16
| * | | | seccomp: Rename SECCOMP_RET_KILL to SECCOMP_RET_KILL_THREADKees Cook2017-08-141-18/+21
| * | | | seccomp: Action to log before allowingTyler Hicks2017-08-141-5/+18
| * | | | seccomp: Filter flag to log all actions except SECCOMP_RET_ALLOWTyler Hicks2017-08-141-6/+20
| * | | | seccomp: Sysctl to configure actions that are allowed to be loggedTyler Hicks2017-08-141-3/+168
| * | | | seccomp: Operation for checking if an action is availableTyler Hicks2017-08-141-0/+26
| * | | | seccomp: Sysctl to display available actionsTyler Hicks2017-08-141-0/+51
| * | | | seccomp: Provide matching filter for introspectionKees Cook2017-08-141-3/+15
* | | | | Merge tag 'trace-v4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-09-203-3/+19
|\ \ \ \ \ | | |_|/ / | |/| | / | |_|_|/ |/| | |
| * | | tracing: Fix trace_pipe behavior for instance tracesTahsin Erdogan2017-09-191-1/+1
| * | | tracing: Ignore mmiotrace from kernel commandlineZiqian SUN (Zamir)2017-09-193-0/+10
| * | | tracing: Erase irqsoff trace with empty writeBo Yan2017-09-191-2/+8
* | | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-09-171-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | genirq: Fix cpumask check in __irq_startup_managed()Thomas Gleixner2017-09-161-1/+1
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-09-162-2/+3
|\ \ \ \ | |/ / / |/| | |
| * | | bpf/verifier: reject BPF_ALU64|BPF_ENDEdward Cree2017-09-151-1/+2
| * | | perf/bpf: fix a clang compilation issueYonghong Song2017-09-111-1/+1
* | | | Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2017-09-142-8/+15
|\ \ \ \
| * | | | fs: make the buf argument to __kernel_write a void pointerChristoph Hellwig2017-09-041-1/+1
| * | | | fs: fix kernel_write prototypeChristoph Hellwig2017-09-041-3/+6
| * | | | fs: fix kernel_read prototypeChristoph Hellwig2017-09-041-4/+8
* | | | | Merge branch 'work.ipc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2017-09-143-30/+7
|\ \ \ \ \
| * | | | | ipc: mqueue: Replace timespec with timespec64Deepa Dinamani2017-09-032-7/+7
| * | | | | semtimedop(): move compat to nativeAl Viro2017-07-151-23/+0
* | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-09-142-2/+2
|\ \ \ \ \ \
| * | | | | | mm: treewide: remove GFP_TEMPORARY allocation flagMichal Hocko2017-09-132-2/+2
* | | | | | | sched/wait: Introduce wakeup boomark in wake_up_page_bitTim Chen2017-09-141-0/+7