summaryrefslogtreecommitdiffstats
path: root/lib/asn1_decoder.c (unfollow)
Commit message (Expand)AuthorFilesLines
2024-06-25cpumask: cleanup core headers inclusionYury Norov10-10/+0
2024-06-25sched: drop sched.h dependency on cpumaskYury Norov1-2/+3
2024-06-25cpumask: split out include/linux/cpumask_types.hYury Norov3-55/+68
2024-06-25sched: avoid using ilog2() in sched.hYury Norov1-1/+1
2024-06-25MAINTAINERS: add linux/nodemask_types.h to BITMAP APIYury Norov1-0/+1
2024-06-25scripts/decode_stacktrace.sh: better support to ARM32 module stack traceXiong Nandi1-0/+3
2024-06-25scripts/decode_stacktrace.sh: wrap nm with UTIL_PREFIX and UTIL_SUFFIXXiong Nandi1-1/+2
2024-06-25bcachefs: remove heap-related macros and switch to generic min_heapKuan-Wei Chiu5-155/+90
2024-06-25bcache: remove heap-related macros and switch to generic min_heapKuan-Wei Chiu11-217/+263
2024-06-25lib/test_min_heap: add test for heap_del()Kuan-Wei Chiu1-0/+36
2024-06-25lib min_heap: update min_heap_push() to use min_heap_sift_up()Kuan-Wei Chiu1-8/+1
2024-06-25lib min_heap: rename min_heapify() to min_heap_sift_down()Kuan-Wei Chiu3-9/+9
2024-06-25lib min_heap: update min_heap_push() and min_heap_pop() to return bool valuesKuan-Wei Chiu1-4/+8
2024-06-25lib min_heap: add min_heap_del()Kuan-Wei Chiu1-0/+24
2024-06-25lib min_heap: add min_heap_sift_up()Kuan-Wei Chiu1-0/+20
2024-06-25lib min_heap: add args for min_heap_callbacksKuan-Wei Chiu5-52/+54
2024-06-25lib min_heap: add min_heap_full()Kuan-Wei Chiu1-0/+10
2024-06-25lib min_heap: add min_heap_peek()Kuan-Wei Chiu1-0/+10
2024-06-25lib min_heap: add min_heap_init()Kuan-Wei Chiu1-0/+15
2024-06-25lib min_heap: add type safe interfaceKuan-Wei Chiu5-47/+70
2024-06-25bcachefs: fix typoKuan-Wei Chiu1-1/+1
2024-06-25bcache: fix typoKuan-Wei Chiu1-1/+1
2024-06-25perf/core: fix several typosKuan-Wei Chiu1-4/+4
2024-06-25include/linux/jhash.h: fix typosWei-Hsin Yeh1-3/+3
2024-06-25fork: use this_cpu_try_cmpxchg() in try_release_thread_stack_to_cache()Uros Bizjak1-3/+4
2024-06-25ocfs2: strict bound check before memcmp in ocfs2_xattr_find_entry()Ferry Meng1-5/+10
2024-06-25ocfs2: add bounds checking to ocfs2_xattr_find_entry()Ferry Meng1-4/+8
2024-06-25backtracetest: add MODULE_DESCRIPTION()Jeff Johnson1-0/+1
2024-06-23Linux 6.10-rc5v6.10-rc5Linus Torvalds1-1/+1
2024-06-22pwm: stm32: Fix error message to not describe the previous error pathUwe Kleine-König1-1/+2
2024-06-22pwm: stm32: Fix calculation of prescalerUwe Kleine-König1-6/+12
2024-06-22docs: i2c: summary: be clearer with 'controller/target' and 'adapter/client' ...Wolfram Sang1-17/+24
2024-06-22docs: i2c: summary: document 'local' and 'remote' targetsWolfram Sang1-4/+9
2024-06-22docs: i2c: summary: document use of inclusive languageWolfram Sang2-13/+25
2024-06-22docs: i2c: summary: update speed mode descriptionWolfram Sang1-2/+2
2024-06-22docs: i2c: summary: update I2C specification linkWolfram Sang1-5/+3
2024-06-22docs: i2c: summary: start sentences consistently.Wolfram Sang1-6/+6
2024-06-21pwm: stm32: Refuse too small period requestsUwe Kleine-König1-0/+2
2024-06-21bcachefs: Move the ei_flags setting to after initializationYouling Tang1-5/+3
2024-06-21bcachefs: Fix a UAF after write_super()Kent Overstreet1-2/+2
2024-06-21bcachefs: Use bch2_print_string_as_lines for long errKent Overstreet1-5/+8
2024-06-21bcachefs: Fix I_NEW warning in race path in bch2_inode_insert()Kent Overstreet1-2/+10
2024-06-21bcachefs: Replace bare EEXIST with private error codesKent Overstreet5-8/+12
2024-06-21bcachefs: Fix missing alloc_data_type_set()Kent Overstreet1-1/+3
2024-06-21closures: Change BUG_ON() to WARN_ON()Kent Overstreet1-2/+8
2024-06-21RDMA/mana_ib: Ignore optional access flags for MRsKonstantin Taranov1-0/+1
2024-06-21RDMA/mlx5: Add check for srq max_sge attributePatrisious Haddad1-5/+8
2024-06-21RDMA/mlx5: Fix unwind flow as part of mlx5_ib_stage_init_initYishai Hadas1-2/+2
2024-06-21RDMA/mlx5: Ensure created mkeys always have a populated rb_keyJason Gunthorpe1-1/+2
2024-06-21RDMA/mlx5: Follow rb_key.ats when creating new mkeysJason Gunthorpe1-0/+1