index
:
laptop-kernel
master
Linux kernel tree for laptop
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2026-01-22
i2c: spacemit: drop IRQF_ONESHOT flag from IRQ request
Yixun Lan
1
-1
/
+1
2026-01-22
apparmor: make str table more generic and be able to have multiple entries
John Johansen
5
-46
/
+90
2026-01-22
apparmor: Fix & Optimize table creation from possibly unaligned memory
Helge Deller
2
-9
/
+10
2026-01-22
AppArmor: Allow apparmor to handle unaligned dfa tables
Helge Deller
1
-7
/
+8
2026-01-22
apparmor: Replace deprecated strcpy with memcpy in gen_symlink_name
Thorsten Blum
1
-4
/
+8
2026-01-22
apparmor: fix NULL sock in aa_sock_file_perm
John Johansen
1
-2
/
+4
2026-01-22
ALSA: hda/realtek: ALC269 fixup for Lenovo Yoga Book 9i 13IRU8 audio
Martin Hamilton
1
-1
/
+23
2026-01-22
ALSA: hda/realtek: Add quirk for Samsung 730QED to fix headphone
Zhang Heng
1
-0
/
+1
2026-01-22
net: atp: drop ancient parallel-port Ethernet driver
Ethan Nelson-Moore
4
-1164
/
+1
2026-01-22
mmc: sdhci-of-dwcmshc: Fix DMA 128MB boundary for Eswin EIC7700
Huan He
1
-0
/
+1
2026-01-22
mmc: sdhci-of-dwcmshc: Fix init for AXI clock for Eswin EIC7700
Huan He
1
-0
/
+6
2026-01-22
net: fec: account for VLAN header in frame length calculations
Clemens Gruber
1
-6
/
+7
2026-01-22
xen/netfront: Use u64_stats_t with u64_stats_sync properly
David Yang
1
-12
/
+12
2026-01-22
net: ifb: use u64_stats_t with u64_stats_sync properly
David Yang
1
-9
/
+9
2026-01-22
net: openvswitch: fix data race in ovs_vport_get_upcall_stats
David Yang
1
-5
/
+6
2026-01-22
kselftest/arm64: Use syscall() macro over nolibc my_syscall()
Thomas Weißschuh
2
-26
/
+17
2026-01-22
arm64: mm: warn once for ioremap attempts on RAM mappings
Breno Leitao
1
-1
/
+2
2026-01-22
arm64: topology: Do not warn on missing AMU in cpuhp_topology_online()
Geert Uytterhoeven
1
-1
/
+0
2026-01-22
cipso: harden use of skb_cow() in cipso_v4_skbuff_setattr()
Will Rosenberg
1
-1
/
+2
2026-01-22
drm/xe: Select CONFIG_DEVICE_PRIVATE when DRM_XE_GPUSVM is selected
Thomas Hellström
1
-1
/
+2
2026-01-22
t Merge branch 'a-series-of-minor-optimizations-of-the-bonding-module'
Paolo Abeni
3
-47
/
+75
2026-01-22
net: bonding: add the READ_ONCE/WRITE_ONCE for outside lock accessing
Tonghao Zhang
1
-4
/
+5
2026-01-22
net: bonding: skip the 2nd trylock when first one fail
Tonghao Zhang
1
-7
/
+9
2026-01-22
net: bonding: move bond_should_notify_peers, e.g. into rtnl lock block
Tonghao Zhang
1
-21
/
+9
2026-01-22
net: bonding: use workqueue to make sure peer notify updated in lacp mode
Tonghao Zhang
3
-19
/
+56
2026-01-22
arm64: Unconditionally enable PAN support
Marc Zyngier
5
-28
/
+3
2026-01-22
arm64: Unconditionally enable LSE support
Marc Zyngier
7
-66
/
+0
2026-01-22
sched: remove task_struct->faults_disabled_mapping
Christoph Hellwig
2
-2
/
+0
2026-01-22
sched: Update rq->avg_idle when a task is moved to an idle CPU
Shubhang Kaushik
3
-12
/
+14
2026-01-22
selftests/rseq: Add rseq slice histogram script
Peter Zijlstra
2
-0
/
+135
2026-01-22
hrtimer: Fix trace oddity
Thomas Gleixner
1
-1
/
+1
2026-01-22
rseq: Lower default slice extension
Peter Zijlstra
2
-2
/
+2
2026-01-22
rseq: Move slice_ext_nsec to debugfs
Peter Zijlstra
3
-35
/
+49
2026-01-22
rseq: Allow registering RSEQ with slice extension
Peter Zijlstra
2
-3
/
+12
2026-01-22
selftests/rseq: Implement time slice extension test
Thomas Gleixner
4
-1
/
+251
2026-01-22
entry: Hook up rseq time slice extension
Thomas Gleixner
1
-2
/
+25
2026-01-22
rseq: Implement rseq_grant_slice_extension()
Thomas Gleixner
1
-0
/
+108
2026-01-22
rseq: Reset slice extension when scheduled
Thomas Gleixner
1
-2
/
+28
2026-01-22
rseq: Implement time slice extension enforcement timer
Thomas Gleixner
4
-13
/
+170
2026-01-22
rseq: Implement syscall entry work for time slice extensions
Thomas Gleixner
5
-10
/
+112
2026-01-22
rseq: Implement sys_rseq_slice_yield()
Thomas Gleixner
22
-1
/
+46
2026-01-22
rseq: Add prctl() to enable time slice extensions
Thomas Gleixner
4
-0
/
+77
2026-01-22
rseq: Add statistics for time slice extensions
Thomas Gleixner
2
-0
/
+19
2026-01-22
rseq: Provide static branch for time slice extensions
Thomas Gleixner
3
-0
/
+33
2026-01-22
rseq: Add fields and constants for time slice extension
Thomas Gleixner
6
-1
/
+220
2026-01-22
sched/debug: Convert copy_from_user() + kstrtouint() to kstrtouint_from_user()
Fushuai Wang
1
-10
/
+4
2026-01-22
arm64/fpsimd: signal: Fix restoration of SVE context
Mark Rutland
1
-6
/
+16
2026-01-22
arm64/fpsimd: signal: Allocate SSVE storage when restoring ZA
Mark Rutland
1
-0
/
+4
2026-01-22
arm64/fpsimd: ptrace: Fix SVE writes on !SME systems
Mark Rutland
1
-14
/
+12
2026-01-22
Merge tag 'apple-soc-dt-6.20' of https://git.kernel.org/pub/scm/linux/kernel/git/sven/linux into soc/dt
Krzysztof Kozlowski
28
-0
/
+2317
[prev]
[next]