summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2017-06-17Merge tag 'v4.1.41' into 4.1-2.0.x-imxOtavio Salvador
2017-06-13sched/fair: Initialize throttle_count for new task-groups lazilyKonstantin Khlebnikov
2017-06-13sched/fair: Do not announce throttled next buddy in dequeue_task_fair()Konstantin Khlebnikov
2017-06-08tracing/kprobes: Enforce kprobes teardown after testingThomas Gleixner
2017-06-08genirq: Introduce struct irq_common_data to host shared irq dataJiang Liu
2017-06-07cgroup: use bitmask to filter for_each_subsysAleksa Sarai
2017-06-07sched, cgroup: reorganize threadgroup lockingTejun Heo
2017-06-07pid_ns: Sleep in TASK_INTERRUPTIBLE in zap_pid_ns_processesEric W. Biederman
2017-05-17ring-buffer: Have ring_buffer_iter_empty() return true when emptySteven Rostedt (VMware)
2017-05-17tracing: Allocate the snapshot buffer before enabling probeSteven Rostedt (VMware)
2017-05-17padata: free correct variableJason A. Donenfeld
2017-05-17ptrace: fix PTRACE_LISTEN race corrupting task->statebsegall@google.com
2017-05-17ring-buffer: Fix return value check in test_ringbuffer()Wei Yongjun
2017-05-17perf/core: Fix event inheritance on fork()Peter Zijlstra
2017-05-17futex: Add missing error handling to FUTEX_REQUEUE_PIPeter Zijlstra
2017-05-17futex: Fix potential use-after-free in FUTEX_REQUEUE_PIPeter Zijlstra
2017-03-17Merge tag 'v4.1.39' into 4.1-2.0.x-imxOtavio Salvador
2017-03-06perf/core: Fix the perf_cpu_time_max_percent checkTan Xiaojun
2017-03-06perf/core: Make sysctl_perf_cpu_time_max_percent conform to documentationPeter Zijlstra
2017-03-06perf/core: Fix implicitly enable dynamic interrupt throttleKan Liang
2017-03-06perf/core: Fix dynamic interrupt throttlePeter Zijlstra
2017-03-06printk: use rcuidle console tracepointSergey Senozhatsky
2017-03-06futex: Move futex_init() to core_initcallYang Yang
2017-03-06perf/core: Fix PERF_RECORD_MMAP2 prot/flags for anonymous memoryPeter Zijlstra
2017-03-06sysctl: fix proc_doulongvec_ms_jiffies_minmax()Eric Dumazet
2017-03-06jump_labels: API for flushing deferred jump label updatesDavid Matlack
2017-03-02ptrace: Capture the ptracer's creds not PT_PTRACE_CAPEric W. Biederman
2017-01-23Merge tag 'v4.1.38' into 4.1-2.0.x-imxOtavio Salvador
2017-01-12kernel/debug/debug_core.c: more properly delay for secondary CPUsDouglas Anderson
2017-01-12fgraph: Handle a case where a tracer ignores set_graph_notraceSteven Rostedt (Red Hat)
2017-01-12timekeeping_Force_unsigned_clocksource_to_nanoseconds_conversionThomas Gleixner
2016-12-23ptrace: being capable wrt a process requires mapped uids/gidsJann Horn
2016-12-23mnt: Add a per mount namespace limit on the number of mountsEric W. Biederman
2016-12-21cpuset: handle race between CPU hotplug and cpuset_hotplug_workJoonwoo Park
2016-10-26Merge tag 'v4.1.35' into 4.1-2.0.x-imxOtavio Salvador
2016-10-23timekeeping: Fix __ktime_get_fast_ns() regressionJohn Stultz
2016-10-23time: Add cycles to nanoseconds translationChristopher S. Hall
2016-10-05Merge tag 'v4.1.33' into 4.1-2.0.x-imxOtavio Salvador
2016-10-03fix memory leaks in tracing_buffers_splice_read()Al Viro
2016-10-03tracing: Move mutex to protect against resetting of seq dataSteven Rostedt (Red Hat)
2016-10-02sched/core: Fix a race between try_to_wake_up() and a woken up taskBalbir Singh
2016-09-12cpuset: make sure new tasks conform to the current config of the cpusetZefan Li
2016-08-31timekeeping: Cap array access in timekeeping_debugJohn Stultz
2016-08-31timekeeping: Avoid taking lock in NMI path with CONFIG_DEBUG_TIMEKEEPINGJohn Stultz
2016-08-31uprobes: Fix the memcg accountingOleg Nesterov
2016-08-19module: Invalidate signatures on force-loaded modulesBen Hutchings
2016-08-19audit: fix a double fetch in audit_log_single_execve_arg()Paul Moore
2016-08-19Fix broken audit tests for exec arg lenLinus Torvalds
2016-08-19audit: Fix check of return value of strnlen_user()Jan Kara
2016-08-06posix_cpu_timer: Exit early when process has been reapedAlexey Dobriyan