summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2023-06-23Merge mm-hotfixes-stable into mm-stable to pick up depended-upon changes.Andrew Morton
2023-06-19kernel: pid_namespace: remove unused set_memfd_noexec_scope()YueHaibing
2023-06-19mm: ptep_get() conversionRyan Roberts
2023-06-19dma-mapping: force bouncing if the kmalloc() size is not cache-line-alignedCatalin Marinas
2023-06-19dma-mapping: name SG DMA flag helpers consistentlyRobin Murphy
2023-06-19scatterlist: add dedicated config for DMA flagsRobin Murphy
2023-06-19perf/core: allow pte_offset_map() to failHugh Dickins
2023-06-12kexec: support purgatories with .text.hot sectionsRicardo Ribalda
2023-06-09mm/gup: remove vmas parameter from get_user_pages_remote()Lorenzo Stoakes
2023-06-09mm/gup: remove unused vmas parameter from pin_user_pages_remote()Lorenzo Stoakes
2023-06-09mm: page_alloc: move sysctls into it own filsKefeng Wang
2023-06-09mm: page_alloc: move pm_* function into powerKefeng Wang
2023-06-09mm: page_alloc: move mark_free_page() into snapshot.cKefeng Wang
2023-06-09cachestat: implement cachestat syscallNhat Pham
2023-06-09cgroup: remove cgroup_rstat_flush_atomic()Yosry Ahmed
2023-05-29Merge tag 'trace-v6.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2023-05-29Revert "module: error out early on concurrent load of the same module file"Linus Torvalds
2023-05-28tracing: Have function_graph selftest call cond_resched()Steven Rostedt (Google)
2023-05-28tracing: Only make selftest conditionals affect the global_traceSteven Rostedt (Google)
2023-05-28tracing: Make tracing_selftest_running/delete nops when not usedSteven Rostedt (Google)
2023-05-28tracing: Have tracer selftests call cond_resched() before runningSteven Rostedt (Google)
2023-05-28tracing: Move setting of tracing_selftest_running out of register_tracer()Steven Rostedt (Google)
2023-05-28Merge tag 'core-debugobjects-2023-05-28' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2023-05-27Merge tag 'for-linus-6.4-rc4-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-05-25module: error out early on concurrent load of the same module fileLinus Torvalds
2023-05-25Merge tag 'net-6.4-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2023-05-24Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-05-24x86/pci/xen: populate MSI sysfs entriesMaximilian Heyne
2023-05-23tracing: Rename stacktrace field to common_stacktraceSteven Rostedt (Google)
2023-05-23tracing/histograms: Allow variables to have some modifiersSteven Rostedt (Google)
2023-05-23tracing/user_events: Document user_event_mm one-shot list usageBeau Belgrave
2023-05-23tracing/user_events: Rename link fields for clarityBeau Belgrave
2023-05-23tracing/user_events: Remove RCU lock while pinning pagesLinus Torvalds
2023-05-23tracing/user_events: Split up mm alloc and attachLinus Torvalds
2023-05-23tracing/timerlat: Always wakeup the timerlat threadDaniel Bristot de Oliveira
2023-05-23tracing/user_events: Use long vs int for atomic bit opsBeau Belgrave
2023-05-22module: Fix use-after-free bug in read_file_mod_stats()Harshit Mogalapalli
2023-05-22bpf: fix a memory leak in the LRU and LRU_PERCPU hash mapsAnton Protopopov
2023-05-19bpf: Fix mask generation for 32-bit narrow loads of 64-bit fieldsWill Deacon
2023-05-18Merge tag 'probes-fixes-v6.4-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-05-18fprobe: add recursion detection in fprobe_exit_handlerZe Gao
2023-05-18fprobe: make fprobe_kprobe_handler recursion freeZe Gao
2023-05-18rethook: use preempt_{disable, enable}_notrace in rethook_trampoline_handlerZe Gao
2023-05-17tracing: fprobe: Initialize ret valiable to fix smatch errorMasami Hiramatsu (Google)
2023-05-15bpf: netdev: init the offload table earlierJakub Kicinski
2023-05-14Merge tag 'locking_urgent_for_v6.4_rc2' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2023-05-14Merge tag 'perf_urgent_for_v6.4_rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2023-05-14Merge tag 'sched_urgent_for_v6.4_rc2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2023-05-08tick/broadcast: Make broadcast device replacement work correctlyThomas Gleixner
2023-05-08sched: fix cid_lock kernel-doc warningsRandy Dunlap