summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* module/retpoline: Warn about missing retpoline in moduleAndi Kleen2018-03-191-0/+11
* kprobes/x86: Blacklist indirect thunk functions for kprobesMasami Hiramatsu2018-03-191-1/+9
* gcov: add support for GCC 4.9Yuan Pengfei2018-03-192-0/+11
* gcov: compile specific gcov implementation based on gcc versionFrantisek Hrbata2018-03-192-1/+61
* gcov: add support for gcc 4.7 gcov formatFrantisek Hrbata2018-03-192-0/+566
* gcov: move gcov structs definitions to a gcc version specific fileFrantisek Hrbata2018-03-194-80/+153
* hrtimer: Reset hrtimer cpu base proper on CPU hotplugThomas Gleixner2018-03-031-0/+2
* futex: Prevent overflow by strengthen input validationLi Jinyue2018-03-031-0/+3
* ring-buffer: Mask out the info bits when returning buffer page lengthSteven Rostedt (VMware)2018-03-031-1/+5
* posix-timer: Properly check sigevent->sigev_notifyThomas Gleixner2018-03-031-16/+21
* kernel: make groups_sort calling a responsibility group_info allocatorsThiago Rafael Becker2018-03-032-2/+4
* kdb: Fix handling of kallsyms_symbol_next() return valueDaniel Thompson2018-03-031-1/+1
* blktrace: fix unlocked access to init/start-stop/teardownJens Axboe2018-02-131-10/+48
* blktrace: Fix potential deadlock between delete & sysfs opsWaiman Long2018-02-131-6/+12
* kprobes, x86/alternatives: Use text_mutex to protect smp_alt_modulesZhou Chengming2018-02-131-0/+2
* x86/smp: Don't ever patch back to UP if we unplug cpusRusty Russell2018-02-131-11/+0
* KAISER: Kernel Address IsolationHugh Dickins2018-01-071-0/+6
* sched/core: Idle_task_exit() shouldn't use switch_mm_irqs_off()Andy Lutomirski2018-01-071-1/+1
* sched/core: Add switch_mm_irqs_off() and use it in the schedulerAndy Lutomirski2018-01-071-3/+3
* ptrace: change __ptrace_unlink() to clear ->ptrace under ->siglockOleg Nesterov2018-01-011-2/+1
* kernel/params.c: align add_sysfs_param documentation with codeJean Delvare2018-01-011-1/+1
* sched/sysctl: Check user input value of sysctl_sched_time_avgEthan Zhao2018-01-011-1/+2
* genirq: Make sparse_irq_lock protect what it should protectThomas Gleixner2017-11-261-17/+7
* ftrace: Fix selftest goto location on errorSteven Rostedt (VMware)2017-11-261-1/+1
* perf/core: Fix group {cpu,task} validationMark Rutland2017-11-111-20/+19
* perf: Tighten (and fix) the grouping conditionPeter Zijlstra2017-11-111-2/+13
* audit: Fix use after free in audit_remove_watch_rule()Jan Kara2017-11-111-5/+7
* perf/core: Fix locking for children siblings group readJiri Olsa2017-11-111-0/+6
* perf/core: Invert perf_read_group() loopsPeter Zijlstra2017-11-111-25/+46
* cpuset: PF_SPREAD_PAGE and PF_SPREAD_SLAB should be atomic flagsZefan Li2017-10-121-4/+5
* perf/core: Correct event creation with PERF_FORMAT_GROUPPeter Zijlstra2017-10-121-5/+10
* sched/topology: Fix building of overlapping sched-groupsPeter Zijlstra2017-10-121-1/+1
* ptrace: use fsuid, fsgid, effective creds for fs access checksJann Horn2017-09-154-11/+34
* tracing/kprobes: Allow to create probe with a module name starting with a digitSabrina Dubroca2017-09-151-8/+5
* signal: Only reschedule timers on signals timers have sentEric W. Biederman2017-09-151-6/+14
* alarmtimer: Rate limit periodic intervalsThomas Gleixner2017-09-151-0/+8
* alarmtimer: Prevent overflow of relative timersThomas Gleixner2017-09-151-2/+2
* tracing/kprobes: Enforce kprobes teardown after testingThomas Gleixner2017-09-152-1/+6
* padata: free correct variableJason A. Donenfeld2017-08-261-1/+1
* ring-buffer: Have ring_buffer_iter_empty() return true when emptySteven Rostedt (VMware)2017-07-181-2/+14
* ptrace: fix PTRACE_LISTEN race corrupting task->statebsegall@google.com2017-07-181-4/+10
* perf/core: Fix event inheritance on fork()Peter Zijlstra2017-07-181-2/+3
* sched/loadavg: Avoid loadavg spikes caused by delayed NO_HZ accountingMatt Fleming2017-07-181-2/+2
* futex: Add missing error handling to FUTEX_REQUEUE_PIPeter Zijlstra2017-07-181-0/+2
* futex: Fix potential use-after-free in FUTEX_REQUEUE_PIPeter Zijlstra2017-07-181-9/+11
* tracing: Use strlcpy() instead of strcpy() in __trace_find_cmdline()Amey Telawane2017-06-051-1/+1
* futex: Move futex_init() to core_initcallYang Yang2017-03-161-1/+1
* sysctl: fix proc_doulongvec_ms_jiffies_minmax()Eric Dumazet2017-03-161-0/+1
* hotplug: Make register and unregister notifier API symmetricMichal Hocko2017-03-161-6/+7
* perf/core: Fix concurrent sys_perf_event_open() vs. 'move_group' racePeter Zijlstra2017-02-231-4/+57