summaryrefslogtreecommitdiff
path: root/kernel (unfollow)
Commit message (Expand)Author
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-05sched: core: Exclude isolated cpus in sched_getaffinity cpumaskLingutla Chandrasekhar
2018-01-05sched: Restore previous implementation of check_for_migration()Pavankumar Kondeti
2018-01-05sched: Update tracepoint to include task infoPuja Gupta
2018-01-05sched: Fix possible overflow in cpu_cycles_to_freq()Puja Gupta
2018-01-02nohz: Prevent a timer interrupt storm in tick_nohz_stop_sched_tick()Thomas 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-30sched: Fix spinlock recursion in sched_exit()Pavankumar Kondeti
2017-12-25sched/core: Idle_task_exit() shouldn't use switch_mm_irqs_off()Andy Lutomirski
2017-12-25sched/core: Add switch_mm_irqs_off() and use it in the schedulerAndy Lutomirski
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/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-18UPSTREAM: kcov: fix comparison callback signatureDmitry Vyukov
2017-12-18UPSTREAM: kcov: support comparison operands collectionVictor Chibotaru
2017-12-18UPSTREAM: kcov: remove pointless current != NULL checkAndrey Ryabinin
2017-12-18UPSTREAM: kcov: support compat processesDmitry Vyukov
2017-12-18UPSTREAM: kcov: simplify interrupt checkDmitry Vyukov
2017-12-18UPSTREAM: kcov: make kcov work properly with KASLR enabledAlexander Popov
2017-12-18UPSTREAM: kcov: add more missing includesKefeng Wang
2017-12-18UPSTREAM: kcov: add missing #include <linux/sched.h>Kefeng Wang
2017-12-18UPSTREAM: kcov: properly check if we are in an interruptAndrey Konovalov
2017-12-18UPSTREAM: kcov: don't profile branches in kcovAndrey Ryabinin
2017-12-18UPSTREAM: kcov: don't trace the code coverage codeJames Morse
2017-12-18BACKPORT: kernel: add kcov code coverageDmitry Vyukov
2017-12-16audit: ensure that 'audit=1' actually enables audit for PID 1Paul Moore
2017-12-16jump_label: Invoke jump_label_test() via early_initcall()Jason Baron
2017-12-16workqueue: trigger WARN if queue_delayed_work() is called with NULL @wqTejun Heo
2017-12-16kdb: Fix handling of kallsyms_symbol_next() return valueDaniel Thompson
2017-12-14UPSTREAM: arch, ftrace: for KASAN put hard/soft IRQ entries into separate sec...Alexander Potapenko
2017-12-13sched: EAS/WALT: Don't take into account of running task's utilKe Wang
2017-12-12BACKPORT: schedutil: Reset cached freq if it is not in sync with next_freqViresh Kumar
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-29BACKPORT: time: Clean up CLOCK_MONOTONIC_RAW time handlingJohn Stultz
2017-11-29BACKPORT: time: Fix CLOCK_MONOTONIC_RAW sub-nanosecond accountingJohn Stultz
2017-11-21bpf: don't let ldimm64 leak map addresses on unprivilegedDaniel Borkmann
2017-11-15workqueue: Fix NULL pointer dereferenceLi Bin
2017-11-08Revert "ANDROID: sched/rt: schedtune: Add boost retention to RT"Todd Kjos