summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2023-10-20bpf: Move the declaration of __bpf_obj_drop_impl() to bpf.hHou Tao-4/+0
2023-10-20bpf: Use pcpu_alloc_size() in bpf_mem_free{_rcu}()Hou Tao-2/+14
2023-10-20bpf: Re-enable unit_size checking for global per-cpu allocatorHou Tao-10/+12
2023-10-20tracing: Move readpos from seq_buf to trace_seqMatthew Wilcox (Oracle)-6/+10
2023-10-20tracing: Fix a NULL vs IS_ERR() bug in event_subsystem_dir()Dan Carpenter-1/+1
2023-10-20sched/fair: Remove unused 'curr' argument from pick_next_entity()Yiwei Lin-4/+4
2023-10-20tracing/kprobes: Return EADDRNOTAVAIL when func matches several symbolsFrancis Laniel-0/+64
2023-10-20sched/nohz: Update comments about NEWILB_KICKJoel Fernandes (Google)-2/+13
2023-10-20module: Do not offer sha224 for built-in module signingDimitri John Ledkov-5/+0
2023-10-20crypto: pkcs7 - remove sha1 supportDimitri John Ledkov-5/+0
2023-10-19bpf: Let bpf_iter_task_new accept null task ptrChuyi Zhou-3/+17
2023-10-19bpf: teach the verifier to enforce css_iter and task_iter in RCU CSChuyi Zhou-13/+41
2023-10-19bpf: Introduce css open-coded iterator kfuncsChuyi Zhou-0/+68
2023-10-19bpf: Introduce task open coded iterator kfuncsChuyi Zhou-0/+93
2023-10-19bpf: Introduce css_task open-coded iterator kfuncsChuyi Zhou-0/+84
2023-10-19cgroup: Prepare for using css_task_iter_*() in BPFChuyi Zhou-6/+12
2023-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-29/+87
2023-10-19bpf: Add sockptr support for setsockoptBreno Leitao-2/+3
2023-10-19bpf: Add sockptr support for getsockoptBreno Leitao-9/+11
2023-10-19locking: export contention tracepoints for bcachefs six locksBrian Foster-0/+3
2023-10-19Merge tag 'v6.6-rc7.vfs.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-4/+4
2023-10-19fs: create helper file_user_path() for user displayed mapped file pathAmir Goldstein-1/+1
2023-10-19file: convert to SLAB_TYPESAFE_BY_RCUChristian Brauner-7/+5
2023-10-19perf: Disallow mis-matched inherited group readsPeter Zijlstra-6/+33
2023-10-18treewide: mark stuff as __ro_after_initAlexey Dobriyan-12/+12
2023-10-18gcov: annotate struct gcov_iterator with __counted_byKees Cook-1/+1
2023-10-18kernel/signal: remove unnecessary NULL values from ucountsLi kunyu-1/+1
2023-10-18mm: drop the assumption that VM_SHARED always implies writableLorenzo Stoakes-1/+1
2023-10-18sched: remove wait bookmarksMatthew Wilcox (Oracle)-50/+10
2023-10-18hugetlb: memcg: account hugetlb-backed memory in memory controllerNhat Pham-1/+14
2023-10-18mm: delete checks for xor_unlock_is_negative_byte()Matthew Wilcox (Oracle)-6/+0
2023-10-18bitops: add xor_unlock_is_negative_byte()Matthew Wilcox (Oracle)-8/+8
2023-10-18mm/gup: adapt get_user_page_vma_remote() to never return NULLLorenzo Stoakes-2/+2
2023-10-18mm: make __access_remote_vm() staticLorenzo Stoakes-1/+1
2023-10-18kprobes: kretprobe scalability improvementwuqiang.matt-120/+89
2023-10-18bpf: convert to new timestamp accessorsJeff Layton-3/+2
2023-10-17workqueue: Provide one lock class key per work_on_cpu() callsiteFrederic Weisbecker-8/+12
2023-10-18sched/fair: Remove duplicate #includeJiapeng Chong-2/+0
2023-10-18sched/eevdf: Fix heap corruption morePeter Zijlstra-1/+2
2023-10-17cpu/hotplug: Don't offline the last non-isolated CPURan Xiaokai-4/+7
2023-10-17Merge branch 'linus' into smp/coreThomas Gleixner-4100/+9509
2023-10-17bpf: Fix missed rcu read lock in bpf_task_under_cgroup()Yafang Shao-1/+6
2023-10-17net, bpf: Add a warning if NAPI cb missed xdp_do_flush().Sebastian Andrzej Siewior-0/+20
2023-10-17printk: Constify name for add_preferred_console()Tony Lindgren-2/+2
2023-10-17printk: Check valid console index for preferred consoleTony Lindgren-2/+10
2023-10-16Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski-46/+224
2023-10-17fprobe: Fix to ensure the number of active retprobes is not zeroMasami Hiramatsu (Google)-3/+3
2023-10-16smp,csd: Throw an error if a CSD lock is stuck for too longRik van Riel-1/+12
2023-10-16sched/numa, mm: make numa migrate functions to take a folioKefeng Wang-6/+6
2023-10-16bpf: Ensure proper register state printing for cond jumpsAndrii Nakryiko-1/+6