summaryrefslogtreecommitdiff
path: root/include/net/codel.h
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2025-06-10 07:15:58 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2025-06-10 07:15:58 -0400
commitb9d5d463c216763cec719c04536ea9e14512cad4 (patch)
tree47dea8d37a16113bc725f82fb67cfd81632faf6a /include/net/codel.h
parentdc86041f8d31ab7937f779a4253c106c027c4d92 (diff)
downloadkernel-linux-6.14.y.tar.gz
Linux 6.14.11linux-6.14.y
Link: https://lore.kernel.org/r/20250607100717.706871523@linuxfoundation.org Tested-by: Ron Economos <re@w6rz.net> Tested-by: Linux Kernel Functional Testing <lkft@linaro.org> Tested-by: Peter Schneider <pschneider1968@googlemail.com> Tested-by: Pavel Machek (CIP) <pavel@denx.de> Tested-by: Mark Brown <broonie@kernel.org> Tested-by: Jon Hunter <jonathanh@nvidia.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/net/codel.h')
0 files changed, 0 insertions, 0 deletions
d54aa8b8089'>getrusage: move thread_group_cputime_adjusted() outside of lock_task_sighand()Oleg Nesterov 2023-11-18prctl: Disable prctl(PR_SET_MDWE) on pariscHelge Deller 2023-11-02Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...Linus Torvalds 2023-10-06mm: add a NO_INHERIT flag to the PR_SET_MDWE prctlFlorent Revest 2023-10-04getrusage: use __for_each_thread()Oleg Nesterov 2023-10-04getrusage: add the "signal_struct *sig" local variableOleg Nesterov 2023-07-17prctl: move PR_GET_AUXV out of PR_MCE_KILLMiguel Ojeda 2023-06-08riscv: Add prctl controls for userspace vector managementAndy Chiu 2023-05-02mm/ksm: unmerge and clear VM_MERGEABLE when setting PR_SET_MEMORY_MERGE=0David Hildenbrand 2023-04-21mm: add new api to enable ksm per processStefan Roesch 2023-04-18prctl: add PR_GET_AUXV to copy auxv to userspaceJosh Triplett 2023-04-18kernel/sys.c: fix and improve control flow in __sys_setres[ug]id()Ondrej Mosnacek 2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds 2023-02-02mm: implement memory-deny-write-execute as a prctlJoey Gouly 2023-01-21prlimit: do_prlimit needs to have a speculation checkGreg Kroah-Hartman 2022-10-10Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds 2022-10-09Merge tag 'ucount-rlimits-cleanups-for-v5.19' of git://git.kernel.org/pub/scm...Linus Torvalds 2022-09-29utsname: contribute changes to RNGJason A. Donenfeld 2022-05-18ucounts: Split rlimit and ucount values and max valuesAlexey Gladkov 2022-04-22arm64/sme: Implement vector length configuration prctl()sMark Brown 2022-03-08prlimit: do not grab the tasklist_lockBarret Rhoden 2022-03-08prlimit: make do_prlimit() staticBarret Rhoden 2022-03-05mm: refactor vm_area_struct::anon_vma_name usage codeSuren Baghdasaryan 2022-02-17ucounts: Move RLIMIT_NPROC handling after set_userEric W. Biederman 2022-02-17rlimit: Fix RLIMIT_NPROC enforcement failure caused by capability calls in se...Eric W. Biederman 2022-01-20Merge branch 'akpm' (patches from Andrew)Linus Torvalds 2022-01-20kernel/sys.c: only take tasklist_lock for get/setpriority(PRIO_PGRP)Davidlohr Bueso 2022-01-15mm: add a field to store names for private anonymous memoryColin Cross