summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
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
2016-07-10pipe: limit the per-user amount of pages allocated in pipesWilly Tarreau
2016-07-10bpf: fix double-fdput in replace_map_fd_with_map_ptr()Jann Horn
2016-07-10bpf/verifier: reject invalid LD_ABS | BPF_DW instructionAlexei Starovoitov
2016-07-10cgroup: make sure a parent css isn't freed before its childrenTejun Heo
2016-07-10futex: Acknowledge a new waiter in counter before plistDavidlohr Bueso
2016-07-10tracing: Handle NULL formats in hold_module_trace_bprintk_format()Steven Rostedt (Red Hat)
2016-07-10cgroup: set css->id to -1 during initTejun Heo
2016-07-10kernel/sysrq, watchdog, sched/core: Reset watchdog on all CPUs while processi...Andrey Ryabinin
2016-07-10cgroup: remove redundant cleanup in css_createWenwei Tao
2016-06-17locking/ww_mutex: Report recursive ww_mutex locking earlyChris Wilson
2016-06-06wait/ptrace: assume __WALL if the child is tracedOleg Nesterov
2016-06-06ring-buffer: Prevent overflow of size in ring_buffer_resize()Steven Rostedt (Red Hat)
2016-06-06ring-buffer: Use long for nr_pages to avoid overflow failuresSteven Rostedt (Red Hat)
2016-06-06ring-buffer: Move recursive check to per_cpu descriptorSteven Rostedt (Red Hat)
2016-06-06ring-buffer: Add unlikelys to make fast path the defaultSteven Rostedt (Red Hat)
2016-06-06sched/loadavg: Fix loadavg artifacts on fully idle and on fully loaded systemsSasha Levin