aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/bin/export-to-postgresql-record
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2019-03-11 20:06:18 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2019-03-11 20:06:18 -0700
commitea295481b6e313b4ea3ca2720ffcafd6005b5643 (patch)
tree85cade73987615fb5d86acdf2c7eac0a0378e255 /tools/perf/scripts/python/bin/export-to-postgresql-record
parentMerge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg... (diff)
parentXArray: Fix xa_reserve for 2-byte aligned entries (diff)
downloadlinux-ea295481b6e313b4ea3ca2720ffcafd6005b5643.tar.gz
linux-ea295481b6e313b4ea3ca2720ffcafd6005b5643.zip
Merge tag 'xarray-5.1-rc1' of git://git.infradead.org/users/willy/linux-dax
Pull XArray updates from Matthew Wilcox: "This pull request changes the xa_alloc() API. I'm only aware of one subsystem that has started trying to use it, and we agree on the fixup as part of the merge. The xa_insert() error code also changed to match xa_alloc() (EEXIST to EBUSY), and I added xa_alloc_cyclic(). Beyond that, the usual bugfixes, optimisations and tweaking. I now have a git tree with all users of the radix tree and IDR converted over to the XArray that I'll be feeding to maintainers over the next few weeks" * tag 'xarray-5.1-rc1' of git://git.infradead.org/users/willy/linux-dax: XArray: Fix xa_reserve for 2-byte aligned entries XArray: Fix xa_erase of 2-byte aligned entries XArray: Use xa_cmpxchg to implement xa_reserve XArray: Fix xa_release in allocating arrays XArray: Mark xa_insert and xa_reserve as must_check XArray: Add cyclic allocation XArray: Redesign xa_alloc API XArray: Add support for 1s-based allocation XArray: Change xa_insert to return -EBUSY XArray: Update xa_erase family descriptions XArray tests: RCU lock prohibits GFP_KERNEL
Diffstat (limited to 'tools/perf/scripts/python/bin/export-to-postgresql-record')
0 files changed, 0 insertions, 0 deletions
0 2016-06-07staging: ks7010: cleanup file headersWolfram Sang10-52/+19 2016-06-07staging: ks7010: drop counting sd errorsWolfram Sang2-16/+6 2016-06-07staging: ks7010: simplify module_init/exitWolfram Sang1-24/+1 2016-06-07staging: ks7010: adapt to new trans_start handlingWolfram Sang1-1/+1 2016-06-07staging: ks7010: fix module annotationsWolfram Sang1-6/+4 2016-06-07staging: ks7010: remove supported card table with one elementWolfram Sang2-31/+2 2016-06-07staging: ks7010: indent ks7010_sdio.cWolfram Sang1-347/+460 2016-06-07staging: ks7010: indent michael_mic.hWolfram Sang1-8/+8 2016-06-07staging: ks7010: indent michael_mic.cWolfram Sang1-22/+21 2016-06-07staging: ks7010: indent ks_wlan_net.cWolfram Sang1-1123/+1531 2016-06-07staging: ks7010: indent ks_wlan_ioctl.hWolfram Sang1-5/+6 2016-06-07staging: ks7010: indent ks_wlan.hWolfram Sang1-125/+121 2016-06-07staging: ks7010: indent ks_hostif.hWolfram Sang1-263/+262 2016-06-07staging: ks7010: indent ks_hostif.cWolfram Sang1-880/+1080 2016-06-07staging: ks7010: indent ks7010_sdio.hWolfram Sang1-34/+30 2016-06-07staging: ks7010: indent ks7010_config.cWolfram Sang1-169/+184 2016-06-07staging: ks7010: indent eap_packet.hWolfram Sang1-25/+24 2016-06-07staging: ks7010: remove unecessary typedefWolfram Sang8-175/+175