Age | Commit message (Expand) | Author | Files | Lines |
2020-11-17 | scsi: libiscsi: Fix NOP race condition | Lee Duncan | 2 | -8/+18 |
2020-11-11 | scsi: ufshcd: Fix missing destroy_workqueue() | Qinglang Miao | 1 | -0/+2 |
2020-11-05 | scsi: ufs: Try to save power mode change and UIC cmd completion timeout | Can Guo | 2 | -2/+26 |
2020-11-05 | scsi: ufs: Fix unbalanced scsi_block_reqs_cnt caused by ufshcd_hold() | Can Guo | 1 | -3/+3 |
2020-11-03 | scsi: mpt3sas: Fix timeouts observed while reenabling IRQ | Sreekanth Reddy | 1 | -0/+7 |
2020-11-03 | scsi: scsi_dh_alua: Avoid crash during alua_bus_detach() | Hannes Reinecke | 1 | -4/+5 |
2020-10-30 | scsi: hpsa: Fix memory leak in hpsa_init_one() | Keita Suzuki | 1 | -1/+3 |
2020-10-27 | scsi: hisi_sas: Stop using queue #0 always for v2 hw | John Garry | 1 | -1/+1 |
2020-10-27 | scsi: ibmvscsi: Fix potential race after loss of transport | Tyrel Datwyler | 1 | -10/+26 |
2020-10-26 | scsi: mptfusion: Fix null pointer dereferences in mptscsih_remove() | Helge Deller | 1 | -5/+8 |
2020-10-26 | scsi: qla2xxx: Return EBUSY on fcport deletion | Daniel Wagner | 1 | -2/+4 |
2020-10-26 | scsi: core: Don't start concurrent async scan on same host | Ming Lei | 1 | -3/+4 |
2020-10-26 | Linux 5.10-rc1v5.10-rc1 | Linus Torvalds | 1 | -2/+2 |
2020-10-26 | treewide: Convert macro and uses of __section(foo) to __section("foo") | Joe Perches | 117 | -196/+196 |
2020-10-25 | kernel/sys.c: fix prototype of prctl_get_tid_address() | Rasmus Villemoes | 1 | -3/+3 |
2020-10-25 | mm: remove kzfree() compatibility definition | Eric Biggers | 6 | -8/+6 |
2020-10-25 | checkpatch: enable GIT_DIR environment use to set git repository location | Joe Perches | 1 | -5/+7 |
2020-10-25 | Merge tag 'timers-urgent-2020-10-25' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 3 | -1/+116 |
2020-10-25 | Merge tag 'sched-urgent-2020-10-25' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2 | -5/+12 |
2020-10-25 | Merge tag 'perf-urgent-2020-10-25' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -1/+1 |
2020-10-25 | Merge tag 'locking-urgent-2020-10-25' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -1/+1 |
2020-10-25 | Merge tag 'ntb-5.10' of git://github.com/jonmason/ntb | Linus Torvalds | 3 | -5/+3 |
2020-10-25 | Merge branch 'i2c/for-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -1/+10 |
2020-10-25 | Merge tag '5.10-rc-smb3-fixes-part2' of git://git.samba.org/sfrench/cifs-2.6 | Linus Torvalds | 8 | -15/+213 |
2020-10-25 | Merge branch 'parisc-5.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 7 | -19/+111 |
2020-10-25 | Merge tag 'for-linus-5.10b-rc1c-tag' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 12 | -126/+152 |
2020-10-25 | Merge tag 'safesetid-5.10' of git://github.com/micah-morton/linux | Linus Torvalds | 7 | -125/+336 |
2020-10-25 | Merge tag '20201024-v4-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 5 | -190/+404 |
2020-10-25 | i2c: core: Restore acpi_walk_dep_device_list() getting called after registeri... | Hans de Goede | 1 | -1/+10 |
2020-10-24 | Merge tag 'block-5.10-2020-10-24' of git://git.kernel.dk/linux-block | Linus Torvalds | 21 | -108/+222 |
2020-10-24 | Merge tag 'io_uring-5.10-2020-10-24' of git://git.kernel.dk/linux-block | Linus Torvalds | 5 | -118/+191 |
2020-10-24 | Merge tag 'libata-5.10-2020-10-24' of git://git.kernel.dk/linux-block | Linus Torvalds | 4 | -4/+4 |
2020-10-24 | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 47 | -129/+308 |
2020-10-24 | Merge tag 'dma-mapping-5.10-1' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds | 5 | -32/+68 |
2020-10-24 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 5 | -9/+6 |
2020-10-24 | Merge tag 'x86_seves_fixes_for_v5.10_rc1' of git://git.kernel.org/pub/scm/lin... | Linus Torvalds | 5 | -16/+40 |
2020-10-24 | random32: add a selftest for the prandom32 code | Willy Tarreau | 1 | -0/+56 |
2020-10-24 | random32: add noise from network and scheduling activity | Willy Tarreau | 4 | -0/+30 |
2020-10-24 | random32: make prandom_u32() output unpredictable | George Spelvin | 4 | -190/+318 |
2020-10-24 | Merge tag 'powerpc-5.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 12 | -120/+185 |
2020-10-24 | Merge tag 'riscv-for-linus-5.10-mw1' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 7 | -135/+166 |
2020-10-24 | Merge tag 'armsoc-defconfig' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 10 | -21/+98 |
2020-10-24 | Merge tag 'armsoc-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc | Linus Torvalds | 660 | -6386/+27780 |
2020-10-24 | Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s... | Linus Torvalds | 117 | -912/+3901 |
2020-10-24 | Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc | Linus Torvalds | 450 | -18652/+2671 |
2020-10-24 | Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/soc... | Linus Torvalds | 16 | -82/+134 |
2020-10-24 | KVM: ioapic: break infinite recursion on lazy EOI | Vitaly Kuznetsov | 1 | -4/+1 |
2020-10-24 | KVM: vmx: rename pi_init to avoid conflict with paride | Paolo Bonzini | 3 | -4/+4 |
2020-10-24 | KVM: x86/mmu: Avoid modulo operator on 64-bit value to fix i386 build | Sean Christopherson | 1 | -1/+1 |
2020-10-24 | cifs: update internal module version number | Steve French | 1 | -1/+1 |