summaryrefslogtreecommitdiff
path: root/kernel (follow)
Commit message (Expand)AuthorAge
* sched: Stop resched_cpu() from sending IPIs to offline CPUsPaul E. McKenney2018-03-22
* sched: Stop switched_to_rt() from sending IPIs to offline CPUsPaul E. McKenney2018-03-22
* braille-console: Fix value returned by _braille_console_setupSamuel Thibault2018-03-22
* sysrq: Reset the watchdog timers while displaying high-resolution timersTom Hromatka2018-03-22
* timers, sched_clock: Update timeout for clock wrapDavid Engraf2018-03-22
* workqueue: Allow retrieval of current task's work structLukas Wunner2018-03-18
* hrtimer: Ensure POSIX compliance (relative CLOCK_REALTIME hrtimers)Anna-Maria Gleixner2018-03-03
* module/retpoline: Warn about missing retpoline in moduleAndi Kleen2018-02-25
* profile: hide unused functions when !CONFIG_PROC_FSArnd Bergmann2018-02-25
* blktrace: fix unlocked registration of tracepointsJens Axboe2018-02-25
* ftrace: Remove incorrect setting of glob search fieldSteven Rostedt (VMware)2018-02-16
* kernel/async.c: revert "async: simplify lowest_in_progress()"Rasmus Villemoes2018-02-16
* sched/rt: Up the root domain ref count when passing it around via IPIsSteven Rostedt (VMware)2018-02-16
* sched/rt: Use container_of() to get root domain in rto_push_irq_work_func()Steven Rostedt (VMware)2018-02-16
* posix-timer: Properly check sigevent->sigev_notifyThomas Gleixner2018-02-16
* bpf: reject stores into ctx via st and xaddDaniel Borkmann2018-02-03
* bpf: fix 32-bit divide by zeroAlexei Starovoitov2018-02-03
* bpf: fix divides by zeroEric Dumazet2018-02-03
* bpf: arsh is not supported in 32 bit alu thus reject itDaniel Borkmann2018-02-03
* bpf: introduce BPF_JIT_ALWAYS_ON configAlexei Starovoitov2018-02-03
* bpf: fix bpf_tail_call() x64 JITAlexei Starovoitov2018-02-03
* bpf: fix branch pruning logicAlexei Starovoitov2018-02-03
* hrtimer: Reset hrtimer cpu base proper on CPU hotplugThomas Gleixner2018-01-31
* timers: Plug locking race vs. timer migrationThomas Gleixner2018-01-31
* time: Avoid undefined behaviour in ktime_add_safe()Vegard Nossum2018-01-31
* sched/deadline: Use the revised wakeup rule for suspending constrained dl tasksDaniel Bristot de Oliveira2018-01-31
* tracing: Fix converting enum's from the map in trace_event_eval_update()Steven Rostedt (VMware)2018-01-23
* sched/deadline: Zero out positive runtime after throttling constrained tasksXunlei Pang2018-01-23
* futex: Prevent overflow by strengthen input validationLi Jinyue2018-01-23
* gcov: disable for COMPILE_TESTArnd Bergmann2018-01-23
* bpf, array: fix overflow in max_entries and undefined behavior in index_maskDaniel Borkmann2018-01-17
* bpf: prevent out-of-bounds speculationAlexei Starovoitov2018-01-17
* bpf: adjust insn_aux_data when patching insnsAlexei Starovoitov2018-01-17
* bpf: refactor fixup_bpf_calls()Alexei Starovoitov2018-01-17
* bpf: move fixup_bpf_calls() functionAlexei Starovoitov2018-01-17
* bpf: don't (ab)use instructions to store stateJakub Kicinski2018-01-17
* bpf: add bpf_patch_insn_single helperDaniel Borkmann2018-01-17
* locking/mutex: Allow next waiter lockless wakeupDavidlohr Bueso2018-01-17
* futex: Replace barrier() in unqueue_me() with READ_ONCE()Jianyu Zhan2018-01-17
* module: Issue warnings when tainting kernelLibor Pechacek2018-01-10
* module: keep percpu symbols in module's symtabMiroslav Benes2018-01-10
* kernel/signal.c: remove the no longer needed SIGNAL_UNKILLABLE check in compl...Oleg Nesterov2018-01-10
* kernel/signal.c: protect the SIGNAL_UNKILLABLE tasks from !sig_kernel_only() ...Oleg Nesterov2018-01-10
* kernel/signal.c: protect the traced SIGNAL_UNKILLABLE tasks from SIGKILLOleg Nesterov2018-01-10
* kernel: make groups_sort calling a responsibility group_info allocatorsThiago Rafael Becker2018-01-10
* kernel/acct.c: fix the acct->needcheck check in check_free_space()Oleg Nesterov2018-01-10
* kaiser: stack map PAGE_SIZE at THREAD_SIZE-PAGE_SIZEHugh Dickins2018-01-05
* kaiser: merged updateDave Hansen2018-01-05
* KAISER: Kernel Address IsolationRichard Fellner2018-01-05
* nohz: Prevent a timer interrupt storm in tick_nohz_stop_sched_tick()Thomas Gleixner2018-01-02