summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-08-07Merge tag 'for-linus-5.9-rc1-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds8-105/+119
2020-08-07selftests: splice: Check behavior of full and short splicesKees Cook6-2/+118
2020-08-07module: Correctly truncate sysfs sections outputKees Cook1-3/+19
2020-08-07Merge branch 'pm-core'Rafael J. Wysocki2-12/+260
2020-08-07Merge tag 'powerpc-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds391-5674/+11048
2020-08-07Merge tag 'm68knommu-for-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds6-47/+45
2020-08-07Merge tag 'riscv-for-linus-5.9-mw0' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds32-71/+356
2020-08-07bpf: Delete repeated words in commentsRandy Dunlap2-2/+2
2020-08-07selftests/bpf: Fix silent Makefile outputAndrii Nakryiko1-22/+26
2020-08-07bpf, doc: Remove references to warning message when using bpf_trace_printk()Alan Maguire1-11/+0
2020-08-07Merge branch 'hch.init_path' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds35-768/+796
2020-08-07Merge branch 'work.regset' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds41-2349/+1370
2020-08-07x86/mm/64: Do not dereference non-present PGD entriesJoerg Roedel1-18/+13
2020-08-07arm64: kaslr: Use standard early random functionGuenter Roeck1-7/+5
2020-08-07thermal: don't make THERMAL_NETLINK 'default y'Linus Torvalds1-1/+0
2020-08-07gfs2: When gfs2_dirty_inode gets a glock error, dump the glockBob Peterson1-0/+1
2020-08-07gfs2: Never call gfs2_block_zero_range with an open transactionBob Peterson1-30/+39
2020-08-07Drivers: hv: vmbus: Only notify Hyper-V for die events that are oopsMichael Kelley1-0/+4
2020-08-07perf record: Skip side-band event setup if HAVE_LIBBPF_SUPPORT is not setJin Yao1-2/+2
2020-08-07perf tools powerpc: Add support for extended regs in power10Athira Rajeev3-0/+15
2020-08-07perf tools powerpc: Add support for extended register capabilityAnju T Sudhakar5-10/+82
2020-08-07tools headers UAPI: Sync drm/i915_drm.h with the kernel sourcesArnaldo Carvalho de Melo1-2/+2
2020-08-07tools arch x86: Sync asm/cpufeatures.h with the kernel sourcesArnaldo Carvalho de Melo1-0/+4
2020-08-07tools arch x86: Sync the msr-index.h copy with the kernel sourcesArnaldo Carvalho de Melo1-3/+23
2020-08-07tools headers UAPI: update linux/in.h copyArnaldo Carvalho de Melo1-0/+1
2020-08-07gfs2: print details on transactions that aren't properly endedBob Peterson1-13/+16
2020-08-07gfs2: Fix inaccurate commentBob Peterson1-1/+1
2020-08-07ALSA: hda/realtek: Fix pin default on Intel NUC 8 RuggedKai-Heng Feng1-0/+11
2020-08-07Merge tag 'nand/for-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd...Richard Weinberger41-747/+1018
2020-08-07Merge branch 'topic/xilinx' into fixesVinod Koul9-1/+1708
2020-08-07cifs: Fix an error pointer dereference in cifs_mount()Dan Carpenter1-0/+1
2020-08-07Merge tag 'dlm-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland...Linus Torvalds6-28/+164
2020-08-07Merge tag 'iomap-5.9-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds7-27/+44
2020-08-07Merge tag 'fsnotify_for_v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds18-424/+966
2020-08-07Merge tag 'for_v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds18-84/+86
2020-08-07Merge tag 'erofs-for-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds16-71/+100
2020-08-07Merge tag '5.9-rc-smb3-fixes-part1' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds16-493/+560
2020-08-07Merge tag 'thermal-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds75-1609/+1632
2020-08-07Merge tag 'auxdisplay-for-linus-v5.9-rc1' of git://github.com/ojeda/linuxLinus Torvalds1-11/+6
2020-08-07Input: exc3000 - add support to query model and fw_versionSebastian Reichel2-1/+162
2020-08-07Input: exc3000 - add reset gpio supportSebastian Reichel2-0/+19
2020-08-07Input: exc3000 - add EXC80H60 and EXC80H84 supportSebastian Reichel2-15/+70
2020-08-07dt-bindings: touchscreen: Convert EETI EXC3000 touchscreen to json-schemaSebastian Reichel2-26/+53
2020-08-07Input: sentelic - fix error return when fsp_reg_write failsColin Ian King1-1/+1
2020-08-07Input: alps - remove redundant assignment to variable retColin Ian King1-1/+1
2020-08-07Input: ims-pcu - return error code rather than -ENOMEMColin Ian King1-1/+1
2020-08-07drivers/net/wan/lapbether: Added needed_headroom and a skb->len checkXie He1-1/+9
2020-08-07bpf: Fix compilation warning of selftestsJianlin Lv3-14/+21
2020-08-07selftests: bpf: Switch off timeoutJiri Benc1-0/+1
2020-08-07bpf: Remove inline from bpf_do_trace_printkStanislav Fomichev1-1/+1