summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2018-08-15cpu/hotplug: Non-SMP machines do not make use of booted_onceAbel Vesa
2018-08-15cpu/hotplug: Fix SMT supported evaluationThomas Gleixner
2018-08-15cpu/hotplug: detect SMT disabled by BIOSJosh Poimboeuf
2018-08-15cpu/hotplug: Set CPU_SMT_NOT_SUPPORTED earlyThomas Gleixner
2018-08-15cpu/hotplug: Expose SMT control init functionJiri Kosina
2018-08-15cpu/hotplug: Online siblings when SMT control is turned onThomas Gleixner
2018-08-15x86/KVM: Warn user if KVM is loaded SMT and L1TF CPU bug being presentKonrad Rzeszutek Wilk
2018-08-15cpu/hotplug: Boot HT siblings at least onceThomas Gleixner
2018-08-15cpu/hotplug: Provide knobs to control SMTThomas Gleixner
2018-08-15cpu/hotplug: Split do_cpu_down()Thomas Gleixner
2018-08-15cpu/hotplug: Make bringup/teardown of smp threads symmetricThomas Gleixner
2018-08-15sched/smt: Update sched_smt_present at runtimePeter Zijlstra
2018-08-15init: rename and re-order boot_cpu_state_init()Linus Torvalds
2018-08-15bpf, sockmap: fix bpf_tcp_sendmsg sock error handlingDaniel Borkmann
2018-08-15bpf, sockmap: fix leak in bpf_tcp_sendmsg wait for mem pathDaniel Borkmann
2018-08-15sched/deadline: Update rq_clock of later_rq when pushing a taskDaniel Bristot de Oliveira
2018-08-15stop_machine: Disable preemption after queueing stopper threadsIsaac J. Manjarres
2018-08-15Mark HI and TASKLET softirq synchronousLinus Torvalds
2018-08-09ring_buffer: tracing: Inherit the tracing setting to next ring bufferMasami Hiramatsu
2018-08-09nohz: Fix missing tick reprogram when interrupting an inline softirqFrederic Weisbecker
2018-08-09nohz: Fix local_timer_softirq_pending()Anna-Maria Gleixner
2018-08-09genirq: Make force irq threading setup more robustThomas Gleixner
2018-08-06audit: fix potential null dereference 'context->module.name'Yi Wang
2018-08-03audit: allow not equal op for audit by executableOndrej Mosnáček
2018-08-03delayacct: Use raw_spinlocksSebastian Andrzej Siewior
2018-08-03stop_machine: Use raw spinlocksThomas Gleixner
2018-08-03bpf: fix references to free_bpf_prog_info() in commentsJakub Kicinski
2018-08-03clocksource: Move inline keyword to the beginning of function declarationsMathieu Malaterre
2018-08-03bpf: fix multi-function JITed dump obtained via syscallSandipan Das
2018-08-03sched/cpufreq: Modify aggregate utilization to always include blocked FAIR ut...Patrick Bellasi
2018-08-03PM / wakeup: Make s2idle_lock a RAW_SPINLOCKSebastian Andrzej Siewior
2018-08-03printk: drop in_nmi check from printk_safe_flush_on_panic()Sergey Senozhatsky
2018-08-03kernel/hung_task.c: show all hung tasks before panicTetsuo Handa
2018-08-03mm: check for SIGKILL inside dup_mmap() loopTetsuo Handa
2018-08-03kcov: ensure irq code sees a valid areaMark Rutland
2018-08-03tracing: Quiet gcc warning about maybe unused link variableSteven Rostedt (VMware)
2018-08-03tracing/kprobes: Fix trace_probe flags on enable_trace_kprobe() failureArtem Savkov
2018-08-03kthread, tracing: Don't expose half-written comm when creating kthreadsSnild Dolkow
2018-08-03tracing: Fix possible double free in event_enable_trigger_func()Steven Rostedt (VMware)
2018-08-03tracing: Fix double free of event_trigger_dataSteven Rostedt (VMware)
2018-08-03mm: disallow mappings that conflict for devm_memremap_pages()Dave Jiang
2018-07-25stop_machine: Disable preemption when waking two stopper threadsIsaac J. Manjarres
2018-07-22bpf: undo prog rejection on read-only lock failureDaniel Borkmann
2018-07-22bpf: don't leave partial mangled prog in jit_subprogs error pathDaniel Borkmann
2018-07-22bpf: sockmap, consume_skb in close pathJohn Fastabend
2018-07-22bpf: sockmap, fix crash when ipv6 sock is addedJohn Fastabend
2018-07-22bpf: reject any prog that failed read-only lockDaniel Borkmann
2018-07-17PM / hibernate: Fix oops at snapshot_write()Tetsuo Handa
2018-07-17tracing: Reorder display of TGID to be after PIDJoel Fernandes (Google)
2018-07-17tracing/kprobe: Release kprobe print_fmt properlyJiri Olsa