summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* perf c2c: Add report option to show false sharing in adjacent cachelinesFeng Tang2023-02-165-17/+49
* perf record: Fix segfault with --overwrite and --max-sizeYang Jihong2023-02-151-10/+6
* perf stat: Avoid merging/aggregating metric counts twiceIan Rogers2023-02-091-1/+1
* perf tools: Fix perf tool build error in util/pfm.cThomas Richter2023-02-081-4/+2
* perf tools: Fix auto-complete on aarch64Yicong Yang2023-02-081-3/+8
* perf lock contention: Support old rw_semaphore typeNamhyung Kim2023-02-081-13/+44
* perf lock contention: Add -o/--lock-owner optionNamhyung Kim2023-02-085-14/+102
* perf lock contention: Fix to save callstack for the default modifiedNamhyung Kim2023-02-081-0/+3
* perf test bpf: Skip test if kernel-debuginfo is not presentAthira Rajeev2023-02-061-1/+5
* perf probe: Update the exit error codes in function try_to_find_probe_trace_e...Athira Rajeev2023-02-061-2/+2
* perf script: Fix missing Retire Latency fields option documentationKan Liang2023-02-061-1/+1
* perf event x86: Add retire_lat when synthesizing PERF_SAMPLE_WEIGHT_STRUCTKan Liang2023-02-061-0/+1
* perf test x86: Support the retire_lat (Retire Latency) sample_type checkKan Liang2023-02-061-1/+4
* perf test bpf: Check for libtraceevent supportAthira Rajeev2023-02-061-11/+11
* Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo2023-02-06483-2189/+4340
|\
| * Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2023-02-051-24/+24
| |\
| | * coredump: Move dump_emit_page() to kill unused warningGeert Uytterhoeven2023-01-101-24/+24
| * | Linux 6.2-rc7v6.2-rc7Linus Torvalds2023-02-051-1/+1
| * | Merge tag 'usb-6.2-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2023-02-0521-19/+14
| |\ \
| | * | usb: typec: ucsi: Don't attempt to resume the ports before they existHeikki Krogerus2023-02-021-1/+8
| | * | usb: gadget: udc: do not clear gadget driver.busAaro Koskinen2023-02-0216-16/+0
| | * | usb: gadget: f_uac2: Fix incorrect increment of bNumEndpointsPratham Pratap2023-01-251-0/+1
| | * | usb: gadget: f_fs: Fix unbalanced spinlock in __ffs_ep0_queue_waitUdipto Goswami2023-01-241-1/+3
| | * | usb: dwc3: qcom: enable vbus override when in OTG dr-modeNeil Armstrong2023-01-241-1/+1
| | * | MAINTAINERS: Add myself as UVC Gadget MaintainerDaniel Scally2023-01-241-0/+1
| * | | Merge tag 'tty-6.2-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2023-02-053-36/+27
| |\ \ \
| | * | | vc_screen: move load of struct vc_data pointer in vcs_read() to avoid UAFGeorge Kennedy2023-01-311-4/+5
| | * | | serial: 8250_dma: Fix DMA Rx rearm raceIlpo Järvinen2023-01-311-2/+10
| | * | | serial: 8250_dma: Fix DMA Rx completion raceIlpo Järvinen2023-01-311-2/+7
| | * | | serial: stm32: Merge hard IRQ and threaded IRQ handling into single IRQ handlerMarek Vasut2023-01-311-28/+5
| | |/ /
| * | | Merge tag 'char-misc-6.2-rc7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-02-0519-72/+207
| |\ \ \
| | * | | kernel/irq/irqdomain.c: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman2023-02-031-1/+1
| | * | | HV: hv_balloon: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman2023-02-031-1/+1
| | * | | Merge tag 'iio-fixes-for-6.2a' of https://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman2023-01-3110-30/+143
| | |\ \ \
| | | * | | iio: imu: fxos8700: fix MAGN sensor scale and unitCarlos Song2023-01-211-3/+3
| | | * | | iio: imu: fxos8700: remove definition FXOS8700_CTRL_ODR_MINCarlos Song2023-01-211-1/+0
| | | * | | iio: imu: fxos8700: fix failed initialization ODR mode assignmentCarlos Song2023-01-211-2/+4
| | | * | | iio: imu: fxos8700: fix incorrect ODR mode readbackCarlos Song2023-01-211-6/+6
| | | * | | iio: light: cm32181: Fix PM support on system with 2 I2C resourcesKai-Heng Feng2023-01-211-4/+5
| | | * | | iio: hid: fix the retval in gyro_3d_capture_sampleDmitry Perchanov2023-01-141-0/+1
| | | * | | iio: hid: fix the retval in accel_3d_capture_sampleDmitry Perchanov2023-01-141-0/+1
| | | * | | iio: imu: st_lsm6dsx: fix build when CONFIG_IIO_TRIGGERED_BUFFER=mVladimir Oltean2023-01-081-0/+1
| | | * | | iio:adc:twl6030: Enable measurement of VACAndreas Kemnade2022-12-281-1/+1
| | | * | | iio: imu: fxos8700: fix ACCEL measurement range selectionCarlos Song2022-12-281-7/+34
| | | * | | iio: imu: fxos8700: fix IMU data bits returned to user spaceCarlos Song2022-12-281-1/+27
| | | * | | iio: imu: fxos8700: fix incomplete ACCEL and MAGN channels readbackCarlos Song2022-12-281-1/+1
| | | * | | iio: imu: fxos8700: fix swapped ACCEL and MAGN channels readbackCarlos Song2022-12-281-2/+15
| | | * | | iio: imu: fxos8700: fix map label of channel type to MAGN sensorCarlos Song2022-12-281-1/+1
| | | * | | iio:adc:twl6030: Enable measurements of VUSB, VBAT and othersAndreas Kemnade2022-12-281-0/+32
| | | * | | iio: imx8qxp-adc: fix irq flood when call imx8qxp_adc_read_raw()Frank Li2022-12-281-2/+9