summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2023-02-02Merge branch 'stall.2023.01.09a' into HEADPaul E. McKenney
2023-02-02Merge branches 'doc.2023.01.05a', 'fixes.2023.01.23a', 'kvfree.2023.01.03a', ...Paul E. McKenney
2023-02-02kernel/notifier: Remove CONFIG_SRCUPaul E. McKenney
2023-02-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-02-02Merge tag 'net-6.2-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2023-02-02tracing: Fix poll() and select() do not work on per_cpu trace_pipe and trace_...Shiju Jose
2023-02-02Merge tag 'coresight-next-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman
2023-02-02bpf: Add __bpf_kfunc tag to all kfuncsDavid Vernet
2023-01-31cgroup/cpuset: Fix wrong check in update_parent_subparts_cpumask()Waiman Long
2023-01-31perf: Fix perf_event_pmu_context serializationJames Clark
2023-01-31sched/clock: Make local_clock() noinstrPeter Zijlstra
2023-01-31cpuidle: tracing, preempt: Squash _rcuidle tracingPeter Zijlstra
2023-01-31cpuidle: lib/bug: Disable rcu_is_watching() during WARN/BUGPeter Zijlstra
2023-01-31Merge tag 'v6.2-rc6' into sched/core, to pick up fixesIngo Molnar
2023-01-31hrtimer: Ignore slack time for RT tasks in schedule_hrtimeout_range()Davidlohr Bueso
2023-01-31hrtimer: Rely on rt_task() for DL tasks tooDavidlohr Bueso
2023-01-29Merge tag 'irq_urgent_for_v6.2_rc6' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-01-28bpf: btf: Add BTF_FMODEL_SIGNED_ARG flagIlya Leoshkevich
2023-01-28bpf: iterators: Split iterators.lskel.h into little- and big- endian versionsIlya Leoshkevich
2023-01-28bpf: Build-time assert that cpumask offset is zeroDavid Vernet
2023-01-28Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-01-27Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-01-27Merge tag 'trace-v6.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2023-01-26bpf: Fix the kernel crash caused by bpf_setsockopt().Kui-Feng Lee
2023-01-26locking/rwsem: Disable preemption in all down_write*() and up_write() code pathsWaiman Long
2023-01-26locking/rwsem: Disable preemption in all down_read*() and up_read() code pathsWaiman Long
2023-01-26locking/rwsem: Prevent non-first waiter from spinning in down_write() slowpathWaiman Long
2023-01-26Merge tag 'v6.2-rc5' into locking/core, to pick up fixesIngo Molnar
2023-01-25module: Use kstrtobool() instead of strtobool()Christophe JAILLET
2023-01-25kernel/params.c: Use kstrtobool() instead of strtobool()Christophe JAILLET
2023-01-25bpf: Pass const struct bpf_prog * to .check_memberDavid Vernet
2023-01-25bpf: Allow BPF_PROG_TYPE_STRUCT_OPS programs to be sleepableDavid Vernet
2023-01-25bpf/docs: Document cpumask kfuncs in a new fileDavid Vernet
2023-01-25bpf: Enable cpumasks to be queried and used as kptrsDavid Vernet
2023-01-25bpf: Disallow NULLable pointers for trusted kfuncsDavid Vernet
2023-01-25tracing/histogram: Add simple tests for stacktrace usage of synthetic eventsSteven Rostedt (Google)
2023-01-25tracing/histogram: Add stacktrace typeSteven Rostedt (Google)
2023-01-25tracing: Allow synthetic events to pass around stacktracesSteven Rostedt (Google)
2023-01-25tracing: Allow stacktraces to be saved as histogram variablesSteven Rostedt (Google)
2023-01-25tracing: Simplify calculating entry size using struct_size()Steven Rostedt (Google)
2023-01-25tracing: Add NULL checks for buffer in ring_buffer_free_read_page()Jia-Ju Bai
2023-01-25tracing: Add a way to filter function addresses to function namesSteven Rostedt (Google)
2023-01-25rv: remove redundant initialization of pointer ptrColin Ian King
2023-01-25tracing/filter: fix kernel-doc warningsRandy Dunlap
2023-01-24bpf: Allow trusted args to walk struct when checking BTF IDsDavid Vernet
2023-01-24bpf: Enable annotating trusted nested pointersDavid Vernet
2023-01-24trace_events_hist: add check for return value of 'create_hist_field'Natalia Petrova
2023-01-24clocksource: Suspend the watchdog temporarily when high read latency detectedFeng Tang
2023-01-24tracing/osnoise: Use built-in RCU list checkingChuang Wang