summaryrefslogtreecommitdiffstats
path: root/include (unfollow)
Commit message (Expand)AuthorFilesLines
2024-08-30cgroup/cpuset: move v1 interfaces to cpuset-v1.cChen Ridong3-199/+199
2024-08-30cgroup/cpuset: move validate_change_legacy to cpuset-v1.cChen Ridong3-73/+74
2024-08-30cgroup/cpuset: move legacy hotplug update to cpuset-v1.cChen Ridong3-94/+98
2024-08-30cgroup/cpuset: add callback_lock helperChen Ridong2-0/+12
2024-08-30cgroup/cpuset: move memory_spread to cpuset-v1.cChen Ridong3-42/+45
2024-08-30cgroup/cpuset: move relax_domain_level to cpuset-v1.cChen Ridong3-61/+66
2024-08-30cgroup/cpuset: move memory_pressure to cpuset-v1.cChen Ridong3-134/+141
2024-08-30cgroup/cpuset: move common code to cpuset-internal.hChen Ridong2-235/+236
2024-08-30cgroup/cpuset: introduce cpuset-v1.cChen Ridong4-1/+12
2024-08-30selftest/cgroup: Make test_cpuset_prs.sh deal with pre-isolated CPUsWaiman Long1-11/+33
2024-08-30cgroup/cpuset: Account for boot time isolated CPUsWaiman Long1-5/+18
2024-08-20cgroup/cpuset: remove use_parent_ecpus of cpusetChen Ridong1-26/+4
2024-08-20cgroup/cpuset: remove fetch_xcpusChen Ridong1-10/+3
2024-08-20cgroup/cpuset: Correct invalid remote parition prsChen Ridong1-12/+16
2024-08-20cgroup: update some statememt about delegationChen Ridong2-5/+7
2024-08-09cgroup: Fix incorrect WARN_ON_ONCE() in css_release_work_fn()Waiman Long1-1/+8
2024-08-05selftest/cgroup: Add new test cases to test_cpuset_prs.shWaiman Long1-1/+11
2024-08-05cgroup/cpuset: Check for partition roots with overlapping CPUsWaiman Long1-16/+18
2024-08-05cgroup/cpuset: Eliminate unncessary sched domains rebuilds in hotplugWaiman Long1-16/+17
2024-08-05cgroup/cpuset: Clear effective_xcpus on cpus_allowed clearing only if cpus.ex...Waiman Long1-1/+2
2024-08-05cgroup/cpuset: fix panic caused by partcmd_updateChen Ridong1-0/+2
2024-08-05cgroup/pids: Remove unreachable paths of pids_{can,cancel}_forkXiu Jianfeng1-12/+2
2024-08-02Documentation: Fix the compilation errors in union_find.rstXavier4-9/+20
2024-07-31cgroup: Show # of subsystem CSSes in cgroup.statWaiman Long3-4/+77
2024-07-31cpuset: use Union-Find to optimize the merging of cpumasksXavier1-70/+44
2024-07-31Union-Find: add a new module in kernel libraryXavier6-1/+289
2024-07-31cgroup/cpuset: add decrease attach_in_progress helpersChen Ridong1-15/+24
2024-07-31cgroup/cpuset: Remove cpuset_slab_spread_rotorXiu Jianfeng4-21/+0
2024-07-31cgroup/pids: Avoid spurious event notificationXiu Jianfeng1-11/+7
2024-07-30cgroup/cpuset: remove child_ecpus_countChen Ridong1-19/+3
2024-07-28Linux 6.11-rc1v6.11-rc1Linus Torvalds1-2/+2
2024-07-28minmax: simplify and clarify min_t()/max_t() implementationLinus Torvalds1-8/+11
2024-07-28minmax: add a few more MIN_T/MAX_T usersLinus Torvalds7-10/+10
2024-07-28kbuild: Fix '-S -c' in x86 stack protector scriptsNathan Chancellor2-2/+2
2024-07-28ubi: Fix ubi_init() ubiblock_exit() section mismatchRichard Weinberger1-1/+1
2024-07-28kbuild: rpm-pkg: ghost modules.weakdep fileJose Ignacio Tornos Martinez1-1/+1
2024-07-27hostfs: fix the host directory parse when mounting.Hongbo Li1-10/+55
2024-07-27fs: don't allow non-init s_user_ns for filesystems without FS_USERNS_MOUNTSeth Forshee (DigitalOcean)1-0/+11
2024-07-27ALSA: firewire-lib: fix wrong value as length of header for CIP_NO_HEADER caseTakashi Sakamoto1-2/+1
2024-07-27Revert "firewire: Annotate struct fw_iso_packet with __counted_by()"Takashi Sakamoto1-3/+2
2024-07-27minmax: avoid overly complicated constant expressions in VM codeLinus Torvalds2-2/+9
2024-07-27minmax: avoid overly complex min()/max() macro arguments in xenLinus Torvalds1-2/+3
2024-07-26nilfs2: handle inconsistent state in nilfs_btnode_create_block()Ryusuke Konishi2-7/+22
2024-07-26selftests/mm: skip test for non-LPA2 and non-LVA systemsDev Jain1-1/+15
2024-07-26mm/page_alloc: fix pcp->count race between drain_pages_zone() vs __rmqueue_pc...Li Zhijian1-7/+11
2024-07-26mm: memcg: add cacheline padding after lruvec in mem_cgroup_per_nodeRoman Gushchin1-0/+1
2024-07-26alloc_tag: outline and export free_reserved_page()Suren Baghdasaryan2-15/+18
2024-07-26decompress_bunzip2: fix rare decompression failureRoss Lagerwall1-1/+2
2024-07-26mm/huge_memory: avoid PMD-size page cache if neededGavin Shan2-5/+19
2024-07-26mm: huge_memory: use !CONFIG_64BIT to relax huge page alignment on 32 bit mac...Yang Shi1-1/+1