| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'mm-hotfixes-stable-2024-05-25-09-13' of git://git.kernel.org/pub/s... | Linus Torvalds | 2024-05-26 | 1 | -15/+32 |
|\ |
|
| * | lib: add version into /proc/allocinfo output | Suren Baghdasaryan | 2024-05-24 | 1 | -15/+32 |
* | | Merge tag 'hardening-v6.10-rc1-fixes' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2024-05-24 | 2 | -1/+2 |
|\ \
| |/
|/| |
|
| * | kunit/fortify: Fix memcmp() test to be amplitude agnostic | Kees Cook | 2024-05-18 | 1 | -1/+1 |
| * | ubsan: Restore dependency on ARCH_HAS_UBSAN | Kees Cook | 2024-05-18 | 1 | -0/+1 |
* | | Merge tag 'mm-nonmm-stable-2024-05-22-17-30' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 2024-05-23 | 6 | -79/+64 |
|\ \ |
|
| * | | selftests/fpu: allow building on other architectures | Samuel Holland | 2024-05-19 | 3 | -25/+7 |
| * | | selftests/fpu: move FP code to a separate translation unit | Samuel Holland | 2024-05-19 | 4 | -32/+48 |
| * | | lib/raid6: use CC_FLAGS_FPU for NEON CFLAGS | Samuel Holland | 2024-05-19 | 1 | -23/+10 |
* | | | Merge tag 'mm-stable-2024-05-22-17-22' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2024-05-23 | 1 | -9/+2 |
|\ \ \ |
|
| * | | | stackdepot: use gfp_nested_mask() instead of open coded masking | Dave Chinner | 2024-05-19 | 1 | -9/+2 |
| |/ / |
|
* | | | Merge tag 'tty-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 2024-05-22 | 1 | -52/+55 |
|\ \ \ |
|
| * \ \ | Merge 6.9-rc5 into tty-next | Greg Kroah-Hartman | 2024-04-23 | 4 | -14/+33 |
| |\ \ \ |
|
| * | | | | kfifo: add kfifo_dma_out_prepare_mapped() | Jiri Slaby (SUSE) | 2024-04-09 | 1 | -12/+22 |
| * | | | | kfifo: pass offset to setup_sgl_buf() instead of a pointer | Jiri Slaby (SUSE) | 2024-04-09 | 1 | -4/+7 |
| * | | | | kfifo: rename l to len_to_end in setup_sgl() | Jiri Slaby (SUSE) | 2024-04-09 | 1 | -4/+4 |
| * | | | | kfifo: remove support for physically non-contiguous memory | Jiri Slaby (SUSE) | 2024-04-09 | 1 | -33/+5 |
| * | | | | kfifo: add kfifo_out_linear{,_ptr}() | Jiri Slaby (SUSE) | 2024-04-09 | 1 | -0/+26 |
| * | | | | kfifo: drop __kfifo_dma_out_finish_r() | Jiri Slaby (SUSE) | 2024-04-09 | 1 | -8/+0 |
* | | | | | Merge tag 'bitmap-for-6.10v2' of https://github.com/norov/linux | Linus Torvalds | 2024-05-22 | 5 | -6/+38 |
|\ \ \ \ \ |
|
| * | | | | | usercopy: Don't use "proxy" headers | Andy Shevchenko | 2024-05-20 | 1 | -2/+6 |
| * | | | | | bitops: Move aligned_byte_mask() to wordpart.h | Andy Shevchenko | 2024-05-20 | 1 | -0/+1 |
| * | | | | | bitmap: relax find_nth_bit() limitation on return value | Yury Norov | 2024-05-09 | 2 | -3/+3 |
| * | | | | | lib: make test_bitops compilable into the kernel image | Yury Norov | 2024-05-09 | 1 | -1/+0 |
| * | | | | | lib/test_bitops: Add benchmark test for fns() | Kuan-Wei Chiu | 2024-05-09 | 1 | -0/+28 |
* | | | | | | Merge tag 'pull-bd_flags-2' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2024-05-21 | 1 | -2/+2 |
|\ \ \ \ \ \
| |_|_|_|/ /
|/| | | | | |
|
| * | | | | | wrapper for access to ->bd_partno | Al Viro | 2024-05-02 | 1 | -1/+1 |
| * | | | | | Use bdev_is_paritition() instead of open-coding it | Al Viro | 2024-05-02 | 1 | -1/+1 |
* | | | | | | Merge tag 'mm-nonmm-stable-2024-05-19-11-56' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 2024-05-19 | 5 | -17/+25 |
|\ \ \ \ \ \ |
|
| * | | | | | | kfifo: don't use "proxy" headers | Andy Shevchenko | 2024-05-08 | 1 | -4/+4 |
| * | | | | | | test_hexdump: avoid string truncation warning | Arnd Bergmann | 2024-04-26 | 1 | -1/+1 |
| * | | | | | | devres: don't use "proxy" headers | Andy Shevchenko | 2024-04-26 | 1 | -3/+6 |
| * | | | | | | devres: switch to use dev_err_probe() for unification | Andy Shevchenko | 2024-04-26 | 1 | -8/+9 |
| * | | | | | | kgdb: add HAS_IOPORT dependency | Niklas Schnelle | 2024-04-26 | 1 | -0/+1 |
| * | | | | | | lib/build_OID_registry: don't mention the full path of the script in output | Uwe Kleine-König | 2024-04-26 | 1 | -1/+4 |
| | |/ / / /
| |/| | | | |
|
* | | | | | | Merge tag 'bcachefs-2024-05-19' of https://evilpiepirate.org/git/bcachefs | Linus Torvalds | 2024-05-19 | 1 | -0/+37 |
|\ \ \ \ \ \ |
|
| * | | | | | | closures: closure_sync_timeout() | Kent Overstreet | 2024-05-08 | 1 | -0/+37 |
* | | | | | | | Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2024-05-19 | 8 | -31/+707 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | xarray: inline xas_descend to improve performance | Long Li | 2024-05-06 | 1 | -1/+2 |
| * | | | | | | | mm/filemap: optimize filemap folio adding | Kairui Song | 2024-04-26 | 1 | -0/+59 |
| * | | | | | | | lib/xarray: introduce a new helper xas_get_order | Kairui Song | 2024-04-26 | 2 | -18/+65 |
| * | | | | | | | alloc_tag: Tighten file permissions on /proc/allocinfo | Kees Cook | 2024-04-26 | 1 | -1/+1 |
| * | | | | | | | lib: add memory allocations report in show_mem() | Suren Baghdasaryan | 2024-04-26 | 2 | -0/+43 |
| * | | | | | | | rhashtable: plumb through alloc tag | Kent Overstreet | 2024-04-26 | 1 | -8/+14 |
| * | | | | | | | lib: add codetag reference into slabobj_ext | Suren Baghdasaryan | 2024-04-26 | 1 | -0/+1 |
| * | | | | | | | lib: introduce early boot parameter to avoid page_ext memory overhead | Suren Baghdasaryan | 2024-04-26 | 1 | -1/+40 |
| * | | | | | | | lib: introduce support for page allocation tagging | Suren Baghdasaryan | 2024-04-26 | 2 | -0/+18 |
| * | | | | | | | lib: add allocation tagging support for memory allocation profiling | Suren Baghdasaryan | 2024-04-26 | 3 | -0/+179 |
| * | | | | | | | lib: prevent module unloading if memory is not freed | Suren Baghdasaryan | 2024-04-26 | 1 | -3/+8 |
| * | | | | | | | lib: code tagging module support | Suren Baghdasaryan | 2024-04-26 | 1 | -2/+56 |