summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2021-03-11misc: eeprom_93xx46: Add quirk to support Microchip 93LC46B eepromAswath Govindraju1-0/+2
2021-03-11bus: ti-sysc: Implement GPMC debug quirk to drop platform dataTony Lindgren1-0/+1
2021-03-09mm: Remove examples from enum zone_type commentNicolas Saenz Julienne1-20/+0
2021-03-09arm64: mm: Set ZONE_DMA size based on early IORT scanArd Biesheuvel1-0/+4
2021-03-09of/address: Introduce of_dma_get_max_cpu_address()Nicolas Saenz Julienne1-0/+7
2021-03-09crypto - shash: reduce minimum alignment of shash_desc structureArd Biesheuvel1-3/+6
2021-03-07swap: fix swapfile read/write offsetJens Axboe1-0/+1
2021-03-07zsmalloc: account the number of compacted pages correctlyRokudo Yan1-1/+1
2021-03-07net: fix dev_ifsioc_locked() race conditionCong Wang1-0/+3
2021-03-04net: icmp: pass zeroed opts from icmp{,v6}_ndo_send before sendingJason A. Donenfeld2-7/+20
2021-03-04ipv6: silence compilation warning for non-IPV6 buildsLeon Romanovsky1-1/+1
2021-03-04kgdb: fix to kill breakpoints on initmem after bootSumit Garg1-0/+2
2021-03-04dm: fix deadlock when swapping to encrypted deviceMikulas Patocka1-0/+5
2021-03-04kcmp: Support selection of SYS_kcmp without CHECKPOINT_RESTOREChris Wilson1-1/+1
2021-03-04rcu/nocb: Perform deferred wake up before last idle's need_resched() checkFrederic Weisbecker1-0/+2
2021-03-04KEYS: trusted: Reserve TPM for seal and unseal operationsJarkko Sakkinen1-1/+4
2021-03-04mm/rmap: fix potential pte_unmap on an not mapped pteMiaohe Lin1-1/+2
2021-03-04mm: fix memory_failure() handling of dax-namespace metadataDan Williams1-0/+6
2021-03-04mm,thp,shmem: make khugepaged obey tmpfs mount flagsRik van Riel1-0/+2
2021-03-04soundwire: export sdw_write/read_no_pm functionsBard Liao1-0/+2
2021-03-04regulator: bd718x7, bd71828, Fix dvs voltage levelsMatti Vaittinen1-8/+6
2021-03-04iommu: Switch gather->end to the inclusive endYong Wu1-2/+2
2021-03-04certs: Fix blacklist flag type confusionDavid Howells1-0/+1
2021-03-04ima: Free IMA measurement buffer after kexec syscallLakshmi Ramasubramanian1-0/+5
2021-03-04tty: convert tty_ldisc_ops 'read()' function to take a kernel pointerLinus Torvalds1-1/+2
2021-03-04bpf: Avoid warning when re-casting __bpf_call_base into __bpf_call_base_argsAndrii Nakryiko1-1/+1
2021-03-04bpf: Add bpf_patch_call_args prototype to include/linux/bpf.hAndrii Nakryiko1-0/+3
2021-02-26mm: provide a saner PTE walking API for modulesPaolo Bonzini1-2/+4
2021-02-26mm: simplify follow_pte{,pmd}Christoph Hellwig1-3/+3
2021-02-17net: watchdog: hold device global xmit lock during tx disableEdwin Peer1-0/+2
2021-02-17udp: fix skb_copy_and_csum_datagram with odd segment sizesWillem de Bruijn1-1/+7
2021-02-13SUNRPC: Move simple_get_bytes and simple_get_netobj into private headerDave Wysochanski1-2/+1
2021-02-10mm/vmalloc: separate put pages and flush VM flagsRick Edgecombe1-7/+2
2021-02-10mm: hugetlbfs: fix cannot migrate the fallocated HugeTLB pageMuchun Song1-0/+2
2021-02-10iommu: Check dev->iommu in dev_iommu_priv_get() before dereferencing itJoerg Roedel1-1/+4
2021-02-10genirq/msi: Activate Multi-MSI early when MSI_FLAG_ACTIVATE_EARLY is setMarc Zyngier1-0/+6
2021-02-10genirq: Prevent [devm_]irq_alloc_desc from returning irq 0Hans de Goede1-2/+2
2021-02-10tracepoint: Fix race between tracing and removing tracepointAlexey Kardashevskiy1-5/+7
2021-02-10tracing/kprobe: Fix to support kretprobe events on unloaded modulesMasami Hiramatsu1-1/+1
2021-02-07kthread: Extract KTHREAD_IS_PER_CPUPeter Zijlstra1-0/+3
2021-02-07nvme-pci: allow use of cmb on v1.4 controllersKlaus Jensen1-0/+6
2021-02-03Revert "RDMA/mlx5: Fix devlink deadlock on net namespace deletion"Parav Pandit1-18/+0
2021-02-03x86/entry: Emit a symbol for register restoring thunkNick Desaulniers1-0/+5
2021-01-27Commit 9bb48c82aced ("tty: implement write_iter") converted the tty layer to ...Sami Tolvanen1-0/+1
2021-01-27driver core: Fix device link device name collisionSaravana Kannan1-0/+12
2021-01-19rcu-tasks: Move RCU-tasks initialization to before early_initcall()Uladzislau Rezki (Sony)1-0/+6
2021-01-19ACPI: scan: add stub acpi_create_platform_device() for !CONFIG_ACPIShawn Guo1-0/+7
2021-01-19dm integrity: fix flush with external metadata deviceMikulas Patocka1-0/+1
2021-01-19compiler.h: Raise minimum version of GCC to 5.1 for arm64Will Deacon1-0/+6
2021-01-17fanotify: Fix sys_fanotify_mark() on native x86-32Brian Gerst1-0/+24