summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2017-08-26lockdep: teach lockdep about memalloc_noio_saveNikolay Borisov1-1/+3
2017-08-26ftrace: Fix removing of second function probeSteven Rostedt (VMware)1-4/+10
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-18tracing: Allocate the snapshot buffer before enabling probeSteven Rostedt (VMware)1-3/+5
2017-07-18ptrace: fix PTRACE_LISTEN race corrupting task->statebsegall@google.com1-4/+10
2017-07-18ring-buffer: Fix return value check in test_ringbuffer()Wei Yongjun1-4/+4
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
2017-07-18futex: Fix potential use-after-free in FUTEX_REQUEUE_PIPeter Zijlstra1-9/+11
2017-06-05tracing: Use strlcpy() instead of strcpy() in __trace_find_cmdline()Amey Telawane1-1/+1
2017-06-05locking/static_keys: Add static_key_{en,dis}able() helpersPeter Zijlstra1-4/+2
2017-04-04vfs: Commit to never having exectuables on proc and sysfs.Eric W. Biederman1-2/+1
2017-03-16sched/cputime: Fix invalid gtime in procHiroshi Shimamoto1-0/+3
2017-03-16printk: use rcuidle console tracepointSergey Senozhatsky1-1/+1
2017-03-16futex: Move futex_init() to core_initcallYang Yang1-1/+1
2017-03-16perf/core: Fix PERF_RECORD_MMAP2 prot/flags for anonymous memoryPeter Zijlstra1-21/+21
2017-03-16sysctl: fix proc_doulongvec_ms_jiffies_minmax()Eric Dumazet1-0/+1
2017-03-16jump_labels: API for flushing deferred jump label updatesDavid Matlack1-0/+7
2017-03-16fgraph: Handle a case where a tracer ignores set_graph_notraceSteven Rostedt (Red Hat)1-3/+14
2017-03-16hotplug: Make register and unregister notifier API symmetricMichal Hocko1-6/+7
2017-02-26mnt: Add a per mount namespace limit on the number of mountsEric W. Biederman1-0/+9
2017-02-23perf/core: Fix concurrent sys_perf_event_open() vs. 'move_group' racePeter Zijlstra1-4/+57
2017-02-23perf: Do not double freePeter Zijlstra1-1/+6
2017-02-23perf: Fix event->ctx lockingPeter Zijlstra1-37/+207
2017-02-23perf: Fix race in swevent hashPeter Zijlstra1-19/+1
2017-02-23locking/rtmutex: Prevent dequeue vs. unlock raceThomas Gleixner1-2/+66
2017-02-23PM / sleep: fix device reference leak in test_suspendJohan Hovold1-1/+3
2017-02-23x86/panic: replace smp_send_stop() with kdump friendly version in panic pathHidehiro Kawai1-7/+41
2017-02-23genirq/generic_chip: Add irq_unmap callbackSebastian Frias1-0/+22
2016-11-20tracing: Move mutex to protect against resetting of seq dataSteven Rostedt (Red Hat)1-7/+8
2016-11-20sched/core: Fix a race between try_to_wake_up() and a woken up taskBalbir Singh1-0/+22
2016-11-20kernel/fork: fix CLONE_CHILD_CLEARTID regression in nscdMichal Hocko1-6/+4
2016-11-20printk: fix parsing of "brl=" optionNicolas Iooss1-2/+2
2016-11-20timekeeping: Cap array access in timekeeping_debugJohn Stultz1-2/+7
2016-11-20PM / hibernate: Restore processor state before using per-CPU variablesThomas Garnier1-2/+2
2016-11-20cpuset: make sure new tasks conform to the current config of the cpusetZefan Li1-0/+15
2016-11-20module: Invalidate signatures on force-loaded modulesBen Hutchings1-4/+9
2016-11-20posix_cpu_timer: Exit early when process has been reapedAlexey Dobriyan1-0/+1
2016-11-20sched/cputime: Fix prev steal time accouting during CPU hotplugWanpeng Li2-14/+0
2016-08-22audit: fix a double fetch in audit_log_single_execve_arg()Paul Moore1-170/+165
2016-08-22tracing: Handle NULL formats in hold_module_trace_bprintk_format()Steven Rostedt (Red Hat)1-1/+6
2016-08-22kernel/sysrq, watchdog, sched/core: Reset watchdog on all CPUs while processi...Andrey Ryabinin1-2/+4
2016-08-22wait/ptrace: assume __WALL if the child is tracedOleg Nesterov1-9/+20
2016-08-22ring-buffer: Prevent overflow of size in ring_buffer_resize()Steven Rostedt (Red Hat)1-5/+4
2016-08-22ring-buffer: Use long for nr_pages to avoid overflow failuresSteven Rostedt (Red Hat)1-12/+14
2016-08-22sched/loadavg: Fix loadavg artifacts on fully idle and on fully loaded systemsVik Heyndrickx1-4/+7
2016-06-15sched, dl: Convert switched_{from, to}_dl() / prio_changed_dl() to balance ca...Peter Zijlstra1-15/+21
2016-06-15sched,dl: Remove return value from pull_dl_task()Peter Zijlstra1-8/+9