Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | lib/Kconfig.debug: update Clang version check in CONFIG_KCOV | Nathan Chancellor | 2024-02-22 | 1 | -1/+1 | |
| * | | | | | lib: dhry: add missing closing parenthesis | Geert Uytterhoeven | 2024-02-22 | 1 | -1/+1 | |
| * | | | | | lib: dhry: use ktime_ms_delta() helper | Geert Uytterhoeven | 2024-02-22 | 1 | -1/+1 | |
| * | | | | | lib: dhry: remove unneeded <linux/mutex.h> | Geert Uytterhoeven | 2024-02-22 | 1 | -1/+0 | |
| * | | | | | flex_proportions: remove unused fprop_local_single | Kemeng Shi | 2024-02-22 | 1 | -77/+0 | |
| * | | | | | lib/sort: optimize heapsort with double-pop variation | Kuan-Wei Chiu | 2024-02-22 | 1 | -4/+14 | |
| * | | | | | lib/sort: optimize heapsort for equal elements in sift-down path | Kuan-Wei Chiu | 2024-02-22 | 1 | -1/+1 | |
| * | | | | | treewide: update LLVM Bugzilla links | Nathan Chancellor | 2024-02-22 | 3 | -3/+3 | |
| | |_|_|/ | |/| | | | ||||||
* | | | | | Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2024-03-14 | 5 | -62/+252 | |
|\ \ \ \ \ | ||||||
| * | | | | | lib/test_vmalloc.c: use unsigned long constant | Martin Kaiser | 2024-03-04 | 1 | -1/+1 | |
| * | | | | | lib/test_vmalloc.c: drop empty exit function | Martin Kaiser | 2024-03-04 | 1 | -5/+0 | |
| * | | | | | lib/test_vmalloc.c: fix typo in function name | Martin Kaiser | 2024-03-04 | 1 | -2/+2 | |
| * | | | | | lib/stackdepot: off by one in depot_fetch_stack() | Dan Carpenter | 2024-03-04 | 1 | -1/+1 | |
| * | | | | | crash: split vmcoreinfo exporting code out from crash_core.c | Baoquan He | 2024-02-23 | 1 | -1/+1 | |
| * | | | | | mm,page_owner: maintain own list of stack_records structs | Oscar Salvador | 2024-02-23 | 1 | -0/+8 | |
| * | | | | | lib/stackdepot: move stack_record struct definition into the header | Oscar Salvador | 2024-02-23 | 1 | -43/+0 | |
| * | | | | | lib/stackdepot: fix first entry having a 0-handle | Oscar Salvador | 2024-02-23 | 1 | -7/+9 | |
| * | | | | | merge mm-hotfixes-stable into mm-nonmm-stable to pick up stackdepot changes | Andrew Morton | 2024-02-23 | 1 | -123/+127 | |
| |\ \ \ \ \ | ||||||
| * | | | | | | XArray: add cmpxchg order test | Daniel Gomez | 2024-02-22 | 1 | -0/+54 | |
| * | | | | | | test_xarray: add tests for advanced multi-index use | Luis Chamberlain | 2024-02-22 | 1 | -0/+176 | |
| * | | | | | | maple_tree: avoid duplicate variable init in mast_spanning_rebalance() | Lukas Bulwahn | 2024-02-22 | 1 | -2/+0 | |
| * | | | | | | maple_tree: fix comment describing mas_node_count_gfp() | Sidhartha Kumar | 2024-02-21 | 1 | -2/+2 | |
| | |_|/ / / | |/| | | | | ||||||
* | | | | | | Merge tag 'pci-v6.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2024-03-14 | 4 | -391/+1 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | PCI: Move PCI-specific devres code to drivers/pci/ | Philipp Stanner | 2024-02-12 | 1 | -207/+1 | |
| * | | | | | | PCI: Move pci_iomap.c to drivers/pci/ | Philipp Stanner | 2024-02-12 | 3 | -184/+0 | |
| * | | | | | | pci_iounmap(): Fix MMIO mapping leak | Philipp Stanner | 2024-01-31 | 1 | -1/+1 | |
| | |_|_|/ / | |/| | | | | ||||||
* | | | | | | Merge tag 'modules-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2024-03-13 | 1 | -1/+5 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | lib/test_kmod: fix kernel-doc warnings | Randy Dunlap | 2024-02-02 | 1 | -1/+5 | |
| |/ / / / / | ||||||
* | | | | | | Merge tag 'printk-for-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 2024-03-12 | 1 | -3/+13 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | dump_stack: Do not get cpu_sync for panic CPU | John Ogness | 2024-02-07 | 1 | -3/+13 | |
* | | | | | | | Merge tag 'net-next-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 2024-03-12 | 4 | -2/+124 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | lib/bitmap: Introduce bitmap_scatter() and bitmap_gather() helpers | Andy Shevchenko | 2024-03-11 | 1 | -0/+42 | |
| * | | | | | | | net: dqs: add NIC stall detector based on BQL | Jakub Kicinski | 2024-03-08 | 1 | -0/+74 | |
| * | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2024-03-07 | 1 | -23/+0 | |
| |\ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2024-02-29 | 4 | -131/+141 | |
| |\ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2024-02-22 | 2 | -29/+44 | |
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ / | | |/| | | | | | | | ||||||
| * | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2024-02-15 | 3 | -0/+19 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | net: blackhole_dev: fix build warning for ethh set but not used | Breno Leitao | 2024-02-05 | 1 | -2/+1 | |
| * | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2024-02-01 | 5 | -116/+281 | |
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|/ | | |/| | | | | | | | | ||||||
| * | | | | | | | | | | cpumask: add cpumask_weight_andnot() | Yury Norov | 2024-02-01 | 1 | -0/+7 | |
| | |_|_|_|_|_|/ / / | |/| | | | | | | | | ||||||
* | | | | | | | | | | Merge tag 'hardening-v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2024-03-12 | 14 | -468/+1265 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | string: Convert helpers selftest to KUnit | Kees Cook | 2024-03-05 | 3 | -124/+100 | |
| * | | | | | | | | | | string: Convert selftest to KUnit | Kees Cook | 2024-03-05 | 4 | -260/+204 | |
| * | | | | | | | | | | lib/string_helpers: Add flags param to string_get_size() | Andy Shevchenko | 2024-02-29 | 2 | -22/+70 | |
| * | | | | | | | | | | lib: stackinit: Adjust target string to 8 bytes for m68k | Kees Cook | 2024-02-29 | 1 | -3/+16 | |
| * | | | | | | | | | | fortify: Improve buffer overflow reporting | Kees Cook | 2024-02-29 | 2 | -6/+7 | |
| * | | | | | | | | | | fortify: Add KUnit tests for runtime overflows | Kees Cook | 2024-02-29 | 2 | -2/+607 | |
| * | | | | | | | | | | fortify: Provide KUnit counters for failure testing | Kees Cook | 2024-02-29 | 2 | -0/+43 | |
| * | | | | | | | | | | fortify: Allow KUnit test to build without FORTIFY | Kees Cook | 2024-02-29 | 2 | -1/+15 | |
| * | | | | | | | | | | fortify: Split reporting and avoid passing string pointer | Kees Cook | 2024-02-29 | 1 | -3/+20 |