Age | Commit message (Expand) | Author | Files | Lines |
2019-10-19 | mm/thp: fix node page state in split_huge_page_to_list() | Kirill A. Shutemov | 1 | -2/+7 |
2019-10-19 | proc/meminfo: fix output alignment | Kirill A. Shutemov | 1 | -2/+2 |
2019-10-19 | mm/init-mm.c: include <linux/mman.h> for vm_committed_as_batch | Ben Dooks (Codethink) | 1 | -0/+1 |
2019-10-19 | mm/filemap.c: include <linux/ramfs.h> for generic_file_vm_ops definition | Ben Dooks | 1 | -0/+1 |
2019-10-19 | mm: include <linux/huge_mm.h> for is_vma_temporary_stack | Ben Dooks | 1 | -0/+1 |
2019-10-19 | zram: fix race between backing_dev_show and backing_dev_store | Chenwandun | 1 | -2/+3 |
2019-10-19 | mm/memcontrol: update lruvec counters in mem_cgroup_move_account | Konstantin Khlebnikov | 1 | -6/+12 |
2019-10-19 | ocfs2: fix panic due to ocfs2_wq is null | Yi Li | 2 | -2/+4 |
2019-10-19 | hugetlbfs: don't access uninitialized memmaps in pfn_range_valid_gigantic() | David Hildenbrand | 1 | -3/+2 |
2019-10-19 | mm: memblock: do not enforce current limit for memblock_phys* family | Mike Rapoport | 1 | -3/+3 |
2019-10-19 | mm: memcg: get number of pages on the LRU list in memcgroup base on lru_zone_... | Honglei Wang | 1 | -4/+5 |
2019-10-19 | mm/gup: fix a misnamed "write" argument, and a related bug | John Hubbard | 1 | -6/+8 |
2019-10-19 | mm/gup_benchmark: add a missing "w" to getopt string | John Hubbard | 1 | -1/+1 |
2019-10-19 | ocfs2: fix error handling in ocfs2_setattr() | Chengguang Xu | 1 | -0/+2 |
2019-10-19 | mm: memcg/slab: fix panic in __free_slab() caused by premature memcg pointer ... | Roman Gushchin | 1 | -4/+5 |
2019-10-19 | mm/memunmap: don't access uninitialized memmap in memunmap_pages() | Aneesh Kumar K.V | 1 | -4/+7 |
2019-10-19 | mm/memory_hotplug: don't access uninitialized memmaps in shrink_pgdat_span() | David Hildenbrand | 1 | -57/+15 |
2019-10-19 | mm/page_owner: don't access uninitialized memmaps when reading /proc/pagetype... | Qian Cai | 1 | -2/+3 |
2019-10-19 | scripts/gdb: fix lx-dmesg when CONFIG_PRINTK_CALLER is set | Joel Colledge | 2 | -16/+25 |
2019-10-19 | mm/memory-failure.c: don't access uninitialized memmaps in memory_failure() | David Hildenbrand | 1 | -6/+8 |
2019-10-19 | fs/proc/page.c: don't access uninitialized memmaps in fs/proc/page.c | David Hildenbrand | 1 | -12/+16 |
2019-10-19 | drivers/base/memory.c: don't access uninitialized memmaps in soft_offline_pag... | David Hildenbrand | 1 | -0/+3 |
2019-10-19 | Merge tag 'for-linus-2019-10-18' of git://git.kernel.dk/linux-block | Linus Torvalds | 13 | -117/+266 |
2019-10-19 | Merge tag 'riscv/for-v5.4-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 4 | -23/+20 |
2019-10-19 | filldir[64]: remove WARN_ON_ONCE() for bad directory entries | Linus Torvalds | 1 | -2/+2 |
2019-10-19 | Merge tag 'ceph-for-5.4-rc4' of git://github.com/ceph/ceph-client | Linus Torvalds | 2 | -13/+17 |
2019-10-19 | Merge tag 'for-5.4/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 3 | -45/+81 |
2019-10-19 | Merge tag 'iommu-fixes-v5.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 6 | -27/+70 |
2019-10-19 | Merge tag 'copy-struct-from-user-v5.4-rc4' of gitolite.kernel.org:pub/scm/lin... | Linus Torvalds | 1 | -9/+28 |
2019-10-18 | net/mlx5: fix memory leak in mlx5_fw_fatal_reporter_dump | Navid Emamdoost | 1 | -1/+1 |
2019-10-18 | net/mlx5: prevent memory leak in mlx5_fpga_conn_create_cq | Navid Emamdoost | 1 | -1/+3 |
2019-10-18 | net/mlx5e: TX, Fix consumer index of error cqe dump | Tariq Toukan | 1 | -1/+4 |
2019-10-18 | net/mlx5e: kTLS, Enhance TX resync flow | Tariq Toukan | 3 | -33/+51 |
2019-10-18 | net/mlx5e: kTLS, Save a copy of the crypto info | Tariq Toukan | 3 | -8/+4 |
2019-10-18 | net/mlx5e: kTLS, Remove unneeded cipher type checks | Tariq Toukan | 1 | -6/+0 |
2019-10-18 | net/mlx5e: kTLS, Limit DUMP wqe size | Tariq Toukan | 5 | -12/+52 |
2019-10-18 | net/mlx5e: kTLS, Fix missing SQ edge fill | Tariq Toukan | 1 | -8/+20 |
2019-10-18 | net/mlx5e: kTLS, Fix page refcnt leak in TX resync error flow | Tariq Toukan | 1 | -2/+5 |
2019-10-18 | net/mlx5e: kTLS, Save by-value copy of the record frags | Tariq Toukan | 1 | -4/+4 |
2019-10-18 | net/mlx5e: kTLS, Save only the frag page to release at completion | Tariq Toukan | 2 | -15/+14 |
2019-10-18 | net/mlx5e: kTLS, Size of a Dump WQE is fixed | Tariq Toukan | 3 | -16/+12 |
2019-10-18 | net/mlx5e: kTLS, Release reference on DUMPed fragments in shutdown flow | Tariq Toukan | 3 | -16/+30 |
2019-10-18 | net/mlx5e: Tx, Zero-memset WQE info struct upon update | Tariq Toukan | 1 | -1/+1 |
2019-10-18 | net/mlx5e: Tx, Fix assumption of single WQEBB of NOP in cleanup flow | Tariq Toukan | 2 | -3/+7 |
2019-10-18 | net: usb: lan78xx: Connect PHY before registering MAC | Andrew Lunn | 1 | -6/+6 |
2019-10-18 | Merge branch 'vsock-virtio-make-the-credit-mechanism-more-robust' | David S. Miller | 1 | -3/+14 |
2019-10-18 | vsock/virtio: discard packets if credit is not respected | Stefano Garzarella | 1 | -3/+11 |
2019-10-18 | vsock/virtio: send a credit update when buffer size is changed | Stefano Garzarella | 1 | -0/+3 |
2019-10-18 | mlxsw: spectrum_trap: Push Ethernet header before reporting trap | Ido Schimmel | 1 | -0/+1 |
2019-10-18 | net: ensure correct skb->tstamp in various fragmenters | Eric Dumazet | 4 | -0/+12 |