summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-5.11/dm-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-01-151-0/+1
|\
| * dm integrity: fix flush with external metadata deviceMikulas Patocka2021-01-081-0/+1
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-01-152-2/+6
|\ \
| * | arm/kasan: fix the array size of kasan_early_shadow_pte[]Hailong Liu2021-01-121-1/+5
| * | mm/memcontrol: fix warning in mem_cgroup_page_lruvec()Hugh Dickins2021-01-121-1/+1
* | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2021-01-152-2/+6
|\ \ \
| * | | compiler.h: Raise minimum version of GCC to 5.1 for arm64Will Deacon2021-01-151-0/+6
| * | | Revert "arm64: Enable perf events based hard lockup detector"Will Deacon2021-01-131-2/+0
| |/ /
* | | Merge tag 'net-5.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-01-141-1/+2
|\ \ \ | |/ / |/| |
| * | net: compound page support in skb_seq_readWillem de Bruijn2021-01-111-0/+1
| * | net: support kmap_local forced debugging in skb_frag_foreachWillem de Bruijn2021-01-111-1/+1
* | | Merge tag 'usb-5.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2021-01-101-0/+21
|\ \ \
| * | | kcov, usb: hide in_serving_softirq checks in __usb_hcd_giveback_urbAndrey Konovalov2021-01-071-0/+21
* | | | Merge tag 'x86_urgent_for_v5.11_rc3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-01-101-0/+24
|\ \ \ \
| * | | | fanotify: Fix sys_fanotify_mark() on native x86-32Brian Gerst2020-12-281-0/+24
| |/ / /
* | | | Merge tag 'acpi-5.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2021-01-081-0/+7
|\ \ \ \
| * | | | ACPI: scan: add stub acpi_create_platform_device() for !CONFIG_ACPIShawn Guo2021-01-071-0/+7
| | |_|/ | |/| |
* | | | Merge tag 'iommu-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2021-01-081-6/+12
|\ \ \ \ | |_|_|/ |/| | |
| * | | iommu/vt-d: Fix general protection fault in aux_detach_device()Liu Yi L2021-01-071-5/+11
| * | | iommu/vt-d: Move intel_iommu info from struct intel_svm to struct intel_svm_devLiu Yi L2021-01-071-1/+1
| | |/ | |/|
* | | Merge tag 'net-5.11-rc3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/n...Linus Torvalds2021-01-081-1/+2
|\ \ \
| * | | net/mlx5e: Add missing capability check for uplink followAya Levin2021-01-071-1/+2
* | | | Revert "init/console: Use ttynull as a fallback when there is no console"Petr Mladek2021-01-081-3/+0
|/ / /
* | | Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Linus Torvalds2021-01-041-0/+6
|\ \ \
| * | | rcu-tasks: Move RCU-tasks initialization to before early_initcall()Uladzislau Rezki (Sony)2020-12-141-0/+6
* | | | Merge tag 'compiler-attributes-for-linus-v5.11' of git://github.com/ojeda/linuxLinus Torvalds2021-01-042-6/+6
|\ \ \ \ | |_|_|/ |/| | |
| * | | Compiler Attributes: remove CONFIG_ENABLE_MUST_CHECKMasahiro Yamada2020-12-022-6/+6
* | | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2021-01-012-7/+15
|\ \ \ \
| * | | | scsi: block: Do not accept any requests while suspendedAlan Stern2020-12-091-0/+12
| * | | | scsi: block: Remove RQF_PREEMPT and BLK_MQ_REQ_PREEMPTBart Van Assche2020-12-092-7/+1
| * | | | scsi: block: Introduce BLK_MQ_REQ_PMBart Van Assche2020-12-091-0/+2
* | | | | Merge tag 'ceph-for-5.11-rc2' of git://github.com/ceph/ceph-clientLinus Torvalds2020-12-301-2/+2
|\ \ \ \ \
| * | | | | libceph: add __maybe_unused to DEFINE_MSGR2_FEATUREIlya Dryomov2020-12-281-2/+2
| | |_|_|/ | |/| | |
* | | | | kdev_t: always inline major/minor helper functionsJosh Poimboeuf2020-12-291-11/+11
* | | | | sizes.h: add SZ_8G/SZ_16G/SZ_32G macrosHuang Shijie2020-12-291-0/+3
* | | | | mm: memmap defer init doesn't work as expectedBaoquan He2020-12-291-2/+3
* | | | | mm: add prototype for __add_to_page_cache_locked()Souptick Joarder2020-12-291-0/+7
* | | | | Revert "kbuild: avoid static_assert for genksyms"Masahiro Yamada2020-12-291-5/+0
|/ / / /
* | | | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2020-12-251-2/+1
|\ \ \ \
| * | | | fs: Handle I_DONTCACHE in iput_final() instead of generic_drop_inode()Hao Li2020-12-101-2/+1
| | |/ / | |/| |
* | | | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2020-12-241-3/+11
|\ \ \ \
| * | | | jbd2: add a helper to find out number of fast commit blocksHarshad Shirwadkar2020-12-171-1/+8
| * | | | Updated locking documentation for transaction_tAlexander Lochmann2020-12-031-2/+3
* | | | | Merge tag 'irq-core-2020-12-23' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-12-244-25/+24
|\ \ \ \ \
| * | | | | genirq: Provide kstat_irqdesc_cpu()Thomas Gleixner2020-12-151-0/+6
| * | | | | genirq: Make kstat_irqs() staticThomas Gleixner2020-12-151-1/+0
| * | | | | genirq: Provide irq_get_effective_affinity()Thomas Gleixner2020-12-151-0/+7
| * | | | | genirq: Move irq_set_lockdep_class() to coreThomas Gleixner2020-12-151-6/+4
| * | | | | genirq: Move status flag checks to coreThomas Gleixner2020-12-151-12/+5
| * | | | | genirq: Move irq_has_action() into core codeThomas Gleixner2020-12-152-6/+2