summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2018-03-24genirq: Use irqd_get_trigger_type to compare the trigger type for shared IRQsHans de Goede1-1/+3
2018-03-24time: Change posix clocks ops interfaces to use timespec64Deepa Dinamani1-10/+24
2018-03-22bpf: fix incorrect sign extension in check_alu_op()Jann Horn1-1/+2
2018-03-22sched: Stop resched_cpu() from sending IPIs to offline CPUsPaul E. McKenney1-1/+2
2018-03-22sched: Stop switched_to_rt() from sending IPIs to offline CPUsPaul E. McKenney1-1/+1
2018-03-22braille-console: Fix value returned by _braille_console_setupSamuel Thibault2-10/+18
2018-03-22sysrq: Reset the watchdog timers while displaying high-resolution timersTom Hromatka1-0/+6
2018-03-22timers, sched_clock: Update timeout for clock wrapDavid Engraf1-0/+5
2018-03-18workqueue: Allow retrieval of current task's work structLukas Wunner1-0/+16
2018-03-03hrtimer: Ensure POSIX compliance (relative CLOCK_REALTIME hrtimers)Anna-Maria Gleixner1-1/+6
2018-02-25module/retpoline: Warn about missing retpoline in moduleAndi Kleen1-0/+11
2018-02-25profile: hide unused functions when !CONFIG_PROC_FSArnd Bergmann1-2/+2
2018-02-25blktrace: fix unlocked registration of tracepointsJens Axboe1-10/+22
2018-02-16ftrace: Remove incorrect setting of glob search fieldSteven Rostedt (VMware)1-1/+0
2018-02-16kernel/async.c: revert "async: simplify lowest_in_progress()"Rasmus Villemoes1-8/+12
2018-02-16sched/rt: Up the root domain ref count when passing it around via IPIsSteven Rostedt (VMware)3-2/+22
2018-02-16sched/rt: Use container_of() to get root domain in rto_push_irq_work_func()Steven Rostedt (VMware)1-7/+8
2018-02-16posix-timer: Properly check sigevent->sigev_notifyThomas Gleixner1-15/+19
2018-02-03bpf: reject stores into ctx via st and xaddDaniel Borkmann1-0/+19
2018-02-03bpf: fix 32-bit divide by zeroAlexei Starovoitov1-0/+18
2018-02-03bpf: fix divides by zeroEric Dumazet1-2/+2
2018-02-03bpf: arsh is not supported in 32 bit alu thus reject itDaniel Borkmann1-0/+5
2018-02-03bpf: introduce BPF_JIT_ALWAYS_ON configAlexei Starovoitov1-1/+23
2018-02-03bpf: fix bpf_tail_call() x64 JITAlexei Starovoitov1-1/+1
2018-02-03bpf: fix branch pruning logicAlexei Starovoitov1-0/+28
2018-01-31hrtimer: Reset hrtimer cpu base proper on CPU hotplugThomas Gleixner1-0/+3
2018-01-31timers: Plug locking race vs. timer migrationThomas Gleixner1-1/+8
2018-01-31time: Avoid undefined behaviour in ktime_add_safe()Vegard Nossum1-1/+1
2018-01-31sched/deadline: Use the revised wakeup rule for suspending constrained dl tasksDaniel Bristot de Oliveira2-12/+88
2018-01-23tracing: Fix converting enum's from the map in trace_event_eval_update()Steven Rostedt (VMware)1-1/+15
2018-01-23sched/deadline: Zero out positive runtime after throttling constrained tasksXunlei Pang1-0/+2
2018-01-23futex: Prevent overflow by strengthen input validationLi Jinyue1-0/+3
2018-01-23gcov: disable for COMPILE_TESTArnd Bergmann1-0/+1
2018-01-17bpf, array: fix overflow in max_entries and undefined behavior in index_maskDaniel Borkmann1-2/+15
2018-01-17bpf: prevent out-of-bounds speculationAlexei Starovoitov2-9/+61
2018-01-17bpf: adjust insn_aux_data when patching insnsAlexei Starovoitov1-3/+37
2018-01-17bpf: refactor fixup_bpf_calls()Alexei Starovoitov1-39/+33
2018-01-17bpf: move fixup_bpf_calls() functionAlexei Starovoitov2-54/+55
2018-01-17bpf: don't (ab)use instructions to store stateJakub Kicinski1-28/+39
2018-01-17bpf: add bpf_patch_insn_single helperDaniel Borkmann2-44/+80
2018-01-17locking/mutex: Allow next waiter lockless wakeupDavidlohr Bueso1-2/+3
2018-01-17futex: Replace barrier() in unqueue_me() with READ_ONCE()Jianyu Zhan1-2/+6
2018-01-10module: Issue warnings when tainting kernelLibor Pechacek1-1/+10
2018-01-10module: keep percpu symbols in module's symtabMiroslav Benes1-4/+11
2018-01-10kernel/signal.c: remove the no longer needed SIGNAL_UNKILLABLE check in compl...Oleg Nesterov1-2/+2
2018-01-10kernel/signal.c: protect the SIGNAL_UNKILLABLE tasks from !sig_kernel_only() ...Oleg Nesterov1-1/+1
2018-01-10kernel/signal.c: protect the traced SIGNAL_UNKILLABLE tasks from SIGKILLOleg Nesterov1-5/+7
2018-01-10kernel: make groups_sort calling a responsibility group_info allocatorsThiago Rafael Becker2-2/+4
2018-01-10kernel/acct.c: fix the acct->needcheck check in check_free_space()Oleg Nesterov1-1/+1
2018-01-05kaiser: stack map PAGE_SIZE at THREAD_SIZE-PAGE_SIZEHugh Dickins1-5/+2