aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2024-02-22mm: ptdump: have ptdump_check_wx() return boolGravatar Christophe Leroy 1-1/+4
2024-02-22arm64, powerpc, riscv, s390, x86: ptdump: refactor CONFIG_DEBUG_WXGravatar Christophe Leroy 1-0/+7
2024-02-22mm/mempolicy: introduce MPOL_WEIGHTED_INTERLEAVE for weighted interleavingGravatar Gregory Price 2-0/+2
2024-02-22mm/list_lru: remove list_lru_putback()Gravatar Chengming Zhou 1-16/+0
2024-02-22x86/mm: delete unused cpu argument to leave_mm()Gravatar Yosry Ahmed 1-1/+1
2024-02-22mm and cache_info: remove unnecessary CPU cache info updateGravatar Huang Ying 1-1/+1
2024-02-22highmem: add kernel-doc for memcpy_*_folio()Gravatar Matthew Wilcox (Oracle) 1-0/+14
2024-02-22mm/memory_hotplug: export mhp_supports_memmap_on_memory()Gravatar Vishal Verma 1-0/+6
2024-02-22mm/zswap: split zswap rb-treeGravatar Chengming Zhou 1-2/+2
2024-02-22mm/zswap: make sure each swapfile always have zswap rb-treeGravatar Chengming Zhou 1-2/+5
2024-02-21mm: convert mm_counter_file() to take a folioGravatar Kefeng Wang 1-4/+4
2024-02-21mm: convert mm_counter() to take a folioGravatar Kefeng Wang 1-3/+3
2024-02-21mm: add pfn_swap_entry_folio()Gravatar Matthew Wilcox (Oracle) 1-0/+13
2024-02-21mm: list_lru: remove unused macro list_lru_init_key()Gravatar Haifeng Xu 1-2/+0
2024-02-21mm/memory_hotplug: introduce MEM_PREPARE_ONLINE/MEM_FINISH_OFFLINE notifiersGravatar Sumanth Korikkar 3-1/+27
2024-02-20mm/swap: fix race when skipping swapcacheGravatar Kairui Song 1-0/+5
2024-02-17Merge tag 'char-misc-6.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 4-6/+9
2024-02-17Merge tag 'tty-6.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 1-5/+27
2024-02-17Merge tag 'usb-6.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 1-1/+0
2024-02-16Merge tag 'block-6.8-2024-02-16' of git://git.kernel.dk/linuxGravatar Linus Torvalds 1-0/+1
2024-02-16Merge tag 'trace-v6.8-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 1-7/+10
2024-02-16Merge tag 'sound-6.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Gravatar Linus Torvalds 1-0/+1
2024-02-16Merge tag 'gpio-fixes-for-v6.8-rc5' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-0/+18
2024-02-15Merge tag 'net-6.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Gravatar Linus Torvalds 3-13/+8
2024-02-15Merge tag 'for-linus-6.8a-rc5-tag' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-1/+4
2024-02-15update workarounds for gcc "asm goto" issueGravatar Linus Torvalds 2-4/+12
2024-02-15seq_buf: Fix kernel documentationGravatar Andy Shevchenko 1-6/+6
2024-02-15seq_buf: Don't use "proxy" headersGravatar Andy Shevchenko 1-1/+4
2024-02-14Merge tag 'mips-fixes_6.8_2' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-0/+4
2024-02-14Merge tag 'iio-fixes-for-6.8a' of http://git.kernel.org/pub/scm/linux/kernel/...Gravatar Greg Kroah-Hartman 4-6/+9
2024-02-13nvme: implement support for relaxed effectsGravatar Keith Busch 1-0/+1
2024-02-13gpiolib: add gpio_device_get_label() stub for !GPIOLIBGravatar Krzysztof Kozlowski 1-0/+6
2024-02-13gpiolib: add gpio_device_get_base() stub for !GPIOLIBGravatar Krzysztof Kozlowski 1-0/+6
2024-02-13gpiolib: add gpiod_to_gpio_device() stub for !GPIOLIBGravatar Krzysztof Kozlowski 1-0/+6
2024-02-13xen/gntalloc: Replace UAPI 1-element arrayGravatar Kees Cook 1-1/+4
2024-02-12ptrace: Introduce exception_ip arch hookGravatar Jiaxun Yang 1-0/+4
2024-02-12Merge tag 'vfs-6.8-rc5.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-3/+0
2024-02-12net-device: move lstats in net_device_read_txrxGravatar Eric Dumazet 1-5/+5
2024-02-12tcp: move tp->tcp_usec_ts to tcp_sock_read_txrx groupGravatar Eric Dumazet 1-2/+2
2024-02-12tcp: move tp->scaling_ratio to tcp_sock_read_txrx groupGravatar Eric Dumazet 1-1/+1
2024-02-11Merge tag 'timers_urgent_for_v6.8_rc4' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-1/+3
2024-02-10tls: fix race between async notify and socket closeGravatar Jakub Kicinski 1-5/+0
2024-02-10Merge tag 'block-6.8-2024-02-10' of git://git.kernel.dk/linuxGravatar Linus Torvalds 1-2/+5
2024-02-09Merge tag 'ceph-for-6.8-rc4' of https://github.com/ceph/ceph-clientGravatar Linus Torvalds 2-2/+3
2024-02-09work around gcc bugs with 'asm goto' with outputsGravatar Linus Torvalds 2-2/+21
2024-02-09Merge tag 'efi-fixes-for-v6.8-1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-0/+23
2024-02-09Merge tag 'drm-fixes-2024-02-09' of git://anongit.freedesktop.org/drm/drmGravatar Linus Torvalds 1-0/+1
2024-02-09Revert "usb: dwc3: Support EBC feature of DWC_usb31"Gravatar Thinh Nguyen 1-1/+0
2024-02-09Merge tag 'drm-misc-fixes-2024-02-08' of git://anongit.freedesktop.org/drm/dr...Gravatar Dave Airlie 1-0/+1
2024-02-08Merge tag 'net-6.8-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Gravatar Linus Torvalds 4-5/+25