summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* perf/core: Fix possible Spectre-v1 indexing for ->aux_pages[]Peter Zijlstra2018-05-161-2/+5
* tracing/uprobe_event: Fix strncpy corner caseMasami Hiramatsu2018-05-161-0/+2
* tracing: Fix regex_match_front() to not over compare the test stringSteven Rostedt (VMware)2018-05-161-0/+3
* perf: Remove superfluous allocation error checkJiri Olsa2018-05-161-8/+2
* tracepoint: Do not warn on ENOMEMMathieu Desnoyers2018-05-091-2/+2
* bpf: map_get_next_key to return first key on NULLTeng Qin2018-05-093-13/+18
* perf/core: Fix the perf_cpu_time_max_percent checkTan Xiaojun2018-05-091-1/+1
* perf: Return proper values for user stack errorsJiri Olsa2018-04-291-2/+2
* perf: Fix sample_max_stack maximum checkJiri Olsa2018-04-291-9/+12
* resource: fix integer overflow at reallocationTakashi Iwai2018-04-241-1/+2
* perf/core: Fix use-after-free in uprobe_perf_close()Prashant Bhole2018-04-201-0/+6
* sched/deadline: Use the revised wakeup rule for suspending constrained dl tasksDaniel Bristot de Oliveira2018-04-132-12/+88
* perf/core: Correct event creation with PERF_FORMAT_GROUPPeter Zijlstra2018-04-131-5/+10
* cpuhotplug: Link lock stacks for hotplug callbacksThomas Gleixner2018-04-131-0/+13
* sched/numa: Use down_read_trylock() for the mmap_semVlastimil Babka2018-04-131-1/+2
* perf/core: Fix error handling in perf_event_alloc()Dan Carpenter2018-04-131-1/+3
* perf/callchain: Force USER_DS when invoking perf_callchain_user()Will Deacon2018-04-131-0/+6
* pidns: disable pid allocation if pid_ns_prepare_proc() is failed in alloc_pid()Kirill Tkhai2018-04-131-1/+3
* module: extend 'rodata=off' boot cmdline parameter to module mappingsAKASHI Takahiro2018-04-081-3/+17
* genirq: Use cpumask_available() for check of cpumask variableMatthias Kaehlcke2018-04-081-1/+1
* kprobes/x86: Fix to set RWX bits correctly before releasing trampolineMasami Hiramatsu2018-04-081-1/+1
* perf/hwbp: Simplify the perf-hwbp code, fix documentationLinus Torvalds2018-04-081-23/+7
* Revert "genirq: Use irqd_get_trigger_type to compare the trigger type for sha...Greg Kroah-Hartman2018-03-311-3/+1
* bpf: skip unnecessary capability checkChenbo Feng2018-03-281-1/+1
* tracing: probeevent: Fix to support minus offset from symbolMasami Hiramatsu2018-03-283-8/+6
* genirq: Use irqd_get_trigger_type to compare the trigger type for shared IRQsHans de Goede2018-03-241-1/+3
* time: Change posix clocks ops interfaces to use timespec64Deepa Dinamani2018-03-241-10/+24
* 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