summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2019-04-08cfg80211/nl80211: Offload OWE processing to user space in AP modeSunil Dutt2-0/+49
2019-04-08mac80211: Add support for NL80211_STA_INFO_AIRTIME_LINK_METRICNarayanraddi Masti2-0/+5
2019-04-08nl80211/cfg80211: Specify band specific min RSSI thresholds with sched scanvamsi krishna2-0/+21
2019-04-08mac80211: make ieee80211_schedule_txq schedule empty TXQsFelix Fietkau1-4/+20
2019-04-08cfg80211: add ratelimited variants of err and warnStanislaw Gruszka1-0/+5
2019-04-08arch: Remove dummy mmiowb() definitions from arch codeWill Deacon1-4/+0
2019-04-08Merge tag 'v5.1-rc3' into develLinus Walleij37-131/+351
2019-04-08drivers: Remove explicit invocations of mmiowb()Will Deacon1-2/+0
2019-04-08mmiowb: Hook up mmiowb helpers to spinlocks and generic I/O accessorsWill Deacon2-2/+12
2019-04-08asm-generic/mmiowb: Add generic implementation of mmiowb() trackingWill Deacon2-0/+75
2019-04-08cpufreq: intel_pstate: Update max frequency on global turbo changesRafael J. Wysocki1-0/+10
2019-04-08gpio: mmio: Drop bgpio_dir_invertedLinus Walleij1-4/+0
2019-04-08Merge drm/drm-fixes into drm-misc-fixesMaxime Ripard51-194/+448
2019-04-08mtd: nand: omap: Fix comment in platform data using wrong Kconfig symbolMiquel Raynal1-1/+1
2019-04-08mtd: rawnand: Get rid of chip->ecc_{strength,step}_dsBoris Brezillon1-8/+0
2019-04-08mtd: rawnand: Get rid of chip->numchipsBoris Brezillon1-4/+3
2019-04-08mtd: rawnand: Get rid of chip->chipsizeBoris Brezillon1-2/+0
2019-04-08mtd: rawnand: Get rid of chip->bits_per_cellBoris Brezillon1-4/+2
2019-04-08mtd: rawnand: Use nanddev_mtd_max_bad_blocks()Boris Brezillon1-5/+0
2019-04-08mtd: rawnand: Move all page cache related fields to a sub-structBoris Brezillon1-7/+11
2019-04-08mtd: rawnand: Provide a helper to get chip->data_bufBoris Brezillon1-0/+21
2019-04-08mtd: rawnand: Prepare things to reuse the generic NAND layerBoris Brezillon1-4/+6
2019-04-08mtd: rawnand: Use nand_to_mtd() in nand_{set,get}_flash_node()Boris Brezillon1-11/+11
2019-04-08mtd: nand: Add a helper to retrieve the number of pages per targetBoris Brezillon1-0/+14
2019-04-08mtd: nand: Add a helper returning the number of eraseblocks per targetBoris Brezillon1-0/+12
2019-04-08mtd: nand: Add max_bad_eraseblocks_per_lun info to memorgBoris Brezillon1-1/+5
2019-04-08dt-bindings: clk: axg-audio: add g12a supportJerome Brunet1-0/+10
2019-04-08ASoC: core: conditionally increase module refcount on component openRanjani Sridharan1-2/+7
2019-04-08xfrm: store xfrm_mode directly, not its addressFlorian Westphal1-17/+17
2019-04-08xfrm: make xfrm modes builtinFlorian Westphal1-9/+4
2019-04-08xfrm: remove afinfo pointer from xfrm_modeFlorian Westphal1-1/+0
2019-04-08xfrm: remove output2 indirection from xfrm_modeFlorian Westphal1-13/+0
2019-04-08xfrm: remove input2 indirection from xfrm_modeFlorian Westphal1-13/+0
2019-04-08xfrm: remove gso_segment indirection from xfrm_modeFlorian Westphal1-5/+0
2019-04-08xfrm: remove xmit indirection from xfrm_modeFlorian Westphal1-5/+0
2019-04-08xfrm: remove output indirection from xfrm_modeFlorian Westphal1-14/+5
2019-04-08xfrm: remove input indirection from xfrm_modeFlorian Westphal1-11/+0
2019-04-08spi: add a method for configuring CS timingSowjanya Komatineni1-0/+15
2019-04-08xfrm: place af number into xfrm_mode structFlorian Westphal1-4/+5
2019-04-08spi: bitbang: Introduce spi_bitbang_init()Andrey Smirnov1-0/+1
2019-04-08crypto: streebog - fix unaligned memory accessesEric Biggers1-1/+4
2019-04-08crypto: aes - Use ___cacheline_aligned for aes dataAndi Kleen1-4/+4
2019-04-08crypto: ccp - introduce SEV_GET_ID2 commandSingh, Brijesh2-6/+15
2019-04-08drm: add drm_fb_xrgb8888_to_rgb888_dstclip()Gerd Hoffmann1-0/+3
2019-04-08drm: add drm_fb_xrgb8888_to_rgb565_dstclip()Gerd Hoffmann1-1/+4
2019-04-08drm: add drm_fb_memcpy_dstclip() helperGerd Hoffmann1-0/+2
2019-04-08drm: move tinydrm format conversion helpers to new drm_format_helper.cGerd Hoffmann2-10/+26
2019-04-08rhashtable: add lockdep tracking to bucket bit-spin-locks.NeilBrown1-17/+34
2019-04-08rhashtable: use bit_spin_locks to protect hash bucket.NeilBrown2-98/+165
2019-04-08rhashtable: allow rht_bucket_var to return NULL.NeilBrown1-2/+9