summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | net: Exempt multicast addresses from five-second neighbor lifetimeJeff Dike2020-11-131-0/+1
| * | | | | | | Merge tag 'spi-fix-v5.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-11-191-0/+19
| |\ \ \ \ \ \ \
| | * | | | | | | spi: Introduce device-managed SPI controller allocationLukas Wunner2020-11-121-0/+19
| | | |_|/ / / / | | |/| | | | |
| * | | | | | | Merge tag 'nfsd-5.10-2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2020-11-181-1/+2
| |\ \ \ \ \ \ \
| | * | | | | | | SUNRPC: Fix oops in the rpc_xdr_buf event classScott Mayhew2020-11-121-1/+2
| * | | | | | | | Merge tag 'linux-kselftest-kunit-fixes-5.10-rc5' of git://git.kernel.org/pub/...Linus Torvalds2020-11-181-1/+1
| |\ \ \ \ \ \ \ \
| | * | | | | | | | kunit: fix display of failed expectations for stringsDaniel Latypov2020-11-101-1/+1
| * | | | | | | | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2020-11-161-0/+1
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / | |/| | | | | | | |
| | * | | | | | | | swiotlb: using SIZE_MAX needs limits.h includedStephen Rothwell2020-11-021-0/+1
| * | | | | | | | | 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-271-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-141-11/+27
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | vfs: move __sb_{start,end}_write* to fs.hDarrick J. Wong2020-11-111-3/+18
| | * | | | | | | | | | | vfs: separate __sb_start_write into blocking and non-blocking helpersDarrick J. Wong2020-11-111-10/+11
| | | |/ / / / / / / / / | | |/| | | | | | | | |
| * | | | | | | | | | | Merge tag 'block-5.10-2020-11-13' of git://git.kernel.dk/linux-blockLinus Torvalds2020-11-141-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-074-18/+12
| | |\ \ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / / / | | |/| | | | | | | | |
| | | * | | | | | | | | bpf: Don't rely on GCC __attribute__((optimize)) to disable GCSEArd Biesheuvel2020-10-302-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-071-2/+4
| | * | | | | | | | | jbd2: don't pass tid to jbd2_fc_end_commit_fallback()Harshad Shirwadkar2020-11-071-1/+1
| | * | | | | | | | | jbd2: don't use state lock during commit pathHarshad Shirwadkar2020-11-071-4/+6
| | * | | | | | | | | ext4: clean up the JBD2 API that initializes fast commitsHarshad Shirwadkar2020-11-071-1/+1
| | * | | | | | | | | jbd2: rename j_maxlen to j_total_len and add jbd2_journal_max_txn_bufsHarshad Shirwadkar2020-11-071-2/+7
| | * | | | | | | | | ext4: mark fc ineligible if inode gets evictied due to mem pressureHarshad Shirwadkar2020-11-071-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
| | | |/ / / / / / / | | |/| | | | | | |