summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kbuild-v4.21-3' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2019-01-067-18/+18
|\
| * kbuild: change filechk to surround the given command with { }Masahiro Yamada2019-01-061-1/+5
| * jump_label: move 'asm goto' support test to KconfigMasahiro Yamada2019-01-066-17/+13
* | Merge tag 'dma-mapping-4.21-1' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2019-01-064-117/+11
|\ \ | |/ |/|
| * dma-direct: fix DMA_ATTR_NO_KERNEL_MAPPING for remapped allocationsChristoph Hellwig2019-01-051-6/+7
| * dma-mapping: remove a few unused exportsChristoph Hellwig2019-01-042-4/+0
| * dma-mapping: remove dmam_{declare,release}_coherent_memoryChristoph Hellwig2019-01-041-55/+0
| * dma-mapping: implement dmam_alloc_coherent using dmam_alloc_attrsChristoph Hellwig2019-01-041-39/+0
| * dma-mapping: implement dma_map_single_attrs using dma_map_page_attrsChristoph Hellwig2019-01-041-13/+4
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-01-0510-21/+52
|\ \
| * | kernel/sched/: remove caller signal_pending branch predictionsDavidlohr Bueso2019-01-043-3/+3
| * | kernel/locking/mutex.c: remove caller signal_pending branch predictionsDavidlohr Bueso2019-01-041-1/+1
| * | kernel/kcov.c: mark write_comp_data() as notraceAnders Roxell2019-01-041-1/+1
| * | kernel/sysctl: add panic_print into sysctlFeng Tang2019-01-043-1/+9
| * | panic: add options to print system info when panic happensFeng Tang2019-01-041-0/+28
| * | fork: fix some -Wmissing-prototypes warningsYi Wang2019-01-041-5/+0
| * | kernel/hung_task.c: break RCU locks based on jiffiesTetsuo Handa2019-01-041-4/+4
| * | kernel/hung_task.c: force console verbose before panicLiu, Chuansheng2019-01-041-7/+5
| * | proc/sysctl: fix return error for proc_doulongvec_minmax()Cheng Lin2019-01-041-0/+2
* | | make 'user_access_begin()' do 'access_ok()'Linus Torvalds2019-01-042-8/+4
| |/ |/|
* | Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-0312-42/+47
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-01-032-78/+312
|\ \ | |/ |/|
| * bpf: prevent out of bounds speculation on pointer arithmeticDaniel Borkmann2019-01-021-6/+179
| * bpf: fix check_map_access smin_value test when pointer contains offsetDaniel Borkmann2019-01-021-1/+5
| * bpf: restrict unknown scalars of mixed signed bounds for unprivilegedDaniel Borkmann2019-01-021-1/+8
| * bpf: restrict stack pointer arithmetic for unprivilegedDaniel Borkmann2019-01-021-22/+41
| * bpf: restrict map value pointer arithmetic for unprivilegedDaniel Borkmann2019-01-021-0/+11
| * bpf: enable access to ax register also from verifier rewriteDaniel Borkmann2019-01-021-0/+20
| * bpf: move tmp variable into ax register in interpreterDaniel Borkmann2019-01-021-17/+17
| * bpf: move {prev_,}insn_idx into verifier envDaniel Borkmann2019-01-021-38/+38
* | Merge tag 'nfs-for-4.21-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2019-01-021-1/+57
|\ \
| * | cred: export get_task_cred().NeilBrown2018-12-191-0/+1
| * | cred: add get_cred_rcu()NeilBrown2018-12-191-1/+1
| * | cred: add cred_fscmp() for comparing creds.NeilBrown2018-12-191-0/+55
* | | Merge branch 'next-seccomp' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-01-021-12/+455
|\ \ \
| * | | seccomp: fix poor type promotionTycho Andersen2018-12-131-2/+1
| * | | seccomp: add a return code to trap to userspaceTycho Andersen2018-12-111-2/+446
| * | | seccomp: switch system call argument type to void *Tycho Andersen2018-12-111-4/+4
| * | | seccomp: hoist struct seccomp_data recalculation higherTycho Andersen2018-12-111-6/+6
* | | | Merge tag 'kgdb-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/da...Linus Torvalds2019-01-015-16/+82
|\ \ \ \
| * | | | kdb: use bool for binary state indicatorsNicholas Mc Guire2018-12-301-7/+7
| * | | | kdb: Don't back trace on a cpu that didn't round upDouglas Anderson2018-12-303-8/+14
| * | | | kgdb: Don't round up a CPU that failed rounding up beforeDouglas Anderson2018-12-302-1/+20
| * | | | kgdb: Fix kgdb_roundup_cpus() for arches who used smp_call_function()Douglas Anderson2018-12-301-0/+41
| * | | | kgdb: Remove irq flags from roundupDouglas Anderson2018-12-301-1/+1
* | | | | Merge tag 'trace-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2018-12-3122-1562/+2199
|\ \ \ \ \
| * | | | | tracing: Use the return of str_has_prefix() to remove open coded numbersSteven Rostedt (VMware)2018-12-223-13/+18
| * | | | | tracing: Have the historgram use the result of str_has_prefix() for len of pr...Steven Rostedt (VMware)2018-12-221-4/+5
| * | | | | tracing: Use str_has_prefix() instead of using fixed sizesSteven Rostedt (VMware)2018-12-225-6/+6
| * | | | | tracing: Use str_has_prefix() helper for histogram codeSteven Rostedt (VMware)2018-12-221-14/+14