aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2024-02-29workqueue: Drain BH work items on hot-unplugged CPUswq-for-6.9for-6.9Tejun Heo3-3/+91
2024-02-27workqueue: Introduce from_work() helper for cleaner callback declarationsAllen Pais1-0/+3
2024-02-22workqueue: Control intensive warning threshold through cmdlineXuewen Yan2-3/+20
2024-02-20workqueue: Make @flags handling consistent across set_work_data() and friendsTejun Heo1-16/+16
2024-02-20workqueue: Remove clear_work_data()Tejun Heo1-16/+8
2024-02-20workqueue: Factor out work_grab_pending() from __cancel_work_sync()Tejun Heo1-52/+80
2024-02-20workqueue: Clean up enum work_bits and related constantsTejun Heo2-30/+36
2024-02-20workqueue: Introduce work_cancel_flagsTejun Heo1-12/+17
2024-02-20workqueue: Use variable name irq_flags for saving local irq flagsTejun Heo1-38/+38
2024-02-20workqueue: Reorganize flush and cancel[_sync] functionsTejun Heo1-68/+68
2024-02-20workqueue: Rename __cancel_work_timer() to __cancel_timer_sync()Tejun Heo1-3/+3
2024-02-20workqueue: Use rcu_read_lock_any_held() instead of rcu_read_lock_held()Tejun Heo1-2/+2
2024-02-20workqueue: Cosmetic changesTejun Heo1-16/+14
2024-02-16workqueue, irq_work: Build fix for !CONFIG_IRQ_WORKTejun Heo2-10/+16
2024-02-14workqueue: Fix queue_work_on() with BH workqueuesTejun Heo1-5/+36
2024-02-09async: Use a dedicated unbound workqueue with raised min_activeTejun Heo3-1/+18
2024-02-09workqueue: Implement workqueue_set_min_active()Tejun Heo2-0/+29
2024-02-09workqueue: Fix kernel-doc comment of unplug_oldest_pwq()Waiman Long1-7/+10
2024-02-08workqueue: Bind unbound workqueue rescuer to wq_unbound_cpumaskWaiman Long1-1/+1
2024-02-08kernel/workqueue: Let rescuers follow unbound wq cpumask changesJuri Lelli1-0/+5
2024-02-08workqueue: Enable unbound cpumask update on ordered workqueuesWaiman Long1-10/+59
2024-02-08workqueue: Link pwq's into wq->pwqs from oldest to newestWaiman Long1-1/+1
2024-02-05Merge branch 'for-6.8-fixes' into for-6.9Tejun Heo1-6/+2
2024-02-05Revert "workqueue: Override implicit ordered attribute in workqueue_apply_unb...wq-for-6.8-rc4-fixesfor-6.8-fixesTejun Heo1-6/+2
2024-02-05workqueue: Don't implicitly make UNBOUND workqueues w/ @max_active==1 orderedTejun Heo3-30/+10
2024-02-05workqueue: Skip __WQ_DESTROYING workqueues when updating global unbound cpumaskWaiman Long1-1/+1
2024-02-05workqueue: fix a typo in commentWang Jinchao1-1/+1
2024-02-05Revert "workqueue: make wq_subsys const"Tejun Heo1-1/+1
2024-02-04workqueue: Implement BH workqueues to eventually replace taskletsTejun Heo5-60/+285
2024-02-04workqueue: Factor out init_cpu_worker_pool()Tejun Heo1-14/+18
2024-02-04workqueue: Update lock debugging codeTejun Heo1-17/+34
2024-02-04workqueue: make wq_subsys constRicardo B. Marliere1-1/+1
2024-02-04workqueue: Fix pwq->nr_in_flight corruption in try_to_grab_pending()Tejun Heo1-2/+8
2024-02-01workqueue: rust: sync with `WORK_CPU_UNBOUND` changeMiguel Ojeda1-1/+5
2024-01-30workqueue: Avoid premature init of wq->node_nr_active[].maxTejun Heo1-0/+8
2024-01-30workqueue: Don't call cpumask_test_cpu() with -1 CPU in wq_update_node_max_ac...Tejun Heo1-1/+1
2024-01-29workqueue: Avoid using isolated cpus' timers on queue_delayed_workLeonardo Bras1-3/+11
2024-01-29tools/workqueue/wq_dump.py: Add node_nr/max_active dumpTejun Heo1-1/+40
2024-01-29workqueue: Implement system-wide nr_active enforcement for unbound workqueuesTejun Heo2-35/+341
2024-01-29workqueue: Introduce struct wq_node_nr_activeTejun Heo1-7/+135
2024-01-29workqueue: Move pwq_dec_nr_in_flight() to the end of work item handlingTejun Heo1-1/+10
2024-01-29workqueue: RCU protect wq->dfl_pwq and implement accessors for itTejun Heo1-24/+40
2024-01-29workqueue: Make wq_adjust_max_active() round-robin pwqs while activatingTejun Heo1-12/+19
2024-01-29workqueue: Move nr_active handling into helpersTejun Heo1-19/+67
2024-01-29workqueue: Replace pwq_activate_inactive_work() with [__]pwq_activate_work()Tejun Heo1-6/+25
2024-01-29workqueue: Factor out pwq_is_empty()Tejun Heo1-4/+9
2024-01-29workqueue: Move pwq->max_active to wq->max_activeTejun Heo1-67/+66
2024-01-26workqueue: Break up enum definitions and give names to the typesTejun Heo2-18/+29
2024-01-26workqueue: Drop unnecessary kick_pool() in create_worker()Tejun Heo1-3/+2
2024-01-25workqueue: Shorten events_freezable_power_efficient nameAudra Mitchell1-1/+1
2024-01-25tools/workqueue/wq_dump.py: Clean up code and drop duplicate informationTejun Heo1-34/+35
2024-01-19workqueue: mark power efficient workqueue as unbounded if nohz_full enabledMarcelo Tosatti1-0/+7
2024-01-16workqueue: Add rcu lock check at the end of work item executionXuewen Yan1-4/+5
2024-01-16kernel/workqueue: Bind rescuer to unbound cpumask for WQ_UNBOUNDJuri Lelli1-1/+4
2024-01-16tools/workqueue: Add rescuers printing to wq_dump.pyJuri Lelli1-0/+29
2024-01-16workqueue.c: Increase workqueue name lengthAudra Mitchell1-2/+6
2024-01-12Merge tag 'exfat-for-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds5-92/+335
2024-01-12Merge tag 'pull-bcachefs-fix' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-17/+31
2024-01-12Merge tag 'pull-simple_recursive_removal' of git://git.kernel.org/pub/scm/lin...Linus Torvalds0-0/+0
2024-01-12Merge tag 'rcu.release.v6.8' of https://github.com/neeraju/linuxLinus Torvalds20-67/+151
2024-01-12Merge tag 'devicetree-for-6.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds65-604/+1432
2024-01-12Merge tag 'pwm/for-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds53-365/+517
2024-01-12Merge tag 'hid-for-linus-2024010801' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds37-1050/+2834
2024-01-12Merge tag 'fbdev-for-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds37-8708/+208
2024-01-12Merge tag 'media/v6.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds478-5193/+38136
2024-01-12Merge tag 'libnvdimm-for-6.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds8-63/+71
2024-01-12Merge tag 'mmc-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds28-319/+771
2024-01-12Merge tag 'pmdomain-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/ul...Linus Torvalds25-141/+100
2024-01-12Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds81-638/+1921
2024-01-12Merge tag 'firewire-updates-6.8' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds5-29/+370
2024-01-12Merge tag 'gnss-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/joh...Linus Torvalds2-20/+17
2024-01-12Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds105-952/+23665
2024-01-12Merge tag 'gpio-updates-for-v6.8-rc1' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds37-701/+2184
2024-01-12Merge tag 'linux-watchdog-6.8-rc1' of git://www.linux-watchdog.org/linux-watc...Linus Torvalds31-137/+307
2024-01-12Merge tag 'hwmon-for-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Linus Torvalds48-497/+3064
2024-01-12Merge tag 'sound-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds287-3955/+10569
2024-01-12Merge tag 'drm-next-2024-01-10' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1612-24954/+132665
2024-01-12MAINTAINERS: pwm: Thierry steps down, Uwe takes overUwe Kleine-König1-3/+2
2024-01-12fbdev/intelfb: Remove driverThomas Zimmermann12-5208/+1
2024-01-12fbdev/hyperv_fb: Do not clear global screen_infoThomas Zimmermann1-8/+1
2024-01-12firmware/sysfb: Clear screen_info state after consuming itThomas Zimmermann1-1/+13
2024-01-12fbdev/hyperv_fb: Remove firmware framebuffers with aperture helpersThomas Zimmermann1-5/+6
2024-01-12drm/hyperv: Remove firmware framebuffers with aperture helperThomas Zimmermann1-6/+2
2024-01-12fbdev/sis: Remove dependency on screen_infoThomas Zimmermann1-37/+0
2024-01-12video/logo: use %u format specifier for unsigned int valuesColin Ian King1-3/+3
2024-01-12video/sticore: Remove info field from STI structThomas Zimmermann2-7/+0
2024-01-12arch/parisc: Detect primary video device from device instanceThomas Zimmermann1-1/+1
2024-01-12fbdev/stifb: Allocate fb_info instance with framebuffer_alloc()Thomas Zimmermann1-50/+56
2024-01-12video/sticore: Store ROM device in STI structThomas Zimmermann2-0/+9
2024-01-12fbdev: flush deferred IO before closingNam Cao1-1/+1
2024-01-12fbdev: flush deferred work in fb_deferred_io_fsync()Nam Cao1-5/+1
2024-01-12fbdev: amba-clcd: Delete the old CLCD driverLinus Walleij6-1385/+0
2024-01-12fbdev: Remove support for Carillo Ranch driverMatthew Wilcox (Oracle)9-1907/+0
2024-01-11Merge tag 'f2fs-for-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds16-269/+395
2024-01-11Merge tag '6.8-rc-smb-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds8-58/+70
2024-01-11Merge tag 'pull-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds15-102/+19
2024-01-11Merge tag 'pull-dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds17-657/+425
2024-01-11Merge tag 'pull-rename' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds20-232/+442
2024-01-11Merge tag 'pull-minix' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-57/+38
2024-01-11Merge tag 'docs-6.8' of git://git.lwn.net/linuxLinus Torvalds153-794/+3206
2024-01-11Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds97-1730/+2567
2024-01-11Merge tag 'for-6.8/io_uring-2024-01-08' of git://git.kernel.dk/linuxLinus Torvalds26-947/+890
2024-01-11of: unittest: Fix of_count_phandle_with_args() expected value messageGeert Uytterhoeven1-1/+1
2024-01-11Merge tag 'for-6.8/block-2024-01-08' of git://git.kernel.dk/linuxLinus Torvalds79-2660/+1254
2024-01-11dt-bindings: fpga: altera: Convert bridge bindings to yamlMichal Simek6-69/+123
2024-01-11dt-bindings: fpga: Convert bridge binding to yamlMichal Simek3-14/+34
2024-01-11dt-bindings: vendor-prefixes: Add smiYoshinori Sato1-0/+2
2024-01-11Merge tag 'ata-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/liba...Linus Torvalds2-5/+5
2024-01-11Merge tag 'dma-mapping-6.8-2024-01-08' of git://git.infradead.org/users/hch/d...Linus Torvalds6-46/+70
2024-01-11Merge tag 'auxdisplay-6.8' of https://github.com/ojeda/linuxLinus Torvalds1-9/+3
2024-01-11Merge tag 'clang-format-6.8' of https://github.com/ojeda/linuxLinus Torvalds1-19/+73
2024-01-11Merge tag 'rust-6.8' of https://github.com/Rust-for-Linux/linuxLinus Torvalds28-72/+274
2024-01-11Merge tag 'soc-defconfig-6.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds43-155/+160
2024-01-11Merge tag 'soc-arm-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds30-498/+206
2024-01-11Merge tag 'soc-drivers-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds150-2110/+7225
2024-01-11Merge tag 'soc-dt-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds806-5093/+53237
2024-01-11Merge tag 'net-next-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1785-108799/+91205
2024-01-11media: i2c: thp7312: select CONFIG_FW_LOADERArnd Bergmann1-0/+1
2024-01-11fbdev: hgafb: fix kernel-doc commentsRandy Dunlap1-2/+11
2024-01-11fbdev: mmp: Fix typo and wording in code commentDario Binacchi1-1/+1
2024-01-11fbdev: fsl-diu-fb: Fix sparse warning due to virt_to_phys() prototype changeStanislav Kinsburskii1-1/+1
2024-01-11fbdev: imxfb: add '*/' on a separate line in block commentDario Binacchi1-2/+4
2024-01-11fbdev: imxfb: use __func__ for function nameDario Binacchi1-1/+1
2024-01-11fbdev: imxfb: Fix style warnings relating to printk()Dario Binacchi1-11/+11
2024-01-11fbdev: imxfb: add missing spaces after ','Dario Binacchi1-2/+2
2024-01-11fbdev: imxfb: drop ftrace-like loggingDario Binacchi1-2/+0
2024-01-11fbdev: imxfb: add missing SPDX tagDario Binacchi1-4/+1
2024-01-11fbdev: imxfb: replace some magic numbers with constantsDario Binacchi1-3/+4
2024-01-11fbdev: imxfb: use BIT, FIELD_{GET,PREP} and GENMASK macrosDario Binacchi1-54/+59
2024-01-11fbdev: imxfb: move PCR bitfields near their offsetDario Binacchi1-7/+6
2024-01-11fbdev: imxfb: fix left margin settingDario Binacchi1-2/+25
2024-01-11ARM: dts: usr8200: Fix phy registersLinus Walleij1-0/+22
2024-01-11ARM: defconfig: remove dead platform optionsArnd Bergmann5-16/+0
2024-01-11ARM: defconfig: remove CONFIG_SLUB referencesArnd Bergmann5-5/+0
2024-01-11ARM: defconfig: remove CONFIG_NET_ETHERNET referencesArnd Bergmann13-13/+0
2024-01-11ARM: defconfig: remove sysfs-deprecated entriesArnd Bergmann12-16/+0
2024-01-11ARM: defconfig: reorder config linesArnd Bergmann22-50/+50
2024-01-11arm64: defconfig reorder config linesArnd Bergmann1-60/+60
2024-01-10Merge tag 's390-6.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds50-456/+518
2024-01-10Merge tag 'asm-generic-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds63-229/+203
2024-01-10Merge tag 'modules-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-2/+2
2024-01-10dt-bindings: power: Clarify wording for wakeup-source propertyMark Hasemeyer1-7/+11
2024-01-10Merge tag 'sysctl-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds32-102/+122
2024-01-10Merge tag 'header_cleanup-2024-01-10' of https://evilpiepirate.org/git/bcachefsLinus Torvalds119-775/+1062
2024-01-10Merge tag 'bcachefs-2024-01-10' of https://evilpiepirate.org/git/bcachefsLinus Torvalds125-5888/+7028
2024-01-10Merge tag 'v6.8-rc-part1-smb-client' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds18-829/+1131
2024-01-10Merge tag 'nfs-for-6.8-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds26-123/+181
2024-01-10Merge tag 'ext4_for_linus-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds11-101/+140
2024-01-10Merge tag 'unicode-next-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-1/+9
2024-01-10keys, dns: Fix size check of V1 server-list headerDavid Howells1-1/+1
2024-01-10Merge tag 'v6.8-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds205-5776/+10084
2024-01-10Merge tag 'tpmdd-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/jarkk...Linus Torvalds2-13/+5
2024-01-10Merge tag 'hardening-v6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds21-124/+208
2024-01-10ext4: fix inconsistent between segment fstrim and full fstrimYe Bin1-3/+8
2024-01-10ext4: fallback to complex scan if aligned scan doesn't workOjaswin Mujoo1-8/+13
2024-01-10ext4: convert ext4_da_do_write_end() to take a folioMatthew Wilcox (Oracle)1-9/+10
2024-01-10ext4: allow for the last group to be marked as trimmedSuraj Jitindar Singh1-5/+10
2024-01-10Merge tag 'pstore-v6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-66/+46
2024-01-10Merge tag 'ovl-update-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/o...Linus Torvalds9-74/+76
2024-01-10Merge tag 'erofs-for-6.8-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds6-226/+211
2024-01-10Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/linuxLinus Torvalds5-25/+29
2024-01-10Merge tag 'nfsd-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds37-781/+907
2024-01-10Merge tag 'dlm-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland...Linus Torvalds5-25/+17
2024-01-10Merge tag 'afs-fix-rotation-20240105' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds44-1692/+3544
2024-01-10Merge tag 'jfs-6.8' of github.com:kleikamp/linux-shaggyLinus Torvalds5-31/+52
2024-01-10Merge tag 'gfs2-v6.7-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds21-151/+182
2024-01-10Merge tag 'for-6.8-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds61-3158/+3857
2024-01-10Merge tag 'xfs-6.8-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds146-2943/+12727
2024-01-10Merge tag 'fsnotify_for_v6.8-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds5-100/+140
2024-01-10Merge tag 'fs_for_v6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-13/+8
2024-01-10erofs: make erofs_{err,info}() support NULL sb parameterChunhai Guo2-3/+9
2024-01-10erofs: avoid debugging output for (de)compressed dataGao Xiang1-7/+1
2024-01-10firewire: core: fill model field in modalias of unit device for legacy layout...Takashi Sakamoto2-3/+20
2024-01-09cifs: update internal module version number for cifs.koSteve French1-2/+2
2024-01-09ksmbd: Add missing set_freezable() for freezable kthreadKevin Hao1-0/+1
2024-01-10Merge tag 'drm-intel-gt-next-2023-12-15' of git://anongit.freedesktop.org/drm...Dave Airlie14-50/+43
2024-01-09Merge tag 'linux_kselftest-next-6.8-rc1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds8-44/+192
2024-01-09ksmbd: free ppace array on error in parse_daclFedor Pchelkin1-4/+7
2024-01-09Merge tag 'linux_kselftest-kunit-6.8-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds30-146/+978
2024-01-09Merge tag 'linux_kselftest-nolibc-6.8-rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds9-50/+318
2024-01-09Merge tag 'efi-next-for-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds19-33/+987
2024-01-09Merge tag 'for-linus-6.8-1' of https://github.com/cminyard/linux-ipmiLinus Torvalds3-11/+7
2024-01-09Merge tag 'platform-drivers-x86-v6.8-1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds66-799/+5846
2024-01-09Merge tag 'tag-chrome-platform-firmware-for-v6.8' of git://git.kernel.org/pub...Linus Torvalds2-3/+5
2024-01-09Merge tag 'tag-chrome-platform-for-v6.8' of git://git.kernel.org/pub/scm/linu...Linus Torvalds4-32/+64
2024-01-09Merge tag 'pm-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds21-395/+658
2024-01-09Merge tag 'thermal-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds30-764/+1074
2024-01-09Merge tag 'acpi-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds41-554/+1603
2024-01-09Merge tag 'mtd/for-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/...Linus Torvalds34-464/+740
2024-01-09Merge tag 'spi-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Linus Torvalds59-1722/+2156
2024-01-09Merge tag 'regulator-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds30-141/+638
2024-01-09Merge tag 'regmap-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Linus Torvalds5-13/+85
2024-01-09Merge tag 'integrity-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/z...Linus Torvalds8-7/+62
2024-01-09Merge tag 'landlock-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-27/+145
2024-01-09Merge tag 'lsm-pr-20240105' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds66-122/+1784
2024-01-09Merge tag 'selinux-pr-20240105' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds20-603/+543
2024-01-09Merge tag 'audit-pr-20240105' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-8/+29
2024-01-09Merge branch 'clk-rs9' into clk-nextStephen Boyd2-17/+30
2024-01-09Merge branches 'clk-zynq', 'clk-xilinx' and 'clk-stm' into clk-nextStephen Boyd17-292/+1350
2024-01-09Merge branches 'clk-imx', 'clk-qcom', 'clk-amlogic' and 'clk-mediatek' into c...Stephen Boyd78-365/+22858