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-postgresql.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2023-06-21
cpufreq: intel_pstate: Fix energy_performance_preference for passive
Tero Kristo
1
-0
/
+2
2023-06-21
cpufreq: amd-pstate: Add a kernel config option to set default mode
Mario Limonciello
3
-26
/
+68
2023-06-21
cpufreq: amd-pstate: Set a fallback policy based on preferred_profile
Mario Limonciello
1
-2
/
+26
2023-06-21
ACPI: CPPC: Add definition for undefined FADT preferred PM profile value
Mario Limonciello
1
-1
/
+2
2023-06-20
cpufreq: amd-pstate: Set default governor to schedutil
Mario Limonciello
1
-1
/
+1
2023-06-18
Linux 6.4-rc7
Linus Torvalds
1
-1
/
+1
2023-06-18
mm/mmap: Fix error path in do_vmi_align_munmap()
Liam R. Howlett
1
-20
/
+17
2023-06-18
ata: libata-scsi: Avoid deadlock on rescan after device resume
Damien Le Moal
4
-4
/
+25
2023-06-17
parisc: Delete redundant register definitions in <asm/assembly.h>
Ben Hutchings
1
-4
/
+0
2023-06-16
afs: Fix vlserver probe RTT handling
David Howells
1
-2
/
+2
2023-06-16
PM: domains: Move the verification of in-params from genpd_add_device()
Ulf Hansson
1
-3
/
+6
2023-06-16
cpufreq: amd-pstate: Make amd-pstate EPP driver name hyphenated
Wyes Karny
1
-1
/
+1
2023-06-16
cpufreq: amd-pstate: Write CPPC enable bit per-socket
Wyes Karny
1
-1
/
+27
2023-06-16
intel_idle: Add support for using intel_idle in a VM guest using just hlt
Arjan van de Ven
1
-1
/
+116
2023-06-16
ALSA: usb-audio: Add quirk flag for HEM devices to enable native DSD playback
Lukasz Tyl
1
-0
/
+2
2023-06-16
ALSA: usb-audio: Fix broken resume due to UAC3 power state
Takashi Iwai
1
-0
/
+4
2023-06-16
ALSA: seq: oss: Fix racy open/close of MIDI devices
Takashi Iwai
1
-13
/
+22
2023-06-16
nouveau: fix client work fence deletion race
Dave Airlie
1
-4
/
+10
2023-06-15
dccp: Print deprecation notice.
Kuniyuki Iwashima
1
-0
/
+3
2023-06-15
udplite: Print deprecation notice.
Kuniyuki Iwashima
2
-0
/
+6
2023-06-15
octeon_ep: Add missing check for ioremap
Jiasheng Jiang
1
-1
/
+6
2023-06-15
selftests/ptp: Fix timestamp printf format for PTP_SYS_OFFSET
Alex Maftei
1
-3
/
+3
2023-06-15
net: ethernet: stmicro: stmmac: fix possible memory leak in __stmmac_open
Christian Marangi
1
-2
/
+7
2023-06-15
net: tipc: resize nlattr array to correct size
Lin Ma
1
-2
/
+2
2023-06-15
dm: use op specific max_sectors when splitting abnormal io
Mike Snitzer
1
-9
/
+16
2023-06-15
dm thin: fix issue_discard to pass GFP_NOIO to __blkdev_issue_discard
Mike Snitzer
1
-2
/
+1
2023-06-15
dm thin metadata: check fail_io before using data_sm
Li Lingfeng
1
-8
/
+12
2023-06-15
dm: don't lock fs when the map is NULL during suspend or resume
Li Lingfeng
2
-4
/
+5
2023-06-15
cpufreq: Fail driver register if it has adjust_perf without fast_switch
Wyes Karny
2
-2
/
+6
2023-06-15
sfc: fix XDP queues mode with legacy IRQ
Íñigo Huguet
2
-0
/
+4
2023-06-15
net: macsec: fix double free of percpu stats
Fedor Pchelkin
1
-7
/
+5
2023-06-15
net: lapbether: only support ethernet devices
Eric Dumazet
1
-0
/
+3
2023-06-15
MAINTAINERS: add reviewers for SMC Sockets
Jan Karcher
1
-0
/
+3
2023-06-15
s390/ism: Fix trying to free already-freed IRQ by repeated ism_dev_exit()
Julian Ruess
1
-8
/
+0
2023-06-15
LoongArch: Fix debugfs_create_dir() error checking
Immad Mir
1
-1
/
+1
2023-06-15
LoongArch: Avoid uninitialized alignment_mask
Qing Zhang
1
-0
/
+2
2023-06-15
LoongArch: Fix perf event id calculation
Huacai Chen
1
-3
/
+3
2023-06-15
LoongArch: Fix the write_fcsr() macro
Qi Hu
1
-1
/
+1
2023-06-15
LoongArch: Let pmd_present() return true when splitting pmd
Hongchen Zhang
2
-1
/
+4
2023-06-14
net: dsa: felix: fix taprio guard band overflow at 10Mbps with jumbo frames
Vladimir Oltean
1
-1
/
+1
2023-06-14
net/sched: cls_api: Fix lockup on flushing explicitly created chain
Vlad Buslov
1
-5
/
+7
2023-06-14
ice: Fix ice module unload
Jakub Buchocki
1
-11
/
+5
2023-06-14
net/handshake: remove fput() that causes use-after-free
Lin Ma
2
-5
/
+0
2023-06-14
ext4: drop the call to ext4_error() from ext4_get_group_info()
Fabio M. De Francesco
1
-11
/
+9
2023-06-14
Revert "ext4: remove unnecessary check in ext4_bg_num_gdb_nometa"
Kemeng Shi
1
-1
/
+4
2023-06-14
scsi: lpfc: Fix incorrect big endian type assignment in bsg loopback path
Justin Tee
1
-4
/
+4
2023-06-14
scsi: target: core: Fix error path in target_setup_session()
Bob Pearson
1
-0
/
+2
2023-06-14
scsi: storvsc: Always set no_report_opcodes
Michael Kelley
1
-0
/
+2
2023-06-14
scsi: aacraid: Reply queue mapping to CPUs based on IRQ affinity
Sagar Biradar
4
-3
/
+43
2023-06-14
clk: pxa: fix NULL pointer dereference in pxa3xx_clk_update_accr
Arnd Bergmann
1
-1
/
+1
[next]