summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* zram: keep comments within 80-columns limitSergey Senozhatsky2022-10-031-8/+11
* zram: do not waste zram_table_entry flags bitsSergey Senozhatsky2022-10-032-8/+9
* i915: use the VMA iteratorMatthew Wilcox (Oracle)2022-09-271-9/+5
* optee: remove vma linked list walkMatthew Wilcox (Oracle)2022-09-271-8/+10
* cxl: remove vma linked list walkMatthew Wilcox (Oracle)2022-09-271-30/+15
* xen: use vma_lookup() in privcmd_ioctl_mmap()Liam R. Howlett2022-09-271-1/+1
* mm: remove rb tree.Liam R. Howlett2022-09-271-1/+0
* mm: start tracking VMAs with maple treeLiam R. Howlett2022-09-271-0/+1
* mm/demotion/dax/kmem: set node's abstract distance to MEMTIER_DEFAULT_DAX_ADI...Aneesh Kumar K.V2022-09-271-3/+39
* mm: kill is_memblock_offlined()Kefeng Wang2022-09-121-6/+0
* zram: don't retry compress incompressible pageAlexey Romanov2022-09-121-2/+12
* drivers/block/zram/zram_drv.c: do not keep dangling zcomp pointer after zram ...Sergey Senozhatsky2022-09-121-9/+4
* Merge tag 'mm-hotfixes-stable-2022-08-28' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2022-08-281-10/+21
|\
| * binder_alloc: add missing mmap_lock calls when using the VMALiam Howlett2022-08-281-10/+21
* | Merge tag 'thermal-6.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-08-282-4/+6
|\ \
| * \ Merge branch 'thermal-core'Rafael J. Wysocki2022-08-271-0/+1
| |\ \
| | * | thermal/core: Add missing EXPORT_SYMBOL_GPLDaniel Lezcano2022-08-151-0/+1
| * | | thermal/int340x_thermal: handle data_vault when the value is ZERO_SIZE_PTRLee, Chun-Yi2022-08-231-4/+5
* | | | Merge tag 'pm-6.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2022-08-281-1/+1
|\ \ \ \
| * | | | cpufreq: check only freq_table in __resolve_freq()Lukasz Luba2022-08-231-1/+1
| |/ / /
* | | | Merge tag 'acpi-6.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2022-08-282-7/+6
|\ \ \ \
| * \ \ \ Merge branch 'acpi-processor' into acpiRafael J. Wysocki2022-08-271-1/+1
| |\ \ \ \
| | * | | | ACPI: processor: Remove freq Qos request for all CPUsRiwen Lu2022-08-231-1/+1
| | |/ / /
| * | | | ACPI: property: Remove default association from integer maximum valuesSakari Ailus2022-08-251-2/+1
| * | | | ACPI: property: Ignore already existing data node tagsSakari Ailus2022-08-251-1/+1
| * | | | ACPI: property: Fix type detection of unified integer reading functionsStefan Binding2022-08-251-4/+4
| |/ / /
* | | | Merge tag 'for-linus-6.0-rc3-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-08-283-12/+13
|\ \ \ \
| * | | | xen/privcmd: fix error exit of privcmd_ioctl_dm_op()Juergen Gross2022-08-251-10/+11
| * | | | xen: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-252-2/+2
* | | | | Merge tag 'fbdev-for-6.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-08-2734-201/+240
|\ \ \ \ \
| * | | | | fbdev: fbcon: Properly revert changes when vc_resize() failedShigeru Yoshida2022-08-261-2/+25
| * | | | | fbdev: Move fbdev drivers from strlcpy to strscpyWolfram Sang2022-08-2429-38/+38
| * | | | | fbdev: omap: Remove unnecessary print function dev_err()Jiapeng Chong2022-08-241-2/+0
| * | | | | fbdev: chipsfb: Add missing pci_disable_device() in chipsfb_pci_init()Yang Yingliang2022-08-241-0/+1
| * | | | | fbdev: fbcon: Destroy mutex on freeing struct fb_infoShigeru Yoshida2022-08-241-0/+4
| * | | | | fbdev: radeon: Clean up some inconsistent indentingJiapeng Chong2022-08-241-23/+23
| * | | | | fbdev: sisfb: Clean up some inconsistent indentingJiapeng Chong2022-08-241-133/+141
| * | | | | fbdev: fb_pm2fb: Avoid potential divide by zero errorLetu Ren2022-08-241-0/+5
| * | | | | fbdev: ssd1307fb: Fix repeated words in commentsJilin Yuan2022-08-241-1/+1
| * | | | | fbdev: omapfb: Fix tests for platform_get_irq() failureYu Zhe2022-08-241-2/+2
| | |/ / / | |/| | |
* | | | | Merge tag 'drm-fixes-2022-08-26-1' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2022-08-2624-82/+206
|\ \ \ \ \
| * \ \ \ \ Merge tag 'amd-drm-fixes-6.0-2022-08-25' of https://gitlab.freedesktop.org/ag...Dave Airlie2022-08-2618-47/+173
| |\ \ \ \ \
| | * | | | | drm/amdgpu: mmVM_L2_CNTL3 register not initialized correctlyQu Huang2022-08-251-0/+1
| | * | | | | drm/amdgpu: add MGCG perfmon setting for gfx11Likun Gao2022-08-252-0/+18
| | * | | | | drm/amdkfd: Fix isa version for the GC 10.3.7Prike Liang2022-08-251-5/+1
| | * | | | | drm/amdgpu: Fix page table setup on ArcturusMukul Joshi2022-08-251-2/+10
| | * | | | | drm/amd/pm: update SMU 13.0.0 driver_if headerEvan Quan2022-08-252-14/+19
| | * | | | | drm/amdgpu: add sdma instance check for gfx11 CGCGTim Huang2022-08-251-6/+12
| | * | | | | drm/amd/display: enable PCON support for dcn314Roman Li2022-08-251-0/+1
| | * | | | | drm/amdgpu: enable NBIO IP v7.7.0 Clock GatingTim Huang2022-08-251-4/+3