summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-09-27sched_ext: Decouple locks in scx_ops_disable_workfn()Tejun Heo1-20/+17
2024-09-27sched_ext: Add scx_cgroup_enabled to gate cgroup operations and fix scx_tg_on...Tejun Heo1-13/+22
2024-09-27sched_ext: Enable scx_ops_init_task() separatelyTejun Heo1-4/+10
2024-09-27sched_ext: Fix SCX_TASK_INIT -> SCX_TASK_READY transitions in scx_ops_enable()Tejun Heo1-2/+3
2024-09-27sched_ext: Initialize in bypass modeTejun Heo1-10/+15
2024-09-27sched_ext: Remove SCX_OPS_PREPPINGTejun Heo1-22/+7
2024-09-27sched_ext: Relocate check_hotplug_seq() call in scx_ops_enable()Tejun Heo1-2/+1
2024-09-27Merge tag 'uml-for-linus-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds24-189/+286
2024-09-27ovl: fix file leak in ovl_real_fdget_meta()Amir Goldstein1-1/+1
2024-09-27Merge tag 'random-6.12-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-41/+56
2024-09-27Merge tag 'bitmap-for-6.12' of https://github.com/norov/linuxLinus Torvalds8-232/+325
2024-09-27Merge tag 'tomoyo-pr-20240927' of git://git.code.sf.net/p/tomoyo/tomoyoLinus Torvalds12-121/+583
2024-09-27Merge tag 'cxl-for-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl...Linus Torvalds26-403/+1089
2024-09-27selftests: vDSO: align stack for O2-optimized memcpyJason A. Donenfeld1-0/+2
2024-09-27HID: bpf: fix cfi stubs for hid_bpf_opsBenjamin Tissoires1-0/+14
2024-09-27Merge tag 'mm-hotfixes-stable-2024-09-27-09-45' of git://git.kernel.org/pub/s...Linus Torvalds22-41/+104
2024-09-27Merge tag 'loongarch-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/c...Linus Torvalds25-193/+565
2024-09-27Merge tag 'sh-for-v6.12-tag1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-7/+4
2024-09-27Merge tag 'i2c-host-fixes-6.12-rc1' of git://git.kernel.org/pub/scm/linux/ker...Wolfram Sang6-3/+58
2024-09-27Merge tag 'for-linus-6.12-rc1a-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds17-47/+509
2024-09-27netfs: Advance iterator correctly rather than jumping itDavid Howells1-3/+9
2024-09-27afs: Fix the setting of the server responding flagDavid Howells1-1/+1
2024-09-27afs: Remove unused struct and function prototypeThorsten Blum1-9/+0
2024-09-27afs: Fix possible infinite loop with unresponsive serversMarc Dionne2-5/+10
2024-09-27pidfs: check for valid pid namespaceChristian Brauner1-1/+4
2024-09-27afs: Fix missing wire-up of afs_retry_request()David Howells1-0/+1
2024-09-27cachefiles: fix dentry leak in cachefiles_open_file()Baokun Li1-4/+3
2024-09-27Merge tag 'for-6.12/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds26-146/+487
2024-09-27Merge tag 'ata-6.12-rc1-part2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+7
2024-09-27Merge tag 'driver-core-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds20-164/+165
2024-09-27Documentation: KVM: fix warning in "make htmldocs"Paolo Bonzini1-0/+1
2024-09-27[tree-wide] finally take no_llseek outAl Viro221-270/+0
2024-09-27mailbox, remoteproc: omap2+: fix compile testingArnd Bergmann3-6/+4
2024-09-27i2c: xiic: Fix pm_runtime_set_suspended() with runtime pm enabledJinjie Ruan1-1/+1
2024-09-27i2c: keba: I2C_KEBA should depend on KEBA_CP500Geert Uytterhoeven1-0/+1
2024-09-27smb: client: make SHA-512 TFM ephemeralEnzo Matsumiya6-47/+17
2024-09-27smb: client: make HMAC-MD5 TFM ephemeralEnzo Matsumiya2-84/+50
2024-09-27smb: client: stop flooding dmesg in smb2_calc_signature()Paulo Alcantara1-1/+1
2024-09-27smb: client: allocate crypto only for primary serverEnzo Matsumiya2-9/+18
2024-09-27smb: client: fix UAF in async decryptionEnzo Matsumiya2-19/+34
2024-09-27sched_ext: Use shorter slice while bypassingTejun Heo1-2/+4
2024-09-27sched_ext: Split the global DSQ per NUMA nodeTejun Heo1-13/+60
2024-09-27sched_ext: Relocate find_user_dsq()Tejun Heo1-5/+5
2024-09-27sched_ext: Allow only user DSQs for scx_bpf_consume(), scx_bpf_dsq_nr_queued(...Tejun Heo1-14/+8
2024-09-27scx_flatcg: Use a user DSQ for fallback instead of SCX_DSQ_GLOBALTejun Heo1-4/+13
2024-09-27netfs: Fix write oops in generic/346 (9p) and generic/074 (cifs)David Howells3-22/+65
2024-09-27drm/amd/pm: update workload mask after the settingKenneth Feng3-2/+13
2024-09-27drm/amdgpu: bump driver version for cleared VRAMAlex Deucher1-1/+2
2024-09-27drm/amdgpu: fix vbios fetching for SR-IOVAlex Deucher1-2/+9
2024-09-27drm/amdgpu: fix PTE copy corruption for sdma 7Frank Min1-2/+5