summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* alarmtimer: Rate limit periodic intervalsThomas Gleixner2017-09-151-0/+8
* alarmtimer: Prevent overflow of relative timersThomas Gleixner2017-09-151-3/+3
* tracing/kprobes: Enforce kprobes teardown after testingThomas Gleixner2017-09-152-1/+6
* pid_ns: Fix race between setns'ed fork() and zap_pid_ns_processes()Kirill Tkhai2017-09-151-2/+6
* pid_ns: Sleep in TASK_INTERRUPTIBLE in zap_pid_ns_processesEric W. Biederman2017-09-151-1/+1
* lockdep: teach lockdep about memalloc_noio_saveNikolay Borisov2017-08-261-1/+3
* ftrace: Fix removing of second function probeSteven Rostedt (VMware)2017-08-261-4/+10
* 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
* tracing: Allocate the snapshot buffer before enabling probeSteven Rostedt (VMware)2017-07-181-3/+5
* ptrace: fix PTRACE_LISTEN race corrupting task->statebsegall@google.com2017-07-181-4/+10
* ring-buffer: Fix return value check in test_ringbuffer()Wei Yongjun2017-07-181-4/+4
* 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
* locking/static_keys: Add static_key_{en,dis}able() helpersPeter Zijlstra2017-06-051-4/+2
* vfs: Commit to never having exectuables on proc and sysfs.Eric W. Biederman2017-04-041-2/+1
* sched/cputime: Fix invalid gtime in procHiroshi Shimamoto2017-03-161-0/+3
* printk: use rcuidle console tracepointSergey Senozhatsky2017-03-161-1/+1
* futex: Move futex_init() to core_initcallYang Yang2017-03-161-1/+1
* perf/core: Fix PERF_RECORD_MMAP2 prot/flags for anonymous memoryPeter Zijlstra2017-03-161-21/+21
* sysctl: fix proc_doulongvec_ms_jiffies_minmax()Eric Dumazet2017-03-161-0/+1
* jump_labels: API for flushing deferred jump label updatesDavid Matlack2017-03-161-0/+7
* fgraph: Handle a case where a tracer ignores set_graph_notraceSteven Rostedt (Red Hat)2017-03-161-3/+14
* hotplug: Make register and unregister notifier API symmetricMichal Hocko2017-03-161-6/+7
* mnt: Add a per mount namespace limit on the number of mountsEric W. Biederman2017-02-261-0/+9
* perf/core: Fix concurrent sys_perf_event_open() vs. 'move_group' racePeter Zijlstra2017-02-231-4/+57
* perf: Do not double freePeter Zijlstra2017-02-231-1/+6
* perf: Fix event->ctx lockingPeter Zijlstra2017-02-231-37/+207
* perf: Fix race in swevent hashPeter Zijlstra2017-02-231-19/+1
* locking/rtmutex: Prevent dequeue vs. unlock raceThomas Gleixner2017-02-231-2/+66
* PM / sleep: fix device reference leak in test_suspendJohan Hovold2017-02-231-1/+3
* x86/panic: replace smp_send_stop() with kdump friendly version in panic pathHidehiro Kawai2017-02-231-7/+41
* genirq/generic_chip: Add irq_unmap callbackSebastian Frias2017-02-231-0/+22
* tracing: Move mutex to protect against resetting of seq dataSteven Rostedt (Red Hat)2016-11-201-7/+8
* sched/core: Fix a race between try_to_wake_up() and a woken up taskBalbir Singh2016-11-201-0/+22
* kernel/fork: fix CLONE_CHILD_CLEARTID regression in nscdMichal Hocko2016-11-201-6/+4
* printk: fix parsing of "brl=" optionNicolas Iooss2016-11-201-2/+2
* timekeeping: Cap array access in timekeeping_debugJohn Stultz2016-11-201-2/+7
* PM / hibernate: Restore processor state before using per-CPU variablesThomas Garnier2016-11-201-2/+2
* cpuset: make sure new tasks conform to the current config of the cpusetZefan Li2016-11-201-0/+15
* module: Invalidate signatures on force-loaded modulesBen Hutchings2016-11-201-4/+9
* posix_cpu_timer: Exit early when process has been reapedAlexey Dobriyan2016-11-201-0/+1
* sched/cputime: Fix prev steal time accouting during CPU hotplugWanpeng Li2016-11-202-14/+0
* audit: fix a double fetch in audit_log_single_execve_arg()Paul Moore2016-08-221-170/+165
* tracing: Handle NULL formats in hold_module_trace_bprintk_format()Steven Rostedt (Red Hat)2016-08-221-1/+6
* kernel/sysrq, watchdog, sched/core: Reset watchdog on all CPUs while processi...Andrey Ryabinin2016-08-221-2/+4
* wait/ptrace: assume __WALL if the child is tracedOleg Nesterov2016-08-221-9/+20