summaryrefslogtreecommitdiffstats
path: root/crypto (unfollow)
Commit message (Expand)AuthorFilesLines
2020-03-24i2c: core: Allow override timing properties with 0Andy Shevchenko2-14/+18
2020-03-24i2c: core: Provide generic definitions for bus frequenciesAndy Shevchenko3-5/+13
2020-03-22i2c: mxs: Use dma_request_chan() instead dma_request_slave_channel()Peter Ujfalusi1-3/+3
2020-03-21i2c: imx: remove duplicate print after platform_get_irq()Tang Bin1-3/+1
2020-03-21i2c: designware: Fix spelling typos in the commentsAndy Shevchenko5-8/+8
2020-03-21i2c: designware: Discard i2c_dw_read_comp_param() functionSerge Semin2-7/+0
2020-03-21i2c: designware: Detect the FIFO size in the common codeSerge Semin5-24/+27
2020-03-20i2c: dev: Fix the race between the release of i2c_dev and cdevKevin Hao1-22/+26
2020-03-13i2c: qcom-geni: Drop of_platform.h includeStephen Boyd1-1/+0
2020-03-13i2c: qcom-geni: Grow a dev pointer to simplify codeStephen Boyd1-31/+26
2020-03-13i2c: qcom-geni: Let firmware specify irq trigger flagsStephen Boyd1-2/+2
2020-03-13i2c: stm32f7: do not backup read-only PECR registerAlain Volmat1-4/+0
2020-03-10i2c: smbus: remove outdated references to irq level triggersWolfram Sang2-10/+0
2020-03-10i2c: convert SMBus alert setup function to return an ERRPTRWolfram Sang7-27/+35
2020-03-10i2c: stm32f7: add a new st, stm32mp15-i2c compatibleAlain Volmat1-6/+33
2020-03-10i2c: stm32f7: disable/restore Fast Mode Plus bits in low power modesAlain Volmat1-13/+39
2020-03-10i2c: brcmstb: Support BCM2711 HDMI BSC controllersMaxime Ripard1-0/+33
2020-03-10dt-bindings: i2c: brcmstb: Add BCM2711 BSC/AUTO-I2C bindingMaxime Ripard1-1/+39
2020-03-10dt-bindings: i2c: brcmstb: Convert the BRCMSTB binding to a schemaMaxime Ripard3-27/+60
2020-03-10i2c: omap: use devm_platform_ioremap_resource()chenqiwu1-3/+1
2020-03-10i2c: use kobj_to_dev() APIchenqiwu1-2/+2
2020-03-10i2c: powermac: correct comment about custom handlingWolfram Sang1-8/+7
2020-02-26i2c: dev: keep sorting of includesWolfram Sang1-1/+1
2020-02-26i2c: stm32f7: allow controller to be wakeup-sourceAlain Volmat1-21/+86
2020-02-26i2c: imx: implement master_xfer_atomic callbackStefan Lengfeld1-41/+105
2020-02-26i2c: at91: implement i2c bus recoveryKamel Bouhara2-0/+82
2020-02-26dt-bindings: i2c: at91: document optional bus recovery propertiesKamel Bouhara1-0/+10
2020-02-24Linux 5.6-rc3v5.6-rc3Linus Torvalds1-1/+1
2020-02-23csky: Replace <linux/clk-provider.h> by <linux/of_clk.h>Geert Uytterhoeven1-1/+1
2020-02-22io_uring: fix __io_iopoll_check deadlock in io_sq_threadXiaoguang Wang1-18/+9
2020-02-22ext4: fix mount failure with quota configured as moduleJan Kara1-1/+1
2020-02-22jbd2: fix ocfs2 corrupt when clearing block group bitswangyan1-2/+6
2020-02-22ext4: fix race between writepages and enabling EXT4_EXTENTS_FLEric Biggers2-9/+23
2020-02-22ext4: rename s_journal_flag_rwsem to s_writepages_rwsemEric Biggers3-11/+11
2020-02-22ext4: fix potential race between s_flex_groups online resizing and accessSuraj Jitindar Singh5-37/+76
2020-02-21MAINTAINERS: use tabs for SAFESETIDRandy Dunlap1-4/+4
2020-02-21lib/stackdepot.c: fix global out-of-bounds in stack_slabsAlexander Potapenko1-2/+6
2020-02-21mm/sparsemem: pfn_to_page is not valid yet on SPARSEMEMWei Yang1-1/+1
2020-02-21mm/vmscan.c: don't round up scan size for online memory cgroupGavin Shan1-3/+6
2020-02-21lib/string.c: update match_string() doc-strings with correct behaviorAlexandru Ardelean1-0/+16
2020-02-21mm/memcontrol.c: lost css_put in memcg_expand_shrinker_maps()Vasily Averin1-1/+3
2020-02-21mm/swapfile.c: fix a comment in sys_swapon()Christoph Hellwig1-1/+1
2020-02-21scripts/get_maintainer.pl: deprioritize old Fixes: addressesDouglas Anderson1-4/+4
2020-02-21get_maintainer: remove uses of P: for maintainer nameJoe Perches1-24/+0
2020-02-21selftests/vm: add missed tests in run_vmtestsSeongJae Park1-0/+33
2020-02-21include/uapi/linux/swab.h: fix userspace breakage, use __BITS_PER_LONG for swapChristian Borntraeger1-2/+2
2020-02-21Revert "ipc,sem: remove uneeded sem_undo_list lock usage in exit_sem()"Ioanna Alifieraki1-4/+2
2020-02-21y2038: hide timeval/timespec/itimerval/itimerspec typesArnd Bergmann2-10/+14
2020-02-21y2038: remove unused time32 interfacesArnd Bergmann6-326/+1
2020-02-21y2038: remove ktime to/from timespec/timeval conversionArnd Bergmann1-37/+0