summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2017-09-15ptrace: use fsuid, fsgid, effective creds for fs access checksJann Horn
2017-09-15tracing/kprobes: Allow to create probe with a module name starting with a digitSabrina Dubroca
2017-09-15signal: Only reschedule timers on signals timers have sentEric W. Biederman
2017-09-15genirq: Release resources in __setup_irq() error pathHeiner Kallweit
2017-09-15srcu: Allow use of Classic SRCU from both process and interrupt contextPaolo Bonzini
2017-09-15rcu: Move preemption disabling out of __srcu_read_lock()Paul E. McKenney
2017-09-15alarmtimer: Rate limit periodic intervalsThomas Gleixner
2017-09-15alarmtimer: Prevent overflow of relative timersThomas Gleixner
2017-09-15tracing/kprobes: Enforce kprobes teardown after testingThomas Gleixner
2017-09-15pid_ns: Fix race between setns'ed fork() and zap_pid_ns_processes()Kirill Tkhai
2017-09-15pid_ns: Sleep in TASK_INTERRUPTIBLE in zap_pid_ns_processesEric W. Biederman
2017-08-26lockdep: teach lockdep about memalloc_noio_saveNikolay Borisov
2017-08-26ftrace: Fix removing of second function probeSteven Rostedt (VMware)
2017-08-26padata: free correct variableJason A. Donenfeld
2017-07-18ring-buffer: Have ring_buffer_iter_empty() return true when emptySteven Rostedt (VMware)
2017-07-18tracing: Allocate the snapshot buffer before enabling probeSteven Rostedt (VMware)
2017-07-18ptrace: fix PTRACE_LISTEN race corrupting task->statebsegall@google.com
2017-07-18ring-buffer: Fix return value check in test_ringbuffer()Wei Yongjun
2017-07-18perf/core: Fix event inheritance on fork()Peter Zijlstra
2017-07-18sched/loadavg: Avoid loadavg spikes caused by delayed NO_HZ accountingMatt Fleming
2017-07-18futex: Add missing error handling to FUTEX_REQUEUE_PIPeter Zijlstra
2017-07-18futex: Fix potential use-after-free in FUTEX_REQUEUE_PIPeter Zijlstra
2017-06-05tracing: Use strlcpy() instead of strcpy() in __trace_find_cmdline()Amey Telawane
2017-06-05locking/static_keys: Add static_key_{en,dis}able() helpersPeter Zijlstra
2017-04-04vfs: Commit to never having exectuables on proc and sysfs.Eric W. Biederman
2017-03-16sched/cputime: Fix invalid gtime in procHiroshi Shimamoto
2017-03-16printk: use rcuidle console tracepointSergey Senozhatsky
2017-03-16futex: Move futex_init() to core_initcallYang Yang
2017-03-16perf/core: Fix PERF_RECORD_MMAP2 prot/flags for anonymous memoryPeter Zijlstra
2017-03-16sysctl: fix proc_doulongvec_ms_jiffies_minmax()Eric Dumazet
2017-03-16jump_labels: API for flushing deferred jump label updatesDavid Matlack
2017-03-16fgraph: Handle a case where a tracer ignores set_graph_notraceSteven Rostedt (Red Hat)
2017-03-16hotplug: Make register and unregister notifier API symmetricMichal Hocko
2017-02-26mnt: Add a per mount namespace limit on the number of mountsEric W. Biederman
2017-02-23perf/core: Fix concurrent sys_perf_event_open() vs. 'move_group' racePeter Zijlstra
2017-02-23perf: Do not double freePeter Zijlstra
2017-02-23perf: Fix event->ctx lockingPeter Zijlstra
2017-02-23perf: Fix race in swevent hashPeter Zijlstra
2017-02-23locking/rtmutex: Prevent dequeue vs. unlock raceThomas Gleixner
2017-02-23PM / sleep: fix device reference leak in test_suspendJohan Hovold
2017-02-23x86/panic: replace smp_send_stop() with kdump friendly version in panic pathHidehiro Kawai
2017-02-23genirq/generic_chip: Add irq_unmap callbackSebastian Frias
2016-11-20tracing: Move mutex to protect against resetting of seq dataSteven Rostedt (Red Hat)
2016-11-20sched/core: Fix a race between try_to_wake_up() and a woken up taskBalbir Singh
2016-11-20kernel/fork: fix CLONE_CHILD_CLEARTID regression in nscdMichal Hocko
2016-11-20printk: fix parsing of "brl=" optionNicolas Iooss
2016-11-20timekeeping: Cap array access in timekeeping_debugJohn Stultz
2016-11-20PM / hibernate: Restore processor state before using per-CPU variablesThomas Garnier
2016-11-20cpuset: make sure new tasks conform to the current config of the cpusetZefan Li
2016-11-20module: Invalidate signatures on force-loaded modulesBen Hutchings