summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* lightnvm: remove duplicate include in lightnvm.hZhang Yunkai2021-04-131-2/+0
* nvme: implement non-mdts command limitsKeith Busch2021-04-061-0/+10
* block: remove the revalidate_disk methodChristoph Hellwig2021-03-291-1/+0
* Merge tag 'irq-urgent-2021-03-14' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-03-141-4/+0
|\
| * irqdomain: Remove debugfs_file from struct irq_domainGreg Kroah-Hartman2021-03-081-4/+0
* | Merge tag 'locking-urgent-2021-03-14' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2021-03-142-7/+5
|\ \
| * | seqlock,lockdep: Fix seqcount_latch_init()Peter Zijlstra2021-03-101-4/+1
| * | u64_stats,lockdep: Fix u64_stats_init() vs lockdepPeter Zijlstra2021-03-101-3/+4
| |/
* | Merge tag 'perf_urgent_for_v5.12-rc3' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2021-03-141-0/+2
|\ \
| * | perf/core: Flush PMU internal buffers for per-CPU eventsKan Liang2021-03-061-0/+2
| |/
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-03-147-12/+40
|\ \
| * | mm/memcg: rename mem_cgroup_split_huge_fixup to split_page_memcg and add nr_p...Zhou Guanghui2021-03-131-4/+2
| * | include/linux/sched/mm.h: use rcu_dereference in in_vfork()Matthew Wilcox (Oracle)2021-03-131-1/+2
| * | linux/compiler-clang.h: define HAVE_BUILTIN_BSWAP*Arnd Bergmann2021-03-131-0/+6
| * | mm: introduce page_needs_cow_for_dma() for deciding whether cowPeter Xu2021-03-131-0/+21
| * | mm/fork: clear PASID for new mmFenghua Yu2021-03-131-0/+1
| * | stop_machine: mark helpers __always_inlineArnd Bergmann2021-03-131-5/+6
| * | memblock: fix section mismatch warningArnd Bergmann2021-03-131-2/+2
* | | 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
|\ \ \