summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2024-02-22mm/zswap: invalidate zswap entry when swap entry freeChengming Zhou1-2/+2
2024-02-22mm/cma: make MAX_CMA_AREAS = CONFIG_CMA_AREASAnshuman Khandual1-5/+1
2024-02-22mm: reduce dependencies on <linux/kernel.h>Christophe JAILLET2-1/+2
2024-02-22mm/memory: optimize fork() with PTE-mapped THPDavid Hildenbrand1-0/+31
2024-02-22mm/pgtable: make pte_next_pfn() independent of set_ptes()David Hildenbrand1-1/+1
2024-02-22mm: compaction: update the cc->nr_migratepages when allocating or freeing the...Baolin Wang1-3/+3
2024-02-22mm: ptdump: have ptdump_check_wx() return boolChristophe Leroy1-1/+4
2024-02-22arm64, powerpc, riscv, s390, x86: ptdump: refactor CONFIG_DEBUG_WXChristophe Leroy1-0/+7
2024-02-22mm/mempolicy: introduce MPOL_WEIGHTED_INTERLEAVE for weighted interleavingGregory Price2-0/+2
2024-02-22mm/list_lru: remove list_lru_putback()Chengming Zhou1-16/+0
2024-02-22x86/mm: delete unused cpu argument to leave_mm()Yosry Ahmed1-1/+1
2024-02-22mm and cache_info: remove unnecessary CPU cache info updateHuang Ying1-1/+1
2024-02-22highmem: add kernel-doc for memcpy_*_folio()Matthew Wilcox (Oracle)1-0/+14
2024-02-22mm/memory_hotplug: export mhp_supports_memmap_on_memory()Vishal Verma1-0/+6
2024-02-22mm/zswap: split zswap rb-treeChengming Zhou1-2/+2
2024-02-22mm/zswap: make sure each swapfile always have zswap rb-treeChengming Zhou1-2/+5
2024-02-22mm: convert mm_counter_file() to take a folioKefeng Wang1-4/+4
2024-02-22mm: convert mm_counter() to take a folioKefeng Wang1-3/+3
2024-02-22mm: add pfn_swap_entry_folio()Matthew Wilcox (Oracle)1-0/+13
2024-02-22mm: list_lru: remove unused macro list_lru_init_key()Haifeng Xu1-2/+0
2024-02-22mm/memory_hotplug: introduce MEM_PREPARE_ONLINE/MEM_FINISH_OFFLINE notifiersSumanth Korikkar3-1/+27
2024-02-21mm/swap: fix race when skipping swapcacheKairui Song1-0/+5
2024-02-17Merge tag 'char-misc-6.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds4-6/+9
2024-02-17Merge tag 'tty-6.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-5/+27
2024-02-17Merge tag 'usb-6.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-1/+0
2024-02-17Merge tag 'block-6.8-2024-02-16' of git://git.kernel.dk/linuxLinus Torvalds1-0/+1
2024-02-16Merge tag 'trace-v6.8-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-7/+10
2024-02-16Merge tag 'sound-6.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds1-0/+1
2024-02-16Merge tag 'gpio-fixes-for-v6.8-rc5' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+18
2024-02-15Merge tag 'net-6.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds3-13/+8
2024-02-15Merge tag 'for-linus-6.8a-rc5-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+4
2024-02-15update workarounds for gcc "asm goto" issueLinus Torvalds2-4/+12
2024-02-15seq_buf: Fix kernel documentationAndy Shevchenko1-6/+6
2024-02-15seq_buf: Don't use "proxy" headersAndy Shevchenko1-1/+4
2024-02-15Merge tag 'mips-fixes_6.8_2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+4
2024-02-14Merge tag 'iio-fixes-for-6.8a' of http://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman4-6/+9
2024-02-13nvme: implement support for relaxed effectsKeith Busch1-0/+1
2024-02-13gpiolib: add gpio_device_get_label() stub for !GPIOLIBKrzysztof Kozlowski1-0/+6
2024-02-13gpiolib: add gpio_device_get_base() stub for !GPIOLIBKrzysztof Kozlowski1-0/+6
2024-02-13gpiolib: add gpiod_to_gpio_device() stub for !GPIOLIBKrzysztof Kozlowski1-0/+6
2024-02-13xen/gntalloc: Replace UAPI 1-element arrayKees Cook1-1/+4
2024-02-13ptrace: Introduce exception_ip arch hookJiaxun Yang1-0/+4
2024-02-12Merge tag 'vfs-6.8-rc5.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-3/+0
2024-02-12net-device: move lstats in net_device_read_txrxEric Dumazet1-5/+5
2024-02-12tcp: move tp->tcp_usec_ts to tcp_sock_read_txrx groupEric Dumazet1-2/+2
2024-02-12tcp: move tp->scaling_ratio to tcp_sock_read_txrx groupEric Dumazet1-1/+1
2024-02-11Merge tag 'timers_urgent_for_v6.8_rc4' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+3
2024-02-11tls: fix race between async notify and socket closeJakub Kicinski1-5/+0
2024-02-10Merge tag 'block-6.8-2024-02-10' of git://git.kernel.dk/linuxLinus Torvalds1-2/+5
2024-02-10Merge tag 'ceph-for-6.8-rc4' of https://github.com/ceph/ceph-clientLinus Torvalds2-2/+3