Age | Commit message (Expand) | Author |
2024-01-18 | Merge tag 'cxl-for-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxl | Linus Torvalds |
2024-01-17 | Merge tag 'mm-hotfixes-stable-2024-01-12-16-52' of git://git.kernel.org/pub/s... | Linus Torvalds |
2024-01-12 | lib/Kconfig.debug: disable CONFIG_DEBUG_INFO_BTF for Hexagon | Nathan Chancellor |
2024-01-11 | Merge tag 'net-next-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds |
2024-01-10 | Merge tag 's390-6.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/... | Linus Torvalds |
2024-01-10 | Merge tag 'sysctl-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m... | Linus Torvalds |
2024-01-10 | Merge tag 'header_cleanup-2024-01-10' of https://evilpiepirate.org/git/bcachefs | Linus Torvalds |
2024-01-10 | Merge tag 'v6.8-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/... | Linus Torvalds |
2024-01-09 | Merge tag 'linux_kselftest-kunit-6.8-rc1' of git://git.kernel.org/pub/scm/lin... | Linus Torvalds |
2024-01-09 | Merge tag 'acpi-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf... | Linus Torvalds |
2024-01-09 | Merge tag 'mm-nonmm-stable-2024-01-09-10-33' of git://git.kernel.org/pub/scm/... | Linus Torvalds |
2024-01-09 | Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds |
2024-01-09 | Merge tag 'slab-for-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/vba... | Linus Torvalds |
2024-01-08 | Merge tag 'core-debugobjects-2024-01-08' of git://git.kernel.org/pub/scm/linu... | Linus Torvalds |
2024-01-08 | mm, treewide: introduce NR_PAGE_ORDERS | Kirill A. Shutemov |
2024-01-08 | Merge tag 'vfs-6.8.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2024-01-05 | Merge branch 'for-6.8/cxl-misc' into for-6.8/cxl | Dan Williams |
2024-01-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2024-01-04 | Merge branches 'acpi-osl', 'acpi-bus' and 'acpi-tables' | Rafael J. Wysocki |
2024-01-03 | kunit: Fix some comments which were mistakenly kerneldoc | David Gow |
2024-01-03 | kunit: Add example of kunit_activate_static_stub() with pointer-to-function | Richard Fitzgerald |
2024-01-03 | kunit: Fix NULL-dereference in kunit_init_suite() if suite->log is NULL | Richard Fitzgerald |
2023-12-29 | lib/trace_readwrite.c:: replace asm-generic/io with linux/io | Tanzir Hasan |
2023-12-29 | lib: crc_ccitt_false() is identical to crc_itu_t() | Mathis Marion |
2023-12-29 | lib: add note about process exit message for DEBUG_STACK_USAGE | Uwe Kleine-König |
2023-12-29 | lib/stackdepot: add printk_deferred_enter/exit guards | Andrey Konovalov |
2023-12-28 | sysctl: Remove the now superfluous sentinel elements from ctl_table array | Joel Granados |
2023-12-28 | sysctl: Add a selftest for handling empty dirs | Joel Granados |
2023-12-27 | Merge tag 'mm-hotfixes-stable-2023-12-27-15-00' of git://git.kernel.org/pub/s... | Linus Torvalds |
2023-12-27 | Kill sched.h dependency on rcupdate.h | Kent Overstreet |
2023-12-22 | lib/firmware_table: tables: Add CDAT table parsing support | Dave Jiang |
2023-12-22 | Merge tag 'printk-for-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds |
2023-12-22 | crypto: lib/mpi - Fix unexpected pointer access in mpi_ec_init | Tianjia Zhang |
2023-12-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Paolo Abeni |
2023-12-21 | ida: Fix crash in ida_free when the bitmap is empty | Matthew Wilcox (Oracle) |
2023-12-20 | kcov: remove stale RANDOMIZE_BASE text | Mark Rutland |
2023-12-20 | UBSAN: use the kernel panic message markers | Borislav Petkov (AMD) |
2023-12-20 | maple_tree: avoid checking other gaps after getting the largest gap | Peng Zhang |
2023-12-20 | maple_tree: fix typos/spellos etc | Randy Dunlap |
2023-12-20 | lib/maple_tree.c: fix build error due to hotfix alteration | Andrew Morton |
2023-12-20 | sync mm-stable with mm-hotfixes-stable to pick up depended-upon changes | Andrew Morton |
2023-12-20 | maple_tree: do not preallocate nodes for slot stores | Sidhartha Kumar |
2023-12-18 | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf... | Jakub Kicinski |
2023-12-18 | kunit: Reset test->priv after each param iteration | Michal Wajdeczko |
2023-12-18 | kunit: Add example for using test->priv | Michal Wajdeczko |
2023-12-18 | overflow: Replace fake root_device with kunit_device | davidgow@google.com |
2023-12-18 | fortify: test: Use kunit_device | davidgow@google.com |
2023-12-18 | kunit: Add APIs for managing devices | davidgow@google.com |
2023-12-18 | kunit: add ability to run tests after boot using debugfs | Rae Moar |
2023-12-18 | kunit: add is_init test attribute | Rae Moar |