| Commit message (Expand) | Author | Files | Lines |
2022-11-23 | mm/page_exit: fix kernel doc warning in page_ext_put() | Charan Teja Kalla | 1 | -1/+1 |
2022-11-23 | mm: khugepaged: allow page allocation fallback to eligible nodes | Yang Shi | 1 | -18/+14 |
2022-11-23 | mm: vmscan: fix extreme overreclaim and swap floods | Johannes Weiner | 1 | -6/+4 |
2022-11-09 | docs: kmsan: fix formatting of "Example report" | Alexander Potapenko | 1 | -0/+1 |
2022-11-09 | mm/damon/dbgfs: check if rm_contexts input is for a real context | SeongJae Park | 1 | -0/+7 |
2022-11-09 | maple_tree: don't set a new maximum on the node when not reusing nodes | Liam Howlett | 1 | -2/+1 |
2022-11-09 | maple_tree: fix depth tracking in maple_state | Liam Howlett | 1 | -1/+2 |
2022-11-09 | arch/x86/mm/hugetlbpage.c: pud_huge() returns 0 when using 2-level paging | Naoya Horiguchi | 1 | -0/+4 |
2022-11-09 | fs: fix leaked psi pressure state | Johannes Weiner | 2 | -13/+19 |
2022-11-09 | nilfs2: fix use-after-free bug of ns_writer on remount | Ryusuke Konishi | 2 | -9/+8 |
2022-11-09 | x86/traps: avoid KMSAN bugs originating from handle_bug() | Alexander Potapenko | 1 | -0/+7 |
2022-11-09 | kmsan: make sure PREEMPT_RT is off | Alexander Potapenko | 1 | -0/+1 |
2022-11-09 | Kconfig.debug: ensure early check for KMSAN in CONFIG_KMSAN_WARN | Alexander Potapenko | 1 | -1/+1 |
2022-11-09 | x86/uaccess: instrument copy_from_user_nmi() | Alexander Potapenko | 1 | -0/+3 |
2022-11-09 | kmsan: core: kmsan_in_runtime() should return true in NMI context | Alexander Potapenko | 1 | -0/+2 |
2022-11-09 | mm: hugetlb_vmemmap: include missing linux/moduleparam.h | Vasily Gorbik | 1 | -0/+1 |
2022-11-09 | mm/shmem: use page_mapping() to detect page cache for uffd continue | Peter Xu | 1 | -1/+1 |
2022-11-09 | mm/memremap.c: map FS_DAX device memory as decrypted | Pankaj Gupta | 1 | -0/+1 |
2022-11-09 | Partly revert "mm/thp: carry over dirty bit when thp splits on pmd" | Peter Xu | 1 | -3/+6 |
2022-11-09 | nilfs2: fix deadlock in nilfs_count_free_blocks() | Ryusuke Konishi | 1 | -2/+0 |
2022-11-09 | mm/mmap: fix memory leak in mmap_region() | Li Zetao | 1 | -1/+5 |
2022-11-09 | hugetlbfs: don't delete error page from pagecache | James Houghton | 3 | -8/+14 |
2022-11-09 | maple_tree: reorganize testing to restore module testing | Liam Howlett | 10 | -35745/+36031 |
2022-11-09 | maple_tree: mas_anode_descend() clang-analyzer cleanup | Liam Howlett | 1 | -6/+4 |
2022-11-09 | maple_tree: remove pointer to pointer use in mas_alloc_nodes() | Liam Howlett | 1 | -3/+1 |
2022-11-07 | Linux 6.1-rc4v6.1-rc4 | Linus Torvalds | 1 | -1/+1 |
2022-11-06 | ext4: fix fortify warning in fs/ext4/fast_commit.c:1551 | Theodore Ts'o | 1 | -2/+3 |
2022-11-06 | ext4: fix wrong return err in ext4_load_and_init_journal() | Jason Yan | 1 | -1/+1 |
2022-11-06 | ext4: fix warning in 'ext4_da_release_space' | Ye Bin | 1 | -1/+2 |
2022-11-06 | ext4: fix BUG_ON() when directory entry has invalid rec_len | Luís Henriques | 1 | -1/+9 |
2022-11-05 | cifs: fix use-after-free on the link name | ChenXiaoSong | 2 | -6/+25 |
2022-11-05 | cifs: avoid unnecessary iteration of tcp sessions | Shyam Prasad N | 3 | -51/+55 |
2022-11-05 | cifs: always iterate smb sessions using primary channel | Shyam Prasad N | 4 | -5/+25 |
2022-11-05 | Revert "hwmon: (pmbus) Add regulator supply into macro" | Guenter Roeck | 1 | -1/+0 |
2022-11-05 | hwmon: (scmi) Register explicitly with Thermal Framework | Cristian Marussi | 1 | -13/+103 |
2022-11-05 | cxl/region: Recycle region ids | Dan Williams | 1 | -0/+20 |
2022-11-05 | cxl/region: Fix 'distance' calculation with passthrough ports | Dan Williams | 3 | -3/+19 |
2022-11-05 | tools/testing/cxl: Add a single-port host-bridge regression config | Dan Williams | 1 | -19/+278 |
2022-11-05 | tools/testing/cxl: Fix some error exits | Dan Williams | 1 | -2/+2 |
2022-11-04 | cxl/pmem: Fix cxl_pmem_region and cxl_memdev leak | Dan Williams | 3 | -37/+68 |
2022-11-04 | cxl/region: Fix cxl_region leak, cleanup targets at region delete | Dan Williams | 1 | -0/+11 |
2022-11-04 | cxl/region: Fix region HPA ordering validation | Dan Williams | 1 | -0/+3 |
2022-11-04 | x86/cpu: Add several Intel server CPU model numbers | Tony Luck | 1 | -1/+10 |
2022-11-04 | tracing: kprobe: Fix memory leak in test_gen_kprobe/kretprobe_cmd() | Shang XiaoJing | 1 | -11/+7 |
2022-11-04 | tracing/fprobe: Fix to check whether fprobe is registered correctly | Masami Hiramatsu (Google) | 1 | -1/+2 |
2022-11-04 | fprobe: Check rethook_alloc() return in rethook initialization | Rafael Mendonca | 1 | -0/+2 |
2022-11-04 | kprobe: reverse kp->flags when arm_kprobe failed | Li Qiang | 1 | -1/+4 |
2022-11-03 | cxl/pmem: Use size_add() against integer overflow | Yu Zhe | 1 | -1/+1 |
2022-11-03 | arm64: cpufeature: Fix the visibility of compat hwcaps | Amit Daniel Kachhap | 2 | -10/+70 |
2022-11-03 | arm64: efi: Recover from synchronous exceptions occurring in firmware | Ard Biesheuvel | 4 | -2/+69 |