summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
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
2022-09-29kbuild: build init/built-in.a just onceMasahiro Yamada
2022-09-28sched: Fix TASK_state comparisonsPeter Zijlstra
2022-09-28Kbuild: add Rust supportMiguel Ojeda
2022-09-28kallsyms: increase maximum kernel symbol length to 512Miguel Ojeda
2022-09-28kallsyms: support "big" kernel symbolsMiguel Ojeda
2022-09-27ring-buffer: Check pending waiters when doing wake ups as wellSteven Rostedt (Google)
2022-09-27ring-buffer: Have the shortest_full queue be the shortest not longestSteven Rostedt (Google)
2022-09-27bpf: Check flags for branch stack in bpf_read_branch_records helperJiri Olsa
2022-09-27perf, hw_breakpoint: Fix use-after-free if perf_event_open() failsMarco Elver
2022-09-27perf: Use sample_flags for raw_dataNamhyung Kim
2022-09-27perf: Use sample_flags for addrNamhyung Kim
2022-09-27ring-buffer: Allow splice to read previous partially read pagesSteven Rostedt (Google)