Age | Commit message (Expand) | Author |
2021-11-15 | bpf: Fix toctou on read-only map's constant scalar tracking | Daniel Borkmann |
2021-11-11 | Merge tag 'pci-v5.16-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2021-11-11 | Merge tag 'kcsan.2021.11.11a' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2021-11-11 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2021-11-11 | Revert "PCI: Remove struct pci_dev->driver" | Bjorn Helgaas |
2021-11-11 | Merge tag 'net-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds |
2021-11-11 | Merge tag 'usb-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds |
2021-11-11 | mm/migrate.c: remove MIGRATE_PFN_LOCKED | Alistair Popple |
2021-11-11 | mm/page_owner.c: modify the type of argument "order" in some functions | Yixuan Cao |
2021-11-10 | Merge tag 'nfsd-5.16' of git://linux-nfs.org/~bfields/linux | Linus Torvalds |
2021-11-10 | Merge tag 'nfs-for-5.16-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds |
2021-11-10 | Merge branch 'exit-cleanups-for-v5.16' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds |
2021-11-10 | Merge tag 'kernel.sys.v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2021-11-10 | Merge tag 'pidfd.v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/brau... | Linus Torvalds |
2021-11-10 | Merge tag 'pm-5.16-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra... | Linus Torvalds |
2021-11-10 | Merge tag 'acpi-5.16-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2021-11-10 | Merge tag 'dmaengine-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2021-11-10 | Merge tag 'tag-chrome-platform-for-v5.16' of git://git.kernel.org/pub/scm/lin... | Linus Torvalds |
2021-11-10 | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6... | Linus Torvalds |
2021-11-10 | Merge tag 'asm-generic-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2021-11-10 | Merge tag 'for-linus-5.16b-rc1-tag' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2021-11-10 | Merge tag 'libnvdimm-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2021-11-10 | Merge tag 'linux-watchdog-5.16-rc1' of git://www.linux-watchdog.org/linux-wat... | Linus Torvalds |
2021-11-10 | Merge tag 'rproc-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/remo... | Linus Torvalds |
2021-11-10 | Merge tag 'rpmsg-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/remo... | Linus Torvalds |
2021-11-10 | Merge branches 'pm-opp' and 'pm-cpufreq' | Rafael J. Wysocki |
2021-11-10 | Merge branches 'acpica', 'acpi-ec', 'acpi-pmic' and 'acpi-video' | Rafael J. Wysocki |
2021-11-09 | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | Jakub Kicinski |
2021-11-09 | Merge tag 'for-5.16/block-2021-11-09' of git://git.kernel.dk/linux-block | Linus Torvalds |
2021-11-09 | Merge tag 'for-5.16/bdev-size-2021-11-09' of git://git.kernel.dk/linux-block | Linus Torvalds |
2021-11-09 | Merge tag 'for-5.16/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2021-11-09 | Merge tag 'fuse-update-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2021-11-09 | Merge tag '9p-for-5.16-rc1' of git://github.com/martinetd/linux | Linus Torvalds |
2021-11-09 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2021-11-09 | seq_file: fix passing wrong private data | Muchun Song |
2021-11-09 | seq_file: move seq_escape() to a header | Andy Shevchenko |
2021-11-09 | signal: remove duplicate include in signal.h | Ye Guojin |
2021-11-09 | crash_dump: remove duplicate include in crash_dump.h | Ye Guojin |
2021-11-09 | crash_dump: fix boolreturn.cocci warning | Changcheng Deng |
2021-11-09 | sections: provide internal __is_kernel() and __is_kernel_text() helper | Kefeng Wang |
2021-11-09 | sections: move is_kernel_inittext() into sections.h | Kefeng Wang |
2021-11-09 | sections: move and rename core_kernel_data() to is_kernel_core_data() | Kefeng Wang |
2021-11-09 | kallsyms: fix address-checks for kernel related range | Kefeng Wang |
2021-11-09 | kallsyms: remove arch specific text and data check | Kefeng Wang |
2021-11-09 | include/linux/string_helpers.h: add linux/string.h for strlen() | Lucas De Marchi |
2021-11-09 | lib, stackdepot: add helper to print stack entries into buffer | Imran Khan |
2021-11-09 | lib, stackdepot: add helper to print stack entries | Imran Khan |
2021-11-09 | linux/container_of.h: switch to static_assert | Rasmus Villemoes |
2021-11-09 | kernel.h: split out instruction pointer accessors | Stephen Rothwell |
2021-11-09 | include/linux/generic-radix-tree.h: replace kernel.h with the necessary inclu... | Andy Shevchenko |