aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2018-01-15Merge tag 'v4.9.76' into v4.9-rtJulia Cartwright
2018-01-10kernel/signal.c: remove the no longer needed SIGNAL_UNKILLABLE check in compl...Oleg Nesterov
2018-01-10kernel/signal.c: protect the SIGNAL_UNKILLABLE tasks from !sig_kernel_only() ...Oleg Nesterov
2018-01-10kernel/signal.c: protect the traced SIGNAL_UNKILLABLE tasks from SIGKILLOleg Nesterov
2018-01-10kernel: make groups_sort calling a responsibility group_info allocatorsThiago Rafael Becker
2018-01-10kernel/acct.c: fix the acct->needcheck check in check_free_space()Oleg Nesterov
2018-01-05kaiser: stack map PAGE_SIZE at THREAD_SIZE-PAGE_SIZEHugh Dickins
2018-01-05kaiser: merged updateDave Hansen
2018-01-05KAISER: Kernel Address IsolationRichard Fellner
2018-01-02nohz: Prevent a timer interrupt storm in tick_nohz_stop_sched_tick()Thomas Gleixner
2018-01-02timers: Reinitialize per cpu bases on hotplugThomas Gleixner
2018-01-02timers: Invoke timer_start_debug() where it makes senseThomas Gleixner
2018-01-02timers: Use deferrable base independent of base::nohz_activeAnna-Maria Gleixner
2018-01-02ring-buffer: Mask out the info bits when returning buffer page lengthSteven Rostedt (VMware)
2018-01-02tracing: Fix crash when it fails to alloc ring bufferJing Xia
2018-01-02tracing: Fix possible double free on failure of allocating trace bufferSteven Rostedt (VMware)
2018-01-02tracing: Remove extra zeroing out of the ring buffer pageSteven Rostedt (VMware)
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-14Merge tag 'v4.9.68' into v4.9-rtSteven Rostedt (VMware)
2017-12-14Merge tag 'v4.9.66' into v4.9-rtSteven Rostedt (VMware)
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-12-01locking/rtmutex: don't drop the wait_lock twiceSebastian Andrzej Siewior
2017-12-01kernel/hrtimer/hotplug: don't wake ktimersoftd while holding the hrtimer base...Mike Galbraith
2017-12-01kernel/hrtimer: don't wakeup a process while holding the hrtimer base lockSebastian Andrzej Siewior
2017-12-01kernel/hrtimer: migrate deferred timer on CPU downSebastian Andrzej Siewior
2017-12-01PM / CPU: replace raw_notifier with atomic_notifier (fixup)Sebastian Andrzej Siewior
2017-12-01cpu_pm: replace raw_notifier to atomic_notifierAlex Shi
2017-12-01rtmutex: Fix lock stealing logicMike Galbraith
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-29Merge tag 'v4.9.62' into v4.9-rtSteven Rostedt (VMware)
2017-11-22locking/rt-mutex: fix deadlock in device mapper / block-IOMikulas Patocka