summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2021-09-013-88/+116
|\
| * workqueue: Remove unused WORK_NO_COLORLai Jiangshan2021-08-171-7/+2
| * workqueue: Assign a color to barrier work itemsLai Jiangshan2021-08-172-9/+14
| * workqueue: Mark barrier work with WORK_STRUCT_INACTIVELai Jiangshan2021-08-171-8/+34
| * workqueue: Change the code of calculating work_flags in insert_wq_barrier()Lai Jiangshan2021-08-171-4/+3
| * workqueue: Change arguement of pwq_dec_nr_in_flight()Lai Jiangshan2021-08-171-8/+10
| * workqueue: Rename "delayed" (delayed by active management) to "inactive"Lai Jiangshan2021-08-172-31/+31
| * workqueue: Replace deprecated CPU-hotplug functions.Sebastian Andrzej Siewior2021-08-101-11/+11
| * workqueue: Replace deprecated ida_simple_*() with ida_alloc()/ida_free()Zhen Lei2021-08-101-7/+6
| * workqueue: Fix typo in commentsCai Huoqing2021-08-102-4/+4
| * workqueue: Fix possible memory leaks in wq_numa_init()Zhen Lei2021-07-291-5/+7
* | Merge branch 'for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2021-09-014-64/+144
|\ \
| * | cgroup: Avoid compiler warnings with no subsystemsKees Cook2021-08-301-6/+20
| * | cgroup/cpuset: Avoid memory migration when nodemasks matchNicolas Saenz Julienne2021-08-251-0/+5
| * | cgroup/cpuset: Enable memory migration for cpuset v2Waiman Long2021-08-122-1/+16
| * | cgroup/cpuset: Enable event notification when partition state changesWaiman Long2021-08-111-11/+35
| * | cgroup: cgroup-v1: clean up kernel-doc notationRandy Dunlap2021-08-111-1/+7
| * | cgroup: Replace deprecated CPU-hotplug functions.Sebastian Andrzej Siewior2021-08-101-15/+15
| * | cgroup/cpuset: Fix violation of cpuset locking ruleWaiman Long2021-08-101-23/+35
| * | cgroup/cpuset: Fix a partition bug with hotplugWaiman Long2021-07-271-0/+7
| * | cgroup/cpuset: Miscellaneous code cleanupWaiman Long2021-07-271-21/+19
| * | cgroup: remove cgroup_mount from commentszhaoxiaoqiang112021-07-161-1/+0
* | | Merge branch 'stable/for-linus-5.15' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-09-014-54/+32
|\ \ \
| * | | iscsi_ibft: fix warning in reserve_ibft_region()Maurizio Lombardi2021-08-061-1/+1
| * | | iscsi_ibft: fix crash due to KASLR physical memory remappingMaurizio Lombardi2021-08-014-54/+32
* | | | Merge tag 'for-5.15/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-08-3143-197/+2235
|\ \ \ \
| * | | | dm crypt: use in_hardirq() instead of deprecated in_irq()Changbin Du2021-08-201-2/+2
| * | | | dm ima: update dm documentation for ima measurement supportTushar Sugandhi2021-08-201-209/+618
| * | | | dm ima: update dm target attributes for ima measurementsTushar Sugandhi2021-08-203-9/+20
| * | | | dm ima: add a warning in dm_init if duplicate ima events are not measuredTushar Sugandhi2021-08-201-3/+6
| * | | | dm ima: prefix ima event name related to device mapper with dm_Tushar Sugandhi2021-08-201-9/+10
| * | | | dm ima: add version info to dm related events in ima logTushar Sugandhi2021-08-202-12/+57
| * | | | dm ima: prefix dm table hashes in ima log with hash algorithmTushar Sugandhi2021-08-202-3/+12
| * | | | dm crypt: Avoid percpu_counter spinlock contention in crypt_page_alloc()Arne Welzel2021-08-181-1/+6
| * | | | dm: add documentation for IMA measurement supportTushar Sugandhi2021-08-102-0/+307
| * | | | dm: update target status functions to support IMA measurementTushar Sugandhi2021-08-1032-2/+328
| * | | | dm ima: measure data on device renameTushar Sugandhi2021-08-103-0/+53
| * | | | dm ima: measure data on table clearTushar Sugandhi2021-08-103-0/+97
| * | | | dm ima: measure data on device removeTushar Sugandhi2021-08-103-0/+124
| * | | | dm ima: measure data on device resumeTushar Sugandhi2021-08-103-2/+125
| * | | | dm ima: measure data on table loadTushar Sugandhi2021-08-109-2/+415
| * | | | dm writecache: add event countersMikulas Patocka2021-08-102-5/+67
| * | | | dm writecache: report invalid return from writecache_map helpersMikulas Patocka2021-08-101-1/+4
| * | | | dm writecache: further writecache_map() cleanupMike Snitzer2021-08-101-32/+43
| * | | | dm writecache: factor out writecache_map_remap_origin()Mike Snitzer2021-08-101-15/+15
| * | | | dm writecache: split up writecache_map() to improve code readabilityMike Snitzer2021-08-101-151/+187
* | | | | Merge tag 'leds-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Linus Torvalds2021-08-3130-196/+441
|\ \ \ \ \
| * | | | | leds: pca955x: Switch to i2c probe_newEddie James2021-08-201-4/+19
| * | | | | leds: pca955x: Let the core process the fwnodeEddie James2021-08-201-28/+30
| * | | | | leds: pca955x: Implement the default-state propertyEddie James2021-08-201-8/+46