summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/stackcollapse.py
diff options
context:
space:
mode:
authorNeilBrown <neilb@suse.de>2009-05-27 21:39:05 +1000
committerNeilBrown <neilb@suse.de>2009-05-27 21:39:05 +1000
commited37d83e6aa218192fb28bb6b82498d2a8c74070 (patch)
treebfa8462c7be84539deae430355228305e5516a7a /tools/perf/scripts/python/stackcollapse.py
parentb492b852cd8c99505708152c29a5e09a787af9de (diff)
downloadkernel-ed37d83e6aa218192fb28bb6b82498d2a8c74070.tar.gz
md: raid5: change incorrect usage of 'min' macro to 'min_t'
A recent patch to raid5.c use min on an int and a sector_t. This isn't allowed. So change it to min_t(sector_t,x,y). Signed-off-by: NeilBrown <neilb@suse.de>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions
f='/distro/kernel/commit/drivers/iio/imu/st_lsm6dsx/st_lsm6dsx.h?h=linux-6.6.y&id=a0e35e2416c719fab456ac0ad2239d8833e89678'>iio: imu: st_lsm6dsx: Increase ODR_LIST_SIZEJimmy Assarsson 2020-03-28iio: imu: st_lsm6dsx: specify slave odr in slv_odrLorenzo Bianconi 2020-03-28iio: imu: st_lsm6dsx: fix read misalignment on untagged FIFOLorenzo Bianconi 2020-02-14iio: imu: st_lsm6dsx: Fix mismatched commentsJieunKim 2020-01-18iio: imu: st_lsm6dsx: add mount matrix supportMartin Kepplinger 2020-01-10Merge tag 'iio-for-5.6a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic...Greg Kroah-Hartman 2019-12-29iio: imu: st_lsm6dsx: enable sensor-hub support for lsm6dsmLorenzo Bianconi 2019-12-29iio: imu: st_lsm6dsx: check if shub_output reg is located in primary pageLorenzo Bianconi 2019-12-29iio: imu: st_lsm6dsx: check if pull_up is located in primary pageLorenzo Bianconi 2019-12-29iio: imu: st_lsm6dsx: check if master_enable is located in primary pageLorenzo Bianconi 2019-12-29iio: imu: st_lsm6dsx: export max num of slave devices in st_lsm6dsx_shub_sett...Lorenzo Bianconi 2019-12-29iio: st_lsm6dsx: Mark predefined constants with __maybe_unusedAndy Shevchenko 2019-12-08iio: imu: st_lsm6dsx: track hw FIFO buffering with fifo_maskLorenzo Bianconi 2019-12-08iio: imu: st_lsm6dsx: fix decimation factor estimationLorenzo Bianconi 2019-11-09iio: imu: st_lsm6dsx: express odr in mHZLorenzo Bianconi 2019-11-09iio: imu: st_lsm6dsx: explicitly define odr table sizeLorenzo Bianconi 2019-10-27iio: imu: st_lsm6dsx: add support to LSM6DSRXLorenzo Bianconi 2019-10-15iio: imu: st_lsm6dsx: add support to LSM6DS0Lorenzo Bianconi 2019-10-15iio: imu: st_lsm6dsx: add odr calibration featureMario Tesi 2019-10-15iio: imu: st_lsm6dsx: enable drdy-mask if availableLorenzo Bianconi 2019-10-15iio: imu: st_lsm6dsx: add missing kernel documenationLorenzo Bianconi 2019-10-15iio: imu: st_lsm6dsx: move bdu/boot and reset register info in hw_settingsLorenzo Bianconi 2019-10-15iio: imu: st_lsm6dsx: do not access active-low/open-drain regs if not supportedLorenzo Bianconi 2019-10-15iio: imu: st_lsm6dsx: move irq related definitions in irq_configLorenzo Bianconi 2019-10-14Merge 5.4-rc3 into staging-nextGreg Kroah-Hartman 2019-10-05iio: imu: st_lsm6dsx: add motion report function and call from interruptSean Nyekjaer 2019-10-05iio: imu: st_lsm6dsx: add motion eventsSean Nyekjaer 2019-09-15iio: imu: st_lsm6dsx: enable clear on read for latched interruptsLorenzo Bianconi 2019-09-15iio: imu: st_lsm6dsx: enable LIR for sensor eventsLorenzo Bianconi 2019-09-08iio: imu: st_lsm6dsx: forbid 0 sensor sensitivityLorenzo Bianconi 2019-09-03iio: imu: st_lsm6dsx: add support for accel/gyro unit of lsm9ds1Martin Kepplinger 2019-08-27iio: imu: st_lsm6dsx: move register definitions to sensor_settings structMartin Kepplinger 2019-08-26iio: imu: st_lsm6dsx: introduce update_fifo function pointerLorenzo Bianconi 2019-08-05iio: imu: st_lsm6dsx: make IIO_CHAN_INFO_SCALE shared by typeMartin Kepplinger 2019-08-05iio: imu: st_lsm6dsx: add support to ISM330DHCXLorenzo Bianconi 2019-08-05iio: imu: st_lsm6dsx: move iio chan definitions in st_lsm6dsx_sensor_settingsLorenzo Bianconi 2019-08-05iio: imu: st_lsm6dsx: move fs_table in st_lsm6dsx_sensor_settingsLorenzo Bianconi 2019-08-05iio: imu: st_lsm6dsx: move odr_table in st_lsm6dsx_sensor_settingsLorenzo Bianconi 2019-07-27iio: imu: st_lsm6dsx: add support to LSM6DS3TR-CLorenzo Bianconi