aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2022-01-19Merge tag 'kbuild-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 1-1/+0
2022-01-17Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 4-16/+320
2022-01-17Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 11-202/+172
2022-01-16Merge tag 'hyperv-next-signed-20220114' of git://git.kernel.org/pub/scm/linux...Gravatar Linus Torvalds 1-2/+48
2022-01-16Merge tag 'trace-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Gravatar Linus Torvalds 17-247/+800
2022-01-16Merge tag 'livepatching-for-5.17' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 4-19/+19
2022-01-15Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 10-20/+78
2022-01-15mm/mempolicy: wire up syscall set_mempolicy_home_nodeGravatar Aneesh Kumar K.V 1-0/+1
2022-01-15dma/pool: create dma atomic pool only if dma zone has managed pagesGravatar Baoquan He 1-2/+2
2022-01-15mm/pagealloc: sysctl: change watermark_scale_factor max limit to 30%Gravatar Suren Baghdasaryan 1-1/+2
2022-01-15mm: move anon_vma declarations to linux/mm_inline.hGravatar Arnd Bergmann 1-0/+1
2022-01-15mm: add a field to store names for private anonymous memoryGravatar Colin Cross 2-0/+65
2022-01-15trace/hwlat: make use of the helper function kthread_run_on_cpu()Gravatar Cai Huoqing 1-5/+1
2022-01-15trace/osnoise: make use of the helper function kthread_run_on_cpu()Gravatar Cai Huoqing 1-2/+1
2022-01-15rcutorture: make use of the helper function kthread_run_on_cpu()Gravatar Cai Huoqing 1-5/+2
2022-01-15ring-buffer: make use of the helper function kthread_run_on_cpu()Gravatar Cai Huoqing 1-5/+2
2022-01-15kthread: add the helper function kthread_run_on_cpu()Gravatar Cai Huoqing 1-0/+1
2022-01-14module: fix signature check failures when using in-kernel decompressionGravatar Dmitry Torokhov 1-4/+5
2022-01-14Merge branch 'for-5.17/kallsyms' into for-linusGravatar Petr Mladek 2-0/+3
2022-01-14tracing: Add ustring operation to filtering string pointersGravatar Steven Rostedt 1-24/+57
2022-01-13tracing/osnoise: Properly unhook events if start_per_cpu_kthreads() failsGravatar Nikita Yushchenko 1-4/+16
2022-01-13tracing: Remove duplicate warnings when calling trace_create_file()Gravatar Yuntao Wang 1-9/+3
2022-01-13tracing/kprobes: 'nmissed' not showed correctly for kretprobeGravatar Xiangyang Zhang 1-1/+4
2022-01-13tracing: Add test for user space strings when filtering on string pointersGravatar Steven Rostedt 1-3/+63
2022-01-13tracing: Have syscall trace events use trace_event_buffer_lock_reserve()Gravatar Steven Rostedt 1-4/+2
2022-01-13ftrace: Add test to make sure compiled time sorts workGravatar Steven Rostedt (VMware) 2-0/+37
2022-01-13scripts: ftrace - move the sort-processing in ftrace_initGravatar Yinan Liu 1-2/+9
2022-01-13tracing/probes: check the return value of kstrndup() for pbufGravatar Xiaoke Wang 1-0/+2
2022-01-13tracing/uprobes: Check the return value of kstrdup() for tu->filenameGravatar Xiaoke Wang 1-0/+5
2022-01-13tracing: Account bottom half disabled sections.Gravatar Sebastian Andrzej Siewior 2-2/+8
2022-01-13Merge tag 'irq-msi-2022-01-13' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-223/+569
2022-01-13Merge tag 'timers-core-2022-01-13' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-10/+42
2022-01-13Merge tag 'irq-core-2022-01-13' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 2-5/+5
2022-01-13kernel: Fix spelling mistake "compresser" -> "compressor"Gravatar Colin Ian King 1-1/+1
2022-01-12Merge tag 'perf_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-12/+29
2022-01-12Merge tag 'driver-core-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-2/+2
2022-01-12Merge tag 'for-5.17/block-2022-01-11' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 2-36/+10
2022-01-12Merge tag 'dma-mapping-5.17' of git://git.infradead.org/users/hch/dma-mappingGravatar Linus Torvalds 1-100/+140
2022-01-11module: add in-kernel support for decompressingGravatar Dmitry Torokhov 4-11/+315
2022-01-11module: Remove outdated commentGravatar Yu Chen 1-1/+0
2022-01-11Merge tag 'locking_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 11-96/+40
2022-01-11Merge tag 'sched_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 11-180/+325
2022-01-11Merge tag 'audit-pr-20220110' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 3-6/+22
2022-01-11Merge tag 'selinux-pr-20220110' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 3-5/+13
2022-01-11Merge tag 'kcsan.2022.01.09a' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 6-110/+866
2022-01-11Merge tag 'rcu.2022.01.09a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 17-582/+873
2022-01-11Merge tag 'printk-for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-46/+58
2022-01-11Merge branch 'for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqGravatar Linus Torvalds 1-56/+45
2022-01-11Merge branch 'for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Gravatar Linus Torvalds 3-42/+31
2022-01-10Merge tag 'pm-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Gravatar Linus Torvalds 2-2/+15