summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2024-04-23soc: mediatek: mtk-cmdq: Add specific purpose register definitions for GCEJason-JH.Lin1-0/+9
2024-04-23soc: mediatek: cmdq: Refine cmdq_pkt_create() and cmdq_pkt_destroy()Chun-Kuang Hu1-6/+8
2024-04-23soc: mediatek: cmdq: Remove cmdq_pkt_flush_async() helper functionChun-Kuang Hu1-18/+0
2024-04-23soc: mediatek: cmdq: Add cmdq_pkt_eoc() helper functionChun-Kuang Hu1-0/+19
2024-04-23soc: mediatek: cmdq: Add cmdq_pkt_jump_rel() helper functionChun-Kuang Hu1-0/+19
2024-04-23soc: mediatek: cmdq: Rename cmdq_pkt_jump() to cmdq_pkt_jump_abs()Chun-Kuang Hu1-5/+17
2024-04-23soc: mediatek: cmdq: Add parameter shift_pa to cmdq_pkt_jump()Chun-Kuang Hu1-2/+4
2024-04-23fpga: region: add owner module and take its refcountMarco Pagani1-3/+10
2024-04-23crash: add a new kexec flag for hotplug supportSourabh Jain2-11/+13
2024-04-23crash: forward memory_notify arg to arch crash hotplug handlerSourabh Jain1-1/+1
2024-04-23regulator: change stubbed devm_regulator_get_enable to return OkMatti Vaittinen1-1/+1
2024-04-23Merge branch 'for-uring-ubufops' of git://git.kernel.org/pub/scm/linux/kernel...Jens Axboe1-8/+13
2024-04-23Merge branch 'for-uring-ubufops' into HEADJakub Kicinski1-8/+13
2024-04-23counter: Don't use "proxy" headersAndy Shevchenko1-1/+2
2024-04-23net: add callback for setting a ubuf_info to skbPavel Begunkov1-0/+2
2024-04-23net: extend ubuf_info callback to ops structurePavel Begunkov1-8/+11
2024-04-23net/mlx5e: Support updating coalescing configuration without resetting channelsRahul Rameshbabu2-4/+6
2024-04-23net/mlx5e: Use DIM constants for CQ period mode parameterRahul Rameshbabu1-2/+2
2024-04-22s390: Stop using weak symbols for __iowrite64_copy()Jason Gunthorpe1-0/+3
2024-04-22x86: Stop using weak symbols for __iowrite32_copy()Jason Gunthorpe1-1/+4
2024-04-22workqueue: Use "@..." in function comment to describe variable length argumentTejun Heo1-1/+1
2024-04-22Merge tag 'nfsd-6.9-4' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds1-10/+3
2024-04-22io_uring/kbuf: add helpers for getting/peeking multiple buffersJens Axboe1-0/+3
2024-04-22timerqueue: Remove never used function timerqueue_node_expires()Anna-Maria Behnsen1-5/+0
2024-04-22sysctl: treewide: constify ctl_table_header::ctl_table_argThomas Weißschuh1-1/+1
2024-04-22Backmerge tag 'v6.9-rc5' into drm-nextDave Airlie31-86/+241
2024-04-21Merge tag 'char-misc-6.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+0
2024-04-20Merge tag 'block-6.9-20240420' of git://git.kernel.dk/linuxLinus Torvalds1-0/+2
2024-04-20Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+5
2024-04-20Revert "svcrdma: Add Write chunk WRs to the RPC's Send WR chain"Chuck Lever1-10/+3
2024-04-20iio: backend: add new functionalityNuno Sa1-0/+49
2024-04-20iio: buffer-dmaengine: Support specifying buffer directionPaul Cercueil1-6/+19
2024-04-20iio: buffer-dma: Enable buffer write supportPaul Cercueil1-0/+2
2024-04-20iio: buffer-dma: Rename iio_dma_buffer_data_available()Paul Cercueil1-1/+1
2024-04-20iio: buffer-dma: add iio_dmaengine_buffer_setup()Nuno Sa1-2/+3
2024-04-19Merge tag 'bootconfig-fixes-v6.9-rc4' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+6
2024-04-19KVM: Allow page-sized MMU caches to be initialized with custom 64-bit valuesSean Christopherson1-0/+1
2024-04-19Merge tag 'mm-hotfixes-stable-2024-04-18-14-41' of git://git.kernel.org/pub/s...Linus Torvalds2-32/+42
2024-04-19firmware: arm_scmi: Add basic support for SCMI v3.2 pincontrol protocolPeng Fan1-0/+84
2024-04-19Merge back earlier thermal control material for v6.10.Rafael J. Wysocki1-107/+2
2024-04-19Merge x86 bugfixes from Linux 6.9-rc3Paolo Bonzini18-31/+100
2024-04-19wifi: iwlwifi: mvm: implement link gradingMiri Korenblit1-0/+18
2024-04-19thunderbolt: Get rid of TB_CFG_PKG_PREPARE_TO_SLEEPMika Westerberg1-1/+0
2024-04-19net: pse-pd: Use regulator framework within PSE frameworkKory Maincent (Dent Project)1-4/+11
2024-04-19net: pse-pd: Add support for setup_pi_matrix callbackKory Maincent (Dent Project)1-0/+2
2024-04-19net: pse-pd: Add support for PSE PIsKory Maincent (Dent Project)1-4/+34
2024-04-19net: pse-pd: Introduce PSE types enumerationKory Maincent (Dent Project)1-0/+15
2024-04-19ethtool: Expand Ethernet Power Equipment with c33 (PoE) alongside PoDLKory Maincent (Dent Project)1-0/+9
2024-04-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski9-11/+21
2024-04-18Merge tag 'net-6.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds1-1/+1