summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2022-12-01fixup! locking/lockdep: lockdep_set_no_check_recursion()Kent Overstreet
2022-11-01six locks: Disable six_optimistic_spin()Kent Overstreet
2022-10-15six locks: Fix a lost wakeupKent Overstreet
2022-10-05six locks: Enable lockdepKent Overstreet
2022-10-05six locks: Add start_time to six_lock_waiterKent Overstreet
2022-10-05six locks: Simplify six_optimistic_spin()Kent Overstreet
2022-10-05six locks: six_lock_waiter()Kent Overstreet
2022-10-05six locks: Wakeup now takes lock on behalf of waiterKent Overstreet
2022-10-05six locks: Simplify wait listsKent Overstreet
2022-10-05locking/lockdep: lockdep_set_no_check_recursion()Kent Overstreet
2022-10-05six locks: Delete six_lock_pcpu_free_rcu()Kent Overstreet
2022-10-05stacktrace: Export stack_trace_save_tskChristopher James Halse Rogers
2022-10-05six locks: Improve six_lock_countKent Overstreet
2022-10-05tracing: Convert to printbufKent Overstreet
2022-10-05tracing: trace_events_synth: Convert to printbufKent Overstreet
2022-10-03mm: Bring back vmalloc_execKent Overstreet
2022-10-03locking: SIX locks (shared/intent/exclusive)Kent Overstreet
2022-10-03locking/lockdep: lock_class_is_held()Kent Overstreet
2022-10-02Merge tag 'perf-urgent-2022-10-02' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2022-09-24Merge tag 'cgroup-for-6.0-rc6-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-09-24Merge tag 'wq-for-6.0-rc6-fixes' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-09-23cgroup: cgroup_get_from_id() must check the looked-up kn is a directoryMing Lei
2022-09-20Merge tag 'execve-v6.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-09-13Revert "fs/exec: allow to unshare a time namespace on vfork+exec"Andrei Vagin
2022-09-10Merge tag 'dma-mapping-6.0-2022-09-10' of git://git.infradead.org/users/hch/d...Linus Torvalds
2022-09-09Merge tag 'driver-core-6.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-09-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2022-09-08kprobes: Prohibit probes in gate areaChristian A. Ehrhardt
2022-09-07dma-mapping: mark dma_supported staticChristoph Hellwig
2022-09-07swiotlb: fix a typoChao Gao
2022-09-07swiotlb: avoid potential left shift overflowChao Gao
2022-09-07dma-debug: improve search for partial syncsRobin Murphy
2022-09-07Revert "swiotlb: panic if nslabs is too small"Yu Zhao
2022-09-06rv/reactor: add __init/__exit annotations to module init/exit funcsXiu Jianfeng
2022-09-06tracing: Fix to check event_mutex is held while accessing trigger listMasami Hiramatsu (Google)
2022-09-06tracing: hold caller_addr to hardirq_{enable,disable}_ipYipeng Zou
2022-09-06tracepoint: Allow trace events in modules with TAINT_TESTAlison Schofield
2022-09-06rv/monitors: Make monitor's automata definition staticDaniel Bristot de Oliveira
2022-09-06perf/core: Fix reentry problem in perf_output_read_group()Yang Jihong
2022-09-05IB/core: Fix a nested dead lock as part of ODP flowYishai Hadas
2022-09-05sched/debug: fix dentry leak in update_sched_domain_debugfsGreg Kroah-Hartman
2022-09-01Merge tag 'net-6.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2022-08-28Merge tag 'mm-hotfixes-stable-2022-08-28' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2022-08-28vmcoreinfo: add kallsyms_num_syms symbolStephen Brennan
2022-08-27Merge tag 'audit-pr-20220826' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-08-26wait_on_bit: add an acquire memory barrierMikulas Patocka
2022-08-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2022-08-25bpf: Don't use tnum_range on array range checking for poke descriptorsDaniel Borkmann
2022-08-25audit: move audit_return_fixup before the filtersRichard Guy Briggs
2022-08-25bpf: Do mark_chain_precision for ARG_CONST_ALLOC_SIZE_OR_ZEROKumar Kartikeya Dwivedi