summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2018-08-24mm: make vm_area_alloc() initialize core fieldsLinus Torvalds1-2/+8
2018-08-24mm: make vm_area_dup() actually copy the old vma dataLinus Torvalds1-3/+7
2018-08-24mm: use helper functions for allocating and freeing vm_area structsLinus Torvalds1-3/+18
2018-08-24sched/deadline: Fix switched_from_dl() warningJuri Lelli1-1/+10
2018-08-24tracing: Use __printf markup to silence compilerMathieu Malaterre1-0/+5
2018-08-24bpf: hash map: decrement counter on errorMauricio Vasquez B1-5/+11
2018-08-24kthread, sched/core: Fix kthread_parkme() (again...)Peter Zijlstra2-26/+35
2018-08-24sched/util_est: Fix util_est_dequeue() for throttled cfs_rqVincent Guittot1-12/+4
2018-08-24sched/fair: Fix bandwidth timer clock drift conditionXunlei Pang2-8/+12
2018-08-24sched/nohz: Skip remote tick on idle task entirelyFrederic Weisbecker1-15/+21
2018-08-24locking/lockdep: Do not record IRQ state within lockdep codeSteven Rostedt (VMware)1-6/+6
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-15sched/smt: Update sched_smt_present at runtimePeter Zijlstra2-18/+13
2018-08-15init: rename and re-order boot_cpu_state_init()Linus Torvalds1-1/+1
2018-08-15bpf, sockmap: fix bpf_tcp_sendmsg sock error handlingDaniel Borkmann1-1/+1
2018-08-15bpf, sockmap: fix leak in bpf_tcp_sendmsg wait for mem pathDaniel Borkmann1-2/+5
2018-08-15sched/deadline: Update rq_clock of later_rq when pushing a taskDaniel Bristot de Oliveira1-1/+7
2018-08-15stop_machine: Disable preemption after queueing stopper threadsIsaac J. Manjarres1-1/+9
2018-08-15Mark HI and TASKLET softirq synchronousLinus Torvalds1-4/+8
2018-08-09ring_buffer: tracing: Inherit the tracing setting to next ring bufferMasami Hiramatsu2-0/+22
2018-08-09nohz: Fix missing tick reprogram when interrupting an inline softirqFrederic Weisbecker1-1/+1
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-06audit: fix potential null dereference 'context->module.name'Yi Wang1-4/+9
2018-08-03audit: allow not equal op for audit by executableOndrej Mosnáček2-1/+3
2018-08-03delayacct: Use raw_spinlocksSebastian Andrzej Siewior1-8/+9
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-03clocksource: Move inline keyword to the beginning of function declarationsMathieu Malaterre1-2/+2
2018-08-03bpf: fix multi-function JITed dump obtained via syscallSandipan Das1-3/+34
2018-08-03sched/cpufreq: Modify aggregate utilization to always include blocked FAIR ut...Patrick Bellasi1-9/+8
2018-08-03PM / wakeup: Make s2idle_lock a RAW_SPINLOCKSebastian Andrzej Siewior1-7/+7
2018-08-03printk: drop in_nmi check from printk_safe_flush_on_panic()Sergey Senozhatsky1-1/+1
2018-08-03kernel/hung_task.c: show all hung tasks before panicTetsuo Handa1-4/+7
2018-08-03mm: check for SIGKILL inside dup_mmap() loopTetsuo Handa1-0/+8
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