summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-01-06i2c: mlxcpld: Add support for I2C bus frequency settingVadim Pasternak
2021-01-05i2c: busses: Use DEFINE_SPINLOCK() for spinlockZheng Yongjun
2021-01-05i2c: use DIV_ROUND_UP macro to do calculationZheng Yongjun
2021-01-05i2c: fix platform_get_irq.cocci warningsTian Tao
2021-01-05i2c: gpio: fix MODULE_LICENCEWolfram Sang
2021-01-05i2c: iproc: handle rx fifo full interruptRayagonda Kokatanur
2021-01-05i2c: iproc: handle master read requestRayagonda Kokatanur
2021-01-05i2c: iproc: fix typo in slave_isr functionRayagonda Kokatanur
2021-01-05i2c: iproc: update slave isr mask (ISR_MASK_SLAVE)Rayagonda Kokatanur
2021-01-05i2c: iproc: handle only slave interrupts which are enabledRayagonda Kokatanur
2021-01-05i2c: iproc: handle Master aborted errorRayagonda Kokatanur
2021-01-05i2c: rcar: protect against supurious interrupts on V3UWolfram Sang
2021-01-05i2c: rcar: make sure irq is not threaded on Gen2 and earlierWolfram Sang
2021-01-05i2c: rcar: optimize cacheline to minimize HW race conditionWolfram Sang
2021-01-05i2c: rcar: faster irq code to minimize HW race conditionWolfram Sang
2021-01-05i2c: qcom-geni: Store DMA mapping data in geni_i2c_dev structRoja Rani Yarubandi
2021-01-05i2c: i801: Refactor mux code since platform_device_unregister() is NULL awareAndy Shevchenko
2021-01-05i2c: i801: Drop duplicate NULL check in i801_del_mux()Andy Shevchenko
2021-01-05gpiolib: Follow usual pattern for gpiod_remove_lookup_table() callAndy Shevchenko
2021-01-05i2c: mlxcpld: Decrease polling time for performance improvementVadim Pasternak
2021-01-05i2c: mlxcpld: Update module licenseVadim Pasternak
2021-01-05i2c: core: Do not print duplicate error when failing to register an i2c-clien...Hans de Goede
2021-01-03Linux 5.11-rc2v5.11-rc2Linus Torvalds
2021-01-02Merge tag 's390-5.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds
2021-01-02Merge tag 'pm-5.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds
2021-01-02Merge branches 'pm-cpufreq' and 'pm-cpuidle'Rafael J. Wysocki
2021-01-01Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds
2021-01-01Merge tag 'block-5.11-2021-01-01' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-01-01Merge tag 'io_uring-5.11-2021-01-01' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-01-01depmod: handle the case of /sbin/depmod without /sbin in PATHLinus Torvalds
2020-12-30kernel/io_uring: cancel io_uring before task worksPavel Begunkov
2020-12-30io_uring: fix io_sqe_files_unregister() hangsPavel Begunkov
2020-12-30io_uring: add a helper for setting a ref nodePavel Begunkov
2020-12-30Merge tag 'ceph-for-5.11-rc2' of git://github.com/ceph/ceph-clientLinus Torvalds
2020-12-30intel_idle: add SnowRidge C-state tableArtem Bityutskiy
2020-12-30cpufreq: intel_pstate: Fix fast-switch fallback pathRafael J. Wysocki
2020-12-30Merge branch 'opp/linux-next' of git://git.kernel.org/pub/scm/linux/kernel/gi...Rafael J. Wysocki
2020-12-30s390/Kconfig: sort config S390 select list once againHeiko Carstens
2020-12-30s390: update defconfigsHeiko Carstens
2020-12-29block: add debugfs stanza for QUEUE_FLAG_NOWAITAndres Freund
2020-12-29fs: block_dev.c: fix kernel-doc warnings from struct block_device changesRandy Dunlap
2020-12-29Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-12-29mm: slub: call account_slab_page() after slab page initializationRoman Gushchin
2020-12-29zlib: move EXPORT_SYMBOL() and MODULE_LICENSE() out of dfltcc_syms.cRandy Dunlap
2020-12-29lib/zlib: fix inflating zlib streams on s390Ilya Leoshkevich
2020-12-29lib/genalloc: fix the overflow when size is too bigHuang Shijie
2020-12-29kdev_t: always inline major/minor helper functionsJosh Poimboeuf
2020-12-29sizes.h: add SZ_8G/SZ_16G/SZ_32G macrosHuang Shijie
2020-12-29local64.h: make <asm/local64.h> mandatoryRandy Dunlap
2020-12-29kasan: fix null pointer dereference in kasan_record_aux_stackWalter Wu