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-24
gpu: nova-core: Add basic Turing HAL
Timur Tabi
3
-0
/
+97
2026-01-24
gpu: nova-core: move some functions into the HAL
Timur Tabi
3
-42
/
+54
2026-01-24
gpu: nova-core: add NV_PFALCON_FALCON_DMATRFCMD::with_falcon_mem()
Timur Tabi
2
-11
/
+12
2026-01-24
gpu: nova-core: add support for Turing/GA100 fwsignature
Timur Tabi
1
-1
/
+8
2026-01-24
gpu: nova-core: support header parsing on Turing/GA100
Timur Tabi
1
-4
/
+24
2026-01-24
gpu: nova-core: add ImemNonSecure section infrastructure
Timur Tabi
3
-2
/
+32
2026-01-23
KVM: x86: Add SRCU protection for reading PDPTRs in __get_sregs2()
Vasiliy Kovalev
1
-0
/
+2
2026-01-24
gpu: nova-core: rename Imem to ImemSecure
Timur Tabi
3
-14
/
+20
2026-01-23
Merge tag 'kbuild-fixes-6.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/kbuild/linux
Linus Torvalds
2
-6
/
+7
2026-01-23
kbuild: rust: clean libpin_init_internal in mrproper
Chen Miao
1
-1
/
+2
2026-01-23
Merge tag 's390-6.19-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
Linus Torvalds
5
-12
/
+13
2026-01-23
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
Linus Torvalds
3
-21
/
+33
2026-01-23
bonding: annotate data-races around slave->last_rx
Eric Dumazet
3
-18
/
+21
2026-01-23
et4: allow zeroout when doing written to unwritten split
Ojaswin Mujoo
2
-9
/
+122
2026-01-23
ext4: refactor split and convert extents
Ojaswin Mujoo
1
-165
/
+112
2026-01-23
ext4: refactor zeroout path and handle all cases
Ojaswin Mujoo
1
-98
/
+185
2026-01-23
ext4: propagate flags to ext4_convert_unwritten_extents_endio()
Ojaswin Mujoo
1
-6
/
+3
2026-01-23
ext4: propagate flags to convert_initialized_extent()
Ojaswin Mujoo
1
-3
/
+4
2026-01-23
ext4: add extent status cache support to kunit tests
Ojaswin Mujoo
3
-47
/
+63
2026-01-23
ext4: kunit tests for higher level extent manipulation functions
Ojaswin Mujoo
4
-9
/
+365
2026-01-23
ext4: kunit tests for extent splitting and conversion
Ojaswin Mujoo
4
-2
/
+587
2026-01-23
Merge tag 'v6.19-rc6-server-fixes' of git://git.samba.org/ksmbd
Linus Torvalds
2
-9
/
+9
2026-01-23
Merge tag 'pci-v6.19-fixes-4' of git://git.kernel.org/pub/scm/linux/kernel/git/pci/pci
Linus Torvalds
2
-21
/
+20
2026-01-23
Merge tag 'platform-drivers-x86-v6.19-3' of git://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86
Linus Torvalds
10
-18
/
+256
2026-01-23
Merge branch 'for-7.0/cxl-init' into cxl-for-next
Dave Jiang
14
-130
/
+280
2026-01-23
Merge tag 'pmdomain-v6.19-rc3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/linux-pm
Linus Torvalds
2
-4
/
+17
2026-01-23
coco/tsm: Remove unused variable tsm_rwsem
Thomas Weißschuh
1
-2
/
+0
2026-01-23
Merge tag 'mmc-v6.19-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc
Linus Torvalds
2
-0
/
+55
2026-01-23
io_uring/io-wq: handle !sysctl_hung_task_timeout_secs
Jens Axboe
1
-0
/
+2
2026-01-23
Merge tag 'block-6.19-20260122' of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux
Linus Torvalds
8
-57
/
+100
2026-01-23
thermal: intel: x86_pkg_temp_thermal: Handle invalid temperature
Rafael J. Wysocki
1
-0
/
+3
2026-01-23
Merge tag 'io_uring-6.19-20260122' of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux
Linus Torvalds
4
-23
/
+59
2026-01-23
cpuidle: governors: teo: Refine tick_intercepts vs total events check
Rafael J. Wysocki
1
-1
/
+1
2026-01-23
cpuidle: governors: teo: Avoid fake intercepts produced by tick
Rafael J. Wysocki
1
-0
/
+11
2026-01-23
cpuidle: governors: teo: Avoid selecting states with zero-size bins
Rafael J. Wysocki
1
-0
/
+10
2026-01-23
Merge tag 'iommu-fixes-v6.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/iommu/linux
Linus Torvalds
3
-4
/
+3
2026-01-23
sample: rust: pci: add tests for config space routines
Zhi Wang
1
-0
/
+26
2026-01-23
rust: pci: add config space read/write support
Zhi Wang
3
-4
/
+204
2026-01-23
cpuidle: governors: menu: Always check timers with tick stopped
Rafael J. Wysocki
1
-11
/
+11
2026-01-23
rust: io: factor out MMIO read/write macros
Zhi Wang
1
-45
/
+102
2026-01-23
rust: io: separate generic I/O helpers from MMIO implementation
Zhi Wang
11
-130
/
+434
2026-01-23
drm/tyr: suppress unread field warnings
Deborah Brouwer
1
-6
/
+6
2026-01-23
perf regs: Refactor use of arch__sample_reg_masks() to perf_reg_name()
Ian Rogers
14
-282
/
+76
2026-01-23
perf annotate: Fix memcpy size in arch__grow_instructions()
Suchit Karunakaran
1
-1
/
+1
2026-01-23
perf tests sched: Avoid error in cleanup on loaded machines
Ian Rogers
1
-1
/
+1
2026-01-23
perf inject: With --convert-callchain ignore the dummy event for dwarf stacks
Ian Rogers
1
-1
/
+1
2026-01-23
perf disasm: Minor layout tweaks for 'struct arch'
Ian Rogers
1
-4
/
+4
2026-01-23
perf disasm: Refactor arch__find and initialization of arch structs
Ian Rogers
16
-241
/
+282
2026-01-23
perf map_symbol: Switch from holding maps to holding thread
Ian Rogers
18
-44
/
+47
2026-01-23
perf disasm: Refactor ins__is_call/jump to avoid exposing arch ins_ops
Ian Rogers
4
-8
/
+12
[prev]
[next]