summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2018-08-15cpu/hotplug: Non-SMP machines do not make use of booted_onceAbel Vesa1-0/+2
2018-08-15cpu/hotplug: Fix SMT supported evaluationThomas Gleixner2-13/+30
2018-08-15cpu/hotplug: detect SMT disabled by BIOSJosh Poimboeuf1-0/+9
2018-08-15cpu/hotplug: Set CPU_SMT_NOT_SUPPORTED earlyThomas Gleixner1-3/+10
2018-08-15cpu/hotplug: Expose SMT control init functionJiri Kosina1-3/+13
2018-08-15cpu/hotplug: Online siblings when SMT control is turned onThomas Gleixner1-2/+24
2018-08-15x86/KVM: Warn user if KVM is loaded SMT and L1TF CPU bug being presentKonrad Rzeszutek Wilk1-0/+1
2018-08-15cpu/hotplug: Boot HT siblings at least onceThomas Gleixner1-24/+48
2018-08-15cpu/hotplug: Provide knobs to control SMTThomas Gleixner1-0/+170
2018-08-15cpu/hotplug: Split do_cpu_down()Thomas Gleixner1-9/+8
2018-08-15cpu/hotplug: Make bringup/teardown of smp threads symmetricThomas Gleixner1-2/+1
2018-08-15init: rename and re-order boot_cpu_state_init()Linus Torvalds1-1/+1
2018-08-15Mark HI and TASKLET softirq synchronousLinus Torvalds1-4/+8
2018-08-09fork: unconditionally clear stack on forkKees Cook1-2/+1
2018-08-09kmemleak: clear stale pointers from task stacksKonstantin Khlebnikov1-0/+4
2018-08-09ring_buffer: tracing: Inherit the tracing setting to next ring bufferMasami Hiramatsu2-0/+22
2018-08-09nohz: Fix local_timer_softirq_pending()Anna-Maria Gleixner1-1/+1
2018-08-09genirq: Make force irq threading setup more robustThomas Gleixner1-1/+8
2018-08-06sched/wait: Remove the lockless swait_active() check in swake_up*()Boqun Feng1-6/+0
2018-08-03audit: allow not equal op for audit by executableOndrej Mosnáček2-1/+3
2018-08-03stop_machine: Use raw spinlocksThomas Gleixner1-12/+12
2018-08-03bpf: fix references to free_bpf_prog_info() in commentsJakub Kicinski1-2/+2
2018-08-03kcov: ensure irq code sees a valid areaMark Rutland1-1/+2
2018-08-03tracing: Quiet gcc warning about maybe unused link variableSteven Rostedt (VMware)1-2/+4
2018-08-03tracing/kprobes: Fix trace_probe flags on enable_trace_kprobe() failureArtem Savkov1-2/+11
2018-08-03kthread, tracing: Don't expose half-written comm when creating kthreadsSnild Dolkow1-1/+7
2018-08-03tracing: Fix possible double free in event_enable_trigger_func()Steven Rostedt (VMware)1-1/+5
2018-08-03tracing: Fix double free of event_trigger_dataSteven Rostedt (VMware)1-4/+8
2018-07-17PM / hibernate: Fix oops at snapshot_write()Tetsuo Handa1-0/+5
2018-07-11tracing: Fix missing return symbol in function_graph outputChangbin Du1-1/+4
2018-07-03time: Make sure jiffies_to_msecs() preserves non-zero time periodsGeert Uytterhoeven1-2/+4
2018-07-03printk: fix possible reuse of va_list variableTetsuo Handa1-1/+4
2018-06-06tracing: Fix crash when freeing instances with event triggersSteven Rostedt (VMware)1-2/+3
2018-06-05objtool, x86: Add several functions and files to the objtool whitelistJosh Poimboeuf1-1/+3
2018-05-30kdb: make "mdr" command repeatRandy Dunlap1-6/+21
2018-05-30rcu: Call touch_nmi_watchdog() while printing stall warningsTejun Heo1-1/+13
2018-05-30audit: return on memory error to avoid null pointer dereferenceRichard Guy Briggs1-0/+2
2018-05-30perf/core: Fix perf_output_read_group()Peter Zijlstra1-1/+2
2018-05-30sched/rt: Fix rq->clock_update_flags < RQCF_ACT_SKIP warningDavidlohr Bueso1-0/+2
2018-05-30perf/cgroup: Fix child event counting bugSong Liu1-5/+16
2018-05-30workqueue: use put_device() instead of kfree()Arvind Yadav1-1/+1
2018-05-30kernel/relay.c: limit kmalloc size to KMALLOC_MAX_SIZEDavid Rientjes1-1/+1
2018-05-30locking/qspinlock: Ensure node->count is updated before initialising nodeWill Deacon1-0/+8
2018-05-30x86/power: Fix swsusp_arch_resume prototypeArnd Bergmann1-3/+0
2018-05-30kernel/signal.c: avoid undefined behaviour in kill_something_infozhongjiang1-0/+4
2018-05-30kernel/sys.c: fix potential Spectre v1 issueGustavo A. R. Silva1-0/+1
2018-05-22seccomp: Move speculation migitation control to arch codeThomas Gleixner1-13/+2
2018-05-22seccomp: Add filter flag to opt-out of SSB mitigationKees Cook1-8/+11
2018-05-22seccomp: Use PR_SPEC_FORCE_DISABLEThomas Gleixner1-1/+1
2018-05-22seccomp: Enable speculation flaw mitigationsKees Cook1-0/+17