summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* kaiser: stack map PAGE_SIZE at THREAD_SIZE-PAGE_SIZEHugh Dickins2018-01-051-5/+2
* kaiser: merged updateDave Hansen2018-01-051-4/+5
* KAISER: Kernel Address IsolationRichard Fellner2018-01-051-0/+8
* nohz: Prevent a timer interrupt storm in tick_nohz_stop_sched_tick()Thomas Gleixner2018-01-021-2/+17
* timers: Reinitialize per cpu bases on hotplugThomas Gleixner2018-01-022-2/+17
* timers: Invoke timer_start_debug() where it makes senseThomas Gleixner2018-01-021-2/+2
* timers: Use deferrable base independent of base::nohz_activeAnna-Maria Gleixner2018-01-021-9/+7
* ring-buffer: Mask out the info bits when returning buffer page lengthSteven Rostedt (VMware)2018-01-021-1/+5
* tracing: Fix crash when it fails to alloc ring bufferJing Xia2018-01-021-0/+2
* tracing: Fix possible double free on failure of allocating trace bufferSteven Rostedt (VMware)2018-01-021-0/+1
* tracing: Remove extra zeroing out of the ring buffer pageSteven Rostedt (VMware)2018-01-021-9/+1
* bpf/verifier: Fix states_equal() comparison of pointer and UNKNOWNBen Hutchings2017-12-291-2/+3
* bpf: fix incorrect sign extension in check_alu_op()Daniel Borkmann2017-12-251-3/+10
* bpf: reject out-of-bounds stack pointer calculationDaniel Borkmann2017-12-251-2/+20
* bpf: fix branch pruning logicDaniel Borkmann2017-12-251-0/+27
* bpf: adjust insn_aux_data when patching insnsDaniel Borkmann2017-12-251-5/+39
* tracing: Exclude 'generic fields' from histogramsTom Zanussi2017-12-251-2/+2
* sched/deadline: Use deadline instead of period when calculating overflowSteven Rostedt (VMware)2017-12-201-4/+4
* sched/deadline: Throttle a constrained deadline task activated after the dead...Daniel Bristot de Oliveira2017-12-201-0/+45
* sched/deadline: Make sure the replenishment timer fires in the next periodDaniel Bristot de Oliveira2017-12-201-2/+7
* sched/deadline: Add missing update_rq_clock() in dl_task_timer()Wanpeng Li2017-12-201-0/+1
* sched/rt: Do not pull from current CPU if only one CPU to pullSteven Rostedt2017-12-201-1/+7
* tracing: Allocate mask_str buffer dynamicallyChangbin Du2017-12-201-20/+9
* audit: ensure that 'audit=1' actually enables audit for PID 1Paul Moore2017-12-161-5/+5
* 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