summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2018-01-05kaiser: stack map PAGE_SIZE at THREAD_SIZE-PAGE_SIZEHugh Dickins1-5/+2
2018-01-05kaiser: merged updateDave Hansen1-4/+5
2018-01-05KAISER: Kernel Address IsolationRichard Fellner1-0/+8
2018-01-02nohz: Prevent a timer interrupt storm in tick_nohz_stop_sched_tick()Thomas Gleixner1-2/+17
2018-01-02timers: Reinitialize per cpu bases on hotplugThomas Gleixner2-2/+17
2018-01-02timers: Invoke timer_start_debug() where it makes senseThomas Gleixner1-2/+2
2018-01-02timers: Use deferrable base independent of base::nohz_activeAnna-Maria Gleixner1-9/+7
2018-01-02ring-buffer: Mask out the info bits when returning buffer page lengthSteven Rostedt (VMware)1-1/+5
2018-01-02tracing: Fix crash when it fails to alloc ring bufferJing Xia1-0/+2
2018-01-02tracing: Fix possible double free on failure of allocating trace bufferSteven Rostedt (VMware)1-0/+1
2018-01-02tracing: Remove extra zeroing out of the ring buffer pageSteven Rostedt (VMware)1-9/+1
2017-12-29bpf/verifier: Fix states_equal() comparison of pointer and UNKNOWNBen Hutchings1-2/+3
2017-12-25bpf: fix incorrect sign extension in check_alu_op()Daniel Borkmann1-3/+10
2017-12-25bpf: reject out-of-bounds stack pointer calculationDaniel Borkmann1-2/+20
2017-12-25bpf: fix branch pruning logicDaniel Borkmann1-0/+27
2017-12-25bpf: adjust insn_aux_data when patching insnsDaniel Borkmann1-5/+39
2017-12-25tracing: Exclude 'generic fields' from histogramsTom Zanussi1-2/+2
2017-12-20sched/deadline: Use deadline instead of period when calculating overflowSteven Rostedt (VMware)1-4/+4
2017-12-20sched/deadline: Throttle a constrained deadline task activated after the dead...Daniel Bristot de Oliveira1-0/+45
2017-12-20sched/deadline: Make sure the replenishment timer fires in the next periodDaniel Bristot de Oliveira1-2/+7
2017-12-20sched/deadline: Add missing update_rq_clock() in dl_task_timer()Wanpeng Li1-0/+1
2017-12-20sched/rt: Do not pull from current CPU if only one CPU to pullSteven Rostedt1-1/+7
2017-12-20tracing: Allocate mask_str buffer dynamicallyChangbin Du1-20/+9
2017-12-16audit: ensure that 'audit=1' actually enables audit for PID 1Paul Moore1-5/+5
2017-12-14jump_label: Invoke jump_label_test() via early_initcall()Jason Baron1-1/+1
2017-12-14bpf: fix lockdep splatEric Dumazet1-2/+6
2017-12-14workqueue: trigger WARN if queue_delayed_work() is called with NULL @wqTejun Heo1-0/+1
2017-12-14sched/fair: Make select_idle_cpu() more aggressivePeter Zijlstra2-1/+6
2017-12-14kdb: Fix handling of kallsyms_symbol_next() return valueDaniel Thompson1-1/+1
2017-12-14smp/hotplug: Move step CPUHP_AP_SMPCFD_DYING to the correct placeLai Jiangshan1-5/+5
2017-12-09perf/x86/intel: Account interrupts for PEBS errorsJiri Olsa1-16/+31
2017-11-30sched/rt: Simplify the IPI based RT balancing logicSteven Rostedt (Red Hat)3-127/+138
2017-11-30sched: Make resched_cpu() unconditionalPaul E. McKenney1-2/+1
2017-11-15workqueue: Fix NULL pointer dereferenceLi Bin1-1/+2
2017-11-15sched/core: Add missing update_rq_clock() call in sched_move_task()Peter Zijlstra1-0/+1
2017-11-02workqueue: replace pool->manager_arb mutex with a flagTejun Heo1-22/+15
2017-10-21hrtimer: Catch invalid clockids againMarc Zyngier1-5/+15
2017-10-21sched/fair: Update rq clock before changing a task's CPU affinityWanpeng Li1-0/+1
2017-10-21locking/lockdep: Add nest_lock integrity testPeter Zijlstra1-2/+9
2017-10-18rcu: Allow for page faults in NMI handlersPaul E. McKenney1-2/+12
2017-10-12sched/cpuset/pm: Fix cpuset vs. suspend-resume bugsPeter Zijlstra3-6/+22
2017-10-12ftrace: Fix kmemleak in unregister_ftrace_graphShu Wang1-14/+0
2017-10-12bpf: one perf event close won't free bpf program attached by another perf eventYonghong Song1-1/+2
2017-10-12bpf/verifier: reject BPF_ALU64|BPF_ENDEdward Cree1-1/+2
2017-10-05timer/sysclt: Restrict timer migration sysctl values to 0 and 1Myungho Jung2-1/+3
2017-10-05seccomp: fix the usage of get/put_seccomp_filter() in seccomp_get_filter()Oleg Nesterov1-7/+16
2017-10-05tracing: Erase irqsoff trace with empty writeBo Yan1-2/+8
2017-10-05tracing: Fix trace_pipe behavior for instance tracesTahsin Erdogan1-1/+1
2017-10-05genirq: Make sparse_irq_lock protect what it should protectThomas Gleixner1-17/+7
2017-09-27tracing: Apply trace_clock changes to instance max bufferBaohong Liu1-1/+1