summaryrefslogtreecommitdiffstats
path: root/kernel/exit.h (unfollow)
Commit message (Expand)AuthorFilesLines
2024-12-29Linux 6.13-rc5v6.13-rc5Linus Torvalds1-1/+1
2024-12-29virt: tdx-guest: Just leak decrypted memory on unrecoverable errorsLi RongQing1-3/+1
2024-12-29x86/fred: Clear WFE in missing-ENDBRANCH #CPsXin Li (Intel)1-0/+30
2024-12-29freezer, sched: Report frozen tasks as 'D' instead of 'R'Chen Ridong1-1/+2
2024-12-29objtool: Add bch2_trans_unlocked_error() to bcachefs noreturnschenchangcheng1-0/+1
2024-12-27rtla/timerlat: Fix histogram ALL for zero samplesTomas Glozar1-81/+96
2024-12-26io_uring/sqpoll: fix sqpoll error handling racesPavel Begunkov1-0/+6
2024-12-26ublk: detach gendisk from ublk device if add_disk() failsMing Lei1-9/+17
2024-12-26i2c: microchip-core: fix "ghost" detectionsConor Dooley1-2/+0
2024-12-26i2c: microchip-core: actually use repeated sendsConor Dooley1-26/+94
2024-12-25i2c: imx: add imx7d compatible string for applying erratum ERR007805Carlos Song1-0/+1
2024-12-25i2c: imx: fix missing stop condition in single-master modeStefan Eichenberger1-5/+3
2024-12-25platform/chrome: cros_ec_lpc: fix product identity for early Framework LaptopsDustin L. Howett1-2/+2
2024-12-24phy: mediatek: phy-mtk-hdmi: add regulator dependencyArnd Bergmann1-0/+1
2024-12-24phy: freescale: fsl-samsung-hdmi: Fix 64-by-32 division cocci warningsAdam Ford1-2/+1
2024-12-24phy: core: Fix an OF node refcount leakage in of_phy_provider_lookup()Zijun Hu1-1/+3
2024-12-24phy: core: Fix an OF node refcount leakage in _of_phy_get()Zijun Hu1-2/+5
2024-12-24phy: core: Fix that API devm_phy_destroy() fails to destroy the phyZijun Hu1-1/+1
2024-12-24phy: core: Fix that API devm_of_phy_provider_unregister() fails to unregister...Zijun Hu1-3/+3
2024-12-24phy: core: Fix that API devm_phy_put() fails to release the phyZijun Hu1-1/+1
2024-12-24dmaengine: tegra: Return correct DMA status when pausedAkhil R1-0/+10
2024-12-24dmaengine: mv_xor: fix child node refcount handling in early exitJavier Carrasco1-0/+2
2024-12-24dmaengine: fsl-edma: implement the cleanup path of fsl_edma3_attach_pd()Joe Hattori2-5/+37
2024-12-24tracing: Prevent bad count for tracing_cpumask_writeLizhi Xu1-0/+3
2024-12-24tracing: Constify string literal data member in struct trace_event_callChristian Göttsche1-1/+1
2024-12-23btrfs: sysfs: fix direct super block member readsQu Wenruo1-3/+3
2024-12-23btrfs: fix transaction atomicity bug when enabling simple quotasJulian Sun1-2/+1
2024-12-23btrfs: avoid monopolizing a core when activating a swap fileFilipe Manana1-0/+2
2024-12-23btrfs: allow swap activation to be interruptibleFilipe Manana1-0/+5
2024-12-23btrfs: fix swap file activation failure due to extents that used to be sharedFilipe Manana1-27/+69
2024-12-23btrfs: fix race with memory mapped writes when activating swap fileFilipe Manana1-7/+24
2024-12-23btrfs: check folio mapping after unlock in put_file_data()Boris Burkov1-0/+6
2024-12-23btrfs: check folio mapping after unlock in relocate_one_folio()Boris Burkov1-0/+6
2024-12-23btrfs: fix use-after-free when COWing tree bock and tracing is enabledFilipe Manana1-7/+4
2024-12-23btrfs: fix use-after-free waiting for encoded read endiosJohannes Thumshirn1-11/+11
2024-12-23tracing/kprobe: Make trace_kprobe's module callback called after jump_label u...Masami Hiramatsu (Google)1-1/+1
2024-12-23cifs: Remove unused is_server_using_iface()Dr. David Alan Gilbert2-27/+0
2024-12-23smb: enable reuse of deferred file handles for write operationsBharath SM1-1/+5
2024-12-23preempt: Move PREEMPT_RT before PREEMPT in vermagic.Sebastian Andrzej Siewior1-3/+3
2024-12-22Linux 6.13-rc4v6.13-rc4Linus Torvalds1-1/+1
2024-12-22KVM: x86: let it be known that ignore_msrs is a bad ideaPaolo Bonzini1-0/+7
2024-12-22KVM: VMX: don't include '<linux/find.h>' directlyWolfram Sang1-1/+1
2024-12-21staging: gpib: Fix allyesconfig build failuresSteven Rostedt2-2/+2
2024-12-21modpost: distinguish same module paths from different dump filesMasahiro Yamada2-9/+11
2024-12-21kbuild: deb-pkg: Do not install maint scripts for arch 'um'Nicolas Schier1-0/+6
2024-12-21kbuild: deb-pkg: add debarch for ARCH=umMasahiro Yamada1-0/+7
2024-12-21kbuild: Drop support for include/asm-<arch> in headers_check.plGeert Uytterhoeven2-8/+3
2024-12-20selftests/bpf: Test bpf_skb_change_tail() in TC ingressCong Wang2-0/+168
2024-12-20selftests/bpf: Introduce socket_helpers.h for TC testsCong Wang2-384/+395
2024-12-20selftests/bpf: Add a BPF selftest for bpf_skb_change_tail()Cong Wang2-0/+91