summaryrefslogtreecommitdiffstats
path: root/fs (unfollow)
Commit message (Expand)AuthorFilesLines
2023-12-21workqueue: Split out workqueue_types.hKent Overstreet5-16/+29
2023-12-21timers: Split out timer_types.hKent Overstreet2-15/+24
2023-12-21signal: Kill bogus dependency on list.hKent Overstreet2-1/+2
2023-12-21timerqueue: Split out timerqueue_types.hKent Overstreet4-14/+20
2023-12-21rslib: kill bogus dependency on list.hKent Overstreet1-1/+0
2023-12-21wait: Remove uapi header file from main header fileMatthew Wilcox (Oracle)3-2/+4
2023-12-21plist: Split out plist_types.hKent Overstreet8-12/+24
2023-12-21sched.h: move pid helpers to pid.hKent Overstreet9-124/+134
2023-12-21pid: Split out pid_types.hKent Overstreet5-14/+22
2023-12-21locking/seqlock: Split out seqlock_types.hKent Overstreet3-78/+96
2023-12-21posix-cpu-timers: Split out posix-timers_types.hKent Overstreet3-67/+84
2023-12-21locking/mutex: split out mutex_types.hKent Overstreet3-52/+73
2023-12-21hrtimers: Split out hrtimer_types.hKent Overstreet3-43/+53
2023-12-21ktime.h: move ktime_t to types.hKent Overstreet2-5/+6
2023-12-21sched.h: Move (spin|rwlock)_needbreak() to spinlock.hKent Overstreet2-31/+31
2023-12-21kernel/numa.c: Move logging out of numa.hKent Overstreet3-13/+33
2023-12-21arm64: Fix circular header dependencyKent Overstreet1-2/+2
2023-12-21timekeeping: Kill percpu.h dependencyKent Overstreet2-1/+3
2023-12-21prandom: Remove unused includeKent Overstreet1-1/+0
2023-12-21nodemask: Split out include/linux/nodemask_types.hKent Overstreet3-2/+12
2023-12-21torture: add missing dependency on hrtimer.hKent Overstreet1-0/+1
2023-12-21PM: fix missing rculist.h dependencyKent Overstreet1-0/+1
2023-12-21time_namespace.h: fix missing includeKent Overstreet1-0/+1
2023-12-21kmsan: add missing types.h dependencyKent Overstreet1-0/+2
2023-12-21kernel/fork.c: add missing includeKent Overstreet1-0/+1
2023-12-21nsproxy.h: add missing includeKent Overstreet1-0/+1
2023-12-21task_stack.h: add missing includeKent Overstreet1-0/+1
2023-12-21microblaze: add missing forward declarationKent Overstreet1-0/+1
2023-12-20m68k: Fix missing includeKent Overstreet1-0/+1
2023-12-20x86: fix missing includes/forward declarationsKent Overstreet5-0/+9
2023-12-18media: vidtv: fix missing includeKent Overstreet1-0/+1
2023-12-18drivers/gpu/drm/i915/i915_memcpy.c: fix missing includesKent Overstreet1-0/+2
2023-12-10Linux 6.7-rc5v6.7-rc5Linus Torvalds1-1/+1
2023-12-09LoongArch: BPF: Fix unconditional bswap instructionsTiezhu Yang1-2/+2
2023-12-09LoongArch: BPF: Fix sign-extension mov instructionsTiezhu Yang1-0/+2
2023-12-09LoongArch: BPF: Don't sign extend function return valueHengqi Chen1-2/+0
2023-12-09LoongArch: BPF: Don't sign extend memory load operandHengqi Chen1-8/+2
2023-12-09LoongArch: Preserve syscall nr across execve()Hengqi Chen1-1/+1
2023-12-09LoongArch: Set unwind stack type to unknown rather than set error flagJinyang He3-3/+2
2023-12-09LoongArch: Slightly clean up drdtime()Xi Ruoyao1-3/+2
2023-12-09LoongArch: Apply dynamic relocations for LLDWANG Rui1-1/+1
2023-12-08KVM: SVM: Update EFER software model on CR0 trap for SEV-ESSean Christopherson1-3/+5
2023-12-08hwmon: (corsair-psu) Fix probe when built-inArmin Wolf1-1/+17
2023-12-08KVM: selftests: add -MP to CFLAGSDavid Woodhouse1-1/+1
2023-12-08KVM: selftests: Actually print out magic token in NX hugepages skip messageangquan yu1-1/+1
2023-12-07ACPI: utils: Fix error path in acpi_evaluate_reference()Rafael J. Wysocki1-1/+1
2023-12-07ALSA: hda/realtek: Add quirk for Lenovo Yoga Pro 7Takashi Iwai1-0/+1
2023-12-07md: split MD_RECOVERY_NEEDED out of mddev_resumeYu Kuai1-4/+26
2023-12-07vsock/virtio: fix "comparison of distinct pointer types lacks a cast" warningStefano Garzarella1-2/+1
2023-12-07net/smc: fix missing byte order conversion in CLC handshakeWen Gu3-9/+8