summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pci-v5.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-03-253-0/+5
|\
| * Merge branch 'remotes/lorenzo/pci/misc'Bjorn Helgaas2022-03-221-0/+2
| |\
| | * sizes.h: Add SZ_1T macroChristophe Leroy2022-02-241-0/+2
| * | Merge branch 'pci/enumeration'Bjorn Helgaas2022-03-221-0/+1
| |\ \
| | * | PCI: Reduce warnings on possible RW1C corruptionMark Tomlinson2022-03-041-0/+1
| | |/
| * / PCI: Add defines for normal and subtractive PCI bridgesPali Rohár2022-02-171-0/+2
| |/
* | Merge tag 'gpio-updates-for-v5.18' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-03-251-19/+16
|\ \
| * | gpiolib: make struct comments into real kernel docsBartosz Golaszewski2022-02-091-19/+16
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid...Linus Torvalds2022-03-251-2/+21
|\ \
| * | HID: input: accommodate priorities for slotted devicesBenjamin Tissoires2022-03-011-0/+1
| * | HID: input: remove the need for HID_QUIRK_INVERTBenjamin Tissoires2022-03-011-1/+5
| * | HID: input: enforce Invert usage to be processed before InRangeBenjamin Tissoires2022-03-011-1/+3
| * | HID: compute an ordered list of input fields to processBenjamin Tissoires2022-03-011-0/+10
| * | HID: core: split data fetching from processing in hid_input_field()Benjamin Tissoires2022-03-011-1/+2
| * | HID: core: statically allocate read buffersBenjamin Tissoires2022-03-011-0/+1
* | | Merge tag 'platform-drivers-x86-v5.18-1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2022-03-251-1/+9
|\ \ \
| * | | ACPI / x86: Add support for LPS0 callback handlerMario Limonciello2022-03-171-1/+9
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-03-2513-86/+168
|\ \ \ \
| * | | | mm: madvise: MADV_DONTNEED_LOCKEDJohannes Weiner2022-03-241-0/+2
| * | | | mm: warn on deleting redirtied only if accountedHugh Dickins2022-03-241-2/+1
| * | | | mm/huge_memory: remove stale page_trans_huge_mapcount()David Hildenbrand2022-03-241-5/+0
| * | | | mm/swapfile: remove stale reuse_swap_page()David Hildenbrand2022-03-241-4/+0
| * | | | mm/khugepaged: remove reuse_swap_page() usageDavid Hildenbrand2022-03-241-1/+0
| * | | | mm/huge_memory: make is_transparent_hugepage() staticMiaohe Lin2022-03-241-6/+0
| * | | | kasan: move and hide kasan_save_enable/restore_multi_shotAndrey Konovalov2022-03-241-4/+0
| * | | | kasan: test: support async (again) and asymm modes for HW_TAGSAndrey Konovalov2022-03-241-5/+0
| * | | | kasan, vmalloc: only tag normal vmalloc allocationsAndrey Konovalov2022-03-241-3/+4
| * | | | kasan, vmalloc: add vmalloc tagging for HW_TAGSAndrey Konovalov2022-03-241-4/+32
| * | | | kasan, page_alloc: allow skipping memory init for HW_TAGSAndrey Konovalov2022-03-242-7/+12
| * | | | kasan, page_alloc: allow skipping unpoisoning for HW_TAGSAndrey Konovalov2022-03-242-10/+16
| * | | | kasan, mm: only define ___GFP_SKIP_KASAN_POISON with HW_TAGSAndrey Konovalov2022-03-242-4/+16
| * | | | kasan, vmalloc, arm64: mark vmalloc mappings as pgprot_taggedAndrey Konovalov2022-03-241-0/+7
| * | | | kasan, vmalloc: add vmalloc tagging for SW_TAGSAndrey Konovalov2022-03-241-6/+10
| * | | | kasan: add wrappers for vmalloc hooksAndrey Konovalov2022-03-241-2/+15
| * | | | kasan: reorder vmalloc hooksAndrey Konovalov2022-03-241-11/+9
| * | | | kasan, vmalloc: drop outdated VM_KASAN commentAndrey Konovalov2022-03-241-11/+0
| * | | | kasan, x86, arm64, s390: rename functions for modules shadowAndrey Konovalov2022-03-241-7/+7
| * | | | kasan, page_alloc: merge kasan_alloc_pages into post_alloc_hookAndrey Konovalov2022-03-241-9/+0
| * | | | mm: clarify __GFP_ZEROTAGS commentAndrey Konovalov2022-03-241-2/+4
| * | | | kasan, page_alloc: merge kasan_free_pages into free_pages_prepareAndrey Konovalov2022-03-241-8/+0
| * | | | mm/migration: add trace events for base page and HugeTLB migrationsAnshuman Khandual2022-03-241-0/+31
| * | | | mm/migration: add trace events for THP migrationsAnshuman Khandual2022-03-241-0/+27
| * | | | mm: delete __ClearPageWaiters()Hugh Dickins2022-03-241-1/+1
* | | | | Merge tag 'riscv-for-linus-5.18-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-03-253-0/+121
|\ \ \ \ \
| * \ \ \ \ perf: RISC-V: Add support for SBI PMU and SscofpmfPalmer Dabbelt2022-03-212-0/+76
| |\ \ \ \ \
| | * | | | | RISC-V: Add sscofpmf extension supportAtish Patra2022-03-211-0/+2
| | * | | | | RISC-V: Add perf platform driver based on SBI PMU extensionAtish Patra2022-03-212-2/+5
| | * | | | | RISC-V: Add a simple platform driver for RISC-V legacy perfAtish Patra2022-03-211-0/+6
| | * | | | | RISC-V: Add a perf core library for pmu driversAtish Patra2022-03-211-0/+65
| | | |_|_|/ | | |/| | |
| * / | | | dt-bindings: clk: microchip: Add Microchip PolarFire host bindingDaire McNamara2022-01-241-0/+45
| |/ / / /