summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2017-12-29bpf/verifier: Fix states_equal() comparison of pointer and UNKNOWNBen Hutchings
2017-12-25bpf: fix incorrect sign extension in check_alu_op()Daniel Borkmann
2017-12-25bpf: reject out-of-bounds stack pointer calculationDaniel Borkmann
2017-12-25bpf: fix branch pruning logicDaniel Borkmann
2017-12-25bpf: adjust insn_aux_data when patching insnsDaniel Borkmann
2017-12-25tracing: Exclude 'generic fields' from histogramsTom Zanussi
2017-12-20sched/deadline: Use deadline instead of period when calculating overflowSteven Rostedt (VMware)
2017-12-20sched/deadline: Throttle a constrained deadline task activated after the dead...Daniel Bristot de Oliveira
2017-12-20sched/deadline: Make sure the replenishment timer fires in the next periodDaniel Bristot de Oliveira
2017-12-20sched/deadline: Add missing update_rq_clock() in dl_task_timer()Wanpeng Li
2017-12-20sched/rt: Do not pull from current CPU if only one CPU to pullSteven Rostedt
2017-12-20tracing: Allocate mask_str buffer dynamicallyChangbin Du
2017-12-16audit: ensure that 'audit=1' actually enables audit for PID 1Paul Moore
2017-12-14jump_label: Invoke jump_label_test() via early_initcall()Jason Baron
2017-12-14bpf: fix lockdep splatEric Dumazet
2017-12-14workqueue: trigger WARN if queue_delayed_work() is called with NULL @wqTejun Heo
2017-12-14sched/fair: Make select_idle_cpu() more aggressivePeter Zijlstra
2017-12-14kdb: Fix handling of kallsyms_symbol_next() return valueDaniel Thompson
2017-12-14smp/hotplug: Move step CPUHP_AP_SMPCFD_DYING to the correct placeLai Jiangshan
2017-12-09perf/x86/intel: Account interrupts for PEBS errorsJiri Olsa
2017-11-30sched/rt: Simplify the IPI based RT balancing logicSteven Rostedt (Red Hat)
2017-11-30sched: Make resched_cpu() unconditionalPaul E. McKenney
2017-11-15workqueue: Fix NULL pointer dereferenceLi Bin
2017-11-15sched/core: Add missing update_rq_clock() call in sched_move_task()Peter Zijlstra
2017-11-02workqueue: replace pool->manager_arb mutex with a flagTejun Heo
2017-10-21hrtimer: Catch invalid clockids againMarc Zyngier
2017-10-21sched/fair: Update rq clock before changing a task's CPU affinityWanpeng Li
2017-10-21locking/lockdep: Add nest_lock integrity testPeter Zijlstra
2017-10-18rcu: Allow for page faults in NMI handlersPaul E. McKenney
2017-10-12sched/cpuset/pm: Fix cpuset vs. suspend-resume bugsPeter Zijlstra
2017-10-12ftrace: Fix kmemleak in unregister_ftrace_graphShu Wang
2017-10-12bpf: one perf event close won't free bpf program attached by another perf eventYonghong Song
2017-10-12bpf/verifier: reject BPF_ALU64|BPF_ENDEdward Cree
2017-10-05timer/sysclt: Restrict timer migration sysctl values to 0 and 1Myungho Jung
2017-10-05seccomp: fix the usage of get/put_seccomp_filter() in seccomp_get_filter()Oleg Nesterov
2017-10-05tracing: Erase irqsoff trace with empty writeBo Yan
2017-10-05tracing: Fix trace_pipe behavior for instance tracesTahsin Erdogan
2017-10-05genirq: Make sparse_irq_lock protect what it should protectThomas Gleixner
2017-09-27tracing: Apply trace_clock changes to instance max bufferBaohong Liu
2017-09-27tracing: Add barrier to trace_printk() buffer nesting modificationSteven Rostedt (VMware)
2017-09-27ftrace: Fix memleak when unregistering dynamic ops when tracing disabledSteven Rostedt (VMware)
2017-09-27ftrace: Fix selftest goto location on errorSteven Rostedt (VMware)
2017-09-13locktorture: Fix potential memory leak with rw lock testYang Shi
2017-09-07cpuset: Fix incorrect memory_pressure control file mappingWaiman Long
2017-09-07mm, uprobes: fix multiple free of ->uprobes_state.xol_areaEric Biggers
2017-09-02locking/spinlock/debug: Remove spinlock lockup detection codeWaiman Long
2017-09-02gcov: support GCC 7.1Martin Liska
2017-08-30timers: Fix excessive granularity of new timers after a nohz idleNicholas Piggin
2017-08-30perf/core: Fix group {cpu,task} validationMark Rutland
2017-08-30ftrace: Check for null ret_stack on profile function graph entry functionSteven Rostedt (VMware)