aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
8 daysMerge remote-tracking branch 'riscv/for-next' into renesas-driversGeert Uytterhoeven1-0/+6
8 daysMerge remote-tracking branch 'driver-core/driver-core-next' into renesas-driversGeert Uytterhoeven1-12/+1
8 daysMerge remote-tracking branch 'block/for-next' into renesas-driversGeert Uytterhoeven23-120/+614
8 daysMerge remote-tracking branch 'irqchip/irq/core' into renesas-driversGeert Uytterhoeven9-53/+311
8 daysMerge remote-tracking branch 'tty/tty-next' into renesas-driversGeert Uytterhoeven4-29/+225
8 daysMerge remote-tracking branch 'net-next/main' into renesas-driversGeert Uytterhoeven22-393/+1539
8 daysMerge remote-tracking branch 'pm/linux-next' into renesas-driversGeert Uytterhoeven2-20/+88
8 daysMerge branch 'net-accept-more' into for-nextJens Axboe22-296/+1365
8 daysMerge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski9-136/+213
8 daysMerge tag 'v6.10-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-4/+4
8 daysMerge tag 'hardening-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-3/+11
8 daysMerge tag 'seccomp-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+2
9 daysMerge tag 'kcsan.2024.05.10a' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+17
9 daysMerge tag 'rcu.next.v6.10' of https://github.com/urezki/linuxLinus Torvalds18-111/+580
9 daysriscv, bpf: inline bpf_get_smp_processor_id()Puranjay Mohan2-0/+15
11 daysMerge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next into net-...Jens Axboe22-296/+1365
13 daysMerge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-5/+22
13 daysseccomp: Constify sysctl subhelpersKees Cook1-2/+2
14 daystimers/migration: Prevent out of bounds access on failureLevi Yun1-2/+2
2024-05-07bpf: Remove redundant page mask of vmf->addressHaiyue Wang1-1/+1
2024-05-07kcsan, compiler_types: Introduce __data_racy type qualifierMarco Elver1-0/+17
2024-05-06bpf/verifier: relax MUL range computation checkCupertino Miranda1-5/+1
2024-05-06bpf/verifier: improve XOR and OR range computationCupertino Miranda1-2/+2
2024-05-06bpf/verifier: refactor checks for range computationCupertino Miranda1-64/+45
2024-05-06bpf/verifier: replace calls to mark_reg_unknown.Cupertino Miranda1-5/+4
2024-05-06Merge branches 'pm-em' and 'pm-docs' into linux-nextRafael J. Wysocki1-19/+87
2024-05-06Merge branches 'pm-cpuidle', 'pm-sleep' and 'pm-powercap' into linux-nextRafael J. Wysocki1-1/+1
2024-05-05Merge tag 'irq-urgent-2024-05-05' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-4/+8
2024-05-05Merge tag 'probes-fixes-v6.9-rc6' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2024-05-05Merge tag 'trace-v6.9-rc6-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+12
2024-05-05Merge tag 'dma-mapping-6.9-2024-05-04' of git://git.infradead.org/users/hch/d...Linus Torvalds1-0/+1
2024-05-04eventfs/tracing: Add callback for release of an eventfs_inodeSteven Rostedt (Google)1-0/+12
2024-05-03stackleak: Use a copy of the ctl_table argumentThomas Weißschuh1-3/+3
2024-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski9-72/+105
2024-05-02Merge tag 'net-6.9-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2-2/+40
2024-05-02swiotlb: initialise restricted pool list_head when SWIOTLB_DYNAMIC=yWill Deacon1-0/+1
2024-05-01bpf: crypto: fix build when CONFIG_CRYPTO=mVadim Fedorenko1-1/+1
2024-05-01hardening: Enable KCFI and some other optionsKees Cook1-0/+8
2024-05-01Merge branches 'fixes.2024.04.15a', 'misc.2024.04.12a', 'rcu-sync-normal-impr...Uladzislau Rezki (Sony)12-77/+479
2024-04-30bpf: Add support for kprobe session cookieJiri Olsa2-3/+23
2024-04-30bpf: Add support for kprobe session contextJiri Olsa2-7/+63
2024-04-30bpf: Add support for kprobe session attachJiri Olsa2-9/+26
2024-04-30bpf: Do not walk twice the hash map on freeBenjamin Tissoires1-36/+13
2024-04-30bpf: Do not walk twice the map on freeBenjamin Tissoires1-7/+8
2024-04-30PM: hibernate: replace deprecated strncpy() with strscpy()Justin Stitt1-1/+1
2024-04-29bpf: Switch to krealloc_array()Andy Shevchenko1-1/+1
2024-04-29bpf: Use struct_size()Andy Shevchenko1-5/+7
2024-04-29Merge tag 'wq-for-6.9-rc6-fixes' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-3/+16
2024-04-29bpf: Fix verifier assumptions about socket->skAlexei Starovoitov1-5/+18
2024-04-29Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski18-222/+1249
2024-04-29bounds: Use the right number of bits for power-of-two CONFIG_NR_CPUSMatthew Wilcox (Oracle)1-1/+1
2024-04-29tracing/probes: Fix memory leak in traceprobe_parse_probe_arg_body()LuMingYin1-1/+1
2024-04-29softirq: Fix suspicious RCU usage in __do_softirq()Zqiang1-4/+8
2024-04-28Merge patch series "riscv: Create and document PR_RISCV_SET_ICACHE_FLUSH_CTX ...Palmer Dabbelt1-0/+6
2024-04-28Merge tag 'sched-urgent-2024-04-28' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-16/+36
2024-04-28Merge tag 'x86-urgent-2024-04-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-4/+10
2024-04-28sched/isolation: Fix boot crash when maxcpus < first housekeeping CPUOleg Nesterov1-1/+6
2024-04-28sched/isolation: Prevent boot crash when the boot CPU is nohz_fullOleg Nesterov1-1/+10
2024-04-27profiling: Remove create_prof_cpu_mask().Tetsuo Handa1-43/+0
2024-04-26Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2-2/+40
2024-04-26Merge tag 'mm-hotfixes-stable-2024-04-26-13-30' of git://git.kernel.org/pub/s...Linus Torvalds1-3/+2
2024-04-26bpf: verifier: prevent userspace memory accessPuranjay Mohan2-0/+39
2024-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-27/+37
2024-04-25cpu: Ignore "mitigations" kernel parameter if CPU_MITIGATIONS=nSean Christopherson1-4/+10
2024-04-25cpu: Re-enable CPU mitigations by default for !X86 architecturesSean Christopherson1-2/+2
2024-04-24mm: turn folio_test_hugetlb into a PageTypeMatthew Wilcox (Oracle)1-3/+2
2024-04-24bpf: make common crypto API for TC/XDP programsVadim Fedorenko4-1/+390
2024-04-24genirq: Reuse irq_is_nmi()Jinjie Ruan4-14/+14
2024-04-24genirq/cpuhotplug: Retry with cpu_online_mask when migration failsDongli Zhang1-0/+16
2024-04-24genirq/cpuhotplug: Skip suspended interrupts when restoring affinityDavid Stevens2-7/+16
2024-04-24workqueue: Fix divide error in wq_update_node_max_active()Lai Jiangshan1-0/+9
2024-04-24bpf: Introduce bpf_preempt_[disable,enable] kfuncsKumar Kartikeya Dwivedi2-2/+81
2024-04-24bpf: Don't check for recursion in bpf_wq_work.Alexei Starovoitov1-13/+5
2024-04-23workqueue: The default node_nr_active should have its max set to max_activeTejun Heo1-1/+1
2024-04-23bpf: add bpf_wq_startBenjamin Tissoires1-0/+18
2024-04-23bpf: wq: add bpf_wq_set_callback_implBenjamin Tissoires2-6/+69
2024-04-23bpf: wq: add bpf_wq_initBenjamin Tissoires1-2/+102
2024-04-23bpf: allow struct bpf_wq to be embedded in arraymaps and hashmapsBenjamin Tissoires4-19/+71
2024-04-23bpf: add support for KF_ARG_PTR_TO_WORKQUEUEBenjamin Tissoires1-0/+65
2024-04-23bpf: verifier: bail out if the argument is not a mapBenjamin Tissoires1-0/+5
2024-04-23bpf: add support for bpf_wq user typeBenjamin Tissoires3-1/+31
2024-04-23bpf: replace bpf_timer_cancel_and_free with a generic helperBenjamin Tissoires1-17/+25
2024-04-23bpf: replace bpf_timer_set_callback with a generic helperBenjamin Tissoires1-11/+18
2024-04-23bpf: replace bpf_timer_init with a generic helperBenjamin Tissoires1-28/+63
2024-04-23bpf: make timer data struct more genericBenjamin Tissoires1-33/+38
2024-04-23workqueue: Fix selection of wake_cpu in kick_pool()Sven Schnelle1-2/+6
2024-04-23Merge 6.9-rc5 into driver-core-nextGreg Kroah-Hartman29-141/+349
2024-04-23Merge 6.9-rc5 into tty-nextGreg Kroah-Hartman12-93/+154
2024-04-23genirq: Simplify the checks for irq_set_percpu_devid_partition()Jinjie Ruan1-8/+2
2024-04-22bpf: Fix typos in commentsRafael Passos5-10/+10
2024-04-22bpf: Fix typo in function save_aux_ptr_typeRafael Passos1-3/+3
2024-04-22sched/eevdf: Prevent vlag from going out of bounds in reweight_eevdf()Xuewen Yan1-6/+12
2024-04-22sched/eevdf: Fix miscalculation in reweight_entity() when se is not currTianchen Ding1-5/+6
2024-04-22sched/eevdf: Always update V if se->on_rq when reweightingTianchen Ding1-3/+2
2024-04-22sysctl: treewide: constify ctl_table_header::ctl_table_argThomas Weißschuh1-1/+1
2024-04-21Merge tag 'sched_urgent_for_v6.9_rc5' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-6/+14
2024-04-19Merge tag 'hardening-v6.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-5/+6
2024-04-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski8-60/+105
2024-04-18riscv: Include riscv_set_icache_flush_ctx prctlCharlie Jenkins1-0/+6
2024-04-16fork: defer linking file vma until vma is fully initializedMiaohe Lin1-16/+17
2024-04-16bpf: Harden and/or/xor value tracking in verifierHarishankar Vishwanathan1-54/+40
2024-04-16btf: Avoid weak external referencesArd Biesheuvel2-5/+8
2024-04-16sched: Add missing memory barrier in switch_mm_cidMathieu Desnoyers1-6/+14
2024-04-16rcutorture: Use rcu_gp_slow_register/unregister() only for rcutype testZqiang1-4/+10
2024-04-16rcutorture: Fix invalid context warning when enable srcu barrier testingZqiang1-5/+4
2024-04-16rcutorture: Make stall-tasks directly exit when rcutorture tests endZqiang1-2/+2
2024-04-16rcutorture: Removing redundant function pointer initializationZqiang1-12/+0
2024-04-16rcutorture: Make rcutorture support print rcu-tasks gp stateZqiang5-32/+53
2024-04-16rcutorture: Use the gp_kthread_dbg operation specified by cur_opsZqiang1-1/+2
2024-04-16rcutorture: Re-use value stored to ->rtort_pipe_count instead of re-readinglinke li1-1/+1
2024-04-16rcutorture: Fix rcu_torture_one_read() pipe_count overflow commentPaul E. McKenney1-1/+2
2024-04-16rcutorture: Remove extraneous rcu_torture_pipe_update_one() READ_ONCE()Paul E. McKenney1-1/+1
2024-04-15configs/hardening: Disable CONFIG_UBSAN_SIGNED_WRAPNathan Chancellor1-0/+1
2024-04-15configs/hardening: Fix disabling UBSAN configurationsNathan Chancellor1-5/+5
2024-04-15rcu: Allocate WQ with WQ_MEM_RECLAIM bit setUladzislau Rezki (Sony)1-1/+5
2024-04-15rcu: Support direct wake-up of synchronize_rcu() usersUladzislau Rezki (Sony)2-1/+29
2024-04-15rcu: Add a trace event for synchronize_rcu_normal()Uladzislau Rezki (Sony)1-1/+6
2024-04-15rcu: Reduce synchronize_rcu() latencyUladzislau Rezki (Sony)2-2/+331
2024-04-15rcu: Fix buffer overflow in print_cpu_stall_info()Nikita Kiryushin1-1/+2
2024-04-15rcu-tasks: Fix show_rcu_tasks_trace_gp_kthread buffer overflowNikita Kiryushin1-1/+1
2024-04-15rcu-tasks: Fix the comments for tasks_rcu_exit_srcu_stall_timerZqiang1-1/+1
2024-04-15rcu-tasks: Replace exit_tasks_rcu_start() initialization with WARN_ON_ONCE()Paul E. McKenney1-2/+1
2024-04-15rcu: Inform KCSAN of one-byte cmpxchg() in rcu_trc_cmpxchg_need_qs()Paul E. McKenney1-1/+9
2024-04-15rcu: Make hotplug operations track GP state, not flagsPaul E. McKenney3-10/+10
2024-04-15rcu: Mark loads from rcu_state.n_online_cpusPaul E. McKenney2-3/+7
2024-04-15rcu: Mark writes to rcu_sync ->gp_count fieldPaul E. McKenney1-2/+6
2024-04-15rcu: Bring diagnostic read of rcu_state.gp_flags into alignmentPaul E. McKenney1-1/+1
2024-04-15rcu: Remove redundant READ_ONCE() of rcu_state.gp_flags in tree.cPaul E. McKenney1-7/+4
2024-04-15rcu: Make Tiny RCU explicitly disable preemptionPaul E. McKenney1-0/+2
2024-04-15rcu: Remove redundant BH disabling in TINY_RCUPaul E. McKenney1-2/+0
2024-04-15rcu: Create NEED_TASKS_RCU to factor out enablement logicPaul E. McKenney1-1/+5
2024-04-15srcu: Make Tiny SRCU explicitly disable preemptionPaul E. McKenney1-5/+26
2024-04-15rcu: Make TINY_RCU depend on !PREEMPT_RCU rather than !PREEMPTIONPaul E. McKenney1-1/+1
2024-04-14Merge tag 'x86-urgent-2024-04-14' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+2
2024-04-14Merge tag 'timers-urgent-2024-04-14' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-22/+31
2024-04-14Merge tag 'dma-maping-6.9-2024-04-14' of git://git.infradead.org/users/hch/dm...Linus Torvalds1-33/+58
2024-04-12bpf: Fix a verifier verbose messageAnton Protopopov1-2/+1
2024-04-12Merge tag 'trace-v6.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds3-4/+8
2024-04-12watchdog/softlockup: Report the most frequent interruptsBitao Hu1-4/+112
2024-04-12watchdog/softlockup: Low-overhead detection of interrupt stormBitao Hu1-1/+98
2024-04-12genirq: Avoid summation loops for /proc/interruptsBitao Hu3-9/+15
2024-04-12genirq: Provide a snapshot mechanism for interrupt statisticsBitao Hu2-0/+29
2024-04-12genirq: Convert kstat_irqs to a structBitao Hu3-9/+7
2024-04-12ftrace: Choose RCU Tasks based on TASKS_RCU rather than PREEMPTIONPaul E. McKenney1-2/+1
2024-04-12bpf: Choose RCU Tasks based on TASKS_RCU rather than PREEMPTIONPaul E. McKenney1-1/+1
2024-04-12padata: Disable BH when taking works lock on MT pathHerbert Xu1-4/+4
2024-04-11ring-buffer: Only update pages_touched when a new page is touchedSteven Rostedt (Google)1-3/+3
2024-04-11tracing: hide unused ftrace_event_id_fopsArnd Bergmann1-0/+4
2024-04-11tracing: Fix FTRACE_RECORD_RECURSION_SIZE Kconfig entryPrasad Pandit1-1/+1
2024-04-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski5-22/+70
2024-04-11Merge tag 'pm-6.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds1-0/+6
2024-04-11tracing: Select new NEED_TASKS_RCU Kconfig optionPaul E. McKenney1-2/+2
2024-04-11rcu: Add data structures for synchronize_rcu()Uladzislau Rezki (Sony)1-0/+14
2024-04-11treewide: Use sysfs_bin_attr_simple_read() helperLukas Wunner1-12/+1
2024-04-11printk: Add function to replay kernel log on consolesSreenath Vijayan1-24/+53
2024-04-10bpf: Add bpf_link support for sk_msg and sk_skb progsYonghong Song1-0/+4
2024-04-10kprobes: Fix possible use-after-free issue on kprobe registrationZheng Yejian1-6/+12
2024-04-10x86/cpu: Actually turn off mitigations by default for SPECULATION_MITIGATIONS=nSean Christopherson1-1/+2
2024-04-10timekeeping: Use READ/WRITE_ONCE() for tick_do_timer_cpuThomas Gleixner2-22/+31
2024-04-09bpf: Add support for certain atomics in bpf_arena to x86 JITAlexei Starovoitov2-1/+23
2024-04-09printk: Flag register_console() if console is set on command lineTony Lindgren1-1/+4
2024-04-09printk: Don't try to parse DEVNAME:0.0 console optionsTony Lindgren1-0/+4
2024-04-09printk: Save console options for add_preferred_console_match()Tony Lindgren4-4/+164
2024-04-09bpf: Select new NEED_TASKS_RCU Kconfig optionPaul E. McKenney1-1/+1
2024-04-09rcu-tasks: Make Tasks RCU wait idly for grace-period delaysPaul E. McKenney2-3/+7
2024-04-09rcutorture: ASSERT_EXCLUSIVE_WRITER() for ->rtort_pipe_count updatesPaul E. McKenney1-0/+3
2024-04-09rcutorture: Dump GP kthread state on insufficient cb-flood launderingPaul E. McKenney1-1/+2
2024-04-09rcutorture: Dump # online CPUs on insufficient cb-flood launderingPaul E. McKenney1-2/+2
2024-04-09rcu: Add lockdep checks and kernel-doc header to rcu_softirq_qs()Paul E. McKenney1-0/+28
2024-04-08PM: EM: Add em_dev_update_chip_binning()Lukasz Luba1-0/+48
2024-04-08PM: EM: Refactor em_adjust_new_capacity()Lukasz Luba1-19/+39
2024-04-08PM: s2idle: Make sure CPUs will wakeup directly on resumeAnna-Maria Behnsen1-0/+6
2024-04-08irqdomain: Check virq for 0 before use in irq_dispose_mapping()Andy Shevchenko1-2/+3
2024-04-07Merge tag 'timers-urgent-2024-04-07' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-16/+58
2024-04-05bpf: Allow invoking kfuncs from BPF_PROG_TYPE_SYSCALL progsDavid Vernet2-0/+2
2024-04-05bpf: allow invoking bpf_for_each_map_elem with different mapsPhilo Lu1-5/+1
2024-04-05bpf: store both map ptr and state in bpf_insn_aux_dataPhilo Lu1-20/+16
2024-04-05bpf: fix perf_snapshot_branch_stack link failureArnd Bergmann1-1/+2
2024-04-05timers/migration: Return early on deactivationAnna-Maria Behnsen1-0/+27
2024-04-05timers/migration: Fix ignored event due to missing CPU updateFrederic Weisbecker1-1/+4
2024-04-04bpf: prevent r10 register from being marked as preciseAndrii Nakryiko1-2/+4
2024-04-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski5-11/+48
2024-04-04Merge tag 'net-6.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds3-8/+40
2024-04-04bpf: inline bpf_get_branch_snapshot() helperAndrii Nakryiko1-0/+55
2024-04-04bpf: make bpf_get_branch_snapshot() architecture-agnosticAndrii Nakryiko1-4/+0
2024-04-04bpf: Optimize emit_mov_imm64().Alexei Starovoitov1-3/+10
2024-04-03bpf: inline bpf_map_lookup_elem() helper for PERCPU_HASH mapAndrii Nakryiko1-0/+21
2024-04-03bpf: inline bpf_map_lookup_elem() for PERCPU_ARRAY mapsAndrii Nakryiko1-0/+33
2024-04-03bpf: inline bpf_get_smp_processor_id() helperAndrii Nakryiko1-0/+24
2024-04-03bpf: add special internal-only MOV instruction to resolve per-CPU addrsAndrii Nakryiko2-0/+19
2024-04-03bpf: Replace deprecated strncpy with strscpyJustin Stitt2-4/+4
2024-04-02swiotlb: do not set total_used to 0 in swiotlb_create_debugfs_files()Dexuan Cui1-4/+0
2024-04-02swiotlb: fix swiotlb_bounce() to do partial sync's correctlyMichael Kelley1-17/+13
2024-04-02swiotlb: extend buffer pre-padding to alloc_align_mask if necessaryPetr Tesarik1-13/+46
2024-04-02bpf: Improve program stats run-time calculationJose Fernandez1-1/+2
2024-04-02bpf: Add a verbose message if map limit is reachedAnton Protopopov1-0/+2
2024-04-01bitops: make BYTES_TO_BITS() treewide-availableAlexander Lobakin1-2/+0
2024-04-01timers: Fix text inconsistencies and spellingRandy Dunlap1-11/+11
2024-04-01tick/sched: Fix struct tick_sched doc warningsRandy Dunlap1-1/+1
2024-04-01tick/sched: Fix various kernel-doc warningsRandy Dunlap1-3/+15