summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2018-07-03time: Make sure jiffies_to_msecs() preserves non-zero time periodsGeert Uytterhoeven
2018-07-03kthread, sched/wait: Fix kthread_parkme() wait-loopPeter Zijlstra
2018-06-13tracing: Fix crash when freeing instances with event triggersSteven Rostedt (VMware)
2018-05-30kdb: make "mdr" command repeatRandy Dunlap
2018-05-30audit: return on memory error to avoid null pointer dereferenceRichard Guy Briggs
2018-05-30perf/core: Fix perf_output_read_group()Peter Zijlstra
2018-05-30sched/rt: Fix rq->clock_update_flags < RQCF_ACT_SKIP warningDavidlohr Bueso
2018-05-30kernel/relay.c: limit kmalloc size to KMALLOC_MAX_SIZEDavid Rientjes
2018-05-30x86/power: Fix swsusp_arch_resume prototypeArnd Bergmann
2018-05-30kernel/signal.c: avoid undefined behaviour in kill_something_infozhongjiang
2018-05-25tick/broadcast: Use for_each_cpu() specially on UP kernelsDexuan Cui
2018-05-25kernel/exit.c: avoid undefined behaviour when calling wait4()zhongjiang
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-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-13pidns: disable pid allocation if pid_ns_prepare_proc() is failed in alloc_pid()Kirill Tkhai
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-04-08Revert "genirq: Use irqd_get_trigger_type to compare the trigger type for sha...Greg Kroah-Hartman
2018-04-08tracing: 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-22sched: Stop resched_cpu() from sending IPIs to offline CPUsPaul E. McKenney
2018-03-22braille-console: Fix value returned by _braille_console_setupSamuel Thibault
2018-03-22timers, sched_clock: Update timeout for clock wrapDavid Engraf
2018-03-03hrtimer: Ensure POSIX compliance (relative CLOCK_REALTIME hrtimers)Anna-Maria Gleixner
2018-02-16kernel/async.c: revert "async: simplify lowest_in_progress()"Rasmus Villemoes
2018-02-16posix-timer: Properly check sigevent->sigev_notifyThomas Gleixner
2018-01-31hrtimer: Reset hrtimer cpu base proper on CPU hotplugThomas Gleixner
2018-01-31futex: Prevent overflow by strengthen input validationLi Jinyue
2018-01-31gcov: disable for COMPILE_TESTArnd Bergmann
2018-01-17perf/core: Fix concurrent sys_perf_event_open() vs. 'move_group' racePeter Zijlstra
2018-01-17kernel/signal.c: remove the no longer needed SIGNAL_UNKILLABLE check in compl...Oleg Nesterov
2018-01-17kernel/signal.c: protect the SIGNAL_UNKILLABLE tasks from !sig_kernel_only() ...Oleg Nesterov
2018-01-17kernel/signal.c: protect the traced SIGNAL_UNKILLABLE tasks from SIGKILLOleg Nesterov
2018-01-17kernel/acct.c: fix the acct->needcheck check in check_free_space()Oleg Nesterov
2018-01-02ring-buffer: Mask out the info bits when returning buffer page lengthSteven Rostedt (VMware)
2018-01-02tracing: Fix crash when it fails to alloc ring bufferJing Xia
2018-01-02tracing: Fix possible double free on failure of allocating trace bufferSteven Rostedt (VMware)
2018-01-02tracing: Remove extra zeroing out of the ring buffer pageSteven Rostedt (VMware)
2017-12-20sched/deadline: Use deadline instead of period when calculating overflowSteven Rostedt (VMware)
2017-12-16audit: ensure that 'audit=1' actually enables audit for PID 1Paul Moore
2017-12-16workqueue: trigger WARN if queue_delayed_work() is called with NULL @wqTejun Heo
2017-12-16kdb: Fix handling of kallsyms_symbol_next() return valueDaniel Thompson
2017-11-30time: Always make sure wall_to_monotonic isn't positiveWang YanQing
2017-11-30sched: Make resched_cpu() unconditionalPaul E. McKenney