Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | 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 | |
| * | | | | | | | | | | overflow: Introduce wrapping_assign_add() and wrapping_assign_sub() | Kees Cook | 2024-02-29 | 1 | -0/+43 | |
| * | | | | | | | | | | overflow: Introduce wrapping_add(), wrapping_sub(), and wrapping_mul() | Kees Cook | 2024-02-29 | 1 | -4/+20 | |
| * | | | | | | | | | | string: Allow 2-argument strscpy() | Kees Cook | 2024-02-20 | 1 | -4/+2 | |
| * | | | | | | | | | | string: Redefine strscpy_pad() as a macro | Kees Cook | 2024-02-20 | 1 | -34/+0 | |
| * | | | | | | | | | | ubsan: Reintroduce signed overflow sanitizer | Kees Cook | 2024-02-20 | 4 | -1/+123 | |
| * | | | | | | | | | | ubsan: Remove CONFIG_UBSAN_SANITIZE_ALL | Kees Cook | 2024-02-06 | 1 | -12/+1 | |
| * | | | | | | | | | | ubsan: Silence W=1 warnings in self-test | Kees Cook | 2024-02-06 | 2 | -2/+3 | |
| * | | | | | | | | | | lib/string: shrink lib/string.i via IWYU | Tanzir Hasan | 2024-02-01 | 1 | -8/+9 | |
| |/ / / / / / / / / | ||||||
* | | | | | | | | | | Merge tag 's390-6.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/... | Linus Torvalds | 2024-03-12 | 1 | -49/+13 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | s390/raid6: convert to use standard fpu_*() inline assemblies | Heiko Carstens | 2024-02-16 | 1 | -45/+10 | |
| * | | | | | | | | | | s390/fpu: decrease stack usage for some cases | Heiko Carstens | 2024-02-16 | 1 | -2/+2 | |
| * | | | | | | | | | | s390/fpu: move, rename, and merge header files | Heiko Carstens | 2024-02-16 | 1 | -2/+1 | |
| * | | | | | | | | | | s390/fpu: make use of __uninitialized macro | Heiko Carstens | 2024-02-09 | 1 | -2/+2 | |
| | |/ / / / / / / / | |/| | | | | | | | | ||||||
* | | | | | | | | | | Merge tag 'locking-core-2024-03-11' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2024-03-11 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | locking/rwsem: Make DEBUG_RWSEMS and PREEMPT_RT mutually exclusive | Waiman Long | 2024-02-28 | 1 | -2/+2 | |
| | |_|_|/ / / / / / | |/| | | | | | | | | ||||||
* | | | | | | | | | | Merge tag 'vfs-6.9.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs... | Linus Torvalds | 2024-03-11 | 3 | -29/+168 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ | Merge series 'Use Maple Trees for simple_offset utilities' of https://lore.ke... | Christian Brauner | 2024-02-22 | 2 | -0/+137 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | test_maple_tree: testing the cyclic allocation | Liam R. Howlett | 2024-02-21 | 1 | -0/+44 | |
| | * | | | | | | | | | | maple_tree: Add mtree_alloc_cyclic() | Chuck Lever | 2024-02-21 | 1 | -0/+93 | |
| | | |_|/ / / / / / / | | |/| | | | | | | | | ||||||
| * | | | | | | | | | | iov_iter: Avoid wrap-around instrumentation in copy_compat_iovec_from_user() | Kees Cook | 2024-02-02 | 1 | -2/+3 | |
| * | | | | | | | | | | iov_iter: streamline iovec/bvec alignment iteration | Jens Axboe | 2024-01-25 | 1 | -27/+28 | |
| |/ / / / / / / / / | ||||||
* | | | | | | | | | | Merge tag 'linux_kselftest-kunit-6.9-rc1' of git://git.kernel.org/pub/scm/lin... | Linus Torvalds | 2024-03-11 | 5 | -8/+12 | |
|\ \ \ \ \ \ \ \ \ \ |