summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2024-05-14Merge tag 'timers-core-2024-05-12' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-104/+87
2024-05-14ftrace: Fix possible use-after-free issue in ftrace_location()Zheng Yejian-16/+23
2024-05-14bpf: remove CONFIG_BPF_JIT dependency on CONFIG_MODULES ofMike Rapoport (IBM)-1/+1
2024-05-14kprobes: remove dependency on CONFIG_MODULESMike Rapoport (IBM)-22/+53
2024-05-14mm/execmem, arch: convert remaining overrides of module_alloc to execmemMike Rapoport (IBM)-20/+6
2024-05-14mm: introduce execmem_alloc() and execmem_free()Mike Rapoport (IBM)-24/+16
2024-05-14module: make module_memory_{alloc,free} more self-containedMike Rapoport (IBM)-25/+39
2024-05-14kallsyms: replace deprecated strncpy with strscpyJustin Stitt-1/+1
2024-05-14module: allow UNUSED_KSYMS_WHITELIST to be relative against objtree.Yifan Hong-1/+1
2024-05-14ftrace: Remove unused global 'ftrace_direct_func_count'Dr. David Alan Gilbert-12/+0
2024-05-14ftrace: Remove unused list 'ftrace_direct_funcs'Dr. David Alan Gilbert-8/+0
2024-05-13Merge tag 'sched-core-2024-05-13' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-325/+381
2024-05-13Merge tag 'perf-core-2024-05-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-129/+148
2024-05-13Merge tag 'locking-core-2024-05-13' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-38/+83
2024-05-13tracing: Improve benchmark test performance by using do_div()Thorsten Blum-1/+1
2024-05-13ring-buffer: Have mmapped ring buffer keep track of missed eventsSteven Rostedt (Google)-6/+47
2024-05-13Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski-136/+213
2024-05-13ftrace: Use asynchronous grace period for register_ftrace_direct()Paul E. McKenney-4/+9
2024-05-13ftrace: Replaces simple_strtoul in ftraceYuran Pereira-4/+3
2024-05-13tracing: Allow user-space mapping of the ring-bufferVincent Donnefort-5/+100
2024-05-13ring-buffer: Introducing ring-buffer mapping functionsVincent Donnefort-3/+411
2024-05-13ring-buffer: Allocate sub-buffers with __GFP_COMPVincent Donnefort-3/+3
2024-05-13Merge tag 'v6.10-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-4/+4
2024-05-13Merge tag 'hardening-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-3/+11
2024-05-13Merge tag 'seccomp-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-2/+2
2024-05-13Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski-0/+5
2024-05-13Merge branches 'pm-em' and 'pm-docs'Rafael J. Wysocki-19/+87
2024-05-13Merge branches 'pm-cpuidle', 'pm-sleep' and 'pm-powercap'Rafael J. Wysocki-1/+1
2024-05-13Merge tag 'kcsan.2024.05.10a' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-0/+17
2024-05-13Merge tag 'rcu.next.v6.10' of https://github.com/urezki/linuxLinus Torvalds-111/+580
2024-05-13tracing/user_events: Fix non-spaced field matchingBeau Belgrave-1/+75
2024-05-13Merge branch 'topic/kdump-hotplug' into nextMichael Ellerman-18/+20
2024-05-12riscv, bpf: inline bpf_get_smp_processor_id()Puranjay Mohan-0/+15
2024-05-10Merge tag 'loongarch-kvm-6.10' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini-168/+279
2024-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-5/+22
2024-05-09dma: fix DMA sync for drivers not calling dma_set_mask*()Alexander Lobakin-6/+6
2024-05-09sched/topology: Optimize topology_span_sane()Kyle Meyer-4/+2
2024-05-09livepatch: Rename KLP_* to KLP_TRANSITION_*Wardenjohn-31/+31
2024-05-08seccomp: Constify sysctl subhelpersKees Cook-2/+2
2024-05-08kernel/watchdog_perf.c: tidy up kerneldocAndrew Morton-3/+0
2024-05-08watchdog: allow nmi watchdog to use raw perf eventSong Liu-0/+48
2024-05-08watchdog: handle comma separated nmi_watchdog command lineSong Liu-0/+7
2024-05-08crash: add prefix for crash dumping messagesBaoquan He-2/+4
2024-05-08timers/migration: Prevent out of bounds access on failureLevi Yun-2/+2
2024-05-07bpf: Remove redundant page mask of vmf->addressHaiyue Wang-1/+1
2024-05-07kcsan, compiler_types: Introduce __data_racy type qualifierMarco Elver-0/+17
2024-05-07Merge tag 'kvm-riscv-6.10-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini-16/+58
2024-05-07dma: avoid redundant calls for sync operationsAlexander Lobakin-12/+49
2024-05-07dma: compile-out DMA sync op calls when not usedAlexander Lobakin-10/+17
2024-05-07swiotlb: remove alloc_size argument to swiotlb_tbl_map_single()Michael Kelley-14/+42