summaryrefslogtreecommitdiffstats
path: root/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'noinstr-x86-kvm-2020-05-16' of git://git.kernel.org/pub/scm/linux/...Paolo Bonzini2020-05-2021-72/+243
|\
| * lockdep: Prepare for noinstr sectionsPeter Zijlstra2020-05-192-21/+67
| * tracing: Provide lockdep less trace_hardirqs_on/off() variantsThomas Gleixner2020-05-191-0/+37
| * Stop the ad-hoc games with -Wno-maybe-initializedLinus Torvalds2020-05-091-1/+0
| * Merge tag 'driver-core-5.7-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-05-081-0/+5
| |\
| | * coredump: fix crash when umh is disabledLuis Chamberlain2020-04-281-0/+5
| * | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-05-081-2/+2
| |\ \
| | * | kernel/kcov.c: fix typos in kcov_remote_start documentationMaciej Grochowski2020-05-081-2/+2
| * | | Merge tag 'trace-v5.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2020-05-084-20/+54
| |\ \ \ | | |/ / | |/| |
| | * | tracing: Make tracing_snapshot_instance_cond() staticZou Wei2020-05-071-1/+2
| | * | tracing: Add a vmalloc_sync_mappings() for safe measureSteven Rostedt (VMware)2020-05-071-0/+13
| | * | tracing: Wait for preempt irq delay thread to finishSteven Rostedt (VMware)2020-05-071-6/+24
| | * | tracing/kprobes: Reject new event if loc is NULLMasami Hiramatsu2020-05-061-0/+6
| | * | tracing/boottime: Fix kprobe event API usageMasami Hiramatsu2020-05-061-12/+8
| | * | tracing/kprobes: Fix a double initialization typoMasami Hiramatsu2020-05-061-1/+1
| | |/
| * / PM: hibernate: Freeze kernel threads in software_resume()Dexuan Cui2020-04-271-0/+7
| |/
| * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2020-04-251-0/+1
| |\
| | * proc: Put thread_pid in release_task not proc_flush_pidEric W. Biederman2020-04-241-0/+1
| * | Merge tag 'sched-urgent-2020-04-25' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-04-251-7/+2
| |\ \
| | * | sched/core: Fix reset-on-fork from RT with uclampQuentin Perret2020-04-221-7/+2
| * | | Merge tag 'perf-urgent-2020-04-25' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-04-251-3/+10
| |\ \ \
| | * | | perf/core: fix parent pid/tid in task exit eventsIan Rogers2020-04-221-3/+10
| | |/ /
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-04-253-14/+39
| |\ \ \
| | * | | bpf: Make bpf_link_fops staticZou Wei2020-04-251-1/+1
| | * | | bpf: Propagate expected_attach_type when verifying freplace programsToke Høiland-Jørgensen2020-04-251-0/+8
| | * | | bpf: Fix leak in LINK_UPDATE and enforce empty old_prog_fdAndrii Nakryiko2020-04-251-2/+9
| | * | | bpf: Fix handling of XADD on BTF memoryJann Horn2020-04-211-1/+1
| | * | | bpf: Forbid XADD on spilled pointers for unprivileged usersJann Horn2020-04-211-9/+19
| | * | | cpumap: Avoid warning when CONFIG_DEBUG_PER_CPU_MAPS is enabledToke Høiland-Jørgensen2020-04-211-1/+1
| * | | | Merge tag 'trace-v5.7-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2020-04-243-3/+11
| |\ \ \ \
| | * | | | tracing: Convert local functions in tracing_map.c to staticJason Yan2020-04-231-3/+3
| | * | | | ftrace: Fix memory leak caused by not freeing entry in unregister_ftrace_dire...Steven Rostedt (VMware)2020-04-231-0/+1
| | * | | | tracing: Fix memory leaks in trace_events_hist.cVamshi K Sthambamkadi2020-04-231-0/+7
| | | |/ / | | |/| |
| * | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2020-04-231-1/+5
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | signal: Avoid corrupting si_pid and si_uid in do_notify_parentEric W. Biederman2020-04-211-1/+5
| * | | | audit: check the length of userspace generated audit recordsPaul Moore2020-04-201-0/+3
| | |/ / | |/| |
* | | | rcuwait: Let rcuwait_wake_up() return whether or not a task was awokenDavidlohr Bueso2020-05-131-2/+5
* | | | rcuwait: Fix stale wake call name in commentDavidlohr Bueso2020-05-131-1/+1
|/ / /
* | | Merge tag 'timers-urgent-2020-04-19' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-04-191-1/+14
|\ \ \
| * | | proc, time/namespace: Show clock symbolic names in /proc/pid/timens_offsetsAndrei Vagin2020-04-161-1/+14
| |/ /
* | | Merge tag 'irq-urgent-2020-04-19' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-04-191-44/+0
|\ \ \
| * | | genirq: Remove setup_irq() and remove_irq()afzal mohammed2020-04-141-44/+0
| |/ /
* | | Merge tag 'sched-urgent-2020-04-19' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-04-192-4/+21
|\ \ \
| * | | sched/vtime: Work around an unitialized variable warningBorislav Petkov2020-04-151-2/+2
| * | | sched/isolation: Allow "isolcpus=" to skip unknown sub-parametersPeter Xu2020-04-151-2/+19
| |/ /
* | | Merge tag 'core-urgent-2020-04-19' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-04-191-1/+1
|\ \ \
| * \ \ Merge branch 'urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar2020-04-141-1/+1
| |\ \ \ | | |/ / | |/| |
| | * | rcu: Don't acquire lock in NMI handler in rcu_nmi_enter_common()Paul E. McKenney2020-04-051-1/+1
* | | | Merge tag 'for-linus-2020-04-18' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-04-182-10/+15
|\ \ \ \ | |_|_|/ |/| | |
| * | | clone3: add build-time CLONE_ARGS_SIZE_VER* validity checksEugene Syromiatnikov2020-04-151-0/+8