summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'char-misc-5.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-03-131-0/+3
|\
| * cpu/hotplug: Fix build error of using {add,remove}_cpu() with !CONFIG_SMPShuo Liu2021-03-101-0/+3
* | Merge tag 'kbuild-fixes-v5.12-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-03-132-2/+14
|\ \
| * | kbuild: rebuild GCC plugins when the compiler is upgradedMasahiro Yamada2021-03-112-2/+14
| |/
* | Merge tag 'block-5.12-2021-03-12-v2' of git://git.kernel.dk/linux-blockLinus Torvalds2021-03-121-2/+2
|\ \
| * | block: rename BIO_MAX_PAGES to BIO_MAX_VECSChristoph Hellwig2021-03-111-2/+2
* | | Merge tag 'io_uring-5.12-2021-03-12' of git://git.kernel.dk/linux-blockLinus Torvalds2021-03-121-1/+1
|\ \ \
| * | | io_uring: index io_uring->xa by ctx not filePavel Begunkov2021-03-071-1/+1
| | |/ | |/|
* | | Merge tag 'devprop-5.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-03-121-1/+1
|\ \ \
| * | | software node: Fix device_add_software_node()Heikki Krogerus2021-03-101-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
|\ \ \ \ \