summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2018-05-22tracing/uprobe_event: Fix strncpy corner caseMasami Hiramatsu
2018-05-22perf: Remove superfluous allocation error checkJiri Olsa
2018-05-22tracepoint: Do not warn on ENOMEMMathieu Desnoyers
2018-05-22bpf: map_get_next_key to return first key on NULLTeng Qin
2018-05-22perf: Return proper values for user stack errorsJiri Olsa
2018-05-22resource: fix integer overflow at reallocationTakashi Iwai
2018-05-22futex: Remove requirement for lock_page() in get_futex_key()Mel Gorman
2018-05-22perf/core: Correct event creation with PERF_FORMAT_GROUPPeter Zijlstra
2018-05-22pidns: disable pid allocation if pid_ns_prepare_proc() is failed in alloc_pid()Kirill Tkhai
2018-05-22kprobes/x86: Fix to set RWX bits correctly before releasing trampolineMasami Hiramatsu
2018-05-22perf/hwbp: Simplify the perf-hwbp code, fix documentationLinus Torvalds
2018-05-22tracing: probeevent: Fix to support minus offset from symbolMasami Hiramatsu
2018-05-22genirq: Use irqd_get_trigger_type to compare the trigger type for shared IRQsHans de Goede
2018-05-22sched: Stop resched_cpu() from sending IPIs to offline CPUsPaul E. McKenney
2018-05-22braille-console: Fix value returned by _braille_console_setupSamuel Thibault
2018-05-22sysrq: Reset the watchdog timers while displaying high-resolution timersTom Hromatka
2018-05-22timers, sched_clock: Update timeout for clock wrapDavid Engraf
2018-03-20workqueue: Allow retrieval of current task's work structLukas Wunner
2018-03-20hrtimer: Ensure POSIX compliance (relative CLOCK_REALTIME hrtimers)Anna-Maria Gleixner
2018-03-04profile: hide unused functions when !CONFIG_PROC_FSArnd Bergmann
2018-03-04blktrace: fix unlocked registration of tracepointsJens Axboe
2018-03-04kernel/async.c: revert "async: simplify lowest_in_progress()"Rasmus Villemoes
2018-02-28posix-timer: Properly check sigevent->sigev_notifyThomas Gleixner
2018-02-28bpf: fix divides by zeroEric Dumazet
2018-02-28bpf: arsh is not supported in 32 bit alu thus reject itDaniel Borkmann
2018-02-28time: Avoid undefined behaviour in ktime_add_safe()Vegard Nossum
2018-02-28tracing: Fix converting enum's from the map in trace_event_eval_update()Steven Rostedt (VMware)
2018-02-28futex: Prevent overflow by strengthen input validationLi Jinyue
2018-02-28gcov: disable for COMPILE_TESTArnd Bergmann
2018-02-28futex: Replace barrier() in unqueue_me() with READ_ONCE()Jianyu Zhan
2018-02-28module: Issue warnings when tainting kernelLibor Pechacek
2018-02-28module: keep percpu symbols in module's symtabMiroslav Benes
2018-02-28kernel/signal.c: remove the no longer needed SIGNAL_UNKILLABLE check in compl...Oleg Nesterov
2018-02-28kernel/signal.c: protect the SIGNAL_UNKILLABLE tasks from !sig_kernel_only() ...Oleg Nesterov
2018-02-28kernel/signal.c: protect the traced SIGNAL_UNKILLABLE tasks from SIGKILLOleg Nesterov
2018-02-28kernel: make groups_sort calling a responsibility group_info allocatorsThiago Rafael Becker
2018-02-28kernel/acct.c: fix the acct->needcheck check in check_free_space()Oleg Nesterov
2018-02-28ring-buffer: Mask out the info bits when returning buffer page lengthSteven Rostedt (VMware)
2018-02-28tracing: Fix crash when it fails to alloc ring bufferJing Xia
2018-02-28tracing: Fix possible double free on failure of allocating trace bufferSteven Rostedt (VMware)
2018-02-28tracing: Remove extra zeroing out of the ring buffer pageSteven Rostedt (VMware)
2018-02-28sched/core: Idle_task_exit() shouldn't use switch_mm_irqs_off()Andy Lutomirski
2018-02-28sched/core: Add switch_mm_irqs_off() and use it in the schedulerAndy Lutomirski
2018-01-17gcov: support GCC 7.1Martin Liska
2018-01-17gcov: add support for gcc version >= 6Florian Meier
2018-01-17gcov: add support for GCC 5.1Lorenzo Stoakes
2018-01-17sched/deadline: Use deadline instead of period when calculating overflowSteven Rostedt (VMware)
2018-01-17tracing: Allocate mask_str buffer dynamicallyChangbin Du
2018-01-17audit: ensure that 'audit=1' actually enables audit for PID 1Paul Moore
2018-01-17workqueue: trigger WARN if queue_delayed_work() is called with NULL @wqTejun Heo