summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2023-06-23Merge tag 'cgroup-for-6.4-rc7-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-5/+23
2023-06-22Revert "cgroup: Avoid -Wstringop-overflow warnings"Tejun Heo1-6/+0
2023-06-22tracing/boot: Replace strlcpy with strscpyAzeem Shaikh1-4/+4
2023-06-22tracing/timerlat: Add user-space interfaceDaniel Bristot de Oliveira2-5/+377
2023-06-22tracing/osnoise: Skip running osnoise if all instances are offDaniel Bristot de Oliveira1-3/+28
2023-06-22tracing/osnoise: Switch from PF_NO_SETAFFINITY to migrate_disableDaniel Bristot de Oliveira1-0/+68
2023-06-22ftrace: Show all functions with addresses in available_filter_functions_addrsJiri Olsa1-0/+37
2023-06-22kbuild: generate KSYMTAB entries by modpostMasahiro Yamada1-0/+12
2023-06-22hrtimer: Add missing sparse annotations to hrtimer lockingBen Dooks1-0/+3
2023-06-21Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski3-14/+21
2023-06-21cgroup/misc: Expose misc.current on cgroup v2 rootLeiZhou-971-1/+0
2023-06-21cgroup: Avoid -Wstringop-overflow warningsGustavo A. R. Silva1-0/+6
2023-06-21Merge tag 'timers-urgent-2023-06-21' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-13/+13
2023-06-21cgroup: remove obsolete comment on cgroup_on_dfl()Miaohe Lin1-2/+0
2023-06-21Merge branch irq/misc-6.5 into irq/irqchip-nextMarc Zyngier1-0/+2
2023-06-21bpf: Force kprobe multi expected_attach_type for kprobe_multi linkJiri Olsa1-0/+5
2023-06-21bpf/btf: Accept function names that contain dotsFlorent Revest1-12/+8
2023-06-21function_graph: Support recording and printing the return value of functionDonglin Peng5-11/+148
2023-06-21fgraph: Add declaration of "struct fgraph_ret_regs"Steven Rostedt (Google)1-0/+3
2023-06-21Merge tag 'trace-v6.4-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2-84/+208
2023-06-20watchdog/sparc64: define HARDLOCKUP_DETECTOR_SPARC64Petr Mladek1-1/+1
2023-06-20watchdog/hardlockup: make HAVE_NMI_WATCHDOG sparc64-specificPetr Mladek1-1/+1
2023-06-20watchdog/hardlockup: move SMP barriers from common code to buddy codeDouglas Anderson2-6/+21
2023-06-20watchdog/buddy: don't copy the cpumask in watchdog_next_cpu()Douglas Anderson1-3/+2
2023-06-20watchdog/buddy: cleanup how watchdog_buddy_check_hardlockup() is calledDouglas Anderson2-9/+8
2023-06-20watchdog/hardlockup: in watchdog_hardlockup_check() use cpumask_copy()Douglas Anderson1-1/+3
2023-06-20watchdog/hardlockup: don't use raw_cpu_ptr() in watchdog_hardlockup_kick()Douglas Anderson1-1/+1
2023-06-20watchdog/hardlockup: HAVE_NMI_WATCHDOG must implement watchdog_hardlockup_pro...Douglas Anderson1-13/+0
2023-06-20watchdog/hardlockup: keep kernel.nmi_watchdog sysctl as 0444 if probe failsDouglas Anderson1-10/+20
2023-06-20kernel: pid_namespace: remove unused set_memfd_noexec_scope()YueHaibing1-1/+0
2023-06-20mm: ptep_get() conversionRyan Roberts1-1/+1
2023-06-20dma-mapping: force bouncing if the kmalloc() size is not cache-line-alignedCatalin Marinas2-1/+6
2023-06-20dma-mapping: name SG DMA flag helpers consistentlyRobin Murphy1-1/+1
2023-06-20scatterlist: add dedicated config for DMA flagsRobin Murphy1-0/+3
2023-06-20perf/core: allow pte_offset_map() to failHugh Dickins1-0/+4
2023-06-19bpf: Keep BPF_PROG_LOAD permission checks clear of validationsAndrii Nakryiko1-12/+9
2023-06-19bpf: Centralize permissions checks for all BPF map typesAndrii Nakryiko11-35/+47
2023-06-19bpf: Inline map creation logic in map_create() functionAndrii Nakryiko1-33/+24
2023-06-19bpf: Move unprivileged checks into map_create() and bpf_prog_load()Andrii Nakryiko1-15/+19
2023-06-18tick/rcu: Fix bogus ratelimit conditionWen Yang1-1/+1
2023-06-18alarmtimer: Remove unnecessary (void *) castLi zeming1-1/+1
2023-06-18alarmtimer: Remove unnecessary initialization of variable 'ret'Li zeming1-1/+1
2023-06-18posix-timers: Refer properly to CONFIG_HIGH_RES_TIMERSLukas Bulwahn1-1/+1
2023-06-18posix-timers: Polish coding style in a few placesThomas Gleixner1-7/+7
2023-06-18posix-timers: Remove pointless commentsThomas Gleixner1-25/+0
2023-06-18posix-timers: Clarify posix_timer_fn() commentsThomas Gleixner1-30/+32
2023-06-18posix-timers: Clarify posix_timer_rearm() commentThomas Gleixner1-9/+3
2023-06-18posix-timers: Comment SIGEV_THREAD_ID properlyThomas Gleixner1-5/+2
2023-06-18posix-timers: Add proper comments in do_timer_create()Thomas Gleixner1-9/+11
2023-06-18posix-timers: Document nanosleep() detailsThomas Gleixner1-2/+7