summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* PCI: Drop duplicated tracking of a pci_dev's bound driverpci-dedupUwe Kleine-König2021-09-292-5/+0
* PCI: Replace pci_dev::driver usage by pci_dev::dev.driverUwe Kleine-König2021-09-2911-91/+140
* crypto: qat - simplify adf_enable_aer()Uwe Kleine-König2021-09-296-28/+13
* scsi: message: fusion: Remove unused parameter of mpt_pci driver's probe()Uwe Kleine-König2021-09-294-9/+6
* PCI: Replace pci_dev::driver usage that gets the driver nameUwe Kleine-König2021-09-295-5/+6
* ssb: Simplify determination of driver nameUwe Kleine-König2021-09-291-5/+1
* powerpc/eeh: Don't use driver member of struct pci_dev and further cleanupsUwe Kleine-König2021-09-292-5/+8
* bcma: simplify reference to the driver's nameUwe Kleine-König2021-09-281-5/+1
* xen/pci: Drop some checks that are always trueUwe Kleine-König2021-09-271-32/+25
* PCI: Drop useless check from pci_device_probe()Uwe Kleine-König2021-09-271-1/+1
* PCI: Simplify pci_device_remove()Uwe Kleine-König2021-09-271-9/+7
* Linux 5.15-rc3v5.15-rc3Linus Torvalds2021-09-261-1/+1
* Merge tag '5.15-rc2-ksmbd-fixes' of git://git.samba.org/ksmbdLinus Torvalds2021-09-268-260/+164
|\
| * ksmbd: use LOOKUP_BENEATH to prevent the out of share accessHyunchul Lee2021-09-245-206/+140
| * ksmbd: remove follow symlinks supportNamjae Jeon2021-09-222-56/+19
| * ksmbd: check protocol id in ksmbd_verify_smb_message()Namjae Jeon2021-09-223-5/+11
| * ksmbd: add default data stream name in FILE_STREAM_INFORMATIONNamjae Jeon2021-09-211-5/+3
| * ksmbd: log that server is experimental at module loadSteve French2021-09-211-0/+3
* | Merge tag 'edac_urgent_for_v5.15_rc3' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2021-09-262-2/+2
|\ \
| * | EDAC/dmc520: Assign the proper type to dimm->edac_modeBorislav Petkov2021-09-161-1/+1
| * | EDAC/synopsys: Fix wrong value type assignment for edac_modeSai Krishna Potthuri2021-09-161-1/+1
* | | Merge tag 'thermal-v5.15-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-09-263-8/+8
|\ \ \
| * | | thermal/drivers/tsens: Fix wrong check for tzd in irq handlersAnsuel Smith2021-09-211-2/+2
| * | | thermal/core: Potential buffer overflow in thermal_build_list_of_policies()Dan Carpenter2021-09-211-4/+3
| * | | thermal/drivers/int340x: Do not set a wrong tcc offset on resumeAntoine Tenart2021-09-141-2/+3
| |/ /
* | | Merge tag 'x86-urgent-2021-09-26' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-09-267-27/+39
|\ \ \
| * | | x86/insn, tools/x86: Fix undefined behavior due to potential unaligned accessesNumfor Mbiziwo-Tiapo2021-09-242-4/+4
| * | | x86/asm: Fix SETZ size enqcmds() build failureKees Cook2021-09-221-1/+1
| * | | x86/setup: Call early_reserve_memory() earlierJuergen Gross2021-09-211-12/+14
| * | | x86/fault: Fix wrong signal when vsyscall fails with pkeyJiashuo Liang2021-09-203-10/+20
* | | | Merge tag 'timers-urgent-2021-09-26' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-09-261-1/+2
|\ \ \ \
| * | | | posix-cpu-timers: Prevent spuriously armed 0-value itimerFrederic Weisbecker2021-09-231-1/+2
| |/ / /
* | | | Merge tag 'irq-urgent-2021-09-26' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-09-269-17/+69
|\ \ \ \
| * \ \ \ Merge tag 'irqchip-fixes-5.15-1' of git://git.kernel.org/pub/scm/linux/kernel...Thomas Gleixner2021-09-249-17/+69
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | irqchip/gic: Work around broken Renesas integrationMarc Zyngier2021-09-221-1/+51
| | * | | irqchip/renesas-rza1: Use semicolons instead of commasGeert Uytterhoeven2021-09-221-6/+6
| | * | | irqchip/gic-v3-its: Fix potential VPE leak on errorKaige Fu2021-09-221-1/+1
| | * | | irqchip/goldfish-pic: Select GENERIC_IRQ_CHIP to fix buildRandy Dunlap2021-09-221-0/+1
| | * | | irqchip/mbigen: Repair non-kernel-doc notationRandy Dunlap2021-09-221-3/+3
| | * | | irqdomain: Change the type of 'size' in __irq_domain_add() to be consistentBixuan Cui2021-09-222-2/+2
| | * | | irqchip/armada-370-xp: Fix ack/eoi breakageMarc Zyngier2021-09-221-2/+2
| | * | | Documentation: Fix irq-domain.rst build warningMarc Zyngier2021-09-031-2/+3
* | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-09-2517-39/+69
|\ \ \ \ \
| * | | | | mm: fix uninitialized use in overcommit_policy_handlerChen Jun2021-09-241-2/+2
| * | | | | mm/memory_failure: fix the missing pte_unmap() callQi Zheng2021-09-241-5/+5
| * | | | | kasan: always respect CONFIG_KASAN_STACKNathan Chancellor2021-09-241-1/+2
| * | | | | sh: pgtable-3level: fix cast to pointer from integer of different sizeGeert Uytterhoeven2021-09-241-1/+1
| * | | | | mm/debug: sync up latest migrate_reason to migrate_reason_namesWeizhao Ouyang2021-09-242-1/+6
| * | | | | mm/debug: sync up MR_CONTIG_RANGE and MR_LONGTERM_PINWeizhao Ouyang2021-09-241-1/+2
| * | | | | mm: fs: invalidate bh_lrus for only cold pathMinchan Kim2021-09-243-7/+24