aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2022-01-17ACPI: CPPC: Drop redundant local variable from cpc_read()Rafael J. Wysocki1-4/+3
2022-01-17ACPI: CPPC: Fix up I/O port access in cpc_read()Rafael J. Wysocki1-1/+3
2022-01-17Merge branch 'acpi-pfrut'Rafael J. Wysocki4-0/+1033
2022-01-17Merge branches 'acpi-x86', 'acpi-tables', 'acpi-soc' and 'acpi-pcc'Rafael J. Wysocki3-3/+10
2022-01-17net: sfp: fix high power modules without diagnostic monitoringRussell King (Oracle)1-4/+21
2022-01-17brd: remove brd_devices_mutex mutexTetsuo Handa1-43/+30
2022-01-17gpio: idt3243x: Fix IRQ check in idt_gpio_probeMiaoqian Lin1-2/+2
2022-01-17gpio: mpc8xxx: Fix IRQ check in mpc8xxx_probeMiaoqian Lin1-2/+2
2022-01-17net: ocelot: Fix the call to switchdev_bridge_port_offloadHoratiu Vultur1-3/+3
2022-01-17drm/i915/display/adlp: Implement new step in the TC voltage swing prog sequenceJosé Roberto de Souza2-2/+28
2022-01-17drm/i915/display/ehl: Update voltage swing tableJosé Roberto de Souza1-5/+5
2022-01-17devtmpfs regression fix: reconfigure on each mountNeilBrown1-0/+7
2022-01-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds12-85/+392
2022-01-17Merge tag 'i3c/for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/i3c...Linus Torvalds7-98/+260
2022-01-17Merge tag 'ntb-5.17' of git://github.com/jonmason/ntbLinus Torvalds3-15/+16
2022-01-17Merge tag 'linux-watchdog-5.17-rc1' of git://www.linux-watchdog.org/linux-wat...Linus Torvalds14-448/+1228
2022-01-17Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds8-17/+17
2022-01-16bonding: Fix extraction of ports from the packet headersMoshe Tal1-2/+2
2022-01-16rtc: sunplus: fix return value in sp_rtc_probe()Yang Yingliang1-1/+1
2022-01-16rtc: cmos: Evaluate century appropriateRiwen Lu1-1/+1
2022-01-16rtc: gamecube: Fix an IS_ERR() vs NULL checkDan Carpenter1-2/+2
2022-01-16rtc: mc146818-lib: fix signedness bug in mc146818_get_time()Dan Carpenter1-1/+1
2022-01-16Merge tag 'hyperv-next-signed-20220114' of git://git.kernel.org/pub/scm/linux...Linus Torvalds8-28/+191
2022-01-16Merge tag 'pci-v5.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds74-1575/+2334
2022-01-16Merge tag 'drm-next-2022-01-14' of git://anongit.freedesktop.org/drm/drmLinus Torvalds56-357/+495
2022-01-15net: wwan: Fix MRU mismatch issue which may lead to data connection lostSlark Xiao1-2/+2
2022-01-15net: phy: marvell: add Marvell specific PHY loopbackMohammad Athari Bin Ismail1-1/+55
2022-01-15net: ethernet: sun4i-emac: Fix an error handling path in emac_probe()Christophe JAILLET1-0/+1
2022-01-15net: ethernet: mtk_eth_soc: fix error checking in mtk_mac_config()Tom Rix1-1/+1
2022-01-15net: mscc: ocelot: don't dereference NULL pointers with shared tc filtersVladimir Oltean1-1/+28
2022-01-15Merge branch 'next' into for-linusDmitry Torokhov9078-335935/+893615
2022-01-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds6-64/+119
2022-01-15bitmap: unify find_bit operationsYury Norov1-1/+1
2022-01-15Replace for_each_*_bit_from() with for_each_*_bit() where appropriateYury Norov2-4/+3
2022-01-15cpumask: replace cpumask_next_* with cpumask_first_* where appropriateYury Norov3-3/+3
2022-01-15all: replace find_next{,_zero}_bit with find_first{,_zero}_bit where appropriateYury Norov11-24/+23
2022-01-15zram: use ATTRIBUTE_GROUPSLuis Chamberlain1-9/+2
2022-01-15device-dax: compound devmap supportJoao Martins1-0/+9
2022-01-15device-dax: remove pfn from __dev_dax_{pte,pmd,pud}_fault()Joao Martins1-17/+19
2022-01-15device-dax: set mapping prior to vmf_insert_pfn{,_pmd,pud}()Joao Martins1-6/+6
2022-01-15device-dax: factor out page mapping initializationJoao Martins1-22/+23
2022-01-15device-dax: ensure dev_dax->pgmap is valid for dynamic devicesJoao Martins3-8/+54
2022-01-15device-dax: use struct_size()Joao Martins1-2/+3
2022-01-15device-dax: use ALIGN() for determining pgoffJoao Martins1-2/+2
2022-01-15mm: kmemleak: alloc gray object for reserved region with direct mapCalvin Zhang1-1/+5
2022-01-15RDMA/siw: make use of the helper function kthread_run_on_cpu()Cai Huoqing1-4/+3
2022-01-14vdpa/mlx5: Fix tracking of current number of VQsEli Cohen1-4/+8
2022-01-14vdpa/mlx5: Fix is_index_valid() to refer to featuresEli Cohen1-3/+7
2022-01-14vdpa: Protect vdpa reset with cf_mutexEli Cohen1-1/+1
2022-01-14vdpa: Avoid taking cf_mutex lock on get statusEli Cohen2-13/+3