aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2022-10-09Merge tag 'ucount-rlimits-cleanups-for-v5.19' of git://git.kernel.org/pub/scm...HEADmasterLinus Torvalds4-31/+27
2022-10-09Merge tag 'signal-for-v5.20' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-2/+23
2022-10-09Merge tag 'interrupting_kthread_stop-for-v5.20' of git://git.kernel.org/pub/s...Linus Torvalds1-0/+1
2022-10-07Merge tag 'driver-core-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-11/+33
2022-10-07Merge tag 'tty-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-3/+0
2022-10-07Merge tag 'for-6.1/block-2022-10-03' of git://git.kernel.dk/linuxLinus Torvalds1-0/+2
2022-10-06Merge tag 'pull-path' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2022-10-05Merge tag 'platform-drivers-x86-v6.1-1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-0/+3
2022-10-04Merge tag 'net-next-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds33-686/+2691
2022-10-04Merge tag 'audit-pr-20221003' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-13/+9
2022-10-03Merge tag 'lsm-pr-20221003' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-0/+6
2022-10-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-25/+35
2022-10-03Merge tag 'kcfi-v6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...Linus Torvalds5-362/+62
2022-10-03Merge tag 'rust-v6.1-rc1' of https://github.com/Rust-for-Linux/linuxLinus Torvalds3-6/+25
2022-10-03Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski4-25/+35
2022-10-03Merge tag 'pm-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds1-15/+15
2022-10-03Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski17-377/+1215
2022-10-03Merge branch 'pm-cpufreq'Rafael J. Wysocki1-15/+15
2022-10-03Merge tag 'rcu.2022.09.30a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds11-153/+628
2022-10-02Merge tag 'perf-urgent-2022-10-02' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+9
2022-09-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-5/+6
2022-09-29bpf: Add __bpf_prog_{enter,exit}_struct_ops for struct_ops trampolineMartin KaFai Lau1-0/+23
2022-09-28bpf: Handle show_fdinfo for the parameterized task BPF iteratorsKui-Feng Lee1-0/+18
2022-09-28bpf: Handle bpf_link_info for the parameterized task BPF iterators.Kui-Feng Lee1-0/+18
2022-09-28bpf: Parameterize task iterators.Kui-Feng Lee1-22/+166
2022-09-28Kbuild: add Rust supportMiguel Ojeda1-0/+1
2022-09-28kallsyms: increase maximum kernel symbol length to 512Miguel Ojeda1-2/+2
2022-09-28kallsyms: support "big" kernel symbolsMiguel Ojeda1-4/+22
2022-09-26bpf: Enforce W^X for bpf trampolineSong Liu1-17/+5
2022-09-26bpf: use bpf_prog_pack for bpf_dispatcherSong Liu2-8/+28
2022-09-26bpf: Return value in kprobe get_func_ip only for entry addressJiri Olsa1-1/+4
2022-09-26bpf: Adjust kprobe_multi entry_ip for CONFIG_X86_KERNEL_IBTJiri Olsa1-2/+18
2022-09-26ftrace: Keep the resolved addr in kallsyms_callbackJiri Olsa1-2/+1
2022-09-26kprobes: Add new KPROBE_FLAG_ON_FUNC_ENTRY kprobe flagJiri Olsa1-1/+5
2022-09-26kallsyms: Drop CONFIG_CFI_CLANG workaroundsSami Tolvanen1-17/+0
2022-09-26treewide: Drop WARN_ON_FUNCTION_MISMATCHSami Tolvanen2-3/+2
2022-09-26cfi: Switch to -fsanitize=kcfiSami Tolvanen2-106/+73
2022-09-26cfi: Remove CONFIG_CFI_CLANG_SHADOWSami Tolvanen2-250/+1
2022-09-25Merge 7e2cd21e02b3 ("Merge tag 'tty-6.0-rc7' of git://git.kernel.org/pub/scm/...Greg Kroah-Hartman16-36/+33
2022-09-24Merge tag 'cgroup-for-6.0-rc6-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+4
2022-09-24Merge tag 'wq-for-6.0-rc6-fixes' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-4/+2
2022-09-24Merge 1707c39ae309 ("Merge tag 'driver-core-6.0-rc7' of git://git.kernel.org/...Greg Kroah-Hartman2-6/+2
2022-09-23cgroup: cgroup_get_from_id() must check the looked-up kn is a directoryMing Lei1-1/+4
2022-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski14-31/+27
2022-09-21bpf: Tweak definition of KF_TRUSTED_ARGSKumar Kartikeya Dwivedi1-5/+13
2022-09-21bpf: Always use raw spinlock for hash bucket lockHou Tao1-52/+14
2022-09-21bpf: Prevent bpf program recursion for raw tracepoint probesJiri Olsa3-13/+19
2022-09-21bpf: Add bpf_verify_pkcs7_signature() kfuncRoberto Sassu1-0/+45
2022-09-21bpf: Add bpf_lookup_*_key() and bpf_key_put() kfuncsRoberto Sassu1-0/+135
2022-09-21bpf: Export bpf_dynptr_get_size()Roberto Sassu1-1/+1
2022-09-21btf: Allow dynamic pointer parameters in kfuncsRoberto Sassu2-5/+38
2022-09-21bpf: Move dynptr type check to is_dynptr_type_expected()Roberto Sassu1-8/+27
2022-09-21btf: Export bpf_dynptr definitionRoberto Sassu1-0/+2
2022-09-21bpf: Allow kfuncs to be used in LSM programsKP Singh1-0/+1
2022-09-21bpf: Add bpf_user_ringbuf_drain() helperDavid Vernet3-9/+235
2022-09-21bpf: Define new BPF_MAP_TYPE_USER_RINGBUF map typeDavid Vernet2-6/+59
2022-09-21bpf: Gate dynptr API behind CAP_BPFKumar Kartikeya Dwivedi1-14/+14
2022-09-21bpf, cgroup: Reject prog_attach_flags array when effective queryPu Lehui1-10/+18
2022-09-21bpf: simplify code in btf_parse_hdrWilliam Dean1-6/+1
2022-09-20Merge tag 'execve-v6.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-6/+2
2022-09-20bpf: Check whether or not node is NULL before free it in free_bulkHou Tao1-1/+2
2022-09-20sched/psi: export psi_memstall_{enter,leave}Christoph Hellwig1-0/+2
2022-09-16bpf/btf: Use btf_type_str() whenever possiblePeilin Ye1-9/+8
2022-09-16ftrace: Add HAVE_DYNAMIC_FTRACE_NO_PATCHABLEPeter Zijlstra (Intel)1-0/+6
2022-09-16bpf: use kvmemdup_bpfptr helperWang Yufen1-9/+4
2022-09-16bpf: Ensure correct locking around vulnerable function find_vpid()Lee Jones1-0/+2
2022-09-15bpf: Add verifier check for BPF_PTR_POISON retval and argDave Marchevsky2-10/+26
2022-09-13Revert "fs/exec: allow to unshare a time namespace on vfork+exec"Andrei Vagin2-6/+2
2022-09-12Merge 6.0-rc5 into driver-core-nextGreg Kroah-Hartman28-121/+144
2022-09-10bpf: Add verifier support for custom callback return rangeDave Marchevsky1-1/+6
2022-09-10bpf: btf: fix truncated last_member_type_id in btf_struct_resolveLorenz Bauer1-1/+1
2022-09-10bpf: Export btf_type_by_id() and bpf_log()Daniel Xu2-0/+2
2022-09-10bpf: Remove duplicate PTR_TO_BTF_ID RO checkDaniel Xu1-3/+0
2022-09-10bpf: Simplify code by using for_each_cpu_wrap()Punit Agrawal1-32/+16
2022-09-10bpf: add missing percpu_counter_destroy() in htab_map_alloc()Tetsuo Handa1-0/+2
2022-09-10Merge tag 'dma-mapping-6.0-2022-09-10' of git://git.infradead.org/users/hch/d...Linus Torvalds3-13/+9
2022-09-09Merge tag 'driver-core-6.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2022-09-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-0/+1
2022-09-09ACPI: s2idle: Add a new ->check() callback for platform_s2idle_opsMario Limonciello1-0/+3
2022-09-08kprobes: Prohibit probes in gate areaChristian A. Ehrhardt1-0/+1
2022-09-07bpf: Add helper macro bpf_for_each_reg_in_vstateKumar Kartikeya Dwivedi1-107/+28
2022-09-07bpf: Support kptrs in percpu arraymapKumar Kartikeya Dwivedi2-10/+26
2022-09-07bpf: Fix resetting logic for unreferenced kptrsJules Irenge1-1/+1
2022-09-07bpf/verifier: allow kfunc to return an allocated memBenjamin Tissoires2-33/+113
2022-09-07bpf/btf: bump BTF_KFUNC_SET_MAX_CNTBenjamin Tissoires1-1/+1
2022-09-07bpf/verifier: allow all functions to read user provided contextBenjamin Tissoires1-0/+19
2022-09-07bpf: split btf_check_subprog_arg_match in twoBenjamin Tissoires2-6/+50
2022-09-07audit: remove selinux_audit_rule_update() declarationXiu Jianfeng1-2/+0
2022-09-07kernel/module: add __dyndbg_classes sectionJim Cromie1-0/+2
2022-09-07dyndbg: gather __dyndbg[] state into struct _ddebug_infoJim Cromie2-11/+11
2022-09-07dma-mapping: mark dma_supported staticChristoph Hellwig1-2/+1
2022-09-07swiotlb: fix a typoChao Gao1-1/+1
2022-09-07swiotlb: avoid potential left shift overflowChao Gao1-1/+4
2022-09-07dma-debug: improve search for partial syncsRobin Murphy1-4/+2
2022-09-07Revert "swiotlb: panic if nslabs is too small"Yu Zhao1-5/+1
2022-09-06bpf: Allow struct argument in trampoline based programsYonghong Song1-6/+39
2022-09-06bpf: Replace __ksize with ksize.Alexei Starovoitov1-1/+1
2022-09-06rv/reactor: add __init/__exit annotations to module init/exit funcsXiu Jianfeng2-4/+4
2022-09-06tracing: Fix to check event_mutex is held while accessing trigger listMasami Hiramatsu (Google)1-1/+2
2022-09-06tracing: hold caller_addr to hardirq_{enable,disable}_ipYipeng Zou1-2/+2
2022-09-06tracepoint: Allow trace events in modules with TAINT_TESTAlison Schofield1-2/+3
2022-09-06rv/monitors: Make monitor's automata definition staticDaniel Bristot de Oliveira2-2/+2
2022-09-06Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextPaolo Abeni14-193/+1306
2022-09-06perf/core: Fix reentry problem in perf_output_read_group()Yang Jihong1-0/+9
2022-09-05bpf: Optimize rcu_barrier usage between hash map and bpf_mem_alloc.Alexei Starovoitov2-19/+67
2022-09-05bpf: Remove usage of kmem_cache from bpf_mem_cache.Alexei Starovoitov1-36/+14
2022-09-05bpf: Remove prealloc-only restriction for sleepable bpf programs.Alexei Starovoitov1-23/+0
2022-09-05bpf: Prepare bpf_mem_alloc to be used by sleepable bpf programs.Alexei Starovoitov1-1/+14
2022-09-05bpf: Remove tracing program restriction on map typesAlexei Starovoitov1-42/+0
2022-09-05bpf: Convert percpu hash map to per-cpu bpf_mem_alloc.Alexei Starovoitov1-26/+19
2022-09-05bpf: Add percpu allocation support to bpf_mem_alloc.Alexei Starovoitov2-6/+40
2022-09-05bpf: Batch call_rcu callbacks instead of SLAB_TYPESAFE_BY_RCU.Alexei Starovoitov2-4/+66
2022-09-05bpf: Adjust low/high watermarks in bpf_mem_cacheAlexei Starovoitov1-14/+36
2022-09-05bpf: Optimize call_rcu in non-preallocated hash map.Alexei Starovoitov2-3/+7
2022-09-05bpf: Optimize element count in non-preallocated hash map.Alexei Starovoitov1-8/+62
2022-09-05bpf: Relax the requirement to use preallocated hash maps in tracing progs.Alexei Starovoitov1-9/+22
2022-09-05bpf: Convert hash map to bpf_mem_alloc.Alexei Starovoitov1-5/+16
2022-09-05bpf: Introduce any context BPF specific memory allocator.Alexei Starovoitov2-1/+481
2022-09-05IB/core: Fix a nested dead lock as part of ODP flowYishai Hadas1-0/+1
2022-09-05sched/debug: fix dentry leak in update_sched_domain_debugfsGreg Kroah-Hartman1-1/+1
2022-09-05Merge 6.0-rc4 into tty-nextGreg Kroah-Hartman21-118/+239
2022-09-01bpf: Only add BTF IDs for socket security hooks when CONFIG_SECURITY_NETWORK ...Hou Tao1-0/+6
2022-09-01audit_init_parent(): constify pathAl Viro1-1/+1
2022-09-01bpf: Remove useless else ifJiapeng Chong1-3/+1
2022-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski7-12/+16
2022-09-01bpf: Use this_cpu_{inc_return|dec} for prog->activeHou Tao1-4/+4
2022-09-01bpf: Use this_cpu_{inc|dec|inc_return} for bpf_task_storage_busyHou Tao2-6/+6
2022-09-01Merge branches 'doc.2022.08.31b', 'fixes.2022.08.31b', 'kvfree.2022.08.31b', ...Paul E. McKenney11-153/+628
2022-09-01rcutorture: Use the barrier operation specified by cur_opsZqiang1-2/+2
2022-09-01Merge tag 'net-6.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds4-9/+12
2022-09-01cgroup: Implement cgroup_file_show()Tejun Heo1-0/+20
2022-09-01kernel/panic: Drop unblank_screen callDaniel Vetter1-3/+0
2022-08-31bpf: Propagate error from htab_lock_bucket() to userspaceHou Tao1-2/+5
2022-08-31bpf: Disable preemption when increasing per-cpu map_lockedHou Tao1-5/+18
2022-08-31rcu-tasks: Make RCU Tasks Trace check for userspace executionZqiang2-6/+2
2022-08-31rcu-tasks: Ensure RCU Tasks Trace loops have quiescent statesPaul E. McKenney1-0/+3
2022-08-31rcu-tasks: Convert RCU_LOCKDEP_WARN() to WARN_ONCE()Zqiang1-1/+1
2022-08-31srcu: Make Tiny SRCU use full-sized grace-period countersPaul E. McKenney1-7/+7
2022-08-31srcu: Make Tiny SRCU poll_state_synchronize_srcu() more precisePaul E. McKenney1-2/+2
2022-08-31rcutorture: Make "srcud" option also test polled grace-period APIPaul E. McKenney1-0/+3
2022-08-31rcutorture: Limit read-side polling-API testingPaul E. McKenney1-18/+23
2022-08-31rcutorture: Expand rcu_torture_write_types() first "if" statementPaul E. McKenney1-6/+23
2022-08-31rcutorture: Use 1-suffixed variable in rcu_torture_write_types() checkPaul E. McKenney1-1/+1
2022-08-31rcu: Make synchronize_rcu() fastpath update only boot-CPU countersPaul E. McKenney1-2/+16
2022-08-31rcutorture: Adjust rcu_poll_need_2gp() for rcu_gp_oldstate field removalPaul E. McKenney1-1/+1
2022-08-31rcu: Remove ->rgos_polled field from rcu_gp_oldstate structurePaul E. McKenney1-5/+1
2022-08-31rcu: Make synchronize_rcu_expedited() fast path update .expedited_sequencePaul E. McKenney1-0/+6
2022-08-31rcu: Remove expedited grace-period fast-path forward-progress helperPaul E. McKenney1-2/+0
2022-08-31rcu: Make synchronize_rcu() fast path update ->gp_seq countersPaul E. McKenney1-13/+26
2022-08-31rcu-tasks: Remove grace-period fast-path rcu-tasks helperPaul E. McKenney1-2/+0
2022-08-31rcu: Set rcu_data structures' initial ->gpwrap value to truePaul E. McKenney1-0/+1
2022-08-31rcu: Disable run-time single-CPU grace-period optimizationPaul E. McKenney1-31/+9
2022-08-31rcu: Add full-sized polling for cond_sync_exp_full()Paul E. McKenney2-22/+77
2022-08-31rcu: Add full-sized polling for cond_sync_full()Paul E. McKenney2-21/+74
2022-08-31rcu: Remove blank line from poll_state_synchronize_rcu() docbook headerPaul E. McKenney1-3/+2
2022-08-31rcu: Add full-sized polling for start_poll_expedited()Paul E. McKenney2-10/+59
2022-08-31rcu: Add full-sized polling for start_poll()Paul E. McKenney2-22/+85
2022-08-31rcutorture: Verify long-running reader prevents full polling from completingPaul E. McKenney1-0/+10
2022-08-31rcutorture: Remove redundant RTWS_DEF_FREE checkPaul E. McKenney1-2/+1
2022-08-31rcutorture: Verify RCU reader prevents full polling from completingPaul E. McKenney1-3/+16
2022-08-31rcutorture: Allow per-RCU-flavor polled double-GP checkPaul E. McKenney1-1/+8
2022-08-31rcutorture: Abstract synchronous and polled API testingPaul E. McKenney1-12/+36
2022-08-31rcu: Add full-sized polling for get_state()Paul E. McKenney2-4/+39
2022-08-31rcu: Add full-sized polling for get_completed*() and poll_state*()Paul E. McKenney3-4/+91
2022-08-31rcu/nocb: Add CPU number to CPU-{,de}offload failure messagesPaul E. McKenney1-2/+2
2022-08-31rcu/nocb: Choose the right rcuog/rcuop kthreads to outputZqiang1-3/+3
2022-08-31rcu/kvfree: Update KFREE_DRAIN_JIFFIES intervalUladzislau Rezki (Sony)1-4/+19
2022-08-31rcu/kfree: Fix kfree_rcu_shrink_count() return valueJoel Fernandes (Google)1-1/+1
2022-08-31rcu: Back off upon fill_page_cache_func() allocation failureMichal Hocko1-8/+9
2022-08-31rcu: Exclude outgoing CPU when it is the last to leavePaul E. McKenney1-1/+4
2022-08-31rcu: Avoid triggering strict-GP irq-work when RCU is idleZqiang1-1/+2
2022-08-31sched/debug: Show the registers of 'current' in dump_cpu_task()Zhen Lei1-0/+11
2022-08-31sched/debug: Try trigger_single_cpu_backtrace(cpu) in dump_cpu_task()Zhen Lei3-5/+6
2022-08-31rcu: Document reason for rcu_all_qs() call to preempt_disable()Paul E. McKenney1-1/+1
2022-08-31rcu: Make tiny RCU support leak callbacks for debug-object errorsZqiang1-1/+16
2022-08-31rcu: Add QS check in rcu_exp_handler() for non-preemptible kernelsZqiang1-1/+3
2022-08-31rcu: Update rcu_preempt_deferred_qs() comments for !PREEMPT kernelsZqiang1-4/+7
2022-08-31rcu: Fix rcu_read_unlock_strict() strict QS reportingZqiang1-0/+1
2022-08-29audit: use time_after to compare timewuchi1-5/+3
2022-08-29genetlink: start to validate reserved header bytesJakub Kicinski1-0/+1
2022-08-28Merge tag 'mm-hotfixes-stable-2022-08-28' of git://git.kernel.org/pub/scm/lin...Linus Torvalds1-0/+1
2022-08-28vmcoreinfo: add kallsyms_num_syms symbolStephen Brennan1-0/+1
2022-08-27Merge tag 'audit-pr-20220826' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+2
2022-08-26audit: free audit_proctitle only on task exitRichard Guy Briggs1-1/+1
2022-08-26audit: explicitly check audit_context->context enum valueRichard Guy Briggs1-1/+1
2022-08-26audit: audit_context pid unused, context enum comment fixRichard Guy Briggs2-3/+3
2022-08-26wait_on_bit: add an acquire memory barrierMikulas Patocka1-1/+1
2022-08-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller4-9/+12
2022-08-25bpf: prepare for more bpf syscall to be used from kernel and user space.Benjamin Tissoires1-4/+6
2022-08-25bpf: Add CGROUP prefix to cgroup_iter_orderHao Luo1-16/+16
2022-08-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski13-105/+222
2022-08-25bpf: Don't use tnum_range on array range checking for poke descriptorsDaniel Borkmann1-6/+4
2022-08-25audit: move audit_return_fixup before the filtersRichard Guy Briggs1-2/+2
2022-08-25bpf: Do mark_chain_precision for ARG_CONST_ALLOC_SIZE_OR_ZEROKumar Kartikeya Dwivedi1-0/+3
2022-08-25cgroup: bpf: enable bpf programs to integrate with rstatYosry Ahmed1-0/+48
2022-08-25bpf: Introduce cgroup iterHao Luo2-0/+287
2022-08-25Merge tag 'cgroup-for-6.0-rc2-fixes-2' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+2
2022-08-25cgroup: Add missing cpus_read_lock() to cgroup_attach_task_all()Tetsuo Handa1-0/+2
2022-08-24bpf: Fix reference state management for synchronous callbacksKumar Kartikeya Dwivedi1-9/+33
2022-08-24Merge tag 'trace-v6.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds1-46/+33