aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2023-01-25tracing/filter: fix kernel-doc warningsGravatar Randy Dunlap 1-4/+4
2023-01-24trace_events_hist: add check for return value of 'create_hist_field'Gravatar Natalia Petrova 1-0/+2
2023-01-24tracing/osnoise: Use built-in RCU list checkingGravatar Chuang Wang 1-3/+2
2023-01-24module: Don't wait for GOING modulesGravatar Petr Pavlu 1-5/+21
2023-01-24tracing: Kconfig: Fix spelling/grammar/punctuationGravatar Randy Dunlap 1-4/+4
2023-01-24tracing: Make sure trace_printk() can output as soon as it can be usedGravatar Steven Rostedt (Google) 3-2/+4
2023-01-24ftrace: Export ftrace_free_filter() to modulesGravatar Mark Rutland 1-1/+22
2023-01-22Merge tag 'sched_urgent_for_v6.2_rc6' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 2-23/+35
2023-01-21Merge tag 'driver-core-6.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-0/+2
2023-01-21Merge tag 'kbuild-fixes-v6.2-3' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-0/+2
2023-01-21prlimit: do_prlimit needs to have a speculation checkGravatar Greg Kroah-Hartman 1-0/+2
2023-01-21exit: Detect and fix irq disabled state in oopsGravatar Nicholas Piggin 1-0/+7
2023-01-20Merge tag 'net-6.2-rc5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Gravatar Linus Torvalds 5-23/+21
2023-01-20bpf: Add missing btf_put to register_btf_id_dtor_kfuncsGravatar Jiri Olsa 1-2/+2
2023-01-19bpf: Fix to preserve reg parent/live fields when copying range infoGravatar Eduard Zingerman 1-7/+18
2023-01-19Merge tag 'printk-for-6.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-0/+2
2023-01-19Merge branch 'rework/console-list-lock' into for-linusGravatar Petr Mladek 1-0/+2
2023-01-19fs: port i_{g,u}id_into_vfs{g,u}id() to mnt_idmapGravatar Christian Brauner 1-4/+2
2023-01-19fs: port privilege checking helpers to mnt_idmapGravatar Christian Brauner 1-3/+5
2023-01-19fs: port inode_init_owner() to mnt_idmapGravatar Christian Brauner 1-1/+1
2023-01-19fs: port xattr to mnt_idmapGravatar Christian Brauner 1-2/+2
2023-01-19fs: port ->permission() to pass mnt_idmapGravatar Christian Brauner 2-2/+2
2023-01-19fs: port ->mkdir() to pass mnt_idmapGravatar Christian Brauner 1-1/+1
2023-01-19fs: port ->symlink() to pass mnt_idmapGravatar Christian Brauner 1-1/+1
2023-01-18bpf: Fix a possible task gone issue with bpf_send_signal[_thread]() helpersGravatar Yonghong Song 1-1/+2
2023-01-18bpf: Fix off-by-one error in bpf_mem_cache_idx()Gravatar Hou Tao 1-1/+1
2023-01-18perf/core: Call perf_prepare_sample() before running BPFGravatar Namhyung Kim 1-7/+1
2023-01-18perf/core: Introduce perf_prepare_header()Gravatar Namhyung Kim 1-14/+24
2023-01-18perf/core: Do not pass header for sample ID initGravatar Namhyung Kim 1-7/+7
2023-01-18perf/core: Set data->sample_flags in perf_prepare_sample()Gravatar Namhyung Kim 1-20/+65
2023-01-18perf/core: Add perf_sample_save_brstack() helperGravatar Namhyung Kim 1-11/+5
2023-01-18perf/core: Add perf_sample_save_raw_data() helperGravatar Namhyung Kim 2-30/+7
2023-01-18perf/core: Add perf_sample_save_callchain() helperGravatar Namhyung Kim 1-10/+2
2023-01-18perf/core: Save the dynamic parts of sample data sizeGravatar Namhyung Kim 1-7/+10
2023-01-18kheaders: explicitly validate existence of cpio commandGravatar Thomas Weißschuh 1-0/+2
2023-01-17Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Gravatar Jakub Kicinski 5-23/+21
2023-01-17genirq/msi: Free the fwnode created by msi_create_device_irq_domain()Gravatar Jason Gunthorpe 2-2/+6
2023-01-16kernel/printk/printk.c: Fix W=1 kernel-doc warningGravatar Anuradha Weeraman 1-0/+1
2023-01-16tty: serial: kgdboc: fix mutex locking order for configure_kgdboc()Gravatar John Ogness 1-0/+1
2023-01-16sched/core: Fix NULL pointer access fault in sched_setaffinity() with non-SMP...Gravatar Waiman Long 1-2/+8
2023-01-15sched/fair: Limit sched slice durationGravatar Vincent Guittot 1-1/+7
2023-01-14Merge tag 'modules-6.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-15/+6
2023-01-13kallsyms: Fix scheduling with interrupts disabled in self-testGravatar Nicholas Piggin 1-15/+6
2023-01-13bpf: Fix pointer-leak due to insufficient speculative store bypass mitigationGravatar Luis Gerhorst 1-1/+3
2023-01-13context_tracking: Fix noinstr vs KASANGravatar Peter Zijlstra 1-6/+6
2023-01-13tracing, hardirq: No moar _rcuidle() tracingGravatar Peter Zijlstra 1-8/+18
2023-01-13tracing: WARN on rcuidleGravatar Peter Zijlstra 1-0/+3
2023-01-13tracing: Remove trace_hardirqs_{on,off}_caller()Gravatar Peter Zijlstra 1-29/+0
2023-01-13time/tick-broadcast: Remove RCU_NONIDLE() usageGravatar Peter Zijlstra 1-17/+12
2023-01-13printk: Remove trace_.*_rcuidle() usageGravatar Peter Zijlstra 1-1/+1