summaryrefslogtreecommitdiffstats
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2020-08-07Merge tag 'nand/for-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd...Richard Weinberger3-138/+141
2020-08-02MTD: pfow.h: drop a duplicated wordRandy Dunlap1-1/+1
2020-08-02mtd: hyperbus: Replace HTTP links with HTTPS onesAlexander A. Klimov1-1/+1
2020-08-02Merge tag 'spi-nor/for-5.9' of https://git.kernel.org/pub/scm/linux/kernel/gi...Richard Weinberger1-1/+13
2020-07-15Merge tag 'spi-mem-dtr' into spi-nor/nextTudor Ambarus1-1/+13
2020-07-14spi: spi-mem: allow specifying a command's extensionPratyush Yadav1-1/+5
2020-07-14spi: spi-mem: allow specifying whether an op is DTR or notPratyush Yadav1-0/+8
2020-07-03Merge tag 'pci-v5.8-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-6/+5
2020-07-02Merge tag 'block-5.8-2020-07-01' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+1
2020-07-02Merge tag 'io_uring-5.8-2020-07-01' of git://git.kernel.dk/linux-blockLinus Torvalds2-2/+7
2020-06-30PCI: Make pcie_find_root_port() work for Root PortsMika Westerberg1-6/+5
2020-06-30Merge tag 'fixes-v5.8-rc3-a' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+2
2020-06-30task_work: teach task_work_add() to do signal_wake_up()Oleg Nesterov2-2/+7
2020-06-29blk-mq-debugfs: update blk_queue_flag_name[] accordingly for new flagsHou Tao1-0/+1
2020-06-28Merge tag 'timers-urgent-2020-06-28' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-7/+7
2020-06-28Merge tag 'efi-urgent-2020-06-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-6/+16
2020-06-28Merge tag 'sched_urgent_for_5.8_rc3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-35/+83
2020-06-28Merge tag 'x86_urgent_for_5.8_rc3' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2020-06-28Merge tag 'rcu_urgent_for_5.8_rc3' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-2/+236
2020-06-28Merge tag 'x86_entry_for_5.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds4-8/+21
2020-06-28smp, irq_work: Continue smp_call_function*() and irq_work*() integrationPeter Zijlstra4-37/+83
2020-06-28sched/core: Fix CONFIG_GCC_PLUGIN_RANDSTRUCT build failPeter Zijlstra1-2/+4
2020-06-27Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds1-1/+1
2020-06-27Merge tag 'dma-mapping-5.8-4' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-2/+0
2020-06-27Merge tag 'kgdb-5.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/dan...Linus Torvalds1-3/+2
2020-06-26Merge tag 'iommu-fixes-v5.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+1
2020-06-26Merge tag 'drm-fixes-2020-06-26' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-0/+3
2020-06-26Merge branch 'akpm' (patches from Andrew)Linus Torvalds3-3/+3
2020-06-26kdb: Switch to use safer dbg_io_ops over console APIsSumit Garg1-3/+2
2020-06-26Merge branch 'linus' into x86/entry, to resolve conflictsIngo Molnar19-57/+95
2020-06-26mm: remove vmalloc_execChristoph Hellwig1-1/+0
2020-06-26mm: workingset: age nonresident information alongside anonymous pagesJohannes Weiner2-2/+3
2020-06-26mtd: rawnand: Allocate the interface configurations dynamicallyMiquel Raynal1-3/+8
2020-06-26mtd: rawnand: Get rid of the default ONFI timing modeMiquel Raynal1-9/+0
2020-06-26mtd: rawnand: Add the ->choose_interface_config() hookMiquel Raynal1-0/+3
2020-06-26mtd: rawnand: s/data_interface/interface_config/Miquel Raynal1-17/+16
2020-06-26mtd: rawnand: Hide the chip->data_interface indirectionMiquel Raynal1-0/+11
2020-06-26mtd: rawnand: Reorganize the nand_chip structureMiquel Raynal1-90/+76
2020-06-26mtd: rawnand: Declare the nand_manufacturer structure out of nand_chipMiquel Raynal1-8/+12
2020-06-26mtd: rawnand: Rename the manufacturer structureMiquel Raynal1-1/+1
2020-06-26mtd: rawnand: Create a nand_chip operations structureMiquel Raynal1-14/+18
2020-06-26mtd: rawnand: Only use u8 instead of uint8_t in nand_chip structureMiquel Raynal1-2/+2
2020-06-26mtd: rawnand: Use unsigned types for nand_chip unsigned valuesMiquel Raynal1-7/+7
2020-06-26mtd: nand: Rename a core structureMiquel Raynal2-5/+5
2020-06-26mtd: nand: Move nand_device forward declaration to the topMiquel Raynal1-2/+2
2020-06-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds5-11/+27
2020-06-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2-0/+9
2020-06-25Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-4/+6
2020-06-25rcu: Fixup noinstr warningsPeter Zijlstra1-1/+1
2020-06-25locking/atomics: Provide the arch_atomic_ interface to generic codePeter Zijlstra1-1/+235