summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add linux-next specific files for 20240202next-20240202Stephen Rothwell2024-02-024-0/+6399
* Merge branch 'for-next/kspp' of git://git.kernel.org/pub/scm/linux/kernel/git...Stephen Rothwell2024-02-0217-48/+60
|\
| * VMCI: Fix memcpy() run-time warning in dg_dispatch_as_host()Harshit Mogalapalli2024-02-011-1/+2
| * VMCI: Use struct_size() in kmalloc()Harshit Mogalapalli2024-02-011-2/+2
| * cap_syslog: remove CAP_SYS_ADMIN when dmesg_restrictJingzi Meng2024-02-011-11/+0
| * lib/string: shrink lib/string.i via IWYUTanzir Hasan2024-02-011-8/+9
| * kernel.h: removed REPEAT_BYTE from kernel.hTanzir Hasan2024-02-0112-17/+31
| * lkdtm/bugs: In lkdtm_HUNG_TASK() use BUG(), not BUG_ON(1)Douglas Anderson2024-02-011-1/+1
| * lkdtm/bugs: Adjust lkdtm_HUNG_TASK() to avoid tail call optimizationDouglas Anderson2024-02-011-1/+2
| * lkdtm: Make lkdtm_do_action() return to avoid tail call optimizationDouglas Anderson2024-02-011-8/+14
* | Merge branch 'bitmap-for-next' of https://github.com/norov/linux.gitStephen Rothwell2024-02-0249-417/+634
|\ \
| * | bitmap: Step down as a reviewerAndy Shevchenko2024-01-011-1/+0
| * | sh: mach-x3proto: optimize ilsel_enable()Yury Norov2023-12-161-2/+2
| * | microblaze: optimize get_mmu_context()Yury Norov2023-12-161-6/+5
| * | m68k: optimize get_mmu_context()Yury Norov2023-12-161-6/+5
| * | ALSA: use atomic find_bit() functions where applicableYury Norov2023-12-162-12/+8
| * | net: smc: optimize smc_wr_tx_get_free_slot_index()Yury Norov2023-12-161-7/+3
| * | bluetooth: optimize cmtp_alloc_block_id()Yury Norov2023-12-161-8/+2
| * | serial: sc12is7xx: optimize sc16is7xx_alloc_line()Yury Norov2023-12-161-7/+1
| * | ethernet: rocker: optimize ofdpa_port_internal_vlan_id_get()Yury Norov2023-12-161-7/+4
| * | media: em28xx: cx231xx: optimize drivers by using find_and_set_bit()Yury Norov2023-12-162-32/+21
| * | mISDN: optimize get_free_devid()Yury Norov2023-12-161-7/+2
| * | RDMA/rtrs: optimize __rtrs_get_permit() by using find_and_set_bit_lock()Yury Norov2023-12-161-12/+3
| * | block: null_blk: replace get_tag() with a generic find_and_set_bit_lock()Yury Norov2023-12-161-28/+13
| * | usb: cdc-acm: optimize acm_softint()Yury Norov2023-12-161-3/+2
| * | tty: nozomi: optimize interrupt_handler()Yury Norov2023-12-161-3/+2
| * | sfc: optimize the driver by using atomic find_bit() APIYury Norov2023-12-163-14/+8
| * | media: radio-shark: optimize the driver by using atomic find_bit() APIYury Norov2023-12-162-8/+2
| * | iommu: optimize subsystem by using atomic find_bit() APIYury Norov2023-12-162-22/+6
| * | powerpc: optimize arch code by using atomic find_bit() APIYury Norov2023-12-163-50/+17
| * | scsi: qedi: optimize qedi_get_task_idx() by using find_and_set_bit()Yury Norov2023-12-161-8/+1
| * | scsi: mpi3mr: optimize the driver by using find_and_set_bit()Yury Norov2023-12-161-15/+6
| * | scsi: core: optimize scsi_evt_emit() by using an atomic iteratorYury Norov2023-12-161-4/+3
| * | PCI: hv: Optimize hv_get_dom_num() by using find_and_set_bit()Yury Norov2023-12-161-5/+2
| * | KVM: x86: hyper-v: optimize and cleanup kvm_hv_process_stimers()Yury Norov2023-12-161-20/+20
| * | wifi: rtw88: optimize the driver by using atomic iteratorYury Norov2023-12-162-7/+3
| * | ath10k: optimize ath10k_snoc_napi_poll()Yury Norov2023-12-161-5/+4
| * | dmaengine: idxd: optimize perfmon_assign_event()Yury Norov2023-12-161-6/+2
| * | drivers/perf: optimize ali_drw_get_counter_idx() by using find_and_set_bit()Yury Norov2023-12-161-8/+2
| * | perf/arm: use atomic find_bit() APIYury Norov2023-12-164-39/+12
| * | sparc: optimize alloc_msi() by using find_and_set_bit()Yury Norov2023-12-161-7/+2
| * | mips: sgi-ip30: optimize heart_alloc_int() by using find_and_set_bit()Yury Norov2023-12-161-10/+2
| * | sched: add cpumask_find_and_set() and use it in __mm_cid_get()Yury Norov2023-12-162-9/+17
| * | watch_queue: optimize post_one_notification() by using find_and_clear_bit()Yury Norov2023-12-161-5/+1
| * | lib/sbitmap; optimize __sbitmap_get_word() by using find_and_set_bit()Yury Norov2023-12-161-37/+9
| * | lib/find: add test for atomic find_bit() opsYury Norov2023-12-161-0/+61
| * | lib/find: add atomic find_bit() primitivesYury Norov2023-12-162-0/+378
| * | lib/find: optimize find_*_bit_wrapYury Norov2023-12-031-2/+2
| * | lib/find_bit: Fix the code comments about find_next_bit_wrapGuanjun2023-12-031-2/+2
* | | Merge branch 'rust-next' of https://github.com/Rust-for-Linux/linux.gitStephen Rothwell2024-02-0214-49/+177
|\ \ \