summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | KVM: VMX: update PFEC_MASK/PFEC_MATCH together with PF interceptPaolo Bonzini2020-10-031-10/+12
* | | | | | | Merge tag 'for-linus-5.9b-rc8-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-10-031-8/+21
|\ \ \ \ \ \ \
| * | | | | | | xen/events: don't use chip_data for legacy IRQsJuergen Gross2020-10-011-8/+21
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge tag 'usb-5.9-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2020-10-034-52/+40
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge tag 'phy-fixes-2-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman2020-09-291-2/+4
| |\ \ \ \ \ \ \
| | * | | | | | | phy: ti: am654: Fix a leak in serdes_am654_probe()Dan Carpenter2020-09-081-2/+4
| * | | | | | | | usbcore/driver: Accommodate usbipM. Vefa Bicakci2020-09-251-6/+31
| * | | | | | | | usbcore/driver: Fix incorrect downcastM. Vefa Bicakci2020-09-251-9/+2
| * | | | | | | | usbcore/driver: Fix specific driver selectionM. Vefa Bicakci2020-09-251-1/+1
| * | | | | | | | Revert "usbip: Implement a match function to fix usbip"M. Vefa Bicakci2020-09-251-6/+0
| * | | | | | | | USB: gadget: f_ncm: Fix NDP16 datagram validationBryan O'Donoghue2020-09-221-28/+2
* | | | | | | | | Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-10-033-0/+13
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | i2c: npcm7xx: Clear LAST bit after a failed transaction.Tali Perry2020-09-271-0/+9
| * | | | | | | | | i2c: cpm: Fix i2c_ram structureNicolas VINCENT2020-09-271-0/+3
| * | | | | | | | | i2c: i801: Exclude device from suspend direct complete optimizationJean Delvare2020-09-211-0/+1
| | |_|_|_|_|_|_|/ | |/| | | | | | |
* | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2020-10-032-0/+9
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Input: i8042 - add nopnp quirk for Acer Aspire 5 A515Jiri Kosina2020-09-291-0/+7
| * | | | | | | | | Input: trackpoint - enable Synaptics trackpointsVincent Huang2020-09-291-0/+2
* | | | | | | | | | scripts/spelling.txt: fix malformed entryEric Biggers2020-10-031-1/+1
* | | | | | | | | | mm/page_alloc: handle a missing case for memalloc_nocma_{save/restore} APIsJoonsoo Kim2020-10-031-3/+16
* | | | | | | | | | mm, slub: restore initial kmem_cache flagsEric Farman2020-10-031-5/+1
* | | | | | | | | | Merge tag 'pinctrl-v5.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds2020-10-024-3/+19
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | pinctrl: mediatek: check mtk_is_virt_gpio input parameterHanks Chen2020-10-011-0/+4
| * | | | | | | | | | pinctrl: qcom: sm8250: correct sdc2_clkDmitry Baryshkov2020-10-011-1/+1
| * | | | | | | | | | pinctrl: cherryview: Preserve CHV_PADCTRL1_INVRXTX_TXDATA flag on GPIOsHans de Goede2020-09-211-1/+13
| * | | | | | | | | | pinctrl: mvebu: Fix i2c sda definition for 98DX3236Chris Packham2020-09-121-1/+1
* | | | | | | | | | | Merge tag 'pci-v5.9-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-10-022-7/+5
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | MAINTAINERS: Add Pali Rohár as aardvark PCI maintainerPali Rohár2020-09-301-0/+1
| * | | | | | | | | | | PCI: rockchip: Fix bus checks in rockchip_pcie_valid_device()Lorenzo Pieralisi2020-09-081-7/+4
* | | | | | | | | | | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2020-10-022-8/+17
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | scsi: iscsi: iscsi_tcp: Avoid holding spinlock while calling getpeername()Mark Mielke2020-09-301-7/+15
| * | | | | | | | | | | | scsi: target: Fix lun lookup for TARGET_SCF_LOOKUP_LUN_FROM_TAG caseSudhakar Panneerselvam2020-09-221-1/+2
* | | | | | | | | | | | | Merge tag 'io_uring-5.9-2020-10-02' of git://git.kernel.dk/linux-blockLinus Torvalds2020-10-022-6/+23
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | io_uring: fix async buffered reads when readahead is disabledHao Xu2020-09-292-1/+7
| * | | | | | | | | | | | | io_uring: fix potential ABBA deadlock in ->show_fdinfo()Jens Axboe2020-09-281-5/+14
| * | | | | | | | | | | | | io_uring: always delete double poll wait entry on matchJens Axboe2020-09-281-0/+2
* | | | | | | | | | | | | | Merge tag 'block-5.9-2020-10-02' of git://git.kernel.dk/linux-blockLinus Torvalds2020-10-021-9/+9
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | blk-mq: call commit_rqs while list empty but error happenyangerkun2020-09-291-9/+9
* | | | | | | | | | | | | | | Merge branch 'work.epoll' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2020-10-021-41/+31
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | ep_create_wakeup_source(): dentry name can change under you...Al Viro2020-09-251-3/+4
| * | | | | | | | | | | | | | | epoll: EPOLL_CTL_ADD: close the race in decision to take fast pathAl Viro2020-09-101-0/+1
| * | | | | | | | | | | | | | | epoll: replace ->visited/visited_list with generation countAl Viro2020-09-101-19/+8
| * | | | | | | | | | | | | | | epoll: do not insert into poll queues until all sanity checks are doneAl Viro2020-09-101-19/+18
* | | | | | | | | | | | | | | | Merge tag 'riscv-for-linus-5.9-rc8' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-10-023-4/+14
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | RISC-V: Check clint_time_val before useAnup Patel2020-09-302-4/+13
| * | | | | | | | | | | | | | | | clocksource: clint: Export clint_time_val for modulesPalmer Dabbelt2020-09-301-0/+1
| | |_|_|_|_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge tag 'for-5.9-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-10-023-10/+52
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | btrfs: fix filesystem corruption after a device replaceFilipe Manana2020-09-301-1/+39
| * | | | | | | | | | | | | | | | btrfs: move btrfs_rm_dev_replace_free_srcdev outside of all locksJosef Bacik2020-09-302-1/+5
| * | | | | | | | | | | | | | | | btrfs: move btrfs_scratch_superblocks into btrfs_dev_replace_finishingJosef Bacik2020-09-253-9/+9