summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)Author
2018-01-17gcov: support GCC 7.1Martin Liska
2018-01-17gcov: add support for gcc version >= 6Florian Meier
2018-01-17gcov: add support for GCC 5.1Lorenzo Stoakes
2018-01-17sched/deadline: Use deadline instead of period when calculating overflowSteven Rostedt (VMware)
2018-01-17tracing: Allocate mask_str buffer dynamicallyChangbin Du
2018-01-17audit: ensure that 'audit=1' actually enables audit for PID 1Paul Moore
2018-01-17workqueue: trigger WARN if queue_delayed_work() is called with NULL @wqTejun Heo
2018-01-17kdb: Fix handling of kallsyms_symbol_next() return valueDaniel Thompson
2018-01-17padata: avoid race in reorderingJason A. Donenfeld
2017-12-08sched: Make resched_cpu() unconditionalPaul E. McKenney
2017-11-05workqueue: replace pool->manager_arb mutex with a flagTejun Heo
2017-11-05locking/lockdep: Add nest_lock integrity testPeter Zijlstra
2017-11-05bpf/verifier: reject BPF_ALU64|BPF_ENDEdward Cree
2017-11-05sched/cpuset/pm: Fix cpuset vs. suspend-resume bugsPeter Zijlstra
2017-11-05ftrace: Fix kmemleak in unregister_ftrace_graphShu Wang
2017-11-04tracing: Erase irqsoff trace with empty writeBo Yan
2017-11-04tracing: Fix trace_pipe behavior for instance tracesTahsin Erdogan
2017-10-04ftrace: Fix memleak when unregistering dynamic ops when tracing disabledSteven Rostedt (VMware)
2017-10-04tracing: Apply trace_clock changes to instance max bufferBaohong Liu
2017-10-04ftrace: Fix selftest goto location on errorSteven Rostedt (VMware)
2017-10-03locktorture: Fix potential memory leak with rw lock testYang Shi
2017-10-03perf/core: Fix group {cpu,task} validationMark Rutland
2017-10-03tracing: Fix freeing of filter in create_filter() when set_str is falseSteven Rostedt (VMware)
2017-10-03audit: Fix use after free in audit_remove_watch_rule()Jan Kara
2017-09-10signal: protect SIGNAL_UNKILLABLE from unintentional clearing.Jamie Iles
2017-09-10workqueue: restore WQ_UNBOUND/max_active==1 to be orderedTejun Heo
2017-09-10/proc/iomem: only expose physical resource addresses to privileged usersLinus Torvalds
2017-09-10Revert "perf/core: Drop kernel samples even though :u is specified"Ingo Molnar
2017-07-31tracing: Use SOFTIRQ_OFFSET for softirq dectection for more accurate resultsPavankumar Kondeti
2017-07-31sched/topology: Optimize build_group_mask()Lauro Ramos Venancio
2017-07-31sched/topology: Fix overlapping sched_group_maskPeter Zijlstra
2017-07-31kernel/extable.c: mark core_kernel_text notraceMarcin Nowakowski
2017-07-31tracing/kprobes: Allow to create probe with a module name starting with a digitSabrina Dubroca
2017-07-31kernel/panic.c: add missing \nJiri Slaby
2017-07-31sysctl: enable strict writesKees Cook
2017-07-31time: Fix clock->read(clock) race around clocksource changesJohn Stultz
2017-07-26stackprotector: Increase the per-task stack canary's random range from 32 bit...Daniel Micay
2017-06-25alarmtimer: Rate limit periodic intervalsThomas Gleixner
2017-06-25genirq: Release resources in __setup_irq() error pathHeiner Kallweit
2017-06-25perf/core: Drop kernel samples even though :u is specifiedJin Yao
2017-06-25cpuset: consider dying css as offlineTejun Heo
2017-06-25ptrace: Properly initialize ptracer_cred on forkEric W. Biederman
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)