summaryrefslogtreecommitdiff
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* rwsem: Provide down_read_non_owner() and up_read_non_owner() for -RTSebastian Andrzej Siewior2020-06-161-4/+4
* fs/dcache: use swait_queue instead of waitqueueSebastian Andrzej Siewior2020-06-161-0/+1
* hrtimer: Use sequence counter with associated raw spinlockAhmed S. Darwish2020-06-161-3/+10
* timekeeping: Use sequence counter with associated raw spinlockAhmed S. Darwish2020-06-161-8/+11
* sched: tasks: Use sequence counter with associated spinlockAhmed S. Darwish2020-06-161-1/+1
* Revert seqcount related patchesSebastian Andrzej Siewior2020-06-161-1/+0
* workqueue: Sync with upstreamSebastian Andrzej Siewior2020-06-101-9/+19
* Merge tag 'v5.6.17' into linux-5.6.y-rtSebastian Andrzej Siewior2020-06-096-41/+57
|\
| * kernel/relay.c: handle alloc_percpu returning NULL in relay_openDaniel Axtens2020-06-071-0/+5
| * Revert "cgroup: Add memory barriers to plug cgroup_rstat_updated() race window"Tejun Heo2020-06-071-13/+3
| * sched/fair: Fix enqueue_task_fair() warning some morePhil Auld2020-05-271-0/+7
| * sched/fair: Fix reordering of enqueue/dequeue_task_fair()Vincent Guittot2020-05-271-8/+9
| * sched/fair: Reorder enqueue/dequeue_task_fair pathVincent Guittot2020-05-271-22/+20
| * bpf: Prevent mmap()'ing read-only maps as writableAndrii Nakryiko2020-05-271-3/+14
| * bpf: Add bpf_probe_read_{user, kernel}_str() to do_refine_retval_rangeDaniel Borkmann2020-05-271-1/+3
| * bpf: Restrict bpf_probe_read{, str}() only to archs where they workDaniel Borkmann2020-05-271-2/+4
* | printk: Force a line break on pr_cont("\n")汪勇102695662020-05-261-0/+1
* | Merge tag 'v5.6.14' into linux-5.6.y-rtSebastian Andrzej Siewior2020-05-2615-82/+180
|\ \ | |/
| * bpf: Restrict bpf_trace_printk()'s %s usage and add %pks, %pus specifierDaniel Borkmann2020-05-201-32/+62
| * bpf: Enforce returning 0 for fentry/fexit progsYonghong Song2020-05-201-0/+16
| * Stop the ad-hoc games with -Wno-maybe-initializedLinus Torvalds2020-05-201-1/+0
| * bpf: Fix bug in mmap() implementation for BPF array mapSasha Levin2020-05-201-1/+6
| * x86/ftrace: Have ftrace trampolines turn read-only at the end of system boot upSteven Rostedt (VMware)2020-05-201-22/+0
| * tracing: Wait for preempt irq delay thread to executeSteven Rostedt (VMware)2020-05-201-2/+10
| * fork: prevent accidental access to clone3 featuresChristian Brauner2020-05-201-6/+7
| * bpf: Fix error return code in map_lookup_and_delete_elem()Wei Yongjun2020-05-201-1/+3
| * umh: fix memory leak on execve failureVincent Minet2020-05-201-0/+6
| * coredump: fix crash when umh is disabledLuis Chamberlain2020-05-141-0/+5
| * tracing: Add a vmalloc_sync_mappings() for safe measureSteven Rostedt (VMware)2020-05-141-0/+13
| * tracing: Wait for preempt irq delay thread to finishSteven Rostedt (VMware)2020-05-141-6/+24
| * tracing/kprobes: Reject new event if loc is NULLMasami Hiramatsu2020-05-141-0/+6
| * tracing/boottime: Fix kprobe event API usageMasami Hiramatsu2020-05-141-12/+8
| * tracing/kprobes: Fix a double initialization typoMasami Hiramatsu2020-05-141-1/+1
| * ftrace: Fix memory leak caused by not freeing entry in unregister_ftrace_dire...Steven Rostedt (VMware)2020-05-101-0/+1
| * tracing: Fix memory leaks in trace_events_hist.cVamshi K Sthambamkadi2020-05-101-0/+7
| * PM: hibernate: Freeze kernel threads in software_resume()Dexuan Cui2020-05-061-0/+7
* | Merge tag 'v5.6.10' into linux-5.6.y-rtSebastian Andrzej Siewior2020-05-0428-244/+405
|\ \ | |/
| * sched/vtime: Work around an unitialized variable warningBorislav Petkov2020-05-021-2/+2
| * sched/isolation: Allow "isolcpus=" to skip unknown sub-parametersPeter Xu2020-05-021-2/+19
| * signal: check sig before setting info in kill_pid_usb_asyncioZhiqiang Liu2020-05-021-3/+3
| * bpf: Propagate expected_attach_type when verifying freplace programsToke Høiland-Jørgensen2020-05-021-0/+8
| * bpf: Fix handling of XADD on BTF memoryJann Horn2020-05-021-1/+1
| * perf/core: fix parent pid/tid in task exit eventsIan Rogers2020-05-021-3/+10
| * sched/core: Fix reset-on-fork from RT with uclampQuentin Perret2020-05-021-7/+2
| * cpumap: Avoid warning when CONFIG_DEBUG_PER_CPU_MAPS is enabledToke Høiland-Jørgensen2020-05-021-1/+1
| * bpf: Forbid XADD on spilled pointers for unprivileged usersJann Horn2020-05-021-9/+19
| * printk: queue wake_up_klogd irq_work only if per-CPU areas are readySergey Senozhatsky2020-05-023-10/+40
| * audit: check the length of userspace generated audit recordsPaul Moore2020-04-291-0/+3
| * signal: Avoid corrupting si_pid and si_uid in do_notify_parentEric W. Biederman2020-04-291-1/+5
| * perf/core: Disable page faults when getting phys addressJiri Olsa2020-04-291-3/+6