summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* perf tests: Fix Convert perf time to TSC test for hybridAdrian Hunter2022-07-171-14/+4
* perf tests: Stop Convert perf time to TSC test opening events twiceAdrian Hunter2022-07-171-3/+6
* tools arch x86: Sync the msr-index.h copy with the kernel sourcesArnaldo Carvalho de Melo2022-07-171-0/+4
* tools headers cpufeatures: Sync with the kernel sourcesArnaldo Carvalho de Melo2022-07-172-3/+30
* tools headers UAPI: Sync linux/kvm.h with the kernel sourcesArnaldo Carvalho de Melo2022-07-171-0/+1
* Merge tag 'for-5.19-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-07-169-256/+340
|\
| * Revert "btrfs: turn delayed_nodes_tree into an XArray"David Sterba2022-07-154-44/+50
| * Revert "btrfs: turn name_cache radix tree into XArray in send_ctx"David Sterba2022-07-151-18/+22
| * Revert "btrfs: turn fs_info member buffer_radix into XArray"David Sterba2022-07-154-55/+97
| * Revert "btrfs: turn fs_roots_radix in btrfs_fs_info into an XArray"David Sterba2022-07-156-139/+171
* | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2022-07-168-19/+28
|\ \
| * | scsi: pm80xx: Set stopped phy's linkrate to DisabledChangyuan Lyu2022-07-131-1/+5
| * | scsi: pm80xx: Fix 'Unknown' max/min linkrateChangyuan Lyu2022-07-132-16/+5
| * | scsi: ufs: core: Fix missing clk change notification on host resetPo-Wen Kao2022-07-131-1/+1
| * | scsi: ufs: core: Drop loglevel of WriteBoost messageBjorn Andersson2022-07-131-1/+1
| * | scsi: megaraid: Clear READ queue map's nr_queuesMing Lei2022-07-131-0/+3
| * | scsi: target: Fix WRITE_SAME No Data Buffer crashMike Christie2022-07-073-0/+13
* | | Merge tag 'block-5.19-2022-07-15' of git://git.kernel.dk/linux-blockLinus Torvalds2022-07-163-5/+11
|\ \ \
| * | | block: fix missing blkcg_bio_issue_initMuchun Song2022-07-141-0/+1
| * | | Merge tag 'nvme-5.19-2022-07-14' of git://git.infradead.org/nvme into block-5.19Jens Axboe2022-07-142-5/+10
| |\ \ \
| | * | | nvme: fix block device naming collisionIsrael Rukshin2022-07-141-3/+3
| | * | | nvme-pci: fix freeze accounting for error handlingKeith Busch2022-07-141-2/+7
| |/ / /
* | | | Merge tag 'usb-5.19-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2022-07-168-17/+25
|\ \ \ \
| * \ \ \ Merge tag 'usb-serial-5.19-rc7' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman2022-07-142-0/+9
| |\ \ \ \
| | * | | | USB: serial: ftdi_sio: add Belimo device idsLucien Buchmann2022-07-132-0/+9
| * | | | | Merge tag 'v5.19-rc6' into usb-linusGreg Kroah-Hartman2022-07-14415-2480/+4852
| |\| | | |
| * | | | | drivers/usb/host/ehci-fsl: Fix interrupt setup in host mode.Darren Stevens2022-07-082-8/+6
| * | | | | usb: gadget: uvc: fix changing interface name via configfsMichael Grzeschik2022-07-081-2/+4
| * | | | | usb: typec: add missing uevent when partner support PDLinyu Yuan2022-07-081-0/+1
| * | | | | usb: dwc3-am62: remove unnecesary clk_put()Yang Yingliang2022-06-291-6/+2
| * | | | | usb: dwc3: gadget: Fix event pending checkThinh Nguyen2022-06-291-1/+3
* | | | | | Merge tag 'tty-5.19-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2022-07-1615-59/+116
|\ \ \ \ \ \
| * | | | | | tty: use new tty_insert_flip_string_and_push_buffer() in pty_write()Jiri Slaby2022-07-083-12/+36
| * | | | | | tty: extract tty_flip_buffer_commit() from tty_flip_buffer_push()Jiri Slaby2022-07-081-5/+10
| * | | | | | serial: 8250: dw: Fix the macro RZN1_UART_xDMACR_8_WORD_BURSTBiju Das2022-06-301-1/+1
| * | | | | | vt: fix memory overlapping when deleting chars in the bufferYangxi Xiang2022-06-301-1/+1
| * | | | | | serial: mvebu-uart: correctly report configured baudrate valuePali Rohár2022-06-301-12/+13
| * | | | | | serial: 8250: Fix PM usage_count for console handoverIlpo Järvinen2022-06-303-5/+9
| * | | | | | serial: 8250: fix return error code in serial8250_request_std_resource()Yi Yang2022-06-301-1/+3
| * | | | | | serial: stm32: Clear prev values before setting RTS delaysIlpo Järvinen2022-06-301-0/+2
| * | | | | | tty: Add N_CAN327 line discipline ID for ELM327 based CAN driverMax Staudt2022-06-271-1/+2
| * | | | | | serial: 8250: Fix __stop_tx() & DMA Tx restart racesIlpo Järvinen2022-06-272-4/+4
| * | | | | | serial: pl011: UPSTAT_AUTORTS requires .throttle/unthrottleIlpo Järvinen2022-06-271-2/+21
| * | | | | | tty: serial: samsung_tty: set dma burst_size to 1Chanho Park2022-06-271-3/+2
| * | | | | | serial: 8250: dw: enable using pdata with ACPIMarcin Wojtas2022-06-271-12/+12
* | | | | | | Merge tag 's390-5.19-6' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2022-07-166-5/+13
|\ \ \ \ \ \ \
| * | | | | | | s390/ap: fix error handling in __verify_queue_reservations()Tony Krowiak2022-07-151-1/+1
| * | | | | | | s390/nospec: remove unneeded header includesVasily Gorbik2022-07-132-3/+1
| * | | | | | | s390/nospec: build expoline.o for modules_prepare targetVasily Gorbik2022-07-134-2/+12
* | | | | | | | Merge tag 'pm-5.19-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2022-07-161-2/+6
|\ \ \ \ \ \ \ \