summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2024-09-02mm: page_counters: put page_counter_calculate_protection() under CONFIG_MEMCGRoman Gushchin1-0/+6
2024-09-02mm: memcg: don't call propagate_protected_usage() needlesslyRoman Gushchin1-1/+7
2024-09-02task_stack: uninline stack_not_usedPasha Tatashin1-15/+3
2024-09-02vmstat: kernel stack usage histogramPasha Tatashin1-0/+24
2024-09-02memory tiering: introduce folio_use_access_time() checkZi Yan1-0/+6
2024-09-02mm: kmem: remove mem_cgroup_from_obj()Muchun Song1-6/+0
2024-09-02mm: shmem: move shmem_huge_global_enabled() into shmem_allowable_huge_orders()Baolin Wang1-10/+2
2024-09-02mm: shmem: rename shmem_is_huge() to shmem_huge_global_enabled()Baolin Wang1-4/+5
2024-09-02mm: kvmalloc: align kvrealloc() with krealloc()Danilo Krummrich1-2/+2
2024-09-02mm: vmalloc: implement vrealloc()Danilo Krummrich1-0/+4
2024-09-02mm: add node_reclaim successes to VM event countersMatthew Cassell1-0/+1
2024-09-02Merge tag 'x86-urgent-2024-09-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-0/+5
2024-09-01SUNRPC: make various functions static, or not exported.NeilBrown3-12/+0
2024-09-01lockd: discard nlmsvc_timeoutNeilBrown1-1/+1
2024-09-01NFS: trace: show TIMEDOUT instead of 0x6eChen Hanxiao1-0/+1
2024-09-01PCI: endpoint: Assign PCI domain number for endpoint controllersManivannan Sadhasivam1-0/+2
2024-09-01Merge tag 'v6.11-rc5-smb-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds1-0/+1
2024-08-31Merge tag 'arm-fixes-6.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-50/+6
2024-08-31xfrm: Unmask upper DSCP bits in xfrm_get_tos()Ido Schimmel1-2/+0
2024-08-31ipv4: Unmask upper DSCP bits in get_rttos()Ido Schimmel1-1/+4
2024-08-31ipv4: Unmask upper DSCP bits in ip_sock_rt_tos()Ido Schimmel1-1/+2
2024-08-31Revert "Bluetooth: MGMT/SMP: Fix address type when using SMP over BREDR/LE"Luiz Augusto von Dentz1-5/+0
2024-08-31Bluetooth: hci_sync: Introduce hci_cmd_sync_run/hci_cmd_sync_run_onceLuiz Augusto von Dentz1-0/+4
2024-08-30ieee802154: Correct spelling in nl802154.hSimon Horman1-1/+1
2024-08-30mac802154: Correct spelling in mac802154.hSimon Horman1-2/+2
2024-08-30cgroup/cpuset: guard cpuset-v1 code under CONFIG_CPUSETS_V1Chen Ridong1-0/+4
2024-08-30dma-buf: Split out dma fence array create into alloc and arm functionsMatthew Brost1-0/+6
2024-08-30icmp: icmp_msgs_per_sec and icmp_msgs_burst sysctls become per netnsEric Dumazet2-3/+2
2024-08-30icmp: move icmp_global.credit and icmp_global.stamp to per netns storageEric Dumazet2-3/+4
2024-08-30icmp: change the order of rate limitsEric Dumazet1-0/+2
2024-08-30Merge tag 'iommu-fixes-v6.11-rc5' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+3
2024-08-30ARM: OMAP2+: Remove obsoleted declaration for gpmc_onenand_initGaosheng Cui1-10/+0
2024-08-30drm/msm: Expose expanded UBWC config uapiConnor Abbott1-0/+2
2024-08-30fbdev: Introduce devm_register_framebuffer()Thomas Weißschuh1-0/+1
2024-08-30arm64: smccc: Reserve block of KVM "vendor" services for pKVM hypercallsWill Deacon1-0/+60
2024-08-30drivers/virt: pkvm: Intercept ioremap using pKVM MMIO_GUARD hypercallWill Deacon1-0/+7
2024-08-30drivers/virt: pkvm: Hook up mem_encrypt API using pKVM hypercallsWill Deacon1-0/+14
2024-08-30drivers/virt: pkvm: Add initial support for running as a protected guestWill Deacon1-0/+7
2024-08-30regulator: core: Stub devm_regulator_bulk_get_const() if !CONFIG_REGULATORDouglas Anderson1-0/+8
2024-08-30fs: drop GFP_NOFAIL mode from alloc_page_buffersMichal Hocko1-2/+1
2024-08-30iommu: Allow ATS to work on VFs when the PF uses IDENTITYJason Gunthorpe1-0/+3
2024-08-30drivers/perf: arm_spe: Use perf_allow_kernel() for permissionsJames Clark1-7/+1
2024-08-30mfd: ds1wm: Remove remaining header fileWilken Gottwalt1-29/+0
2024-08-30mfd: 88pm80x: Constify read-only regmap structsJavier Carrasco1-1/+1
2024-08-30Merge branches 'ib-mfd-for-iio-power-6.12' and 'ib-mfd-gpio-pwm-6.12' into ib...Lee Jones1-0/+126
2024-08-30writeback: Refine the show_inode_state() macro definitionJulian Sun1-1/+9
2024-08-30inode: make i_state a u32Christian Brauner1-1/+2
2024-08-30inode: port __I_NEW to var eventChristian Brauner1-1/+2
2024-08-30fs: reorder i_state bitsChristian Brauner1-17/+21
2024-08-30fs: add i_state helpersChristian Brauner1-0/+15