summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* locking/locktorture: Fix num reader/writer corner casesDavidlohr Bueso2018-03-221-32/+44
* sched: Stop resched_cpu() from sending IPIs to offline CPUsPaul E. McKenney2018-03-221-1/+2
* sched: Stop switched_to_rt() from sending IPIs to offline CPUsPaul E. McKenney2018-03-221-1/+1
* printk: Correctly handle preemption in console_unlock()Petr Mladek2018-03-221-2/+6
* rtmutex: Fix PI chain order integrityPeter Zijlstra2018-03-222-2/+28
* braille-console: Fix value returned by _braille_console_setupSamuel Thibault2018-03-222-10/+18
* sysrq: Reset the watchdog timers while displaying high-resolution timersTom Hromatka2018-03-221-0/+6
* timers, sched_clock: Update timeout for clock wrapDavid Engraf2018-03-221-0/+5
* workqueue: Allow retrieval of current task's work structLukas Wunner2018-03-181-0/+16
* bpf: add schedule points in percpu arrays managementEric Dumazet2018-03-111-1/+4
* bpf: fix mlock precharge on arraymapsDaniel Borkmann2018-03-111-11/+18
* bpf: fix wrong exposure of map_flags into fdinfo for lpmDaniel Borkmann2018-03-112-0/+2
* timers: Forward timer base before migrating timersLingutla Chandrasekhar2018-03-111-0/+6
* genirq: Guard handle_bad_irq log messagesGuenter Roeck2018-03-031-0/+5
* hrtimer: Ensure POSIX compliance (relative CLOCK_REALTIME hrtimers)Anna-Maria Gleixner2018-03-031-1/+6
* mm: Fix devm_memremap_pages() collision handlingJan H. Schönherr2018-02-281-5/+8
* kcov: detect double association with a single taskDmitry Vyukov2018-02-251-2/+2
* blktrace: fix unlocked registration of tracepointsJens Axboe2018-02-251-10/+22
* mm: Fix memory size alignment in devm_memremap_pages_release()Jan H. Schönherr2018-02-221-1/+2
* ftrace: Remove incorrect setting of glob search fieldSteven Rostedt (VMware)2018-02-171-1/+0
* kernel/relay.c: revert "kernel/relay.c: fix potential memory leak"Eric Biggers2018-02-171-1/+0
* kernel/async.c: revert "async: simplify lowest_in_progress()"Rasmus Villemoes2018-02-171-8/+12
* sched/rt: Up the root domain ref count when passing it around via IPIsSteven Rostedt (VMware)2018-02-173-2/+22
* sched/rt: Use container_of() to get root domain in rto_push_irq_work_func()Steven Rostedt (VMware)2018-02-171-7/+8
* posix-timer: Properly check sigevent->sigev_notifyThomas Gleixner2018-02-171-15/+19
* module/retpoline: Warn about missing retpoline in moduleAndi Kleen2018-02-131-0/+11
* bpf: reject stores into ctx via st and xaddDaniel Borkmann2018-01-311-0/+19
* bpf: fix 32-bit divide by zeroAlexei Starovoitov2018-01-311-0/+18
* bpf: fix divides by zeroEric Dumazet2018-01-311-2/+2
* bpf: arsh is not supported in 32 bit alu thus reject itDaniel Borkmann2018-01-311-0/+5
* bpf: introduce BPF_JIT_ALWAYS_ON configAlexei Starovoitov2018-01-311-0/+18
* bpf: fix bpf_tail_call() x64 JITAlexei Starovoitov2018-01-311-1/+1
* hrtimer: Reset hrtimer cpu base proper on CPU hotplugThomas Gleixner2018-01-311-0/+3
* workqueue: avoid hard lockups in show_workqueue_state()Sergey Senozhatsky2018-01-231-0/+13
* tracing: Fix converting enum's from the map in trace_event_eval_update()Steven Rostedt (VMware)2018-01-231-1/+15
* sched/deadline: Zero out positive runtime after throttling constrained tasksXunlei Pang2018-01-231-0/+2
* timers: Unconditionally check deferrable baseThomas Gleixner2018-01-231-1/+1
* futex: Prevent overflow by strengthen input validationLi Jinyue2018-01-231-0/+3
* bpf, array: fix overflow in max_entries and undefined behavior in index_maskDaniel Borkmann2018-01-171-3/+15
* bpf: prevent out-of-bounds speculationAlexei Starovoitov2018-01-172-12/+61
* bpf: refactor fixup_bpf_calls()Alexei Starovoitov2018-01-171-39/+34
* bpf: move fixup_bpf_calls() functionAlexei Starovoitov2018-01-172-54/+54
* kernel/signal.c: remove the no longer needed SIGNAL_UNKILLABLE check in compl...Oleg Nesterov2018-01-101-2/+2
* kernel/signal.c: protect the SIGNAL_UNKILLABLE tasks from !sig_kernel_only() ...Oleg Nesterov2018-01-101-1/+1
* kernel/signal.c: protect the traced SIGNAL_UNKILLABLE tasks from SIGKILLOleg Nesterov2018-01-101-5/+7
* kernel: make groups_sort calling a responsibility group_info allocatorsThiago Rafael Becker2018-01-102-2/+4
* kernel/acct.c: fix the acct->needcheck check in check_free_space()Oleg Nesterov2018-01-101-1/+1
* kaiser: stack map PAGE_SIZE at THREAD_SIZE-PAGE_SIZEHugh Dickins2018-01-051-5/+2
* kaiser: merged updateDave Hansen2018-01-051-4/+5
* KAISER: Kernel Address IsolationRichard Fellner2018-01-051-0/+8