summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2023-10-19bpf: Add sockptr support for getsockoptBreno Leitao1-9/+11
2023-10-19locking: export contention tracepoints for bcachefs six locksBrian Foster1-0/+3
2023-10-19Merge tag 'v6.6-rc7.vfs.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-4/+4
2023-10-19fs: create helper file_user_path() for user displayed mapped file pathAmir Goldstein1-1/+1
2023-10-19file: convert to SLAB_TYPESAFE_BY_RCUChristian Brauner3-7/+5
2023-10-19perf: Disallow mis-matched inherited group readsPeter Zijlstra1-6/+33
2023-10-19treewide: mark stuff as __ro_after_initAlexey Dobriyan4-12/+12
2023-10-19gcov: annotate struct gcov_iterator with __counted_byKees Cook1-1/+1
2023-10-19kernel/signal: remove unnecessary NULL values from ucountsLi kunyu1-1/+1
2023-10-19mm: drop the assumption that VM_SHARED always implies writableLorenzo Stoakes1-1/+1
2023-10-19sched: remove wait bookmarksMatthew Wilcox (Oracle)1-50/+10
2023-10-19hugetlb: memcg: account hugetlb-backed memory in memory controllerNhat Pham1-1/+14
2023-10-19mm: delete checks for xor_unlock_is_negative_byte()Matthew Wilcox (Oracle)2-6/+0
2023-10-19bitops: add xor_unlock_is_negative_byte()Matthew Wilcox (Oracle)2-8/+8
2023-10-19mm/gup: adapt get_user_page_vma_remote() to never return NULLLorenzo Stoakes1-2/+2
2023-10-19mm: make __access_remote_vm() staticLorenzo Stoakes1-1/+1
2023-10-18kprobes: kretprobe scalability improvementwuqiang.matt3-120/+89
2023-10-18bpf: convert to new timestamp accessorsJeff Layton1-3/+2
2023-10-18workqueue: Provide one lock class key per work_on_cpu() callsiteFrederic Weisbecker1-8/+12
2023-10-18sched/fair: Remove duplicate #includeJiapeng Chong1-2/+0
2023-10-18sched/eevdf: Fix heap corruption morePeter Zijlstra1-1/+2
2023-10-17cpu/hotplug: Don't offline the last non-isolated CPURan Xiaokai1-4/+7
2023-10-17Merge branch 'linus' into smp/coreThomas Gleixner172-4100/+9509
2023-10-17bpf: Fix missed rcu read lock in bpf_task_under_cgroup()Yafang Shao1-1/+6
2023-10-17net, bpf: Add a warning if NAPI cb missed xdp_do_flush().Sebastian Andrzej Siewior2-0/+20
2023-10-17printk: Constify name for add_preferred_console()Tony Lindgren1-2/+2
2023-10-17printk: Check valid console index for preferred consoleTony Lindgren1-2/+10
2023-10-17Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski11-46/+224
2023-10-17fprobe: Fix to ensure the number of active retprobes is not zeroMasami Hiramatsu (Google)1-3/+3
2023-10-17smp,csd: Throw an error if a CSD lock is stuck for too longRik van Riel1-1/+12
2023-10-17sched/numa, mm: make numa migrate functions to take a folioKefeng Wang1-6/+6
2023-10-16bpf: Ensure proper register state printing for cond jumpsAndrii Nakryiko1-1/+6
2023-10-16bpf: Disambiguate SCALAR register state output in verifier logsAndrii Nakryiko1-22/+45
2023-10-16sched/psi: Update poll => rtpoll in relevant commentsFan Yu1-16/+16
2023-10-15posix-clock: introduce posix_clock_context conceptXabier Marquiegui1-9/+27
2023-10-15kgdb: Flush console before entering kgdb on panicDouglas Anderson1-0/+3
2023-10-15Merge tag 'sched-urgent-2023-10-14' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-14/+59
2023-10-14bpf: Introduce task_vma open-coded iterator kfuncsDave Marchevsky2-0/+94
2023-10-14bpf: Don't explicitly emit BTF for struct btf_iter_numDave Marchevsky1-2/+0
2023-10-13bpf: Change syscall_nr type to int in struct syscall_tp_tArtem Savkov1-2/+2
2023-10-13audit,io_uring: io_uring openat triggers audit reference count underflowDan Clash1-4/+4
2023-10-13srcu: Only accelerate on enqueue timeFrederic Weisbecker1-4/+2
2023-10-13genirq/generic-chip: Fix the irq_chip name for /proc/interruptsKeguang Zhang1-1/+5
2023-10-13sched: Make PELT acronym definition searchableMathieu Desnoyers1-1/+1
2023-10-13sched: Fix stop_one_cpu_nowait() vs hotplugPeter Zijlstra4-3/+17
2023-10-13sched/psi: Bail out early from irq time accountingHaifeng Xu1-0/+3
2023-10-13Merge tag 'cgroup-for-6.6-rc5-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-3/+2
2023-10-13Merge tag 'wq-for-6.6-rc5-fixes' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-5/+19
2023-10-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski8-27/+49
2023-10-12Merge tag 'net-6.6-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds4-20/+25