Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | irqdomain: Add missing parameter descriptions in kernel-doc comments | Herve Codina | 2024-06-05 | 1 | -0/+27 | |
| * | | | | | | | | | | genirq/debugfs: Print irqdomain flags as human-readable strings | Jinjie Ruan | 2024-06-03 | 3 | -10/+27 | |
| * | | | | | | | | | | genirq/proc: Simplify irqdesc::kstat_irqs handling further | Adrian Huang | 2024-06-03 | 1 | -5/+2 | |
* | | | | | | | | | | | Merge tag 'mm-nonmm-stable-2024-07-21-15-07' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 2024-07-22 | 9 | -60/+110 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | watchdog/perf: properly initialize the turbo mode timestamp and rearm counter | Thomas Gleixner | 2024-07-18 | 1 | -3/+8 | |
| * | | | | | | | | | | | tsacct: replace strncpy() with strscpy() | Kees Cook | 2024-07-13 | 1 | -1/+1 | |
| * | | | | | | | | | | | resource: add missing MODULE_DESCRIPTION() | Jeff Johnson | 2024-06-29 | 1 | -0/+1 | |
| * | | | | | | | | | | | hung_task: ignore hung_task_warnings when hung_task_panic is enabled | Yongliang Gao | 2024-06-25 | 1 | -1/+1 | |
| * | | | | | | | | | | | crash: remove header files which are included more than once | Wenchao Hao | 2024-06-25 | 1 | -1/+0 | |
| * | | | | | | | | | | | kernel/panic: add verbose logging of kernel taints in backtraces | Jani Nikula | 2024-06-25 | 1 | -11/+34 | |
| * | | | | | | | | | | | kernel/panic: initialize taint_flags[] using a macro | Jani Nikula | 2024-06-25 | 1 | -19/+27 | |
| * | | | | | | | | | | | kernel/panic: convert print_tainted() to use struct seq_buf internally | Jani Nikula | 2024-06-25 | 1 | -14/+24 | |
| * | | | | | | | | | | | kernel/panic: return early from print_tainted() when not tainted | Jani Nikula | 2024-06-25 | 1 | -12/+13 | |
| * | | | | | | | | | | | lib min_heap: rename min_heapify() to min_heap_sift_down() | Kuan-Wei Chiu | 2024-06-25 | 1 | -1/+1 | |
| * | | | | | | | | | | | lib min_heap: add args for min_heap_callbacks | Kuan-Wei Chiu | 2024-06-25 | 1 | -5/+5 | |
| * | | | | | | | | | | | lib min_heap: add type safe interface | Kuan-Wei Chiu | 2024-06-25 | 1 | -5/+6 | |
| * | | | | | | | | | | | perf/core: fix several typos | Kuan-Wei Chiu | 2024-06-25 | 1 | -4/+4 | |
| * | | | | | | | | | | | fork: use this_cpu_try_cmpxchg() in try_release_thread_stack_to_cache() | Uros Bizjak | 2024-06-25 | 1 | -3/+4 | |
| * | | | | | | | | | | | backtracetest: add MODULE_DESCRIPTION() | Jeff Johnson | 2024-06-25 | 1 | -0/+1 | |
* | | | | | | | | | | | | Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2024-07-22 | 9 | -61/+67 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | mm, page_alloc: put should_fail_alloc_page() back behing CONFIG_FAIL_PAGE_ALLOC | Vlastimil Babka | 2024-07-18 | 1 | -0/+2 | |
| * | | | | | | | | | | | | mm, slab: put should_failslab() back behind CONFIG_SHOULD_FAILSLAB | Vlastimil Babka | 2024-07-18 | 1 | -0/+2 | |
| * | | | | | | | | | | | | mm: define __pte_leaf_size() to also take a PMD entry | Christophe Leroy | 2024-07-13 | 1 | -1/+1 | |
| * | | | | | | | | | | | | kernel/fork.c: put set_max_threads()/task_struct_whitelist() in __init section | Wei Yang | 2024-07-10 | 1 | -2/+2 | |
| * | | | | | | | | | | | | kernel/fork.c: get totalram_pages from memblock to calculate max_threads | Wei Yang | 2024-07-10 | 1 | -1/+2 | |
| * | | | | | | | | | | | | mm: remove CONFIG_MEMCG_KMEM | Johannes Weiner | 2024-07-10 | 2 | -9/+6 | |
| * | | | | | | | | | | | | get_task_mm: check PF_KTHREAD lockless | Oleg Nesterov | 2024-07-05 | 1 | -6/+5 | |
| * | | | | | | | | | | | | memcg: mm_update_next_owner: move for_each_thread() into try_to_set_owner() | Oleg Nesterov | 2024-07-05 | 1 | -16/+24 | |
| * | | | | | | | | | | | | memcg: mm_update_next_owner: kill the "retry" logic | Oleg Nesterov | 2024-07-05 | 1 | -30/+27 | |
| * | | | | | | | | | | | | ftrace: unpoison ftrace_regs in ftrace_ops_list_func() | Ilya Leoshkevich | 2024-07-04 | 1 | -0/+1 | |
| * | | | | | | | | | | | | mm: extend rmap flags arguments for folio_add_new_anon_rmap | Barry Song | 2024-07-04 | 1 | -1/+1 | |
| * | | | | | | | | | | | | mm: optimize the redundant loop of mm_update_owner_next() | Jinliang Zheng | 2024-07-04 | 1 | -0/+2 | |
| * | | | | | | | | | | | | mm: remove the implementation of swap_free() and always use swap_free_nr() | Barry Song | 2024-07-04 | 1 | -3/+2 | |
| | |_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | | Merge tag 'pci-v6.11-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2024-07-20 | 1 | -37/+31 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | resource: Export find_resource_space() | Ilpo Järvinen | 2024-05-28 | 1 | -22/+4 | |
| * | | | | | | | | | | | | resource: Handle simple alignment inside __find_resource_space() | Ilpo Järvinen | 2024-05-28 | 1 | -13/+7 | |
| * | | | | | | | | | | | | resource: Use typedef for alignf callback | Ilpo Järvinen | 2024-05-28 | 1 | -6/+2 | |
| * | | | | | | | | | | | | resource: Document find_resource_space() and resource_constraint | Ilpo Järvinen | 2024-05-28 | 1 | -3/+26 | |
| * | | | | | | | | | | | | resource: Rename find_resource() to find_resource_space() | Ilpo Järvinen | 2024-05-28 | 1 | -12/+11 | |
| | |_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | | Merge tag 'tty-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 2024-07-20 | 2 | -15/+89 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | printk: Add match_devname_and_update_preferred_console() | Tony Lindgren | 2024-07-04 | 2 | -15/+89 | |
| | |/ / / / / / / / / | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | Merge tag 'dma-mapping-6.11-2024-07-19' of git://git.infradead.org/users/hch/... | Linus Torvalds | 2024-07-19 | 4 | -44/+59 | |
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / / | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | swiotlb: fix kernel-doc description for swiotlb_del_transient | Yang Li | 2024-07-13 | 1 | -0/+1 | |
| * | | | | | | | | | | swiotlb: reduce swiotlb pool lookups | Michael Kelley | 2024-07-10 | 3 | -44/+42 | |
| * | | | | | | | | | | dma-mapping: benchmark: Don't starve others when doing the test | Yicong Yang | 2024-07-09 | 1 | -0/+16 | |
| | |_|_|_|_|_|/ / / | |/| | | | | | | | | ||||||
* | | | | | | | | | | Merge tag 'bcachefs-2024-07-18.2' of https://evilpiepirate.org/git/bcachefs | Linus Torvalds | 2024-07-19 | 1 | -1/+8 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | lockdep: lockdep_set_notrack_class() | Kent Overstreet | 2024-07-15 | 1 | -1/+8 | |
* | | | | | | | | | | | Merge tag 'slab-for-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/vb... | Linus Torvalds | 2024-07-19 | 1 | -0/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ | Merge branch 'slab/for-6.11/buckets' into slab/for-next | Vlastimil Babka | 2024-07-15 | 1 | -0/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / / | |/| | | | | | | | | | | ||||||
| | * | | | | | | | | | | mm/slab: Plumb kmem_buckets into __do_kmalloc_node() | Kees Cook | 2024-07-03 | 1 | -0/+1 | |
| | | |_|/ / / / / / / | | |/| | | | | | | | |