| Commit message (Expand) | Author | Files | Lines |
2021-06-29 | ocfs2: remove redundant initialization of variable ret | Colin Ian King | 1 | -1/+1 |
2021-06-29 | ocfs2: replace simple_strtoull() with kstrtoull() | Chen Huang | 1 | -2/+3 |
2021-06-29 | ocfs2: remove repeated uptodate check for buffer | Wan Jiabing | 1 | -2/+1 |
2021-06-29 | ocfs2: remove redundant assignment to pointer queue | Colin Ian King | 1 | -1/+1 |
2021-06-29 | ocfs2: fix snprintf() checking | Dan Carpenter | 2 | -11/+3 |
2021-06-29 | ocfs2: remove unnecessary INIT_LIST_HEAD() | Yang Yingliang | 1 | -2/+0 |
2021-06-29 | squashfs: add option to panic on errors | Vincent Whitchurch | 3 | -1/+91 |
2021-06-29 | ntfs: fix validity check for file name attribute | Desmond Cheong Zhi Xi | 1 | -1/+1 |
2021-06-29 | scripts/spelling.txt: add more spellings to spelling.txt | Colin Ian King | 1 | -0/+16 |
2021-06-29 | streamline_config.pl: add softtabstop=4 for vim users | Steven Rostedt (VMware) | 1 | -0/+2 |
2021-06-29 | streamline_config.pl: make spacing consistent | Steven Rostedt (VMware) | 1 | -39/+39 |
2021-06-29 | ia64: mca_drv: fix incorrect array size calculation | Arnd Bergmann | 1 | -1/+1 |
2021-06-29 | ia64: headers: drop duplicated words | Randy Dunlap | 3 | -3/+3 |
2021-06-29 | kthread_worker: fix return value when kthread_mod_delayed_work() races with k... | Petr Mladek | 1 | -7/+12 |
2021-06-29 | kthread: switch to new kerneldoc syntax for named variable macro argument | Jonathan Neuschäfer | 1 | -1/+1 |
2021-06-29 | mm/page_alloc: correct return value of populated elements if bulk array is po... | Mel Gorman | 1 | -1/+1 |
2021-06-29 | mm/page_alloc: fix memory map initialization for descending nodes | Mike Rapoport | 2 | -37/+58 |
2021-06-29 | mm/gup: fix try_grab_compound_head() race with split_huge_page() | Jann Horn | 1 | -15/+43 |
2021-06-28 | Linux 5.13v5.13 | Linus Torvalds | 1 | -1/+1 |
2021-06-27 | Revert "signal: Allow tasks to cache one sigqueue struct" | Linus Torvalds | 5 | -61/+2 |
2021-06-25 | userfaultfd: uapi: fix UFFDIO_CONTINUE ioctl request definition | Gleb Fotengauer-Malinovskiy | 1 | -2/+2 |
2021-06-25 | gpio: AMD8111 and TQMX86 require HAS_IOPORT_MAP | Johannes Berg | 1 | -0/+2 |
2021-06-25 | mailmap: add Marek's other e-mail address and identity without diacritics | Marek Behún | 1 | -0/+2 |
2021-06-25 | MAINTAINERS: fix Marek's identity again | Marek Behún | 1 | -2/+2 |
2021-06-25 | mm/page_alloc: do bulk array bounds check after checking populated elements | Mel Gorman | 1 | -0/+4 |
2021-06-25 | mm/page_alloc: __alloc_pages_bulk(): do bounds check before accessing array | Rasmus Villemoes | 1 | -1/+1 |
2021-06-25 | mm/hwpoison: do not lock page again when me_huge_page() successfully recovers | Naoya Horiguchi | 1 | -14/+30 |
2021-06-25 | mm,hwpoison: return -EHWPOISON to denote that the page has already been poisoned | Aili Yao | 1 | -1/+2 |
2021-06-25 | mm/memory-failure: use a mutex to avoid memory_failure() races | Tony Luck | 1 | -13/+23 |
2021-06-25 | mm, futex: fix shared futex pgoff on shmem huge page | Hugh Dickins | 4 | -28/+9 |
2021-06-25 | kthread: prevent deadlock when kthread_mod_delayed_work() races with kthread_... | Petr Mladek | 1 | -11/+24 |
2021-06-25 | kthread_worker: split code for canceling the delayed work timer | Petr Mladek | 1 | -17/+29 |
2021-06-25 | mm/vmalloc: unbreak kasan vmalloc support | Daniel Axtens | 1 | -10/+14 |
2021-06-25 | KVM: s390: prepare for hugepage vmalloc | Claudio Imbrenda | 1 | -1/+6 |
2021-06-25 | mm/vmalloc: add vmalloc_no_huge | Claudio Imbrenda | 2 | -0/+18 |
2021-06-25 | nilfs2: fix memory leak in nilfs_sysfs_delete_device_group | Pavel Skripkin | 1 | -0/+1 |
2021-06-25 | mm/thp: another PVMW_SYNC fix in page_vma_mapped_walk() | Hugh Dickins | 1 | -0/+4 |
2021-06-25 | mm/thp: fix page_vma_mapped_walk() if THP mapped by ptes | Hugh Dickins | 1 | -9/+25 |
2021-06-25 | mm: page_vma_mapped_walk(): get vma_address_end() earlier | Hugh Dickins | 1 | -4/+9 |
2021-06-25 | mm: page_vma_mapped_walk(): use goto instead of while (1) | Hugh Dickins | 1 | -4/+3 |
2021-06-25 | mm: page_vma_mapped_walk(): add a level of indentation | Hugh Dickins | 1 | -50/+55 |
2021-06-25 | mm: page_vma_mapped_walk(): crossing page table boundary | Hugh Dickins | 1 | -4/+4 |
2021-06-25 | mm: page_vma_mapped_walk(): prettify PVMW_MIGRATION block | Hugh Dickins | 1 | -16/+14 |
2021-06-25 | mm: page_vma_mapped_walk(): use pmde for *pvmw->pmd | Hugh Dickins | 1 | -5/+6 |
2021-06-25 | mm: page_vma_mapped_walk(): settle PageHuge on entry | Hugh Dickins | 1 | -4/+8 |
2021-06-25 | mm: page_vma_mapped_walk(): use page for pvmw->page | Hugh Dickins | 1 | -5/+4 |
2021-06-24 | i2c: robotfuzz-osif: fix control-request directions | Johan Hovold | 1 | -2/+2 |
2021-06-24 | i2c: dev: Add __user annotation | Andreas Hecht | 1 | -1/+1 |
2021-06-24 | libceph: set global_id as soon as we get an auth ticket | Ilya Dryomov | 4 | -15/+16 |
2021-06-24 | libceph: don't pass result into ac->ops->handle_reply() | Ilya Dryomov | 4 | -12/+15 |