summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorLines
2024-09-05pwm: Make info in traces about affected pwm more usefulUwe Kleine-König-4/+6
2024-09-05netfs: Remove NETFS_COPY_TO_CACHEDavid Howells-4/+2
2024-09-05netfs: Reserve netfs_sreq_source 0 as unset/unknownDavid Howells-0/+2
2024-09-05netfs: Move max_len/max_nr_segs from netfs_io_subrequest to netfs_io_streamDavid Howells-2/+2
2024-09-05netfs, cifs: Move CIFS_INO_MODIFIED_ATTR to netfs_inodeDavid Howells-0/+1
2024-09-05netfs: Reduce number of conditional branches in netfs_perform_write()David Howells-2/+0
2024-09-05drm/panthor: Add DEV_QUERY_TIMESTAMP_INFO dev queryMary Guillemard-0/+22
2024-09-05drm/panthor: Restrict high priorities on group_createMary Guillemard-1/+5
2024-09-04Merge tag 'wireless-next-2024-09-04' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski-16/+49
2024-09-04ipv4: Fix user space build failure due to header changeIdo Schimmel-2/+1
2024-09-04net: mana: Improve mana_set_channels() in low mem conditionsShradha Gupta-1/+1
2024-09-04PCI/NPEM: Add Native PCIe Enclosure Management supportMariusz Tkaczyk-0/+38
2024-09-04Merge branch 'bpf/master' into for-6.12Tejun Heo-118/+344
2024-09-04sched_ext: Add cgroup supportTejun Heo-0/+3
2024-09-04sched_ext: TASK_DEAD tasks must be switched into SCX on ops_enableTejun Heo-0/+5
2024-09-04bpf: Remove the insn_buf array stack usage from the inline_bpf_loop()Martin KaFai Lau-1/+1
2024-09-05Merge tag 'ib-psy-usb-types-signed' of git://git.kernel.org/pub/scm/linux/ker...Chanwoo Choi-2/+1
2024-09-04KVM: Add arch hooks for enabling/disabling virtualizationSean Christopherson-0/+14
2024-09-04KVM: Rename arch hooks related to per-CPU virtualization enablingSean Christopherson-2/+2
2024-09-04fuse: allow idmapped mountsAlexander Mikhalitsyn-1/+19
2024-09-04fuse: add basic infrastructure to support idmappingsAlexander Mikhalitsyn-0/+2
2024-09-04namespace: introduce SB_I_NOIDMAP flagAlexander Mikhalitsyn-0/+1
2024-09-04kvm: Note an RCU quiescent state on guest exitLeonardo Bras-3/+13
2024-09-04ARM: 9416/1: amba: make amba_bustype constantKunwu Chan-1/+1
2024-09-04printk: nbcon: Show replay message on takeoverJohn Ogness-0/+2
2024-09-04printk: nbcon: Introduce printer kthreadsThomas Gleixner-0/+40
2024-09-04printk: nbcon: Add function for printers to reacquire ownershipJohn Ogness-0/+6
2024-09-04firewire: core: add local API to queue work item to workqueue specific to iso...Takashi Sakamoto-0/+1
2024-09-04firewire: core: allocate workqueue to handle isochronous contexts in cardTakashi Sakamoto-0/+2
2024-09-04arm64/ptrace: add support for FEAT_POEJoey Gouly-0/+1
2024-09-04arm64: re-order MTE VM_ flagsJoey Gouly-2/+2
2024-09-04mm: use ARCH_PKEY_BITS to define VM_PKEY_BITNJoey Gouly-6/+10
2024-09-04net: mana: Fix error handling in mana_create_txq/rxq's NAPI cleanupSouradeep Chakrabarti-0/+2
2024-09-04iommu/amd: Store the nid in io_pgtable_cfg instead of the domainJason Gunthorpe-0/+4
2024-09-03sched_ext: Replace SCX_TASK_BAL_KEEP with SCX_RQ_BAL_KEEPTejun Heo-1/+0
2024-09-04gpio: davinci: drop platform data supportBartosz Golaszewski-21/+0
2024-09-03mm: migrate: add isolate_folio_to_list()Kefeng Wang-0/+3
2024-09-03ipc/shm, mm: drop do_vma_munmap()Liam R. Howlett-3/+3
2024-09-03mm: store zero pages to be swapped out in a bitmapUsama Arif-0/+1
2024-09-03x86: remove PG_uncachedMatthew Wilcox (Oracle)-23/+14
2024-09-03mm: rename PG_mappedtodisk to PG_owner_2Matthew Wilcox (Oracle)-10/+18
2024-09-03mm: remove page_has_private()Matthew Wilcox (Oracle)-10/+5
2024-09-03mm: remove PageOwnerPriv1Matthew Wilcox (Oracle)-2/+0
2024-09-03mm: remove PageMlockedMatthew Wilcox (Oracle)-5/+8
2024-09-03mm: remove PageUnevictableMatthew Wilcox (Oracle)-3/+3
2024-09-03mm: remove PageSwapCacheMatthew Wilcox (Oracle)-9/+4
2024-09-03mm: remove PageReadaheadMatthew Wilcox (Oracle)-2/+2
2024-09-03mm: remove PageSwapBackedMatthew Wilcox (Oracle)-3/+3
2024-09-03mm: remove PageActiveMatthew Wilcox (Oracle)-2/+3
2024-09-03mm: support only one page_type per pageMatthew Wilcox (Oracle)-40/+28