summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* f2fs: Replace one-element array with flexible-array memberGustavo A. R. Silva2021-03-121-1/+1
* Merge tag 'regulator-fix-v5.12-rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2021-03-121-0/+3
|\
| * regulator: pca9450: Clear PRESET_EN bit to fix BUCK1/2/3 voltage settingFrieder Schrempf2021-03-101-0/+3
* | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2021-03-121-0/+4
|\ \
| * | arm64: mte: Map hotplugged memory as Normal TaggedCatalin Marinas2021-03-101-0/+4
| |/
* | Merge tag 'drm-fixes-2021-03-12-1' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2021-03-111-0/+2
|\ \
| * | drm: Use USB controller's DMA mask when importing dmabufsThomas Zimmermann2021-03-111-0/+2
| |/
* | Merge git://git.kernel.org:/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2021-03-095-7/+14
|\ \
| * | net: check if protocol extracted by virtio_net_hdr_set_proto is correctBalazs Nemeth2021-03-091-1/+6
| * | atm: fix a typo in the struct descriptionTong Zhang2021-03-081-1/+1
| * | xsk: Remove dangling function declaration from header fileMaciej Fijalkowski2021-03-041-2/+0
| * | net: expand textsearch ts_state to fit skb_seq_stateWillem de Bruijn2021-03-011-1/+1
| * | can: skb: can_skb_set_owner(): fix ref counting if socket was closed before s...Oleksij Rempel2021-03-011-2/+6
* | | gpiolib: acpi: Allow to find GpioInt() resource by name and indexAndy Shevchenko2021-03-081-2/+8
* | | gpiolib: acpi: Add ACPI_GPIO_QUIRK_ABSOLUTE_NUMBER quirkAndy Shevchenko2021-03-081-0/+2
| |/ |/|
* | Merge tag 'block-5.12-2021-03-05' of git://git.kernel.dk/linux-blockLinus Torvalds2021-03-051-2/+0
|\ \
| * | block: Drop leftover references to RQF_SORTEDJean Delvare2021-03-011-2/+0
* | | Merge tag 'io_uring-5.12-2021-03-05' of git://git.kernel.dk/linux-blockLinus Torvalds2021-03-052-1/+3
|\ \ \
| * | | kernel: provide create_io_thread() helperJens Axboe2021-03-041-0/+2
| * | | io_uring: destroy io-wq on execPavel Begunkov2021-03-041-1/+1
| |/ /
* | | Merge tag 'acpi-5.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2021-03-051-3/+3
|\ \ \
| * | | ACPI: bus: Constify is_acpi_node() and friends (part 2)Andy Shevchenko2021-03-031-3/+3
| |/ /
* | | Merge tag 'trace-v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-03-051-9/+2
|\ \ \
| * | | tracing: Fix comment about the trace_event_call flagsSteven Rostedt (VMware)2021-03-041-9/+2
| |/ /
* | | Merge tag 'sound-5.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2021-03-041-0/+2
|\ \ \
| * | | ALSA: hda: move Intel SoundWire ACPI scan to dedicated modulePierre-Louis Bossart2021-03-021-0/+2
| |/ /
* | | swap: fix swapfile read/write offsetJens Axboe2021-03-021-0/+1
* | | Merge branch 'kmap-conversion-for-5.12' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2021-03-011-0/+56
|\ \ \ | |/ / |/| |
| * | mm/highmem: Add VM_BUG_ON() to mem*_page() callsIra Weiny2021-02-111-0/+5
| * | mm/highmem: Introduce memcpy_page(), memmove_page(), and memset_page()Ira Weiny2021-02-111-0/+33
| * | mm/highmem: Convert memcpy_[to|from]_page() to kmap_local_page()Ira Weiny2021-02-111-4/+4
| * | mm/highmem: Lift memcpy_[to|from]_page to coreIra Weiny2021-02-111-0/+18
* | | Merge tag 'csky-for-linus-5.12-rc1' of git://github.com/c-sky/csky-linuxLinus Torvalds2021-02-281-0/+1
|\ \ \
| * | | csky: Fixup perf probe failedGuo Ren2021-01-121-0/+1
* | | | Merge tag 'block-5.12-2021-02-27' of git://git.kernel.dk/linux-blockLinus Torvalds2021-02-283-5/+7
|\ \ \ \
| * | | | block: Add bio_max_segsMatthew Wilcox (Oracle)2021-02-261-1/+6
| * | | | blktrace: remove debugfs file dentries from struct blk_traceGreg Kroah-Hartman2021-02-231-2/+0
| * | | | blktrace: add blk_fill_rwbs documentation commentChaitanya Kulkarni2021-02-221-1/+1
| * | | | block: remove superfluous param in blk_fill_rwbs()Chaitanya Kulkarni2021-02-221-1/+1
| * | | | block: Remove unused blk_pm_*() function definitionsBart Van Assche2021-02-221-1/+0
* | | | | Merge tag 'io_uring-worker.v3-2021-02-25' of git://git.kernel.dk/linux-blockLinus Torvalds2021-02-273-23/+5
|\ \ \ \ \
| * | | | | io_uring: ensure io-wq context is always destroyed for tasksJens Axboe2021-02-231-1/+1
| * | | | | net: remove cmsg restriction from io_uring based send/recvmsg callsJens Axboe2021-02-231-3/+0
| * | | | | io_uring: remove io_identityJens Axboe2021-02-211-19/+0
| * | | | | io-wq: fork worker threads from original taskJens Axboe2021-02-211-0/+3
| * | | | | io_uring: tie async worker side to the task contextJens Axboe2021-02-211-0/+1
* | | | | | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2021-02-271-1/+0
|\ \ \ \ \ \
| * | | | | | vfs: don't unnecessarily clone write access for writable fdsEric Biggers2021-01-041-1/+0
* | | | | | | Merge tag 'for-linus' of git://github.com/openrisc/linuxLinus Torvalds2021-02-261-48/+102
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge remote-tracking branch 'openrisc/or1k-5.11-fixes' into or1k-5.12-updatesStafford Horne2021-01-2516-43/+119
| |\ \ \ \ \ \ \ | | | |_|_|/ / / | | |/| | | | |