summaryrefslogtreecommitdiffstats
path: root/fs/jfs/jfs_debug.c (unfollow)
Commit message (Expand)AuthorFilesLines
2021-01-17i2c: stub: remove definition of DEBUGTom Rix1-1/+0
2021-01-17i2c: i2c-mux-gpio: Enable this driver in ACPI landEvan Green1-28/+79
2021-01-17i2c: i2c-mux-gpio: Factor out pdev->dev in _probe_dt()Evan Green1-2/+3
2021-01-17dt-bindings: i2c: renesas,i2c: add r8a779a0 (V3U) supportWolfram Sang1-0/+1
2021-01-17i2c: Drop unused efm32 bus driverUwe Kleine-König3-477/+0
2021-01-11i2c: smbus: switch from loops to memcpyDmitry Torokhov1-10/+5
2021-01-06i2c: mlxcpld: Add support for I2C bus frequency settingVadim Pasternak1-1/+62
2021-01-05i2c: busses: Use DEFINE_SPINLOCK() for spinlockZheng Yongjun1-2/+1
2021-01-05i2c: use DIV_ROUND_UP macro to do calculationZheng Yongjun1-3/+3
2021-01-05i2c: fix platform_get_irq.cocci warningsTian Tao1-3/+1
2021-01-05i2c: gpio: fix MODULE_LICENCEWolfram Sang1-1/+1
2021-01-05i2c: iproc: handle rx fifo full interruptRayagonda Kokatanur1-4/+17
2021-01-05i2c: iproc: handle master read requestRayagonda Kokatanur1-45/+170
2021-01-05i2c: iproc: fix typo in slave_isr functionRayagonda Kokatanur1-1/+1
2021-01-05i2c: iproc: update slave isr mask (ISR_MASK_SLAVE)Rayagonda Kokatanur1-1/+2
2021-01-05i2c: iproc: handle only slave interrupts which are enabledRayagonda Kokatanur1-4/+9
2021-01-05i2c: iproc: handle Master aborted errorRayagonda Kokatanur1-3/+5
2021-01-05i2c: rcar: protect against supurious interrupts on V3UWolfram Sang1-14/+43
2021-01-05i2c: rcar: make sure irq is not threaded on Gen2 and earlierWolfram Sang1-1/+5
2021-01-05i2c: rcar: optimize cacheline to minimize HW race conditionWolfram Sang1-1/+1
2021-01-05i2c: rcar: faster irq code to minimize HW race conditionWolfram Sang1-7/+4
2021-01-05i2c: qcom-geni: Store DMA mapping data in geni_i2c_dev structRoja Rani Yarubandi1-16/+43
2021-01-05i2c: i801: Refactor mux code since platform_device_unregister() is NULL awareAndy Shevchenko1-7/+3
2021-01-05i2c: i801: Drop duplicate NULL check in i801_del_mux()Andy Shevchenko1-2/+1
2021-01-05gpiolib: Follow usual pattern for gpiod_remove_lookup_table() callAndy Shevchenko1-0/+4
2021-01-05i2c: mlxcpld: Decrease polling time for performance improvementVadim Pasternak1-1/+1
2021-01-05i2c: mlxcpld: Update module licenseVadim Pasternak1-29/+3
2021-01-05i2c: core: Do not print duplicate error when failing to register an i2c-clien...Hans de Goede1-5/+1
2021-01-04Linux 5.11-rc2v5.11-rc2Linus Torvalds1-1/+1
2021-01-01depmod: handle the case of /sbin/depmod without /sbin in PATHLinus Torvalds1-0/+2
2020-12-31kernel/io_uring: cancel io_uring before task worksPavel Begunkov2-2/+2
2020-12-31io_uring: fix io_sqe_files_unregister() hangsPavel Begunkov1-2/+22
2020-12-31io_uring: add a helper for setting a ref nodePavel Begunkov1-10/+12
2020-12-30intel_idle: add SnowRidge C-state tableArtem Bityutskiy1-1/+40
2020-12-30cpufreq: intel_pstate: Fix fast-switch fallback pathRafael J. Wysocki1-1/+0
2020-12-30s390/Kconfig: sort config S390 select list once againHeiko Carstens1-14/+17
2020-12-30s390: update defconfigsHeiko Carstens3-7/+18
2020-12-30block: add debugfs stanza for QUEUE_FLAG_NOWAITAndres Freund1-0/+1
2020-12-30fs: block_dev.c: fix kernel-doc warnings from struct block_device changesRandy Dunlap1-1/+1
2020-12-30mm: slub: call account_slab_page() after slab page initializationRoman Gushchin1-3/+2
2020-12-30zlib: move EXPORT_SYMBOL() and MODULE_LICENSE() out of dfltcc_syms.cRandy Dunlap4-19/+9
2020-12-30lib/zlib: fix inflating zlib streams on s390Ilya Leoshkevich1-2/+2
2020-12-30lib/genalloc: fix the overflow when size is too bigHuang Shijie1-12/+13
2020-12-30kdev_t: always inline major/minor helper functionsJosh Poimboeuf1-11/+11
2020-12-30sizes.h: add SZ_8G/SZ_16G/SZ_32G macrosHuang Shijie1-0/+3
2020-12-30local64.h: make <asm/local64.h> mandatoryRandy Dunlap22-21/+1
2020-12-30kasan: fix null pointer dereference in kasan_record_aux_stackWalter Wu1-0/+2
2020-12-30mm: generalise COW SMC TLB flushing race commentNicholas Piggin1-3/+5
2020-12-30mm/mremap.c: fix extent calculationKalesh Singh1-1/+3
2020-12-30mm: memmap defer init doesn't work as expectedBaoquan He4-8/+11