aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/scripts/python/export-to-postgresql.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2023-10-18minmax: allow min()/max()/clamp() if the arguments have the same signedness.David Laight1-28/+32
2023-10-18minmax: add umin(a, b) and umax(a, b)David Laight1-0/+17
2023-10-18kernel/signal: remove unnecessary NULL values from ucountsLi kunyu1-1/+1
2023-10-18ocfs2: annotate struct ocfs2_replay_map with __counted_byKees Cook1-1/+1
2023-10-18kstrtox: remove strtobool()Christophe JAILLET1-5/+0
2023-10-18extract and use FILE_LINE macroAlexey Dobriyan4-8/+8
2023-10-04crash_core.c: remove unneeded functionsBaoquan He2-22/+0
2023-10-04riscv: kdump: use generic interface to simplify crashkernel reservationBaoquan He5-143/+27
2023-10-04arm64: kdump: use generic interface to simplify crashkernel reservationBaoquan He3-132/+21
2023-10-04x86: kdump: use generic interface to simplify crashkernel reservation codeBaoquan He3-137/+56
2023-10-04crash_core: move crashk_*res definition into crash_core.cBaoquan He4-21/+24
2023-10-04crash_core: add generic function to do reservationBaoquan He2-1/+134
2023-10-04crash_core: change parse_crashkernel() to support crashkernel=,high|low parsingBaoquan He2-3/+39
2023-10-04crash_core: change the prototype of function parse_crashkernel()Baoquan He14-17/+32
2023-10-04crash_core.c: remove unnecessary parameter of functionBaoquan He1-4/+4
2023-10-04fs: ocfs2: replace strlcpy with sysfs_emitAzeem Shaikh1-2/+1
2023-10-04minmax: fix header inclusionsAndy Shevchenko1-1/+2
2023-10-04pid: pid_ns_ctl_handler: remove useless commentRong Tao1-6/+0
2023-10-04minmax: deduplicate __unconst_integer_typeof()Andy Shevchenko1-23/+3
2023-10-04kthread: add kthread_stop_putAndreas Gruenbacher13-46/+38
2023-10-04taskstats: fill_stats_for_tgid: use for_each_thread()Oleg Nesterov1-3/+2
2023-10-04getrusage: use __for_each_thread()Oleg Nesterov1-3/+1
2023-10-04getrusage: add the "signal_struct *sig" local variableOleg Nesterov1-18/+19
2023-10-04signal: complete_signal: use __for_each_thread()Oleg Nesterov1-3/+2
2023-10-04fs/proc: do_task_stat: use __for_each_thread()Oleg Nesterov1-3/+4
2023-10-04scsi: qla2xxx: use DEFINE_SHOW_STORE_ATTRIBUTE() helper for debugfsXingui Yang1-52/+7
2023-10-04scsi: hisi_sas: use DEFINE_SHOW_STORE_ATTRIBUTE() helper for debugfsXingui Yang1-128/+9
2023-10-04seq_file: add helper macro to define attribute for rw fileXingui Yang1-0/+15
2023-10-04panic: use atomic_try_cmpxchg in panic() and nmi_panic()Uros Bizjak1-9/+13
2023-10-04__kill_pgrp_info: simplify the calculation of return valueOleg Nesterov1-6/+11
2023-10-04kill task_struct->thread_groupOleg Nesterov4-6/+0
2023-10-04change thread_group_empty() to use task_struct->thread_nodeOleg Nesterov1-1/+2
2023-10-04change next_thread() to use __next_thread() ?: group_leaderOleg Nesterov1-3/+2
2023-10-04introduce __next_thread(), fix next_tid() vs exec() raceOleg Nesterov2-4/+13
2023-10-04ocfs2: correct range->len in ocfs2_trim_fs()Yuanheng Zhang1-1/+1
2023-10-04compiler.h: unify __UNIQUE_IDNick Desaulniers3-11/+1
2023-10-04docs: fix link s390/zfcpdump.rstCosta Shulyupin1-1/+1
2023-10-01Linux 6.6-rc4Linus Torvalds1-1/+1
2023-10-01kbuild: remove stale code for 'source' symlink in packaging scriptsMasahiro Yamada2-4/+0
2023-10-01modpost: Don't let "driver"s reference .exit.*Uwe Kleine-König1-2/+13
2023-10-01vmlinux.lds.h: remove unused CPU_KEEP and CPU_DISCARD macrosMasahiro Yamada1-7/+0
2023-10-01modpost: add missing else to the "of" checkMauricio Faria de Oliveira1-1/+1
2023-09-30eventfs: Test for dentries array allocated in eventfs_release()Steven Rostedt (Google)1-1/+1
2023-09-30tracing/user_events: Align set_bit() address for all archsBeau Belgrave1-7/+51
2023-09-30tracing: relax trace_event_eval_update() execution with cond_resched()Clément Léger1-0/+1
2023-09-30ring-buffer: Update "shortest_full" in pollingSteven Rostedt (Google)1-0/+3
2023-09-29Crash: add lock to serialize crash hotplug handlingBaoquan He1-0/+17
2023-09-29selftests/mm: fix awk usage in charge_reserved_hugetlb.sh and hugetlb_reparenting_test.sh that may cause errorJuntong Deng2-4/+4
2023-09-29mm: mempolicy: keep VMA walk if both MPOL_MF_STRICT and MPOL_MF_MOVE are specifiedYang Shi1-20/+19
2023-09-29mm/damon/vaddr-test: fix memory leak in damon_do_test_apply_three_regions()Jinjie Ruan1-0/+2