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
path:
root
/
include
/
linux
Age
Commit message (
Expand
)
Author
Files
Lines
2025-12-17
serdev: Provide a bustype shutdown function
Uwe Kleine-König
1
-0
/
+1
2025-12-17
usb: linux/usb.h: Correct the description of the usb_device_driver member
Yi Cong
1
-2
/
+1
2025-12-17
usb: typec: Export typec bus and typec altmode device type
Chaoyi Chen
2
-0
/
+11
2025-12-17
ACPI: PCI: PM: Rework root bus notification setup
Rafael J. Wysocki
1
-1
/
+2
2025-12-17
unwind_user/fp: Use dummies instead of ifdef
Jens Remus
1
-2
/
+16
2025-12-17
perf/x86/core: Register a new vector for handling mediated guest PMIs
Sean Christopherson
1
-0
/
+8
2025-12-17
perf: Add APIs to load/put guest mediated PMU context
Kan Liang
1
-0
/
+2
2025-12-17
perf: Add a EVENT_GUEST flag
Kan Liang
1
-0
/
+6
2025-12-17
perf: Clean up perf ctx time
Kan Liang
1
-6
/
+7
2025-12-17
perf: Add APIs to create/release mediated guest vPMUs
Kan Liang
1
-0
/
+6
2025-12-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after 6.19-rc1
Alexei Starovoitov
245
-2027
/
+8161
2025-12-17
Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Linus Torvalds
1
-0
/
+3
2025-12-16
scsi: scsi_transport_fc: Introduce encryption group in fc_rport attribute
Sarah Catania
1
-0
/
+1
2025-12-16
soc: qcom: llcc-qcom: Add support for Glymur
Pankaj Patil
1
-0
/
+4
2025-12-16
dmaengine: shdma: correct most kernel-doc issues in shdma-base.h
Randy Dunlap
1
-14
/
+14
2025-12-16
dmaengine: dw_edma: correct kernel-doc warnings in <linux/dma/edma.h>
Randy Dunlap
1
-13
/
+11
2025-12-16
audit: add audit_log_nf_skb helper function
Ricardo Robaina
1
-0
/
+8
2025-12-16
efi: Support EDID information
Thomas Zimmermann
1
-4
/
+5
2025-12-16
sysfb: Move edid_info into sysfb_primary_display
Thomas Zimmermann
1
-0
/
+6
2025-12-16
sysfb: Replace screen_info with sysfb_primary_display
Thomas Zimmermann
2
-4
/
+3
2025-12-16
sysfb: Add struct sysfb_display_info
Thomas Zimmermann
1
-0
/
+5
2025-12-16
efi: sysfb_efi: Reduce number of references to global screen_info
Thomas Zimmermann
1
-4
/
+5
2025-12-16
mtd: spinand: add support for Dosilicon DS35Q1GA/DS35M1GA
Ahmed Naseef
1
-0
/
+1
2025-12-16
Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
1
-1
/
+1
2025-12-16
shmem: fix recovery on rename failures
Al Viro
1
-1
/
+1
2025-12-15
lsm: fix kernel-doc struct member names
Randy Dunlap
1
-2
/
+2
2025-12-15
irqchip: Add RZ/{T2H,N2H} Interrupt Controller (ICU) driver
Cosmin Tanislav
1
-0
/
+23
2025-12-15
genirq: Add interrupt redirection infrastructure
Radu Rendec
2
-1
/
+26
2025-12-15
genirq: Remove setup_percpu_irq()
Marc Zyngier
1
-3
/
+0
2025-12-15
genirq: Remove __request_percpu_irq() helper
Marc Zyngier
1
-14
/
+4
2025-12-15
genirq: Remove IRQ timing tracking infrastructure
Marc Zyngier
1
-6
/
+0
2025-12-15
genirq/msi: Correct kernel-doc in <linux/msi.h>
Randy Dunlap
1
-6
/
+7
2025-12-15
time/timecounter: Inline timecounter_cyc2time()
Eric Dumazet
1
-2
/
+29
2025-12-15
filelock: allow lease_managers to dictate what qualifies as a conflict
Jeff Layton
1
-0
/
+1
2025-12-15
iomap: replace folio_batch allocation with stack allocation
Brian Foster
1
-2
/
+6
2025-12-15
ASoC: Fix acronym for Intel Gemini Lake
Andy Shevchenko
1
-1
/
+2
2025-12-15
fs: Remove internal old mount API code
Eric Sandeen
2
-3
/
+0
2025-12-15
ns: pad refcount
Mateusz Guzik
1
-1
/
+3
2025-12-15
fs: track the inode having file locks with a flag in ->i_opflags
Mateusz Guzik
2
-4
/
+12
2025-12-15
filelock: use a consume fence in locks_inode_context()
Mateusz Guzik
1
-1
/
+4
2025-12-15
VFS/knfsd: Teach dentry_create() to use atomic_open()
Benjamin Coddington
1
-1
/
+1
2025-12-15
Merge drm/drm-next into drm-misc-next
Maxime Ripard
408
-7212
/
+17381
2025-12-15
ata: libata: Allow more quirks
Niklas Cassel
1
-32
/
+32
2025-12-15
ata: libata: Change libata.force to use the generic ATA_QUIRK_MAX_SEC quirk
Niklas Cassel
2
-6
/
+0
2025-12-15
ata: libata: Add ATA_QUIRK_MAX_SEC and convert all device quirks
Niklas Cassel
2
-3
/
+2
2025-12-15
sched/fair: Separate se->vlag from se->vprot
Ingo Molnar
1
-9
/
+4
2025-12-14
<linux/compiler_types.h>: Add the __signed_scalar_typeof() helper
Peter Zijlstra
1
-0
/
+19
2025-12-14
Merge tag 'irq-urgent-2025-12-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-16
/
+0
2025-12-14
Merge tag 'core-urgent-2025-12-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-1
/
+1
2025-12-13
mm: Remove tlb_flush_reason::NR_TLB_FLUSH_REASONS from <linux/mm_types.h>
Tal Zussman
1
-1
/
+0
[prev]
[next]