summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-05-193-13/+111
|\
| * i2c: core: add device-managed version of i2c_new_dummyHeiner Kallweit2019-05-173-0/+50
| * i2c: core: improve return value handling of i2c_new_device and i2c_new_dummyHeiner Kallweit2019-05-171-13/+61
* | Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-05-1913-65/+107
|\ \
| * | ext4: avoid panic during forced reboot due to aborted journalJan Kara2019-05-171-1/+1
| * | ext4: fix block validity checks for journal inodes using indirect blocksTheodore Ts'o2019-05-151-0/+5
| * | unicode: update to Unicode 12.1.0 finalTheodore Ts'o2019-05-121-21/+7
| * | unicode: add missing check for an error return from utf8lookup()Theodore Ts'o2019-05-121-0/+2
| * | ext4: fix miscellaneous sparse warningsTheodore Ts'o2019-05-123-3/+3
| * | ext4: unsigned int compared against zeroColin Ian King2019-05-101-1/+2
| * | ext4: fix use-after-free in dx_release()Sahitya Tummala2019-05-101-1/+4
| * | ext4: fix data corruption caused by overlapping unaligned and aligned IOLukas Czerner2019-05-101-0/+7
| * | jbd2: fix potential double freeChengguang Xu2019-05-104-36/+61
| * | ext4: zero out the unused memory region in the extent tree blockSriram Rajagopalan2019-05-101-2/+15
* | | Merge tag '5.2-rc-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2019-05-198-51/+173
|\ \ \
| * | | cifs: add support for SEEK_DATA and SEEK_HOLERonnie Sahlberg2019-05-153-0/+99
| * | | Fixed https://bugzilla.kernel.org/show_bug.cgi?id=202935 allow write on the s...Kovtunenko Oleksandr2019-05-151-5/+0
| * | | cifs: Allocate memory for all iovs in smb2_ioctlLong Li2019-05-151-2/+19
| * | | cifs: Don't match port on SMBDirect transportLong Li2019-05-151-0/+4
| * | | cifs:smbd Use the correct DMA direction when sending dataLong Li2019-05-141-3/+5
| * | | cifs:smbd When reconnecting to server, call smbd_destroy() after all MIDs hav...Long Li2019-05-141-17/+20
| * | | cifs: use the right include for signal_pending()Ronnie Sahlberg2019-05-121-1/+1
| * | | smb3: trivial cleanup to smb2ops.cSteve French2019-05-091-1/+1
| * | | cifs: cleanup smb2ops.c and normalize stringsChristoph Probst2019-05-091-22/+22
| * | | smb3: display session id in debug dataSteve French2019-05-091-0/+2
* | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2019-05-1994-214/+5414
|\ \ \ \
| * \ \ \ Merge tag 'perf-core-for-mingo-5.2-20190517' of git://git.kernel.org/pub/scm/...Ingo Molnar2019-05-1894-214/+5414
| |\ \ \ \
| | * | | | perf stat: Support 'percore' event qualifierJin Yao2019-05-164-7/+69
| | * | | | perf stat: Factor out aggregate counts printingJin Yao2019-05-161-25/+39
| | * | | | perf tools: Add a 'percore' event qualifierJin Yao2019-05-166-0/+46
| | * | | | perf docs: Add description for stderrThomas Richter2019-05-161-0/+2
| | * | | | perf intel-pt: Fix sample timestamp wrt non-taken branchesAdrian Hunter2019-05-161-1/+4
| | * | | | perf intel-pt: Fix improved sample timestampAdrian Hunter2019-05-161-3/+10
| | * | | | perf intel-pt: Fix instructions sampling rateAdrian Hunter2019-05-161-3/+10
| | * | | | perf regs x86: Add X86 specific arch__intr_reg_mask()Kan Liang2019-05-162-0/+29
| | * | | | perf parse-regs: Add generic support for arch__intr/user_reg_mask()Kan Liang2019-05-163-3/+22
| | * | | | perf parse-regs: Split parse_regsKan Liang2019-05-154-7/+22
| | * | | | perf vendor events arm64: Add Cortex-A57 and Cortex-A72 eventsFlorian Fainelli2019-05-152-0/+181
| | * | | | perf vendor events arm64: Map Brahma-B53 CPUID to cortex-a53 eventsFlorian Fainelli2019-05-151-0/+1
| | * | | | perf vendor events arm64: Remove [[:xdigit:]] wildcardFlorian Fainelli2019-05-151-1/+1
| | * | | | perf jevents: Remove unused variableZenghui Yu2019-05-151-1/+0
| | * | | | perf test zstd: Fixup verbose mode outputArnaldo Carvalho de Melo2019-05-151-5/+4
| | * | | | perf tests: Implement Zstd comp/decomp integration testAlexey Budankov2019-05-151-0/+35
| | * | | | perf inject: Enable COMPRESSED record decompressionAlexey Budankov2019-05-151-0/+4
| | * | | | perf report: Implement perf.data record decompressionAlexey Budankov2019-05-155-2/+181
| | * | | | perf record: Implement -z,--compression_level[=<n>] optionAlexey Budankov2019-05-152-0/+35
| | * | | | perf report: Add stub processing of compressed events for -DAlexey Budankov2019-05-152-1/+20
| | * | | | perf record: Implement compression for AIO trace streamingAlexey Budankov2019-05-153-113/+89
| | * | | | perf record: Implement compression for serial trace streamingAlexey Budankov2019-05-152-2/+51
| | * | | | perf tools: Introduce Zstd streaming based compression APIAlexey Budankov2019-05-153-0/+114