summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2018-01-02nohz: Prevent a timer interrupt storm in tick_nohz_stop_sched_tick()Thomas Gleixner
2018-01-02ring-buffer: Mask out the info bits when returning buffer page lengthSteven Rostedt (VMware)
2018-01-02tracing: Fix crash when it fails to alloc ring bufferJing Xia
2018-01-02tracing: Fix possible double free on failure of allocating trace bufferSteven Rostedt (VMware)
2018-01-02tracing: Remove extra zeroing out of the ring buffer pageSteven Rostedt (VMware)
2017-12-25sched/core: Idle_task_exit() shouldn't use switch_mm_irqs_off()Andy Lutomirski
2017-12-25sched/core: Add switch_mm_irqs_off() and use it in the schedulerAndy Lutomirski
2017-12-20sched/deadline: Use deadline instead of period when calculating overflowSteven Rostedt (VMware)
2017-12-20sched/deadline: Throttle a constrained deadline task activated after the dead...Daniel Bristot de Oliveira
2017-12-20sched/deadline: Make sure the replenishment timer fires in the next periodDaniel Bristot de Oliveira
2017-12-20sched/rt: Do not pull from current CPU if only one CPU to pullSteven Rostedt
2017-12-20tracing: Allocate mask_str buffer dynamicallyChangbin Du
2017-12-16audit: ensure that 'audit=1' actually enables audit for PID 1Paul Moore
2017-12-16jump_label: Invoke jump_label_test() via early_initcall()Jason Baron
2017-12-16workqueue: trigger WARN if queue_delayed_work() is called with NULL @wqTejun Heo
2017-12-16kdb: Fix handling of kallsyms_symbol_next() return valueDaniel Thompson
2017-11-30sched/rt: Simplify the IPI based RT balancing logicSteven Rostedt (Red Hat)
2017-11-30sched: Make resched_cpu() unconditionalPaul E. McKenney
2017-11-21bpf: don't let ldimm64 leak map addresses on unprivilegedDaniel Borkmann
2017-11-15workqueue: Fix NULL pointer dereferenceLi Bin
2017-11-02workqueue: replace pool->manager_arb mutex with a flagTejun Heo
2017-10-27sched/autogroup: Fix autogroup_move_group() to never skip sched_move_task()Oleg Nesterov
2017-10-21locking/lockdep: Add nest_lock integrity testPeter Zijlstra
2017-10-21bpf: one perf event close won't free bpf program attached by another perf eventYonghong Song
2017-10-21bpf/verifier: reject BPF_ALU64|BPF_ENDEdward Cree
2017-10-18rcu: Allow for page faults in NMI handlersPaul E. McKenney
2017-10-12sched/cpuset/pm: Fix cpuset vs. suspend-resume bugsPeter Zijlstra
2017-10-12ftrace: Fix kmemleak in unregister_ftrace_graphShu Wang
2017-10-05timer/sysclt: Restrict timer migration sysctl values to 0 and 1Myungho Jung
2017-10-05seccomp: fix the usage of get/put_seccomp_filter() in seccomp_get_filter()Oleg Nesterov
2017-10-05tracing: Erase irqsoff trace with empty writeBo Yan
2017-10-05tracing: Fix trace_pipe behavior for instance tracesTahsin Erdogan
2017-09-27ftrace: Fix memleak when unregistering dynamic ops when tracing disabledSteven Rostedt (VMware)
2017-09-27tracing: Apply trace_clock changes to instance max bufferBaohong Liu
2017-09-27ftrace: Fix selftest goto location on errorSteven Rostedt (VMware)
2017-09-13locktorture: Fix potential memory leak with rw lock testYang Shi
2017-09-07cpuset: Fix incorrect memory_pressure control file mappingWaiman Long
2017-09-02gcov: support GCC 7.1Martin Liska
2017-09-02gcov: add support for gcc version >= 6Florian Meier
2017-08-30perf/core: Fix group {cpu,task} validationMark Rutland
2017-08-30tracing: Fix freeing of filter in create_filter() when set_str is falseSteven Rostedt (VMware)
2017-08-24pids: make task_tgid_nr_ns() safeOleg Nesterov
2017-08-24audit: Fix use after free in audit_remove_watch_rule()Jan Kara
2017-08-16cpuset: fix a deadlock due to incomplete patching of cpusets_enabled()Dima Zavin
2017-08-11workqueue: implicit ordered attribute should be overridableTejun Heo
2017-08-11signal: protect SIGNAL_UNKILLABLE from unintentional clearing.Jamie Iles
2017-08-11workqueue: restore WQ_UNBOUND/max_active==1 to be orderedTejun Heo
2017-08-06sched/cputime: Fix prev steal time accouting during CPU hotplugWanpeng Li
2017-08-06/proc/iomem: only expose physical resource addresses to privileged usersLinus Torvalds
2017-08-06sched/cgroup: Move sched_online_group() back into css_online() to fix crashKonstantin Khlebnikov