summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2022-10-04Merge branch 'rework/kthreads' into for-linusPetr Mladek
2022-10-04perf/hw_breakpoint: Annotate tsk->perf_event_mutex vs ctx->mutexPeter Zijlstra
2022-10-04perf: Fix pmu_filter_match()Peter Zijlstra
2022-10-03Merge tag 'lsm-pr-20221003' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-10-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-10-03Merge tag 'kcfi-v6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...Linus Torvalds
2022-10-03Merge tag 'rust-v6.1-rc1' of https://github.com/Rust-for-Linux/linuxLinus Torvalds
2022-10-03Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski
2022-10-03relay: use kvcalloc to alloc page array in relay_alloc_page_arraywuchi
2022-10-03mm/madvise: add file and shmem support to MADV_COLLAPSEZach O'Keefe
2022-10-03bpf: kmsan: initialize BPF registers with zeroesAlexander Potapenko
2022-10-03entry: kmsan: introduce kmsan_unpoison_entry_regs()Alexander Potapenko
2022-10-03kcov: kmsan: unpoison area->list in kcov_remote_area_put()Alexander Potapenko
2022-10-03dma: kmsan: unpoison DMA mappingsAlexander Potapenko
2022-10-03kmsan: handle task creation and exitingAlexander Potapenko
2022-10-03kmsan: disable instrumentation of unsupported common kernel codeAlexander Potapenko
2022-10-03hugetlb: add vma based lock for pmd sharingMike Kravetz
2022-10-03uprobes: use new_folio in __replace_page()Matthew Wilcox (Oracle)
2022-10-03uprobes: use folios more widely in __replace_page()Matthew Wilcox (Oracle)
2022-10-03Merge tag 'pm-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds
2022-10-03Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2022-10-03Merge branch 'pm-cpufreq'Rafael J. Wysocki
2022-10-03tracing/user_events: Move pages/locks into groups to prepare for namespacesBeau Belgrave
2022-10-03Merge tag 'rcu.2022.09.30a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-10-03tracing: Remove unused variable 'dups'Chen Zhongjin
2022-10-02Merge tag 'perf-urgent-2022-10-02' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2022-09-30sched: Fix more TASK_state comparisonsPeter Zijlstra
2022-09-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-09-29utsname: contribute changes to RNGJason A. Donenfeld
2022-09-29bpf: Add __bpf_prog_{enter,exit}_struct_ops for struct_ops trampolineMartin KaFai Lau
2022-09-29ring-buffer: Fix race between reset page and reading pageSteven Rostedt (Google)
2022-09-29tracing/user_events: Use bits vs bytes for enabled status page dataBeau Belgrave
2022-09-29tracing/user_events: Use refcount instead of atomic for ref trackingBeau Belgrave
2022-09-29tracing/user_events: Ensure user provided strings are safely formattedBeau Belgrave
2022-09-29tracing/user_events: Use WRITE instead of READ for io vector importBeau Belgrave
2022-09-29tracing/user_events: Use NULL for strstr checksBeau Belgrave
2022-09-29tracing: Fix spelling mistake "preapre" -> "prepare"Colin Ian King
2022-09-29tracing: Wake up waiters when tracing is disabledSteven Rostedt (Google)
2022-09-29tracing: Add ioctl() to force ring buffer waiters to wake upSteven Rostedt (Google)
2022-09-29printk: Mark __printk percpu data ready __ro_after_initThomas Gleixner
2022-09-29printk: Remove bogus comment vs. boot consolesThomas Gleixner
2022-09-29printk: Remove write only variable nr_ext_console_driversThomas Gleixner
2022-09-29printk: Make pr_flush() staticThomas Gleixner
2022-09-29perf/x86/amd: Support PERF_SAMPLE_PHY_ADDRRavi Bangoria
2022-09-29Merge branch 'v6.0-rc7'Peter Zijlstra
2022-09-28tracing: Wake up ring buffer waiters on closing of the fileSteven Rostedt (Google)
2022-09-28ring-buffer: Add ring_buffer_wake_waiters()Steven Rostedt (Google)
2022-09-28bpf: Handle show_fdinfo for the parameterized task BPF iteratorsKui-Feng Lee
2022-09-28bpf: Handle bpf_link_info for the parameterized task BPF iterators.Kui-Feng Lee
2022-09-28bpf: Parameterize task iterators.Kui-Feng Lee