Age | Commit message (Expand) | Author | Files | Lines |
2022-01-06 | dm sysfs: use default_groups in kobj_type | Greg Kroah-Hartman | 1 | -1/+2 |
2022-01-06 | dm integrity: Use struct_group() to zero struct journal_sector | Kees Cook | 1 | -3/+6 |
2022-01-04 | dm space map common: add bounds check to sm_ll_lookup_bitmap() | Joe Thornber | 1 | -0/+5 |
2022-01-04 | dm btree: add a defensive bounds check to insert_at() | Joe Thornber | 1 | -3/+5 |
2022-01-04 | dm btree remove: change a bunch of BUG_ON() calls to proper errors | Joe Thornber | 1 | -51/+122 |
2022-01-04 | dm btree spine: eliminate duplicate le32_to_cpu() in node_check() | Joe Thornber | 1 | -3/+5 |
2022-01-04 | dm btree spine: remove extra node_check function declaration | Joe Thornber | 1 | -4/+0 |
2021-12-27 | Linux 5.16-rc7v5.16-rc7 | Linus Torvalds | 1 | -1/+1 |
2021-12-26 | Merge tag 'x86_urgent_for_v5.16_rc7' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2 | -44/+32 |
2021-12-26 | Merge tag 'objtool_urgent_for_v5.16_rc7' of git://git.kernel.org/pub/scm/linu... | Linus Torvalds | 4 | -4/+6 |
2021-12-26 | Merge tag 'pinctrl-v5.16-3' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 3 | -19/+26 |
2021-12-26 | Merge tag 'hwmon-for-v5.16-rc7' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -44/+62 |
2021-12-26 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 10 | -37/+151 |
2021-12-25 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 8 | -15/+23 |
2021-12-25 | mm/hwpoison: clear MF_COUNT_INCREASED before retrying get_any_page() | Liu Shixin | 1 | -0/+1 |
2021-12-25 | mm/damon/dbgfs: protect targets destructions with kdamond_lock | SeongJae Park | 1 | -0/+2 |
2021-12-25 | mm/page_alloc: fix __alloc_size attribute for alloc_pages_exact_nid | Thibaut Sautereau | 1 | -1/+1 |
2021-12-25 | mm: delete unsafe BUG from page_cache_add_speculative() | Hugh Dickins | 1 | -1/+0 |
2021-12-25 | mm, hwpoison: fix condition in free hugetlb page path | Naoya Horiguchi | 1 | -9/+4 |
2021-12-25 | MAINTAINERS: mark more list instances as moderated | Randy Dunlap | 1 | -2/+2 |
2021-12-25 | kernel/crash_core: suppress unknown crashkernel parameter warning | Philipp Rudo | 1 | -0/+11 |
2021-12-25 | mm: mempolicy: fix THP allocations escaping mempolicy restrictions | Andrey Ryabinin | 1 | -2/+1 |
2021-12-25 | kfence: fix memory leak when cat kfence objects | Baokun Li | 1 | -0/+1 |
2021-12-24 | Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm | Linus Torvalds | 2 | -5/+4 |
2021-12-24 | Merge tag 'platform-drivers-x86-v5.16-4' of git://git.kernel.org/pub/scm/linu... | Linus Torvalds | 7 | -49/+37 |
2021-12-24 | Merge tag '5.16-rc5-ksmbd-fixes' of git://git.samba.org/ksmbd | Linus Torvalds | 3 | -8/+26 |
2021-12-24 | Merge tag 'drm-fixes-2021-12-24' of git://anongit.freedesktop.org/drm/drm | Linus Torvalds | 2 | -8/+10 |
2021-12-24 | Merge tag 'io_uring-5.16-2021-12-23' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -3/+7 |
2021-12-24 | Merge branch 'ucount-rlimit-fixes-for-v5.16' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 1 | -6/+9 |
2021-12-23 | Merge tag 'net-5.16-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 57 | -213/+405 |
2021-12-23 | platform/x86: intel_pmc_core: fix memleak on registration failure | Johan Hovold | 1 | -1/+1 |
2021-12-23 | net: stmmac: dwmac-visconti: Fix value of ETHER_CLK_SEL_FREQ_SEL_2P5M | Nobuhiro Iwamatsu | 1 | -1/+1 |
2021-12-23 | Merge branch 'r8152-fix-bugs' | Jakub Kicinski | 1 | -4/+39 |
2021-12-23 | r8152: sync ocp base | Hayes Wang | 1 | -4/+22 |
2021-12-23 | r8152: fix the force speed doesn't work for RTL8156 | Hayes Wang | 1 | -0/+17 |
2021-12-23 | Merge tag 'sound-5.16-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 15 | -47/+107 |
2021-12-23 | net: bridge: fix ioctl old_deviceless bridge argument | Remi Pommarel | 1 | -1/+1 |
2021-12-23 | net: stmmac: ptp: fix potentially overflowing expression | Xiaoliang Yang | 1 | -1/+1 |
2021-12-23 | net: dsa: tag_ocelot: use traffic class to map priority on injected header | Xiaoliang Yang | 1 | -1/+5 |
2021-12-23 | Merge tag 'gpio-fixes-for-v5.16-rc7' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2 | -15/+10 |
2021-12-23 | veth: ensure skb entering GRO are not cloned. | Paolo Abeni | 1 | -2/+6 |
2021-12-23 | Merge tag 'mmc-v5.16-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/ul... | Linus Torvalds | 6 | -18/+60 |
2021-12-23 | Merge tag 'arm-fixes-5.16-4' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 8 | -121/+80 |
2021-12-23 | platform/x86/intel: Remove X86_PLATFORM_DRIVERS_INTEL | Andy Shevchenko | 2 | -16/+1 |
2021-12-23 | platform/x86: system76_acpi: Guard System76 EC specific functionality | Tim Crawford | 1 | -28/+30 |
2021-12-23 | io_uring: zero iocb->ki_pos for stream file types | Jens Axboe | 1 | -3/+7 |
2021-12-23 | Merge tag 'drm-intel-fixes-2021-12-22' of git://anongit.freedesktop.org/drm/d... | Dave Airlie | 1 | -3/+3 |
2021-12-23 | Merge tag 'mediatek-drm-fixes-5.16' of https://git.kernel.org/pub/scm/linux/k... | Dave Airlie | 1 | -5/+7 |
2021-12-23 | asix: fix wrong return value in asix_check_host_enable() | Pavel Skripkin | 1 | -2/+4 |
2021-12-23 | asix: fix uninit-value in asix_mdio_read() | Pavel Skripkin | 1 | -1/+1 |