summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* dm integrity: fix flush with external metadata deviceMikulas Patocka2021-01-191-0/+1
* compiler.h: Raise minimum version of GCC to 5.1 for arm64Will Deacon2021-01-191-0/+6
* xsk: Fix race in SKB mode transmit with shared cqMagnus Karlsson2021-01-172-4/+5
* fanotify: Fix sys_fanotify_mark() on native x86-32Brian Gerst2021-01-171-0/+24
* bcache: introduce BCH_FEATURE_INCOMPAT_LOG_LARGE_BUCKET_SIZE for large bucketColy Li2021-01-121-1/+1
* iommu/vt-d: Move intel_iommu info from struct intel_svm to struct intel_svm_devLiu Yi L2021-01-121-1/+1
* scsi: block: Do not accept any requests while suspendedAlan Stern2021-01-121-0/+12
* scsi: block: Remove RQF_PREEMPT and BLK_MQ_REQ_PREEMPTBart Van Assche2021-01-122-7/+1
* local64.h: make <asm/local64.h> mandatoryRandy Dunlap2021-01-121-0/+1
* scsi: block: Introduce BLK_MQ_REQ_PMBart Van Assche2021-01-121-0/+2
* net: sched: prevent invalid Scell_log shift countRandy Dunlap2021-01-121-1/+3
* exec: Transform exec_update_mutex into a rw_semaphoreEric W. Biederman2021-01-091-5/+6
* rwsem: Implement down_read_interruptibleEric W. Biederman2021-01-091-0/+1
* rwsem: Implement down_read_killable_nestedEric W. Biederman2021-01-091-0/+2
* RDMA/core: remove use of dma_virt_opsChristoph Hellwig2021-01-091-23/+50
* kdev_t: always inline major/minor helper functionsJosh Poimboeuf2021-01-091-11/+11
* uapi: move constants from <linux/kernel.h> to <linux/const.h>Petr Vorel2021-01-068-14/+12
* mm: memmap defer init doesn't work as expectedBaoquan He2021-01-061-2/+3
* of: fix linker-section match-table corruptionJohan Hovold2020-12-301-0/+1
* xen/xenbus: Count pending messages for each watchSeongJae Park2020-12-301-0/+2
* xen/xenbus: Add 'will_handle' callback support in xenbus_watch_path()SeongJae Park2020-12-301-1/+5
* xen/xenbus: Allow watches discard events before queueingSeongJae Park2020-12-301-0/+7
* iio: ad_sigma_delta: Don't put SPI transfer buffer on the stackLars-Peter Clausen2020-12-301-1/+5
* fsnotify: fix events reported to watching parent and childAmir Goldstein2020-12-301-3/+3
* fsnotify: generalize handle_inode_event()Amir Goldstein2020-12-301-1/+2
* binder: add flag to clear buffer on txn completeTodd Kjos2020-12-301-0/+1
* PM: ACPI: PCI: Drop acpi_pm_set_bridge_wakeup()Rafael J. Wysocki2020-12-301-5/+0
* devlink: use _BITUL() macro instead of BIT() in the UAPI headerTobias Klauser2020-12-301-1/+1
* proc: fix lookup in /proc/net subdirectories after setns(2)Alexey Dobriyan2020-12-301-1/+7
* mm/rmap: always do TTU_IGNORE_ACCESSShakeel Butt2020-12-301-1/+0
* mm/gup: prevent gup_fast from racing with COW during forkJason Gunthorpe2020-12-301-0/+8
* fs: Handle I_DONTCACHE in iput_final() instead of generic_drop_inode()Hao Li2020-12-301-2/+1
* RDMA/uverbs: Fix incorrect variable typeAvihai Horon2020-12-301-0/+10
* seq_buf: Avoid type mismatch for seq_buf_initArnd Bergmann2020-12-302-3/+3
* SUNRPC: xprt_load_transport() needs to support the netid "rdma6"Trond Myklebust2020-12-301-0/+1
* media: v4l2-fwnode: v4l2_fwnode_endpoint_parse caller must init vep argumentSakari Ailus2020-12-301-0/+6
* media: v4l2-fwnode: Return -EINVAL for invalid bus-typeLad Prabhakar2020-12-301-0/+2
* crypto: af_alg - avoid undefined behavior accessing salg_nameEric Biggers2020-12-261-0/+16
* fscrypt: add fscrypt_is_nokey_name()Eric Biggers2020-12-261-0/+34
* fscrypt: remove kernel-internal constants from UAPI headerEric Biggers2020-12-261-3/+2
* USB: UAS: introduce a quirk to set no_write_sameOliver Neukum2020-12-211-0/+2
* ptrace: Prevent kernel-infoleak in ptrace_get_syscall_info()Peilin Ye2020-12-211-1/+2
* Merge tag 'for-linus-5.10c-rc8-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-12-121-0/+17
|\
| * xen: don't use page->lru for ZONE_DEVICE memoryJuergen Gross2020-12-091-0/+4
| * xen: add helpers for caching grant mapping pagesJuergen Gross2020-12-091-0/+13
* | bpf: Fix enum names for bpf_this_cpu_ptr() and bpf_per_cpu_ptr() helpersAndrii Nakryiko2020-12-111-2/+2
* | elfcore: fix building with clangArnd Bergmann2020-12-111-0/+22
* | kbuild: avoid static_assert for genksymsArnd Bergmann2020-12-111-0/+5
* | Merge tag 'fixes-v5.10a' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2020-12-101-1/+1
|\ \
| * | [SECURITY] fix namespaced fscaps when !CONFIG_SECURITYSerge Hallyn2020-12-041-1/+1