summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2018-09-09printk/tracing: Do not trace printk_nmi_enter()Steven Rostedt (VMware)
2018-09-09userns: move user access out of the mutexJann Horn
2018-09-09sys: don't hold uts_sem while accessing userspace memoryJann Horn
2018-09-09PM / sleep: wakeup: Fix build error caused by missing SRCU supportzhangyi (F)
2018-09-09uprobes: Use synchronize_rcu() not synchronize_sched()Steven Rostedt (VMware)
2018-09-09tracing/blktrace: Fix to allow setting same valueSteven Rostedt (VMware)
2018-09-09tracing: Do not call start/stop() functions when tracing_on does not changeSteven Rostedt (VMware)
2018-09-05kprobes: Make list and blacklist root user read onlyMasami Hiramatsu
2018-09-05sched/sysctl: Check user input value of sysctl_sched_time_avgEthan Zhao
2018-08-24tracing: Use __printf markup to silence compilerMathieu Malaterre
2018-08-24locking/lockdep: Do not record IRQ state within lockdep codeSteven Rostedt (VMware)
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-15init: rename and re-order boot_cpu_state_init()Linus Torvalds
2018-08-15Mark HI and TASKLET softirq synchronousLinus Torvalds
2018-08-09fork: unconditionally clear stack on forkKees Cook
2018-08-09kmemleak: clear stale pointers from task stacksKonstantin Khlebnikov
2018-08-09ring_buffer: tracing: Inherit the tracing setting to next ring bufferMasami Hiramatsu
2018-08-09nohz: Fix local_timer_softirq_pending()Anna-Maria Gleixner
2018-08-09genirq: Make force irq threading setup more robustThomas Gleixner
2018-08-06sched/wait: Remove the lockless swait_active() check in swake_up*()Boqun Feng
2018-08-03audit: allow not equal op for audit by executableOndrej Mosnáček
2018-08-03stop_machine: Use raw spinlocksThomas Gleixner
2018-08-03bpf: fix references to free_bpf_prog_info() in commentsJakub Kicinski
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-07-17PM / hibernate: Fix oops at snapshot_write()Tetsuo Handa
2018-07-11tracing: Fix missing return symbol in function_graph outputChangbin Du
2018-07-03time: Make sure jiffies_to_msecs() preserves non-zero time periodsGeert Uytterhoeven
2018-07-03printk: fix possible reuse of va_list variableTetsuo Handa
2018-06-06tracing: Fix crash when freeing instances with event triggersSteven Rostedt (VMware)
2018-06-05objtool, x86: Add several functions and files to the objtool whitelistJosh Poimboeuf
2018-05-30kdb: make "mdr" command repeatRandy Dunlap
2018-05-30rcu: Call touch_nmi_watchdog() while printing stall warningsTejun Heo
2018-05-30audit: return on memory error to avoid null pointer dereferenceRichard Guy Briggs
2018-05-30perf/core: Fix perf_output_read_group()Peter Zijlstra
2018-05-30sched/rt: Fix rq->clock_update_flags < RQCF_ACT_SKIP warningDavidlohr Bueso