summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2018-06-01tracing: probeevent: Fix to support minus offset from symbolMasami Hiramatsu1-6/+5
2018-06-01posix-timers: Protect posix clock array access against speculationThomas Gleixner1-3/+12
2018-06-01kernel/relay.c: limit kmalloc size to KMALLOC_MAX_SIZEDavid Rientjes1-1/+1
2018-06-01hrtimer: Ensure POSIX compliance (relative CLOCK_REALTIME hrtimers)Anna-Maria Gleixner1-1/+6
2018-06-01perf/hwbp: Simplify the perf-hwbp code, fix documentationLinus Torvalds1-23/+7
2018-06-01perf/hwpb: Invoke __perf_event_disable() if interrupts are already disabledK.Prasad2-2/+11
2018-03-19module/retpoline: Warn about missing retpoline in moduleAndi Kleen1-0/+11
2018-03-19kprobes/x86: Blacklist indirect thunk functions for kprobesMasami Hiramatsu1-1/+9
2018-03-19gcov: add support for GCC 4.9Yuan Pengfei2-0/+11
2018-03-19gcov: compile specific gcov implementation based on gcc versionFrantisek Hrbata2-1/+61
2018-03-19gcov: add support for gcc 4.7 gcov formatFrantisek Hrbata2-0/+566
2018-03-19gcov: move gcov structs definitions to a gcc version specific fileFrantisek Hrbata4-80/+153
2018-03-03hrtimer: Reset hrtimer cpu base proper on CPU hotplugThomas Gleixner1-0/+2
2018-03-03futex: Prevent overflow by strengthen input validationLi Jinyue1-0/+3
2018-03-03ring-buffer: Mask out the info bits when returning buffer page lengthSteven Rostedt (VMware)1-1/+5
2018-03-03posix-timer: Properly check sigevent->sigev_notifyThomas Gleixner1-16/+21
2018-03-03kernel: make groups_sort calling a responsibility group_info allocatorsThiago Rafael Becker2-2/+4
2018-03-03kdb: Fix handling of kallsyms_symbol_next() return valueDaniel Thompson1-1/+1
2018-02-13blktrace: fix unlocked access to init/start-stop/teardownJens Axboe1-10/+48
2018-02-13blktrace: Fix potential deadlock between delete & sysfs opsWaiman Long1-6/+12
2018-02-13kprobes, x86/alternatives: Use text_mutex to protect smp_alt_modulesZhou Chengming1-0/+2
2018-02-13x86/smp: Don't ever patch back to UP if we unplug cpusRusty Russell1-11/+0
2018-01-07KAISER: Kernel Address IsolationHugh Dickins1-0/+6
2018-01-07sched/core: Idle_task_exit() shouldn't use switch_mm_irqs_off()Andy Lutomirski1-1/+1
2018-01-07sched/core: Add switch_mm_irqs_off() and use it in the schedulerAndy Lutomirski1-3/+3
2018-01-01ptrace: change __ptrace_unlink() to clear ->ptrace under ->siglockOleg Nesterov1-2/+1
2018-01-01kernel/params.c: align add_sysfs_param documentation with codeJean Delvare1-1/+1
2018-01-01sched/sysctl: Check user input value of sysctl_sched_time_avgEthan Zhao1-1/+2
2017-11-26genirq: Make sparse_irq_lock protect what it should protectThomas Gleixner1-17/+7
2017-11-26ftrace: Fix selftest goto location on errorSteven Rostedt (VMware)1-1/+1
2017-11-11perf/core: Fix group {cpu,task} validationMark Rutland1-20/+19
2017-11-11perf: Tighten (and fix) the grouping conditionPeter Zijlstra1-2/+13
2017-11-11audit: Fix use after free in audit_remove_watch_rule()Jan Kara1-5/+7
2017-11-11perf/core: Fix locking for children siblings group readJiri Olsa1-0/+6
2017-11-11perf/core: Invert perf_read_group() loopsPeter Zijlstra1-25/+46
2017-10-12cpuset: PF_SPREAD_PAGE and PF_SPREAD_SLAB should be atomic flagsZefan Li1-4/+5
2017-10-12perf/core: Correct event creation with PERF_FORMAT_GROUPPeter Zijlstra1-5/+10
2017-10-12sched/topology: Fix building of overlapping sched-groupsPeter Zijlstra1-1/+1
2017-09-15ptrace: use fsuid, fsgid, effective creds for fs access checksJann Horn4-11/+34
2017-09-15tracing/kprobes: Allow to create probe with a module name starting with a digitSabrina Dubroca1-8/+5
2017-09-15signal: Only reschedule timers on signals timers have sentEric W. Biederman1-6/+14
2017-09-15alarmtimer: Rate limit periodic intervalsThomas Gleixner1-0/+8
2017-09-15alarmtimer: Prevent overflow of relative timersThomas Gleixner1-2/+2
2017-09-15tracing/kprobes: Enforce kprobes teardown after testingThomas Gleixner2-1/+6
2017-08-26padata: free correct variableJason A. Donenfeld1-1/+1
2017-07-18ring-buffer: Have ring_buffer_iter_empty() return true when emptySteven Rostedt (VMware)1-2/+14
2017-07-18ptrace: fix PTRACE_LISTEN race corrupting task->statebsegall@google.com1-4/+10
2017-07-18perf/core: Fix event inheritance on fork()Peter Zijlstra1-2/+3
2017-07-18sched/loadavg: Avoid loadavg spikes caused by delayed NO_HZ accountingMatt Fleming1-2/+2
2017-07-18futex: Add missing error handling to FUTEX_REQUEUE_PIPeter Zijlstra1-0/+2