summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2023-03-29linux/vt_buffer.h: allow either builtin or modular for macrosRandy Dunlap1-1/+1
2023-03-29mm/slab: document kfree() as allowed for kmem_cache_alloc() objectsVlastimil Babka1-2/+4
2023-03-29mm/slab: remove CONFIG_SLOB code from slab common codeVlastimil Babka1-39/+0
2023-03-29mm, page_flags: remove PG_slob_freeVlastimil Babka1-4/+0
2023-03-29usb: gadget: Add function wakeup supportElson Roy Serrao2-0/+7
2023-03-29usb: gadget: Properly configure the device for remote wakeupElson Roy Serrao2-0/+10
2023-03-29macvlan: Add netlink attribute for broadcast cutoffHerbert Xu1-0/+1
2023-03-29ipv6: Remove in6addr_any alternatives.Kuniyuki Iwashima3-13/+6
2023-03-29vsock: support sockmapBobby Eshleman2-0/+18
2023-03-29Merge branch 'mlx5-next' into wip/leon-for-nextLeon Romanovsky1-3/+10
2023-03-29net/mlx5: Introduce other vport query for Q-countersPatrisious Haddad1-3/+10
2023-03-29RDMA/bnxt_re: Add resize_cq supportSelvin Xavier1-0/+4
2023-03-29xhci: use pm_ptr() instead of #ifdef for CONFIG_PM conditionalsArnd Bergmann2-4/+1
2023-03-29Merge tag 'mlx5-updates-2023-03-20' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski2-2/+8
2023-03-29driver core: class: mark the struct class for sysfs callbacks as constantGreg Kroah-Hartman1-4/+5
2023-03-29net: dst: Switch to rcuref_t reference countingThomas Gleixner2-10/+11
2023-03-29net: dst: Prevent false sharing vs. dst_entry:: __refcntWangyang Guo4-8/+15
2023-03-29Merge branch 'locking/rcuref' of git://git.kernel.org/pub/scm/linux/kernel/gi...Jakub Kicinski5-11/+464
2023-03-29mm/thp: rename TRANSPARENT_HUGEPAGE_NEVER_DAX to _UNSUPPORTEDPeter Xu1-1/+1
2023-03-29mm: vmscan: add a map_nr_max field to shrinker_infoQi Zheng1-0/+1
2023-03-29mm: prefer xxx_page() alloc/free functions for order-0 pagesLorenzo Stoakes1-2/+2
2023-03-29kasan: remove PG_skip_kasan_poison flagPeter Collingbourne3-37/+15
2023-03-29io-mapping: don't disable preempt on RT in io_mapping_map_atomic_wc().Sebastian Andrzej Siewior1-4/+16
2023-03-29shmem: add support to ignore swapLuis Chamberlain1-0/+1
2023-03-29mm,jfs: move write_one_page/folio_write_one to jfsChristoph Hellwig1-6/+0
2023-03-29mm, memcg: Prevent memory.swappiness load/store tearingYue Zhao1-4/+4
2023-03-29mm: add PTE pointer parameter to flush_tlb_fix_spurious_fault()Gerald Schaefer1-1/+1
2023-03-29mm: swap: remove unneeded cgroup_throttle_swaprate()Kefeng Wang1-8/+4
2023-03-29kasan: call clear_page with a match-all tag instead of changing page tagPeter Collingbourne1-5/+3
2023-03-29mm, printk: introduce new format %pGt for page_typeHyeonggon Yoo2-1/+14
2023-03-29mmflags.h: use less error prone method to define pageflag_namesHyeonggon Yoo1-41/+44
2023-03-29mm: add tracepoints to ksmStefan Roesch1-0/+251
2023-03-29lazy tlb: allow lazy tlb mm refcounting to be configurableNicholas Piggin1-3/+15
2023-03-29lazy tlb: introduce lazy tlb mm refcount helper functionsNicholas Piggin1-0/+16
2023-03-29mm: multi-gen LRU: clean up sysfs codeT.J. Alumbaugh1-1/+1
2023-03-29x86/mm/pat: clear VM_PAT if copy_p4d_range failedMa Wupeng1-3/+4
2023-03-29fprobe: Skip exit_handler if entry_handler returns !0Masami Hiramatsu (Google)1-2/+2
2023-03-29fprobe: Add nr_maxactive to specify rethook_node pool sizeMasami Hiramatsu (Google)1-0/+2
2023-03-29fprobe: Pass entry_data to handlersMasami Hiramatsu (Google)1-2/+6
2023-03-29drm/msm: Add wait-boost supportRob Clark1-2/+12
2023-03-29Merge tag 'dma-fence-deadline' into HEADRob Clark5-22/+57
2023-03-29drm/vblank: Add helper to get next vblank timeRob Clark1-0/+1
2023-03-29drm/scheduler: Add fence deadline supportRob Clark1-0/+17
2023-03-28dma-buf/sync_file: Surface sync-file uABIRob Clark1-22/+15
2023-03-28dma-buf/dma-resv: Add a way to set fence deadlineRob Clark1-0/+2
2023-03-28Merge tag 'urgent-rcu.2023.03.28a' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2023-03-28firmware: arm_sdei: Fix sleep from invalid context BUGPierre Gondois1-1/+0
2023-03-28atomics: Provide rcuref - scalable reference countingThomas Gleixner2-0/+161
2023-03-28atomics: Provide atomic_add_negative() variantsThomas Gleixner3-11/+303
2023-03-28driver core: bus: constify class_unregister/destroy()Greg Kroah-Hartman1-2/+2