summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* resource: Introduce resource_intersection() for overlapping resourcesAndy Shevchenko2020-11-171-0/+10
* resource: Introduce resource_union() for overlapping resourcesAndy Shevchenko2020-11-171-1/+12
* resource: Group resource_overlaps() with other inline helpersAndy Shevchenko2020-11-171-6/+5
* Merge tag 'perf-urgent-2020-11-15' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-11-152-12/+7
|\
| * perf/arch: Remove perf_sample_data::regs_user_copyPeter Zijlstra2020-11-092-10/+2
| * perf: Reduce stack usage of perf_output_begin()Peter Zijlstra2020-11-091-2/+5
* | Merge branch 'for-5.10-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-11-151-9/+9
|\ \
| * | asm-generic: percpu: avoid Wshadow warningArnd Bergmann2020-10-261-9/+9
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-11-145-29/+26
|\ \ \
| * | | mm: memcontrol: fix missing wakeup polling threadMuchun Song2020-11-141-2/+9
| * | | compiler.h: fix barrier_data() on clangArvind Sankar2020-11-144-27/+17
* | | | Merge tag 'vfs-5.10-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2020-11-131-11/+27
|\ \ \ \
| * | | | vfs: move __sb_{start,end}_write* to fs.hDarrick J. Wong2020-11-101-3/+18
| * | | | vfs: separate __sb_start_write into blocking and non-blocking helpersDarrick J. Wong2020-11-101-10/+11
| | |/ / | |/| |
* | | | Merge tag 'block-5.10-2020-11-13' of git://git.kernel.dk/linux-blockLinus Torvalds2020-11-131-1/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | block: add a return value to set_capacity_revalidate_and_notifyChristoph Hellwig2020-11-121-1/+1
* | | | Merge tag 'gpio-v5.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds2020-11-131-52/+54
|\ \ \ \
| * | | | gpio: uapi: clarify the meaning of 'empty' char arraysKent Gibson2020-10-281-3/+3
| * | | | gpio: uapi: remove whitespaceKent Gibson2020-10-281-1/+1
| * | | | gpio: uapi: kernel-doc formatting improvementsKent Gibson2020-10-281-46/+47
| * | | | gpio: uapi: comment consistencyKent Gibson2020-10-281-1/+1
| * | | | gpio: uapi: fix kernel-doc warningsKent Gibson2020-10-281-1/+2
| | |/ / | |/| |
* | | | Merge tag 'net-5.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2020-11-124-18/+12
|\ \ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2020-11-064-18/+12
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | bpf: Don't rely on GCC __attribute__((optimize)) to disable GCSEArd Biesheuvel2020-10-292-6/+0
| | * | | xsk: Fix possible memory leak at socket closeMagnus Karlsson2020-10-291-1/+1
| | * | | bpf: Fix -Wshadow warningsArnd Bergmann2020-10-271-11/+11
* | | | | Merge tag 'pm-5.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2020-11-121-2/+16
|\ \ \ \ \
| * | | | | cpufreq: Add strict_target to struct cpufreq_policyRafael J. Wysocki2020-11-101-0/+6
| * | | | | cpufreq: Introduce CPUFREQ_GOV_STRICT_TARGETRafael J. Wysocki2020-11-101-0/+3
| * | | | | cpufreq: Introduce governor flagsRafael J. Wysocki2020-11-101-2/+7
* | | | | | Merge branch 'stable/for-linus-5.10-rc2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2020-11-111-7/+3
|\ \ \ \ \ \
| * | | | | | swiotlb: remove the tbl_dma_addr argument to swiotlb_tbl_map_singleChristoph Hellwig2020-11-021-7/+3
| | |_|_|/ / | |/| | | |
* | | | | | Merge tag 'nfsd-5.10-1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2020-11-091-4/+4
|\ \ \ \ \ \
| * | | | | | SUNRPC: Fix general protection fault in trace_rpc_xdr_overflow()Chuck Lever2020-11-051-4/+4
| | |_|_|_|/ | |/| | | |
* | | | | | Merge tag 'ext4_for_linus_cleanups' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-11-092-12/+21
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | ext4: disable fast commit with data journallingHarshad Shirwadkar2020-11-061-2/+4
| * | | | | jbd2: don't pass tid to jbd2_fc_end_commit_fallback()Harshad Shirwadkar2020-11-061-1/+1
| * | | | | jbd2: don't use state lock during commit pathHarshad Shirwadkar2020-11-061-4/+6
| * | | | | ext4: clean up the JBD2 API that initializes fast commitsHarshad Shirwadkar2020-11-061-1/+1
| * | | | | jbd2: rename j_maxlen to j_total_len and add jbd2_journal_max_txn_bufsHarshad Shirwadkar2020-11-061-2/+7
| * | | | | ext4: mark fc ineligible if inode gets evictied due to mem pressureHarshad Shirwadkar2020-11-061-3/+3
| |/ / / /
* | | | | Merge tag 'xfs-5.10-fixes-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2020-11-081-1/+1
|\ \ \ \ \
| * | | | | iomap: support partial page discard on writeback block mapping failureBrian Foster2020-11-041-1/+1
| | |/ / / | |/| | |
* | | | | Merge branch 'hch' (patches from Christoph)Linus Torvalds2020-11-081-0/+1
|\ \ \ \ \
| * | | | | seq_file: add seq_read_iterChristoph Hellwig2020-11-061-0/+1
| | |/ / / | |/| | |
* | | | | Merge tag 'io_uring-5.10-2020-11-07' of git://git.kernel.dk/linux-blockLinus Torvalds2020-11-071-1/+2
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | io_uring: properly handle SQPOLL request cancelationsJens Axboe2020-11-041-1/+2
| |/ / /
* | | | Merge tag 'sound-5.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2020-11-064-5/+6
|\ \ \ \
| * | | | ALSA: make snd_kcontrol_new name a normal stringArnd Bergmann2020-10-261-1/+1