aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'printk-for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2020-06-012-49/+97
|\
| * Merge branch 'for-5.8' into for-linusPetr Mladek2020-06-01196-4926/+11824
| |\
| | * printk: handle blank console arguments passed in.Shreyas Joshi2020-05-221-0/+3
| | * kernel/printk: add kmsg SEEK_CUR handlingBruno Meneguele2020-05-211-0/+10
| | * printk: Fix a typo in comment "interator"->"iterator"Ethon Paul2020-05-211-2/+2
| * | Merge branch 'for-5.7-preferred-console' into for-linusPetr Mladek2020-06-012-44/+79
| |\ \
| | * | printk: Correctly set CON_CONSDEV even when preferred console was not registeredBenjamin Herrenschmidt2020-02-181-0/+2
| | * | printk: Fix preferred console selection with multiple matchesBenjamin Herrenschmidt2020-02-182-11/+19
| | * | printk: Move console matching logic into a separate functionBenjamin Herrenschmidt2020-02-181-40/+65
| * | | printk: Convert a use of sprintf to snprintf in console_unlockNathan Chancellor2020-02-111-3/+3
| |/ /
* | | Merge tag 'pstore-v5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-06-012-7/+31
|\ \ \
| * | | printk: Introduce kmsg_dump_reason_str()Kees Cook2020-05-301-0/+17
| * | | printk: honor the max_reason field in kmsg_dumperPavel Tatashin2020-05-301-4/+11
| * | | printk: Collapse shutdown types into a single dump reasonKees Cook2020-05-301-3/+3
| | |/ | |/|
* | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2020-06-012-15/+17
|\ \ \
| * | | crypto: lib/sha1 - rename "sha" to "sha1"Eric Biggers2020-05-081-9/+9
| * | | padata: add separate cpuhp node for CPUHP_PADATA_DEADDaniel Jordan2020-04-301-6/+8
| |/ /
* | | Merge tag 'sched-urgent-2020-05-31' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-05-311-1/+1
|\ \ \
| * | | sched/fair: Don't NUMA balance for kthreadsJens Axboe2020-05-261-1/+1
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-05-311-18/+16
|\ \ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-05-291-18/+16
| |\ \ \ \
| | * | | | bpf: Fix a verifier issue when assigning 32bit reg states to 64bit onesJohn Fastabend2020-05-291-5/+5
| | * | | | bpf: Fix use-after-free in fmod_ret checkAlexei Starovoitov2020-05-291-13/+11
* | | | | | Merge branch 'for-5.7-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-05-271-13/+3
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Revert "cgroup: Add memory barriers to plug cgroup_rstat_updated() race window"Tejun Heo2020-04-091-13/+3
* | | | | | Merge tag 'sched-urgent-2020-05-24' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-05-242-14/+39
|\ \ \ \ \ \ | |_|/ / / / |/| | / / / | | |/ / / | |/| | |
| * | | | sched/fair: Fix unthrottle_cfs_rq() for leaf_cfs_rq listVincent Guittot2020-05-191-12/+30
| * | | | sched/debug: Fix requested task uclamp values shown in procfsPavankumar Kondeti2020-05-191-2/+2
| * | | | sched/fair: Fix enqueue_task_fair() warning some morePhil Auld2020-05-191-0/+7
* | | | | bpf: Prevent mmap()'ing read-only maps as writableAndrii Nakryiko2020-05-201-3/+14
|/ / / /
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-05-155-37/+101
|\ \ \ \
| * | | | bpf: Restrict bpf_trace_printk()'s %s usage and add %pks, %pus specifierDaniel Borkmann2020-05-151-32/+62
| * | | | bpf: Add bpf_probe_read_{user, kernel}_str() to do_refine_retval_rangeDaniel Borkmann2020-05-151-1/+3
| * | | | bpf: Restrict bpf_probe_read{, str}() only to archs where they workDaniel Borkmann2020-05-151-2/+4
| * | | | bpf: Enforce returning 0 for fentry/fexit progsYonghong Song2020-05-141-0/+17
| * | | | bpf: Fix bug in mmap() implementation for BPF array mapAndrii Nakryiko2020-05-141-1/+6
| * | | | umh: fix memory leak on execve failureVincent Minet2020-05-081-0/+6
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2020-05-081-1/+3
| |\ \ \ \
| | * | | | bpf: Fix error return code in map_lookup_and_delete_elem()Wei Yongjun2020-04-301-1/+3
* | | | | | Merge tag 'for-linus-2020-05-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-05-141-6/+7
|\ \ \ \ \ \
| * | | | | | fork: prevent accidental access to clone3 featuresChristian Brauner2020-05-081-6/+7
| |/ / / / /
* | | | | | Merge tag 'trace-v5.7-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2020-05-142-43/+13
|\ \ \ \ \ \
| * | | | | | ring-buffer: Remove all BUG() callsSteven Rostedt (VMware)2020-05-141-6/+6
| * | | | | | ring-buffer: Don't deactivate the ring buffer on failed iterator readsSteven Rostedt (VMware)2020-05-141-15/+7
| * | | | | | x86/ftrace: Have ftrace trampolines turn read-only at the end of system boot upSteven Rostedt (VMware)2020-05-121-22/+0
* | | | | | | Merge tag 'trace-v5.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2020-05-121-2/+10
|\| | | | | |
| * | | | | | tracing: Wait for preempt irq delay thread to executeSteven Rostedt (VMware)2020-05-111-2/+10
* | | | | | | 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
| | |_|/ / / / | |/| | | | |