summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2018-05-26time: Fix CLOCK_MONOTONIC_RAW sub-nanosecond accountingJohn Stultz
2018-05-26tick/broadcast: Use for_each_cpu() specially on UP kernelsDexuan Cui
2018-05-26signals: avoid unnecessary taking of sighand->siglockWaiman Long
2018-05-26kernel/exit.c: avoid undefined behaviour when calling wait4()zhongjiang
2018-05-26futex: futex_wake_op, fix sign_extend32 sign bitsJiri Slaby
2018-05-26futex: Remove duplicated code and fix undefined behaviourJiri Slaby
2018-05-26futex: Remove unnecessary warning from get_futex_keyMel Gorman
2018-05-26audit: move calcs after alloc and check when logging set loginuidRichard Guy Briggs
2018-05-16perf/core: Fix possible Spectre-v1 indexing for ->aux_pages[]Peter Zijlstra
2018-05-16tracing/uprobe_event: Fix strncpy corner caseMasami Hiramatsu
2018-05-16tracing: Fix regex_match_front() to not over compare the test stringSteven Rostedt (VMware)
2018-05-16perf: Remove superfluous allocation error checkJiri Olsa
2018-05-16tracepoint: Do not warn on ENOMEMMathieu Desnoyers
2018-05-16bpf: map_get_next_key to return first key on NULLTeng Qin
2018-05-16perf/core: Fix the perf_cpu_time_max_percent checkTan Xiaojun
2018-04-29perf: Return proper values for user stack errorsJiri Olsa
2018-04-24resource: fix integer overflow at reallocationTakashi Iwai
2018-04-13futex: Remove requirement for lock_page() in get_futex_key()Mel Gorman
2018-04-13perf/core: Correct event creation with PERF_FORMAT_GROUPPeter Zijlstra
2018-04-13sched/numa: Use down_read_trylock() for the mmap_semVlastimil Babka
2018-04-13pidns: disable pid allocation if pid_ns_prepare_proc() is failed in alloc_pid()Kirill Tkhai
2018-04-08audit: add tty field to LOGIN eventRichard Guy Briggs
2018-04-08genirq: Use cpumask_available() for check of cpumask variableMatthias Kaehlcke
2018-04-08kprobes/x86: Fix to set RWX bits correctly before releasing trampolineMasami Hiramatsu
2018-04-08perf/hwbp: Simplify the perf-hwbp code, fix documentationLinus Torvalds
2018-03-31Revert "genirq: Use irqd_get_trigger_type to compare the trigger type for sha...Greg Kroah-Hartman
2018-03-28bpf: skip unnecessary capability checkChenbo Feng
2018-03-28tracing: probeevent: Fix to support minus offset from symbolMasami Hiramatsu
2018-03-24genirq: Use irqd_get_trigger_type to compare the trigger type for shared IRQsHans de Goede
2018-03-24time: Change posix clocks ops interfaces to use timespec64Deepa Dinamani
2018-03-22bpf: fix incorrect sign extension in check_alu_op()Jann Horn
2018-03-22sched: Stop resched_cpu() from sending IPIs to offline CPUsPaul E. McKenney
2018-03-22sched: Stop switched_to_rt() from sending IPIs to offline CPUsPaul E. McKenney
2018-03-22braille-console: Fix value returned by _braille_console_setupSamuel Thibault
2018-03-22sysrq: Reset the watchdog timers while displaying high-resolution timersTom Hromatka
2018-03-22timers, sched_clock: Update timeout for clock wrapDavid Engraf
2018-03-18workqueue: Allow retrieval of current task's work structLukas Wunner
2018-03-03hrtimer: Ensure POSIX compliance (relative CLOCK_REALTIME hrtimers)Anna-Maria Gleixner
2018-02-25module/retpoline: Warn about missing retpoline in moduleAndi Kleen
2018-02-25profile: hide unused functions when !CONFIG_PROC_FSArnd Bergmann
2018-02-25blktrace: fix unlocked registration of tracepointsJens Axboe
2018-02-16ftrace: Remove incorrect setting of glob search fieldSteven Rostedt (VMware)
2018-02-16kernel/async.c: revert "async: simplify lowest_in_progress()"Rasmus Villemoes
2018-02-16sched/rt: Up the root domain ref count when passing it around via IPIsSteven Rostedt (VMware)
2018-02-16sched/rt: Use container_of() to get root domain in rto_push_irq_work_func()Steven Rostedt (VMware)
2018-02-16posix-timer: Properly check sigevent->sigev_notifyThomas Gleixner
2018-02-03bpf: reject stores into ctx via st and xaddDaniel Borkmann
2018-02-03bpf: fix 32-bit divide by zeroAlexei Starovoitov
2018-02-03bpf: fix divides by zeroEric Dumazet
2018-02-03bpf: arsh is not supported in 32 bit alu thus reject itDaniel Borkmann