summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
* 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-161-2/+2
* bpf: map_get_next_key to return first key on NULLTeng Qin2018-05-163-13/+18
* perf/core: Fix the perf_cpu_time_max_percent checkTan Xiaojun2018-05-161-1/+1
* perf: Return proper values for user stack errorsJiri Olsa2018-04-291-2/+2
* resource: fix integer overflow at reallocationTakashi Iwai2018-04-241-1/+2
* futex: Remove requirement for lock_page() in get_futex_key()Mel Gorman2018-04-131-7/+91
* perf/core: Correct event creation with PERF_FORMAT_GROUPPeter Zijlstra2018-04-131-5/+10
* sched/numa: Use down_read_trylock() for the mmap_semVlastimil Babka2018-04-131-1/+2
* pidns: disable pid allocation if pid_ns_prepare_proc() is failed in alloc_pid()Kirill Tkhai2018-04-131-1/+3
* audit: add tty field to LOGIN eventRichard Guy Briggs2018-04-082-15/+11
* 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
* bpf: fix incorrect sign extension in check_alu_op()Jann Horn2018-03-221-1/+2
* 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
* 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
* hrtimer: Ensure POSIX compliance (relative CLOCK_REALTIME hrtimers)Anna-Maria Gleixner2018-03-031-1/+6
* module/retpoline: Warn about missing retpoline in moduleAndi Kleen2018-02-251-0/+11
* profile: hide unused functions when !CONFIG_PROC_FSArnd Bergmann2018-02-251-2/+2
* blktrace: fix unlocked registration of tracepointsJens Axboe2018-02-251-10/+22
* ftrace: Remove incorrect setting of glob search fieldSteven Rostedt (VMware)2018-02-161-1/+0
* kernel/async.c: revert "async: simplify lowest_in_progress()"Rasmus Villemoes2018-02-161-8/+12
* sched/rt: Up the root domain ref count when passing it around via IPIsSteven Rostedt (VMware)2018-02-163-2/+22
* sched/rt: Use container_of() to get root domain in rto_push_irq_work_func()Steven Rostedt (VMware)2018-02-161-7/+8
* posix-timer: Properly check sigevent->sigev_notifyThomas Gleixner2018-02-161-15/+19
* bpf: reject stores into ctx via st and xaddDaniel Borkmann2018-02-031-0/+19
* bpf: fix 32-bit divide by zeroAlexei Starovoitov2018-02-031-0/+18
* bpf: fix divides by zeroEric Dumazet2018-02-031-2/+2
* bpf: arsh is not supported in 32 bit alu thus reject itDaniel Borkmann2018-02-031-0/+5
* bpf: introduce BPF_JIT_ALWAYS_ON configAlexei Starovoitov2018-02-031-1/+23
* bpf: fix bpf_tail_call() x64 JITAlexei Starovoitov2018-02-031-1/+1
* bpf: fix branch pruning logicAlexei Starovoitov2018-02-031-0/+28
* hrtimer: Reset hrtimer cpu base proper on CPU hotplugThomas Gleixner2018-01-311-0/+3
* timers: Plug locking race vs. timer migrationThomas Gleixner2018-01-311-1/+8
* time: Avoid undefined behaviour in ktime_add_safe()Vegard Nossum2018-01-311-1/+1
* sched/deadline: Use the revised wakeup rule for suspending constrained dl tasksDaniel Bristot de Oliveira2018-01-312-12/+88
* 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