summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-01-04Merge branches 'misc.misc' and 'work.iov_iter' into for-linusAl Viro5-47/+74
2019-01-04i915: fix missing user_access_end() in page fault exception caseLinus Torvalds1-0/+1
2019-01-04Fix access_ok() fallout for sparc32 and powerpcLinus Torvalds2-3/+2
2019-01-04Merge commit 'smp-hotplug^{/omap2}' into for-linusRussell King13-177/+73
2019-01-04arm64: compat: Hook up io_pgetevents() for 32-bit tasksWill Deacon2-1/+3
2019-01-04arm64: compat: Don't pull syscall number from regs in arm_compat_syscallWill Deacon2-10/+8
2019-01-04arm64: compat: Avoid sending SIGILL for unallocated syscall numbersWill Deacon2-4/+5
2019-01-04arm64/sve: Disentangle <uapi/asm/ptrace.h> from <uapi/asm/sigcontext.h>Dave Martin3-49/+99
2019-01-04arm64/sve: ptrace: Fix SVE_PT_REGS_OFFSET definitionDave Martin1-1/+1
2019-01-04powerpc: Drop use of 'type' from access_ok()Mathieu Malaterre1-1/+1
2019-01-04Merge branch 'master' into fixesMichael Ellerman6513-158550/+274807
2019-01-04drivers/perf: hisi: Fixup one DDRC PMU register offsetShaokun Zhang1-2/+2
2019-01-04arm64: replace arm64-obj-* in Makefile with obj-*Masahiro Yamada1-31/+30
2019-01-04sh: ftrace: Fix missing parenthesis in WARN_ON()Steven Rostedt (VMware)1-1/+1
2019-01-04Remove 'type' argument from access_ok() functionLinus Torvalds221-679/+610
2019-01-04Merge tag 'locks-v4.21-2' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...Linus Torvalds1-1/+1
2019-01-04Merge tag 'sound-fix-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds6-117/+11
2019-01-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds60-385/+2060
2019-01-03smb3: add smb3.1.1 to default dialect listSteve French2-14/+28
2019-01-03arm64: kaslr: Reserve size of ARM64_MEMSTART_ALIGN in linear regionYueyi Li1-1/+1
2019-01-03firmware: arm_sdei: Fix DT platform device creationJames Morse1-5/+0
2019-01-03firmware: arm_sdei: fix wrong of_node_put() in init functionNicolas Saenz Julienne1-1/+0
2019-01-03arm64: entry: remove unused register aliasesMark Rutland1-11/+1
2019-01-03thermal/intel: fixup for Kconfig string parsing tightening upStephen Rothwell1-1/+1
2019-01-03arm64: smp: Fix compilation errorShaokun Zhang1-3/+5
2019-01-03cifs: fix confusing warning message on reconnectSteve French1-1/+1
2019-01-03smb3: fix large reads on encrypted connectionsPaul Aurich1-1/+3
2019-01-03ipv6: Consider sk_bound_dev_if when binding a socket to an addressDavid Ahern1-0/+3
2019-01-03ipv6: Fix dump of specific table with strict checkingDavid Ahern1-1/+5
2019-01-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds20-141/+347
2019-01-03Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds7-125/+279
2019-01-03Merge tag 'for-4.21/block-20190102' of git://git.kernel.dk/linux-blockLinus Torvalds23-131/+467
2019-01-03Merge tag 'for-4.21/libata-20190102' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+2
2019-01-03Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds4-440/+440
2019-01-03Merge tag 'devprop-4.21-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+3
2019-01-03Merge tag 'mailbox-v4.21' of git://git.linaro.org/landing-teams/working/fujit...Linus Torvalds23-247/+612
2019-01-03Merge branch 'for-linus-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds20-173/+259
2019-01-03Merge tag 's390-4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds17-204/+222
2019-01-03locks: fix error in locks_move_blocks()NeilBrown1-1/+1
2019-01-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller6-89/+1433
2019-01-03Merge tag 'nfs-for-4.21-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds63-1995/+1518
2019-01-03Merge tag 'nfsd-4.21' of git://linux-nfs.org/~bfields/linuxLinus Torvalds31-360/+192
2019-01-03Merge branch 'prevent-oob-under-speculation'Alexei Starovoitov5-88/+1432
2019-01-03bpf: add various test cases to selftestsDaniel Borkmann1-3/+1105
2019-01-03bpf: prevent out of bounds speculation on pointer arithmeticDaniel Borkmann2-6/+189
2019-01-03bpf: fix check_map_access smin_value test when pointer contains offsetDaniel Borkmann1-1/+5
2019-01-03bpf: restrict unknown scalars of mixed signed bounds for unprivilegedDaniel Borkmann1-1/+8
2019-01-03bpf: restrict stack pointer arithmetic for unprivilegedDaniel Borkmann1-22/+41
2019-01-03bpf: restrict map value pointer arithmetic for unprivilegedDaniel Borkmann1-0/+11
2019-01-03bpf: enable access to ax register also from verifier rewriteDaniel Borkmann2-6/+21