Age | Commit message (Expand) | Author |
2022-01-19 | bpf: Fix ringbuf memory type confusion when passing to helpers | Daniel Borkmann |
2022-01-19 | bpf: Fix out of bounds access for ringbuf helpers | Daniel Borkmann |
2022-01-19 | bpf: Generally fix helper register offset check | Daniel Borkmann |
2022-01-19 | bpf: Mark PTR_TO_FUNC register initially with zero offset | Daniel Borkmann |
2022-01-19 | bpf: Generalize check_ctx_reg for reuse with other types | Daniel Borkmann |
2022-01-17 | Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2022-01-17 | Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2022-01-16 | Merge tag 'hyperv-next-signed-20220114' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds |
2022-01-16 | Merge tag 'trace-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rost... | Linus Torvalds |
2022-01-16 | Merge tag 'livepatching-for-5.17' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2022-01-15 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2022-01-15 | cpumask: replace cpumask_next_* with cpumask_first_* where appropriate | Yury Norov |
2022-01-15 | mm/mempolicy: wire up syscall set_mempolicy_home_node | Aneesh Kumar K.V |
2022-01-15 | dma/pool: create dma atomic pool only if dma zone has managed pages | Baoquan He |
2022-01-15 | mm/pagealloc: sysctl: change watermark_scale_factor max limit to 30% | Suren Baghdasaryan |
2022-01-15 | mm: move anon_vma declarations to linux/mm_inline.h | Arnd Bergmann |
2022-01-15 | mm: add a field to store names for private anonymous memory | Colin Cross |
2022-01-15 | trace/hwlat: make use of the helper function kthread_run_on_cpu() | Cai Huoqing |
2022-01-15 | trace/osnoise: make use of the helper function kthread_run_on_cpu() | Cai Huoqing |
2022-01-15 | rcutorture: make use of the helper function kthread_run_on_cpu() | Cai Huoqing |
2022-01-15 | ring-buffer: make use of the helper function kthread_run_on_cpu() | Cai Huoqing |
2022-01-15 | kthread: add the helper function kthread_run_on_cpu() | Cai Huoqing |
2022-01-14 | module: fix signature check failures when using in-kernel decompression | Dmitry Torokhov |
2022-01-14 | Merge branch 'for-5.17/kallsyms' into for-linus | Petr Mladek |
2022-01-14 | tracing: Add ustring operation to filtering string pointers | Steven Rostedt |
2022-01-13 | tracing/osnoise: Properly unhook events if start_per_cpu_kthreads() fails | Nikita Yushchenko |
2022-01-13 | tracing: Remove duplicate warnings when calling trace_create_file() | Yuntao Wang |
2022-01-13 | tracing/kprobes: 'nmissed' not showed correctly for kretprobe | Xiangyang Zhang |
2022-01-13 | tracing: Add test for user space strings when filtering on string pointers | Steven Rostedt |
2022-01-13 | tracing: Have syscall trace events use trace_event_buffer_lock_reserve() | Steven Rostedt |
2022-01-13 | ftrace: Add test to make sure compiled time sorts work | Steven Rostedt (VMware) |
2022-01-13 | scripts: ftrace - move the sort-processing in ftrace_init | Yinan Liu |
2022-01-13 | tracing/probes: check the return value of kstrndup() for pbuf | Xiaoke Wang |
2022-01-13 | tracing/uprobes: Check the return value of kstrdup() for tu->filename | Xiaoke Wang |
2022-01-13 | tracing: Account bottom half disabled sections. | Sebastian Andrzej Siewior |
2022-01-13 | Merge tag 'irq-msi-2022-01-13' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2022-01-13 | Merge tag 'timers-core-2022-01-13' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds |
2022-01-13 | Merge tag 'irq-core-2022-01-13' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2022-01-13 | kernel: Fix spelling mistake "compresser" -> "compressor" | Colin Ian King |
2022-01-12 | Merge tag 'perf_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2022-01-12 | Merge tag 'driver-core-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2022-01-12 | Merge tag 'for-5.17/block-2022-01-11' of git://git.kernel.dk/linux-block | Linus Torvalds |
2022-01-12 | Merge tag 'dma-mapping-5.17' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds |
2022-01-11 | module: add in-kernel support for decompressing | Dmitry Torokhov |
2022-01-11 | module: Remove outdated comment | Yu Chen |
2022-01-11 | Merge tag 'locking_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds |
2022-01-11 | Merge tag 'sched_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2022-01-11 | Merge tag 'audit-pr-20220110' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2022-01-11 | Merge tag 'selinux-pr-20220110' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2022-01-11 | bpf: Fix incorrect integer literal used for marking scratched stack. | Christy Lee |