index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
tools
/
perf
/
scripts
/
python
/
export-to-sqlite.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2024-04-24
sched/cpufreq: Take cpufreq feedback into account
Vincent Guittot
1
-20
/
+25
2024-04-24
cpufreq: Add a cpufreq pressure feedback for the scheduler
Vincent Guittot
2
-0
/
+46
2024-04-24
sched/fair: Fix update of rd->sg_overutilized
Vincent Guittot
1
-1
/
+1
2024-04-17
sched/vtime: Do not include <asm/vtime.h> header
Alexander Gordeev
3
-6
/
+0
2024-04-17
s390/irq,nmi: Include <asm/vtime.h> header directly
Alexander Gordeev
2
-0
/
+2
2024-04-17
s390/vtime: Remove unused __ARCH_HAS_VTIME_TASK_SWITCH leftover
Alexander Gordeev
1
-2
/
+0
2024-04-17
sched/vtime: Get rid of generic vtime_task_switch() implementation
Alexander Gordeev
3
-26
/
+22
2024-04-17
sched/vtime: Remove confusing arch_vtime_task_switch() declaration
Alexander Gordeev
1
-1
/
+0
2024-03-29
sched/balancing: Simplify the sg_status bitmask and use separate ->overloaded and ->overutilized flags
Ingo Molnar
2
-29
/
+24
2024-03-28
sched/fair: Rename set_rd_overutilized_status() to set_rd_overutilized()
Ingo Molnar
1
-4
/
+4
2024-03-28
sched/fair: Rename SG_OVERLOAD to SG_OVERLOADED
Ingo Molnar
2
-5
/
+5
2024-03-28
sched/fair: Rename {set|get}_rd_overload() to {set|get}_rd_overloaded()
Ingo Molnar
2
-6
/
+6
2024-03-28
sched/fair: Rename root_domain::overload to ::overloaded
Ingo Molnar
1
-3
/
+3
2024-03-28
sched/fair: Use helper functions to access root_domain::overload
Shrikanth Hegde
2
-5
/
+14
2024-03-28
sched/fair: Check root_domain::overload value before update
Shrikanth Hegde
1
-1
/
+2
2024-03-28
sched/fair: Combine EAS check with root_domain::overutilized access
Shrikanth Hegde
1
-13
/
+7
2024-03-26
sched/fair: Simplify the continue_balancing logic in sched_balance_newidle()
Shrikanth Hegde
1
-5
/
+5
2024-03-26
sched/fair: Introduce is_rd_overutilized() helper function to access root_domain::overutilized
Shrikanth Hegde
1
-3
/
+12
2024-03-26
sched/fair: Add EAS checks before updating root_domain::overutilized
Shrikanth Hegde
1
-19
/
+34
2024-03-25
sched/fair: Don't double balance_interval for migrate_misfit
Qais Yousef
1
-2
/
+11
2024-03-25
sched/topology: Remove root_domain::max_cpu_capacity
Qais Yousef
2
-13
/
+2
2024-03-25
sched/fair: Check if a task has a fitting CPU when updating misfit
Qais Yousef
3
-16
/
+52
2024-03-25
sched/topology: Export asym_cap_list
Qais Yousef
2
-18
/
+39
2024-03-24
Linux 6.9-rc1
Linus Torvalds
1
-2
/
+2
2024-03-24
efi: fix panic in kdump kernel
Oleksandr Tymoshenko
1
-0
/
+2
2024-03-24
x86/efistub: Don't clear BSS twice in mixed mode
Ard Biesheuvel
1
-1
/
+2
2024-03-24
x86/efistub: Call mixed mode boot services on the firmware's stack
Ard Biesheuvel
1
-0
/
+9
2024-03-24
x86/boot/64: Move 5-level paging global variable assignments back
Tom Lendacky
1
-9
/
+7
2024-03-24
x86/boot/64: Apply encryption mask to 5-level pagetable update
Tom Lendacky
1
-1
/
+1
2024-03-24
x86/cpu: Add model number for another Intel Arrow Lake mobile processor
Tony Luck
1
-0
/
+1
2024-03-24
x86/fpu: Keep xfd_state in sync with MSR_IA32_XFD
Adamos Ttofari
2
-6
/
+13
2024-03-24
Documentation/x86: Document that resctrl bandwidth control units are MiB
Tony Luck
1
-4
/
+4
2024-03-23
x86/mpparse: Register APIC address only once
Thomas Gleixner
1
-5
/
+5
2024-03-23
x86/topology: Handle the !APIC case gracefully
Thomas Gleixner
1
-0
/
+11
2024-03-23
x86/topology: Don't evaluate logical IDs during early boot
Thomas Gleixner
1
-5
/
+7
2024-03-23
x86/cpu: Ensure that CPU info updates are propagated on UP
Thomas Gleixner
3
-37
/
+14
2024-03-22
lkdtm/bugs: Improve warning message for compilers without counted_by support
Nathan Chancellor
1
-1
/
+1
2024-03-22
overflow: Change DEFINE_FLEX to take __counted_by member
Kees Cook
8
-22
/
+58
2024-03-22
efi/libstub: fix efi_random_alloc() to allocate memory at alloc_min or higher address
KONDO KAZUMA(近藤 和真)
1
-1
/
+1
2024-03-22
kprobes/x86: Use copy_from_kernel_nofault() to read from unsafe address
Masami Hiramatsu (Google)
1
-1
/
+10
2024-03-22
x86/pm: Work around false positive kmemleak report in msr_build_context()
Anton Altaparmakov
1
-5
/
+5
2024-03-22
x86/kexec: Do not update E820 kexec table for setup_data
Dave Young
1
-16
/
+1
2024-03-21
sched/doc: Update documentation for base_slice_ns and CONFIG_HZ relation
Mukesh Kumar Chaurasiya
1
-0
/
+3
2024-03-21
fbdev: panel-tpo-td043mtea1: Convert sprintf() to sysfs_emit()
Li Zhijian
1
-9
/
+4
2024-03-21
nvmet-rdma: remove NVMET_RDMA_REQ_INVALIDATE_RKEY flag
Guixin Liu
1
-5
/
+3
2024-03-21
nvme: remove redundant BUILD_BUG_ON check
Guixin Liu
1
-3
/
+0
2024-03-21
dm-integrity: align the outgoing bio in integrity_recheck
Mikulas Patocka
1
-2
/
+10
2024-03-21
firewire: core: add memo about the caller of show functions for device attributes
Takashi Sakamoto
1
-0
/
+2
2024-03-21
selftests: forwarding: Fix ping failure due to short timeout
Ido Schimmel
2
-4
/
+4
2024-03-21
spi: spi-mt65xx: Fix NULL pointer access in interrupt handler
Fei Shao
1
-10
/
+12
[next]