summaryrefslogtreecommitdiffstats
path: root/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | irqdomain: Add missing parameter descriptions in kernel-doc commentsHerve Codina2024-06-051-0/+27
| * | | | | | | | | | genirq/debugfs: Print irqdomain flags as human-readable stringsJinjie Ruan2024-06-033-10/+27
| * | | | | | | | | | genirq/proc: Simplify irqdesc::kstat_irqs handling furtherAdrian Huang2024-06-031-5/+2
* | | | | | | | | | | Merge tag 'mm-nonmm-stable-2024-07-21-15-07' of git://git.kernel.org/pub/scm/...Linus Torvalds2024-07-229-60/+110
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | watchdog/perf: properly initialize the turbo mode timestamp and rearm counterThomas Gleixner2024-07-181-3/+8
| * | | | | | | | | | | tsacct: replace strncpy() with strscpy()Kees Cook2024-07-131-1/+1
| * | | | | | | | | | | resource: add missing MODULE_DESCRIPTION()Jeff Johnson2024-06-291-0/+1
| * | | | | | | | | | | hung_task: ignore hung_task_warnings when hung_task_panic is enabledYongliang Gao2024-06-251-1/+1
| * | | | | | | | | | | crash: remove header files which are included more than onceWenchao Hao2024-06-251-1/+0
| * | | | | | | | | | | kernel/panic: add verbose logging of kernel taints in backtracesJani Nikula2024-06-251-11/+34
| * | | | | | | | | | | kernel/panic: initialize taint_flags[] using a macroJani Nikula2024-06-251-19/+27
| * | | | | | | | | | | kernel/panic: convert print_tainted() to use struct seq_buf internallyJani Nikula2024-06-251-14/+24
| * | | | | | | | | | | kernel/panic: return early from print_tainted() when not taintedJani Nikula2024-06-251-12/+13
| * | | | | | | | | | | lib min_heap: rename min_heapify() to min_heap_sift_down()Kuan-Wei Chiu2024-06-251-1/+1
| * | | | | | | | | | | lib min_heap: add args for min_heap_callbacksKuan-Wei Chiu2024-06-251-5/+5
| * | | | | | | | | | | lib min_heap: add type safe interfaceKuan-Wei Chiu2024-06-251-5/+6
| * | | | | | | | | | | perf/core: fix several typosKuan-Wei Chiu2024-06-251-4/+4
| * | | | | | | | | | | fork: use this_cpu_try_cmpxchg() in try_release_thread_stack_to_cache()Uros Bizjak2024-06-251-3/+4
| * | | | | | | | | | | backtracetest: add MODULE_DESCRIPTION()Jeff Johnson2024-06-251-0/+1
* | | | | | | | | | | | Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-07-229-61/+67
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | mm, page_alloc: put should_fail_alloc_page() back behing CONFIG_FAIL_PAGE_ALLOCVlastimil Babka2024-07-181-0/+2
| * | | | | | | | | | | | mm, slab: put should_failslab() back behind CONFIG_SHOULD_FAILSLABVlastimil Babka2024-07-181-0/+2
| * | | | | | | | | | | | mm: define __pte_leaf_size() to also take a PMD entryChristophe Leroy2024-07-131-1/+1
| * | | | | | | | | | | | kernel/fork.c: put set_max_threads()/task_struct_whitelist() in __init sectionWei Yang2024-07-101-2/+2
| * | | | | | | | | | | | kernel/fork.c: get totalram_pages from memblock to calculate max_threadsWei Yang2024-07-101-1/+2
| * | | | | | | | | | | | mm: remove CONFIG_MEMCG_KMEMJohannes Weiner2024-07-102-9/+6
| * | | | | | | | | | | | get_task_mm: check PF_KTHREAD locklessOleg Nesterov2024-07-051-6/+5
| * | | | | | | | | | | | memcg: mm_update_next_owner: move for_each_thread() into try_to_set_owner()Oleg Nesterov2024-07-051-16/+24
| * | | | | | | | | | | | memcg: mm_update_next_owner: kill the "retry" logicOleg Nesterov2024-07-051-30/+27
| * | | | | | | | | | | | ftrace: unpoison ftrace_regs in ftrace_ops_list_func()Ilya Leoshkevich2024-07-041-0/+1
| * | | | | | | | | | | | mm: extend rmap flags arguments for folio_add_new_anon_rmapBarry Song2024-07-041-1/+1
| * | | | | | | | | | | | mm: optimize the redundant loop of mm_update_owner_next()Jinliang Zheng2024-07-041-0/+2
| * | | | | | | | | | | | mm: remove the implementation of swap_free() and always use swap_free_nr()Barry Song2024-07-041-3/+2
| | |_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | |
* | | | | | | | | | | | Merge tag 'pci-v6.11-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-07-201-37/+31
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | resource: Export find_resource_space()Ilpo Järvinen2024-05-281-22/+4
| * | | | | | | | | | | | resource: Handle simple alignment inside __find_resource_space()Ilpo Järvinen2024-05-281-13/+7
| * | | | | | | | | | | | resource: Use typedef for alignf callbackIlpo Järvinen2024-05-281-6/+2
| * | | | | | | | | | | | resource: Document find_resource_space() and resource_constraintIlpo Järvinen2024-05-281-3/+26
| * | | | | | | | | | | | resource: Rename find_resource() to find_resource_space()Ilpo Järvinen2024-05-281-12/+11
| | |_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge tag 'tty-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2024-07-202-15/+89
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | |
| * | | | | | | | | | | printk: Add match_devname_and_update_preferred_console()Tony Lindgren2024-07-042-15/+89
| | |/ / / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge tag 'dma-mapping-6.11-2024-07-19' of git://git.infradead.org/users/hch/...Linus Torvalds2024-07-194-44/+59
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / / | |/| | | | | | | | |
| * | | | | | | | | | swiotlb: fix kernel-doc description for swiotlb_del_transientYang Li2024-07-131-0/+1
| * | | | | | | | | | swiotlb: reduce swiotlb pool lookupsMichael Kelley2024-07-103-44/+42
| * | | | | | | | | | dma-mapping: benchmark: Don't starve others when doing the testYicong Yang2024-07-091-0/+16
| | |_|_|_|_|_|/ / / | |/| | | | | | | |
* | | | | | | | | | Merge tag 'bcachefs-2024-07-18.2' of https://evilpiepirate.org/git/bcachefsLinus Torvalds2024-07-191-1/+8
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | lockdep: lockdep_set_notrack_class()Kent Overstreet2024-07-151-1/+8
* | | | | | | | | | | Merge tag 'slab-for-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/vb...Linus Torvalds2024-07-191-0/+1
|\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'slab/for-6.11/buckets' into slab/for-nextVlastimil Babka2024-07-151-0/+1
| |\ \ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / / | |/| | | | | | | | | |
| | * | | | | | | | | | mm/slab: Plumb kmem_buckets into __do_kmalloc_node()Kees Cook2024-07-031-0/+1
| | | |_|/ / / / / / / | | |/| | | | | | | |