summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'sysctl-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2023-08-291-1/+2
|\
| * vrf: Update to register_net_sysctl_szJoel Granados2023-08-151-1/+2
* | Merge tag 'modules-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-08-293-4/+5
|\ \
| * | rtc: ds1685: use EXPORT_SYMBOL_GPL for ds1685_rtc_poweroffChristoph Hellwig2023-08-021-1/+1
| * | net: enetc: use EXPORT_SYMBOL_GPL for enetc_phc_indexChristoph Hellwig2023-08-021-1/+1
| * | mmc: au1xmmc: force non-modular build and remove symbol_get usageChristoph Hellwig2023-08-021-2/+3
| |/
* | Merge tag 'mm-nonmm-stable-2023-08-28-22-48' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-08-2911-38/+49
|\ \
| * | drivers/char/mem.c: shrink character device's devlist[] arrayAlexey Dobriyan2023-08-241-9/+9
| * | crash: memory and CPU hotplug sysfs attributesEric DeVolder2023-08-242-0/+26
| * | kill do_each_thread()Oleg Nesterov2023-08-211-2/+2
| * | drm/i915: Move abs_diff() to math.hAndy Shevchenko2023-08-185-27/+10
| * | irqchip/al-fic: make AL_FIC depend on HAS_IOMEMBaoquan He2023-08-181-0/+1
| * | net: altera-tse: make ALTERA_TSE depend on HAS_IOMEMBaoquan He2023-08-181-0/+1
* | | Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-08-2920-91/+93
|\ \ \
| * | | mm: remove enum page_entry_sizeMatthew Wilcox (Oracle)2023-08-241-14/+8
| * | | minmax: add in_range() macroMatthew Wilcox (Oracle)2023-08-245-30/+24
| * | | mm,thp: fix nodeN/meminfo output alignmentHugh Dickins2023-08-211-2/+2
| * | | mm/memory_hotplug: embed vmem_altmap details in memory blockAneesh Kumar K.V2023-08-211-10/+17
| * | | mm/memory_hotplug: allow memmap on memory hotplug request to fallbackAneesh Kumar K.V2023-08-211-2/+1
| * | | drm/amdkfd: use vma_is_initial_stack() and vma_is_initial_heap()Kefeng Wang2023-08-211-4/+1
| * | | mm/hugepage pud: allow arch-specific helper function to check huge page pud s...Aneesh Kumar K.V2023-08-181-1/+1
| * | | mmu_notifiers: rename invalidate_range notifierAlistair Popple2023-08-184-19/+20
| * | | arm64/smmu: use TLBI ASID when invalidating entire rangeAlistair Popple2023-08-181-3/+13
| * | | asm-generic/iomap.h: remove ARCH_HAS_IOREMAP_xx macrosBaoquan He2023-08-182-2/+2
| * | | memory tier: rename destroy_memory_type() to put_memory_type()Miaohe Lin2023-08-181-2/+2
| * | | mm: remove arguments of show_mem()Kefeng Wang2023-08-182-2/+2
| |/ /
* | | Merge tag 'parisc-for-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-08-2914-644/+421
|\ \ \
| * | | parisc: ccio-dma: Create private runway procfs root entryHelge Deller2023-08-282-5/+8
| * | | parisc: led: Rewrite LED/LCD driver to utilizize Linux LED subsystemHelge Deller2023-08-282-566/+340
| * | | parisc: lasi: Initialize LASI driver via arch_initcall()Helge Deller2023-08-272-12/+8
| * | | parisc: asp: Initialize asp driver via arch_initcall()Helge Deller2023-08-272-4/+9
| * | | parisc: wax: Initialize wax driver via arch_initcall()Helge Deller2023-08-272-7/+9
| * | | parisc: iosapic: Convert I/O Sapic driver to use arch_initcall()Helge Deller2023-08-271-4/+4
| * | | parisc: sba_iommu: Convert SBA IOMMU driver to use arch_initcall()Helge Deller2023-08-271-2/+3
| * | | parisc: led: Move register_led_regions() to late_initcall()Helge Deller2023-08-271-1/+3
| * | | parisc: lba: Convert LBA PCI bus driver to use arch_initcall()Helge Deller2023-08-271-2/+3
| * | | parisc: gsc: Convert GSC bus driver to use arch_initcall()Helge Deller2023-08-271-1/+3
| * | | parisc: ccio: Convert CCIO driver to use arch_initcall()Helge Deller2023-08-271-11/+3
| * | | parisc: eisa: Convert HP EISA bus driver to use arch_initcall()Helge Deller2023-08-271-2/+3
| * | | parisc: hppb: Convert HP PB bus driver to use arch_initcall()Helge Deller2023-08-271-3/+4
| * | | parisc: dino: Convert dino PCI bus driver to use arch_initcall()Helge Deller2023-08-271-3/+3
| * | | parisc: Makefile: Adjust order in which drivers should be loadedHelge Deller2023-08-271-7/+9
| * | | parisc: led: Reduce CPU overhead for disk & lan LED computationHelge Deller2023-08-261-2/+2
| * | | parisc: Avoid ioremap() for same addresss in iosapic_register()Helge Deller2023-08-222-3/+4
| * | | parisc: lasi: Register LASI power-off feature as sys_off_handlerHelge Deller2023-08-201-17/+11
* | | | Merge tag 'net-next-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2023-08-291040-24195/+54272
|\ \ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2023-08-2917-60/+128
| |\ \ \ \
| | * | | | r8169: fix ASPM-related issues on a number of systems with NIC version from R...Heiner Kallweit2023-08-281-4/+0
| | * | | | ethernet: tg3: remove unreachable codeMikhail Kobuk2023-08-281-4/+1
| | * | | | igb: set max size RX buffer when store bad packet is enabledRadoslaw Tyl2023-08-281-4/+7