summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* jump_label: Invoke jump_label_test() via early_initcall()Jason Baron2017-12-141-1/+1
* bpf: fix lockdep splatEric Dumazet2017-12-141-2/+6
* workqueue: trigger WARN if queue_delayed_work() is called with NULL @wqTejun Heo2017-12-141-0/+1
* sched/fair: Make select_idle_cpu() more aggressivePeter Zijlstra2017-12-142-1/+6
* kdb: Fix handling of kallsyms_symbol_next() return valueDaniel Thompson2017-12-141-1/+1
* smp/hotplug: Move step CPUHP_AP_SMPCFD_DYING to the correct placeLai Jiangshan2017-12-141-5/+5
* perf/x86/intel: Account interrupts for PEBS errorsJiri Olsa2017-12-091-16/+31
* sched/rt: Simplify the IPI based RT balancing logicSteven Rostedt (Red Hat)2017-11-303-127/+138
* sched: Make resched_cpu() unconditionalPaul E. McKenney2017-11-301-2/+1
* workqueue: Fix NULL pointer dereferenceLi Bin2017-11-151-1/+2
* sched/core: Add missing update_rq_clock() call in sched_move_task()Peter Zijlstra2017-11-151-0/+1
* workqueue: replace pool->manager_arb mutex with a flagTejun Heo2017-11-021-22/+15
* hrtimer: Catch invalid clockids againMarc Zyngier2017-10-211-5/+15
* sched/fair: Update rq clock before changing a task's CPU affinityWanpeng Li2017-10-211-0/+1
* locking/lockdep: Add nest_lock integrity testPeter Zijlstra2017-10-211-2/+9
* rcu: Allow for page faults in NMI handlersPaul E. McKenney2017-10-181-2/+12
* sched/cpuset/pm: Fix cpuset vs. suspend-resume bugsPeter Zijlstra2017-10-123-6/+22
* ftrace: Fix kmemleak in unregister_ftrace_graphShu Wang2017-10-121-14/+0
* bpf: one perf event close won't free bpf program attached by another perf eventYonghong Song2017-10-121-1/+2
* bpf/verifier: reject BPF_ALU64|BPF_ENDEdward Cree2017-10-121-1/+2
* timer/sysclt: Restrict timer migration sysctl values to 0 and 1Myungho Jung2017-10-052-1/+3
* seccomp: fix the usage of get/put_seccomp_filter() in seccomp_get_filter()Oleg Nesterov2017-10-051-7/+16
* tracing: Erase irqsoff trace with empty writeBo Yan2017-10-051-2/+8
* tracing: Fix trace_pipe behavior for instance tracesTahsin Erdogan2017-10-051-1/+1
* genirq: Make sparse_irq_lock protect what it should protectThomas Gleixner2017-10-051-17/+7
* tracing: Apply trace_clock changes to instance max bufferBaohong Liu2017-09-271-1/+1
* tracing: Add barrier to trace_printk() buffer nesting modificationSteven Rostedt (VMware)2017-09-271-1/+7
* ftrace: Fix memleak when unregistering dynamic ops when tracing disabledSteven Rostedt (VMware)2017-09-271-4/+6
* ftrace: Fix selftest goto location on errorSteven Rostedt (VMware)2017-09-271-1/+1
* locktorture: Fix potential memory leak with rw lock testYang Shi2017-09-131-0/+6
* cpuset: Fix incorrect memory_pressure control file mappingWaiman Long2017-09-071-0/+1
* mm, uprobes: fix multiple free of ->uprobes_state.xol_areaEric Biggers2017-09-072-2/+8
* locking/spinlock/debug: Remove spinlock lockup detection codeWaiman Long2017-09-021-81/+5
* gcov: support GCC 7.1Martin Liska2017-09-022-1/+9
* timers: Fix excessive granularity of new timers after a nohz idleNicholas Piggin2017-08-301-9/+41
* perf/core: Fix group {cpu,task} validationMark Rutland2017-08-301-20/+19
* ftrace: Check for null ret_stack on profile function graph entry functionSteven Rostedt (VMware)2017-08-301-0/+4
* tracing: Fix freeing of filter in create_filter() when set_str is falseSteven Rostedt (VMware)2017-08-301-0/+4
* tracing: Fix kmemleak in tracing_map_array_free()Chunyu Hu2017-08-301-4/+7
* tracing: Call clear_boot_tracer() at lateinit_syncSteven Rostedt (VMware)2017-08-301-1/+1
* fork: fix incorrect fput of ->exe_file causing use-after-freeEric Biggers2017-08-301-0/+1
* bpf/verifier: fix min/max handling in BPF_SUBEdward Cree2017-08-301-6/+15
* bpf: fix mixed signed/unsigned derived min/max value boundsDaniel Borkmann2017-08-301-14/+96
* bpf, verifier: fix alu ops against map_value{, _adj} register typesDaniel Borkmann2017-08-301-0/+1
* bpf: adjust verifier heuristicsDaniel Borkmann2017-08-301-1/+11
* bpf, verifier: add additional patterns to evaluate_reg_imm_aluJohn Fastabend2017-08-301-0/+62
* bpf: fix bpf_trace_printk on 32 bit archsDaniel Borkmann2017-08-301-4/+30
* pids: make task_tgid_nr_ns() safeOleg Nesterov2017-08-241-7/+4
* genirq/ipi: Fixup checks against nr_cpu_idsAlexey Dobriyan2017-08-241-2/+2
* genirq: Restore trigger settings in irq_modify_status()Marc Zyngier2017-08-241-2/+8