aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2025-01-20x86: use proper 'clac' and 'stac' opcode namesLinus Torvalds1-11/+7
2025-01-20samples/vfs: fix build warningsChristian Brauner1-11/+12
2025-01-20samples/vfs: use shared headerChristian Brauner3-93/+249
2025-01-19Linux 6.13Linus Torvalds1-1/+1
2025-01-17tracing: gfp: Fix the GFP enum values shown for user space tracing toolsSteven Rostedt1-0/+63
2025-01-16drm/xe: Mark ComputeCS read mode as UC on iGPUMatthew Brost1-1/+1
2025-01-16x86/asm: Make serialize() always_inlineJuergen Gross1-1/+1
2025-01-16pmdomain: imx8mp-blk-ctrl: add missing loop break conditionXiaolei Wang1-1/+1
2025-01-16netdev: avoid CFI problems with sock priv helpersJakub Kicinski2-5/+25
2025-01-16hrtimers: Handle CPU state correctly on hotplugKoichiro Den3-2/+12
2025-01-16timers/migration: Annotate accesses to ignore flagFrederic Weisbecker1-6/+15
2025-01-16timers/migration: Enforce group initialization visibility to tree walkersFrederic Weisbecker1-2/+12
2025-01-16timers/migration: Fix another race between hotplug and idle entry/exitFrederic Weisbecker1-1/+28
2025-01-16net/mlx5e: Always start IPsec sequence number from 1Leon Romanovsky2-3/+14
2025-01-16net/mlx5e: Rely on reqid in IPsec tunnel modeLeon Romanovsky1-7/+5
2025-01-16net/mlx5e: Fix inversion dependency warning while enabling IPsec tunnelLeon Romanovsky1-10/+6
2025-01-16net/mlx5: Clear port select structure when fail to createMark Zhang1-1/+3
2025-01-16net/mlx5: SF, Fix add port error handlingChris Mi1-0/+1
2025-01-16net/mlx5: Fix a lockdep warning as part of the write combining testYishai Hadas1-12/+12
2025-01-16net/mlx5: Fix RDMA TX steering prioPatrisious Haddad1-0/+1
2025-01-16gfs2: use lockref_init for qd_lockrefChristoph Hellwig1-2/+1
2025-01-16erofs: use lockref_init for pcl->lockrefChristoph Hellwig1-2/+1
2025-01-16dcache: use lockref_init for d_lockrefChristoph Hellwig1-2/+1
2025-01-16lockref: add a lockref_init helperChristoph Hellwig1-0/+11
2025-01-16lockref: drop superfluous externsChristoph Hellwig1-3/+3
2025-01-16lockref: use bool for false/true returnsChristoph Hellwig2-19/+17
2025-01-16lockref: improve the lockref_get_not_zero descriptionChristoph Hellwig1-1/+1
2025-01-16lockref: remove lockref_put_not_zeroChristoph Hellwig2-29/+0
2025-01-16fs: Fix return type of do_mount() from long to intSentaro Onizuka2-2/+2
2025-01-15ocfs2: check dir i_size in ocfs2_find_entrySu Yue1-4/+21
2025-01-15mailmap: update entry for Ethan Carter EdwardsEthan Carter Edwards1-0/+1
2025-01-15mm: zswap: move allocations during CPU init outside the lockYosry Ahmed1-18/+24
2025-01-15mm: khugepaged: fix call hpage_collapse_scan_file() for anonymous vmaLiu Shixin1-2/+2
2025-01-15mm: shmem: use signed int for version handling in casefold optionKaran Sanghavi1-1/+1
2025-01-15alloc_tag: skip pgalloc_tag_swap if profiling is disabledSuren Baghdasaryan1-0/+3
2025-01-15mm: page_alloc: fix missed updates of lowmem_reserve in adjust_managed_page_countzihan zhou1-0/+3
2025-01-15net: make page_pool_ref_netmem work with net iovsPavel Begunkov1-1/+1
2025-01-15smb: client: fix double free of TCP_Server_Info::hostnamePaulo Alcantara1-2/+1
2025-01-15hwmon: (ltc2991) Fix mixed signed/unsigned in DIV_ROUND_CLOSESTDavid Lechner1-1/+1
2025-01-15net: ethernet: xgbe: re-add aneg to supported features in PHY quirksHeiner Kallweit1-17/+2
2025-01-15net: pcs: xpcs: actively unset DW_VR_MII_DIG_CTRL1_2G5_EN for 1G SGMIIVladimir Oltean1-1/+2
2025-01-15net: pcs: xpcs: fix DW_VR_MII_DIG_CTRL1_2G5_EN bit being set for 1G SGMII w/o inbandVladimir Oltean1-0/+1
2025-01-15i2c: testunit: on errors, repeat NACK until STOPWolfram Sang1-4/+15
2025-01-15i2c: rcar: fix NACK handling when being a targetWolfram Sang1-5/+15
2025-01-15i2c: mux: demux-pinctrl: correct commentWolfram Sang1-1/+1
2025-01-15i2c: mux: demux-pinctrl: check initial mux selection, tooWolfram Sang1-1/+3
2025-01-15Revert "mtd: spi-nor: core: replace dummy buswidth from addr to data"Pratyush Yadav1-1/+1
2025-01-15signal/posixtimers: Handle ignore/blocked sequences correctlyThomas Gleixner1-9/+28
2025-01-15io_uring/register: cache old SQ/CQ head reading for copiesJens Axboe1-5/+7
2025-01-15io_uring/register: document io_register_resize_rings() shared mem usageJens Axboe1-18/+26