aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2022-08-24Revert "md-raid: destroy the bitmap after destroying the thread"Guoqing Jiang1-1/+1
2022-08-24Merge tag 'thermal-v6.1-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/thermal/linuxRafael J. Wysocki53-1319/+793
2022-08-24Merge tag 'trace-v6.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-46/+33
2022-08-24md: Flush workqueue md_rdev_misc_wq in md_alloc()David Sloan1-0/+1
2022-08-24md/raid10: Fix the data type of an r10_sync_page_io() argumentBart Van Assche1-7/+6
2022-08-24cifs: skip extra NULL byte in filenamesPaulo Alcantara1-10/+6
2022-08-24Merge branch 'dmi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/stagingLinus Torvalds1-1/+1
2022-08-24ASoC: mediatek: dt-bindings: modify machineMark Brown2-0/+20
2022-08-24MAINTAINERS: Add Manivannan Sadhasivam as PCI Endpoint reviewerManivannan Sadhasivam1-0/+1
2022-08-24ice: Print human-friendly PHY typesAnirudh Venkataramanan1-18/+140
2022-08-24ice: Implement devlink port split operationsAnatolii Gerasymenko3-0/+326
2022-08-24ice: Add additional flags to ice_nvm_write_activateJacob Keller3-5/+16
2022-08-24ice: Add port option admin queue commandsAnatolii Gerasymenko3-0/+178
2022-08-24ice: Add support for ip TTL & ToS offloadMarcin Szycik2-4/+144
2022-08-24lib/cpumask_kunit: add tests file to MAINTAINERSSander Vanheule1-0/+1
2022-08-24lib/cpumask_kunit: log mask contentsSander Vanheule1-19/+30
2022-08-24lib/test_cpumask: follow KUnit style guidelinesSander Vanheule3-3/+6
2022-08-24lib/test_cpumask: fix cpu_possible_mask last testSander Vanheule1-1/+1
2022-08-24lib/test_cpumask: drop cpu_possible_mask full testSander Vanheule1-1/+0
2022-08-24io_uring: conditional ->async_data allocationPavel Begunkov2-3/+6
2022-08-24io_uring/notif: order notif vs send CQEsPavel Begunkov1-2/+4
2022-08-24io_uring/net: fix indentationPavel Begunkov1-1/+1
2022-08-24io_uring/net: fix zc send link failingPavel Begunkov1-0/+1
2022-08-24io_uring/net: fix must_hold annotationPavel Begunkov1-1/+1
2022-08-24block/rnbd-clt: Remove the unneeded result variableye xingchen1-3/+1
2022-08-24mm/sl[au]b: introduce common alloc/free functions without tracepointHyeonggon Yoo3-7/+47
2022-08-24mm/slab: kmalloc: pass requests larger than order-1 page to page allocatorHyeonggon Yoo5-62/+68
2022-08-24mm/slab_common: cleanup kmalloc_large()Hyeonggon Yoo1-22/+13
2022-08-24mm/slab_common: kmalloc_node: pass large requests to page allocatorHyeonggon Yoo4-9/+32
2022-08-24mm/slub: move kmalloc_large_node() to slab_common.cHyeonggon Yoo3-25/+26
2022-08-24mm/slab_common: fold kmalloc_order_trace() into kmalloc_large()Hyeonggon Yoo2-33/+6
2022-08-24mm/sl[au]b: factor out __do_kmalloc_node()Hyeonggon Yoo2-81/+20
2022-08-24mm/slab_common: cleanup kmalloc_track_caller()Hyeonggon Yoo4-43/+8
2022-08-24mm/slab_common: remove CONFIG_NUMA ifdefs for common kmalloc functionsHyeonggon Yoo4-40/+1
2022-08-24mm/slab: cleanup slab_alloc() and slab_alloc_node()Hyeonggon Yoo1-36/+13
2022-08-24mm/slab: move NUMA-related code to __do_cache_alloc()Hyeonggon Yoo1-37/+31
2022-08-24drm/i915/guc/slpc: Allow SLPC to use efficient frequencyVinay Belgaumkar4-54/+31
2022-08-24staging: r8188eu: remove unnecessary null checkMinghao Chi1-4/+0
2022-08-24staging: sm750fb: split multiple assignments to linesChristopher Carbone1-4/+8
2022-08-24clk: samsung: MAINTAINERS: add Krzysztof KozlowskiKrzysztof Kozlowski1-0/+2
2022-08-24ASoC: mediatek: dt-bindings: modify machine bindings for SOFchunxu.li1-0/+10
2022-08-24ASoC: mediatek: dt-bindings: modify machine bindings for SOFchunxu.li1-0/+10
2022-08-24loop: Check for overflow while configuring loopSiddh Raman Pant1-0/+5
2022-08-24Merge branch 'sysctl-data-races'David S. Miller25-68/+98
2022-08-24net: Fix a data-race around sysctl_somaxconn.Kuniyuki Iwashima1-1/+1
2022-08-24net: Fix a data-race around netdev_unregister_timeout_secs.Kuniyuki Iwashima1-1/+1
2022-08-24net: Fix a data-race around gro_normal_batch.Kuniyuki Iwashima1-1/+1
2022-08-24net: Fix data-races around sysctl_devconf_inherit_init_net.Kuniyuki Iwashima3-9/+21
2022-08-24net: Fix data-races around sysctl_fb_tunnels_only_for_init_net.Kuniyuki Iwashima1-3/+8
2022-08-24net: Fix a data-race around netdev_budget_usecs.Kuniyuki Iwashima1-1/+1