drm/amd: Update `update_pcie_parameters` functions to use uint8_t arguments
[platform/kernel/linux-starfive.git] / lib /
2023-11-28 Kent Overstreetlib/generic-radix-tree.c: Don't overflow in peek()
2023-11-20 Jinjie Ruankunit: Fix missed memory release in kunit_free_suite_set()
2023-11-02 Liam R. Howlettmaple_tree: add GFP_KERNEL to allocations in mas_expect...
2023-10-25 Masami Hiramatsu... fprobe: Pass entry_data to handlers
2023-10-25 Hyeonggon Yoolib/Kconfig.debug: do not enable DEBUG_PREEMPT by default
2023-10-15 Greg Kroah-Hartmanlib/test_meminit: fix off-by-one error in test_pages()
2023-09-23 Zhen Leikobject: Add sanity check for kset->kobj.ktype in kset_...
2023-09-23 Mark O'Donovancrypto: lib/mpi - avoid null pointer deref in mpi_cmp_ui()
2023-09-19 Jinjie Ruankunit: Fix wild-memory-access bug in kunit_free_suite_set()
2023-09-19 Nathan Chancellorlib: test_scanf: Add explicit type cast to result initi...
2023-09-19 Ariel Marcovitchidr: fix param name in idr_alloc_cyclic() doc
2023-09-19 Andrew Donnellanlib/test_meminit: allocate pages up to order MAX_ORDER
2023-09-13 Matthew Wilcox ... XArray: Do not return sibling entries from xa_load()
2023-08-30 Liam R. Howlettmaple_tree: disable mas_wr_append() when other readers...
2023-08-30 Arnd Bergmannradix tree: remove unused variable
2023-08-30 Helge Dellerlib/clz_ctz.c: Fix __clzdi2() and __ctzdi2() for 32...
2023-08-11 Tetsuo Handadebugobjects: Recheck debug_objects_enabled before...
2023-08-11 Yury Norovlib/bitmap: workaround const_eval test build failure
2023-08-03 Mirsad Goran Todorovactest_firmware: return ENOMEM instead of ENOSPC on faile...
2023-08-03 Liam R. Howlettmaple_tree: fix 32 bit mas_next testing
2023-08-03 Liam R. Howlettmaple_tree: add __init and __exit to test module
2023-08-03 Liam R. Howletttest_maple_tree: test modifications while iterating
2023-07-27 Peng Zhangmaple_tree: set the node limit when creating a new...
2023-07-19 Yury Norovlib/bitmap: drop optimization of bitmap_{from,to}_arr64
2023-07-19 Jeremy Sowdenlib/ts_bm: reset initial match offset for every block...
2023-07-01 Peng Zhangmaple_tree: fix potential out-of-bounds access in mas_w...
2023-06-21 Mirsad Goran Todorovactest_firmware: prevent race conditions by a correct...
2023-06-21 Christophe JAILLETtest_firmware: Use kstrtobool() instead of strtobool()
2023-06-14 Ben Hutchingslib: cpu_rmap: Fix potential use-after-free in irq_cpu_...
2023-06-09 Mirsad Goran Todorovactest_firmware: fix the memory leak of the allocated...
2023-06-09 Mirsad Goran Todorovactest_firmware: fix a memory leak with reqs buffer
2023-05-30 Tetsuo Handadebugobjects: Don't wake up kswapd from fill_pool()
2023-05-24 Peng Zhangmaple_tree: make maple state reusable after mas_empty_a...
2023-05-24 Eli Cohenlib: cpu_rmap: Avoid use after free on rmap->obj array...
2023-05-24 Roy Novichlinux/dim: Do nothing if no time delta between samples
2023-05-11 Thomas Gleixnerdebugobject: Ensure pool refill (again)
2023-05-11 Thomas Gleixnerdebugobject: Prevent init race with static objects
2023-05-11 Rae Moarkunit: fix bug in the order of lines in debugfs logs
2023-05-11 Rae Moarkunit: improve KTAP compliance of KUnit test output
2023-04-26 Peng Zhangmaple_tree: fix a potential memory leak, OOB access...
2023-04-26 Liam R. Howlettmaple_tree: fix mas_empty_area() search
2023-04-26 Liam R. Howlettmaple_tree: make maple state reusable after mas_empty_a...
2023-04-20 Liam R. Howlettmaple_tree: fix write memory barrier of nodes once...
2023-04-13 Liam R. Howlettmaple_tree: add RCU lock checking to rcu callback functions
2023-04-13 Liam R. Howlettmaple_tree: add smp_rmb() to dead node detection
2023-04-13 Liam R. Howlettmaple_tree: remove extra smp_wmb() from mas_dead_leaves()
2023-04-13 Liam R. Howlettmaple_tree: fix freeing of nodes in rcu mode
2023-04-13 Liam R. Howlettmaple_tree: detect dead nodes in mas_start()
2023-04-13 Liam R. Howlettmaple_tree: refine ma_state init from mas_start()
2023-04-13 Liam R. Howlettmaple_tree: be more cautious about dead nodes
2023-04-13 Liam R. Howlettmaple_tree: fix mas_prev() and mas_find() state handling
2023-04-13 Liam R. Howlettmaple_tree: fix handle of invalidated state in mas_wr_s...
2023-04-13 Liam R. Howlettmaple_tree: reduce user error potential
2023-04-13 Liam R. Howlettmaple_tree: fix potential rcu issue
2023-04-13 Liam R. Howlettmaple_tree: remove GFP_ZERO from kmem_cache_alloc(...
2023-04-13 Peng Zhangmaple_tree: fix a potential concurrency bug in RCU...
2023-04-13 Peng Zhangmaple_tree: fix get wrong data_end in mtree_lookup_walk()
2023-04-06 Jonathan Neuschäferzstd: Fix definition of assert()
2023-03-30 Liam R. Howlettmaple_tree: fix mas_skip_node() end slot detection
2023-03-30 Liam R. Howletttest_maple_tree: add more testing for mas_empty_area()
2023-03-10 Gabriel Krisman... sbitmap: Try each queue to wake up at least one waiter
2023-03-10 Gabriel Krisman... sbitmap: Advance the queue index before waking up a...
2023-03-10 Peter Zijlstracpuidle: lib/bug: Disable rcu_is_watching() during...
2023-03-10 Wang Haikobject: Fix slab-out-of-bounds in fill_kobj_path()
2023-03-10 Greg Kroah-Hartmankobject: modify kobject_get_path() to take a const *
2023-03-10 Arnd Bergmannprintf: fix errname.c list
2023-03-10 Herbert Xulib/mpi: Fix buffer overrun when SG is too long
2023-03-10 Kemeng Shisbitmap: correct wake_batch recalculation to avoid...
2023-03-10 Gabriel Krisman... sbitmap: Use single per-bitmap counting to wake up...
2023-03-10 Kemeng Shisbitmap: remove redundant check in __sbitmap_queue_get_...
2023-02-25 Dave Hansenuaccess: Add speculation barrier to copy_from_user()
2023-02-09 Liam Howlettmaple_tree: fix mas_empty_area_rev() lower bound validation
2023-02-09 Wei Yangmaple_tree: should get pivots boundary by type
2023-02-01 Eric Dumazetnetlink: prevent potential spectre v1 gadgets
2023-02-01 Mateusz Guziklockref: stop doing cpu_relax in the cmpxchg loop
2023-01-24 Kees Cookpanic: Consolidate open-coded panic_on_warn checks
2023-01-12 YoungJun.parkkunit: alloc_string_stream_fragment error handling...
2023-01-07 Li Huatest_kprobes: Fix implicit declaration error of test_kp...
2022-12-31 Liam Howlettmaple_tree: fix mas_spanning_rebalance() on insufficien...
2022-12-31 Liam Howletttest_maple_tree: add test for mas_spanning_rebalance...
2022-12-31 Zhengchao Shaotest_firmware: fix memory leak in test_firmware_init()
2022-12-31 Akinobu Mitalib/notifier-error-inject: fix error when writing ...
2022-12-31 Gaosheng Cuilib/fonts: fix undefined behavior in bit shift for...
2022-12-31 wuchilib/debugobjects: fix stat count and optimize debug_obj...
2022-12-11 Linus TorvaldsMerge tag 'mm-hotfixes-stable-2022-12-10-1' of git...
2022-12-10 Linus TorvaldsMerge tag 'for-linus' of git://git.armlinux.org.uk...
2022-12-09 Linus TorvaldsMerge tag 'media/v6.1-4' of git://git./linux/kernel...
2022-12-09 Linus TorvaldsMerge tag 'soc-fixes-6.1-6' of git://git./linux/kernel...
2022-12-09 Dave AirlieMerge tag 'drm-misc-fixes-2022-12-08' of git://anongit...
2022-12-08 Linus TorvaldsMerge tag 'block-6.1-2022-12-08' of git://git.kernel...
2022-12-08 Linus TorvaldsMerge tag 'io_uring-6.1-2022-12-08' of git://git.kernel...
2022-12-08 Linus TorvaldsMerge tag 'net-6.1-rc9' of git://git./linux/kernel...
2022-12-08 Linus TorvaldsMerge tag 'for-linus-2022120801' of git://git./linux...
2022-12-08 Linus TorvaldsMerge tag 'soc-fixes-6.1-5' of git://git./linux/kernel...
2022-12-08 Linus TorvaldsMerge tag 'gpio-fixes-for-v6.1' of git://git./linux...
2022-12-08 Linus TorvaldsMerge tag 'ata-6.1-rc8' of git://git./linux/kernel...
2022-12-07 Linus TorvaldsMerge tag 'platform-drivers-x86-v6.1-5' of git://git...
2022-12-07 Paolo AbeniMerge tag 'ieee802154-for-net-2022-12-05' of git:/...
2022-12-06 Linus TorvaldsMerge tag 'arm64-fixes' of git://git./linux/kernel...
2022-12-06 Linus TorvaldsMerge tag 'for-linus' of git://git./virt/kvm/kvm
next