summaryrefslogtreecommitdiff
path: root/kernel (follow)
Commit message (Expand)AuthorAge
* audit: add tty field to LOGIN eventRichard Guy Briggs2018-04-08
* genirq: Use cpumask_available() for check of cpumask variableMatthias Kaehlcke2018-04-08
* kprobes/x86: Fix to set RWX bits correctly before releasing trampolineMasami Hiramatsu2018-04-08
* perf/hwbp: Simplify the perf-hwbp code, fix documentationLinus Torvalds2018-04-08
* Revert "genirq: Use irqd_get_trigger_type to compare the trigger type for sha...Greg Kroah-Hartman2018-03-31
* bpf: skip unnecessary capability checkChenbo Feng2018-03-28
* tracing: probeevent: Fix to support minus offset from symbolMasami Hiramatsu2018-03-28
* genirq: Use irqd_get_trigger_type to compare the trigger type for shared IRQsHans de Goede2018-03-24
* time: Change posix clocks ops interfaces to use timespec64Deepa Dinamani2018-03-24
* bpf: fix incorrect sign extension in check_alu_op()Jann Horn2018-03-22
* 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