summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorHendrik Brueckner <brueckner@linux.vnet.ibm.com>2017-12-11 14:47:27 +0100
committerMartin Schwidefsky <schwidefsky@de.ibm.com>2018-01-23 07:36:52 +0100
commit4381f9f12e79436f90b14f326817cb1ed978940d (patch)
treef90f93f9d4c69eccb9c83c463a09d49da3e204a2 /tools/perf/scripts/python
parent5c75824d915e123a29dd5c422828093950a0f4cf (diff)
downloadkernel-4381f9f12e79436f90b14f326817cb1ed978940d.tar.gz
s390/syscalls: use generated syscall_table.h and unistd.h header files
Update the uapi/asm/unistd.h to include the generated compat and 64-bit version of the unistd.h and, as well as, the unistd_nr.h header file. Also remove the arch/s390/kernel/syscalls.S file and use the generated system call table, syscall_table.h, instead. Signed-off-by: Hendrik Brueckner <brueckner@linux.vnet.ibm.com> Acked-by: Heiko Carstens <heiko.carstens@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
tle='2017-10-26 15:38:27 -0700'>2017-10-26xfs: remove XFS_BMAP_MAX_SHIFT_EXTENTSChristoph Hellwig 2017-10-26xfs: remove XFS_BMAP_TRACE_EXLISTChristoph Hellwig 2017-10-26xfs: add a xfs_bmap_fork_to_state helperChristoph Hellwig 2017-10-16xfs: trim writepage mapping to within eofBrian Foster 2017-06-19xfs: try to avoid blowing out the transaction reservation when bunmaping a sh...Darrick J. Wong 2017-04-25xfs: simplify validation of the unwritten extent bitChristoph Hellwig 2017-04-03xfs: factor out a xfs_bmap_is_real_extent helperChristoph Hellwig 2017-01-23xfs: fix COW writeback raceChristoph Hellwig 2016-11-28xfs: track preallocation separately in xfs_bmapi_reserve_delalloc()Brian Foster 2016-11-24xfs: remove xfs_bmap_search_extentsChristoph Hellwig 2016-11-24xfs: remove prev argument to xfs_bmapi_reserve_delallocChristoph Hellwig 2016-10-20xfs: remove xfs_bunmapi_cowChristoph Hellwig 2016-10-20xfs: refactor xfs_bunmapi_cowChristoph Hellwig 2016-10-20xfs: add xfs_trim_extentDarrick J. Wong 2016-10-05xfs: support removing extents from CoW forkDarrick J. Wong 2016-10-04xfs: support bmapping delalloc extents in the CoW forkDarrick J. Wong 2016-10-04xfs: introduce the CoW forkDarrick J. Wong 2016-10-04xfs: return work remaining at the end of a bunmapi operationDarrick J. Wong 2016-10-04xfs: implement deferred bmbt map/unmap operationsDarrick J. Wong 2016-10-04xfs: pass bmapi flags through to bmap_del_extentDarrick J. Wong 2016-10-04xfs: map an inode's offset to an exact physical blockDarrick J. Wong 2016-10-04xfs: log bmap intent itemsDarrick J. Wong 2016-10-03Merge branch 'xfs-4.9-log-recovery-fixes' into for-nextDave Chinner 2016-09-26xfs: remote attribute blocks aren't really userdataDave Chinner 2016-09-19xfs: rewrite and optimize the delalloc write pathChristoph Hellwig 2016-08-03xfs: add owner field to extent allocation and freeingDarrick J. Wong 2016-08-03xfs: rename flist/free_list to dfopsDarrick J. Wong 2016-08-03xfs: change xfs_bmap_{finish,cancel,init,free} -> xfs_defer_*Darrick J. Wong 2016-08-03xfs: rework xfs_bmap_free callers to use xfs_defer_opsDarrick J. Wong 2016-06-21xfs: convert list of extents to free into a regular listDarrick J. Wong 2016-06-21xfs: rearrange xfs_bmap_add_free parametersDarrick J. Wong 2016-01-11xfs: eliminate committed arg from xfs_bmap_finishEric Sandeen