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
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-07-14
PCI/IOV: Restore VF resizable BAR state after reset
MichaĆ Winiarski
1
-0
/
+9
2025-07-14
crypto: sha1 - Remove sha1_base.h
Eric Biggers
1
-82
/
+0
2025-07-14
idpf: implement get LAN MMIO memory regions
Joshua Hay
1
-0
/
+8
2025-07-14
idpf: implement RDMA vport auxiliary dev create, init, and destroy
Joshua Hay
1
-0
/
+19
2025-07-14
idpf: implement core RDMA auxiliary dev create, init, and destroy
Joshua Hay
1
-0
/
+28
2025-07-14
sunrpc: rearrange struct svc_rqst for fewer cachelines
Jeff Layton
1
-3
/
+3
2025-07-14
sunrpc: remove SVC_SYSERR
Jeff Layton
2
-3
/
+0
2025-07-14
sunrpc: fix handling of unknown auth status codes
Jeff Layton
2
-8
/
+12
2025-07-14
sunrpc: new tracepoints around svc thread wakeups
Jeff Layton
1
-5
/
+18
2025-07-14
sunrpc: simplify xdr_init_encode_pages
Christoph Hellwig
1
-2
/
+1
2025-07-14
lib/crypto: sha1: Add HMAC support
Eric Biggers
1
-0
/
+118
2025-07-14
lib/crypto: sha1: Add SHA-1 library functions
Eric Biggers
1
-0
/
+60
2025-07-14
drm/bridge: Pass down connector to drm bridge detect hook
Andy Yan
1
-2
/
+4
2025-07-14
drm/bridge: Make dp/hdmi_audio_* callback keep the same paramter order with get_modes
Andy Yan
1
-18
/
+18
2025-07-14
lib/crypto: sha1: Rename sha1_init() to sha1_init_raw()
Eric Biggers
1
-1
/
+1
2025-07-14
lib/crypto: sha2: Add hmac_sha*_init_usingrawkey()
Eric Biggers
1
-0
/
+60
2025-07-14
sched: Do not call __put_task_struct() on rt if pi_blocked_on is set
Luis Claudio R. Goncalves
1
-17
/
+10
2025-07-14
locking/mutex: Add p->blocked_on wrappers for correctness checks
Valentin Schneider
1
-2
/
+62
2025-07-14
locking/mutex: Rework task_struct::blocked_on
Peter Zijlstra
1
-4
/
+1
2025-07-14
sched: Add CONFIG_SCHED_PROXY_EXEC & boot argument to enable/disable
John Stultz
1
-0
/
+13
2025-07-14
Merge branch 'tip/sched/urgent'
Peter Zijlstra
58
-146
/
+351
2025-07-14
Revert "netfilter: nf_tables: Add notifications for hook changes"
Phil Sutter
3
-17
/
+0
2025-07-14
PM / devfreq: Allow devfreq driver to add custom sysfs ABIs
Jie Zhan
1
-0
/
+4
2025-07-14
Add RPMh regulator support for PM7550 & PMR735B
Mark Brown
39
-61
/
+222
2025-07-14
ASoC: codec: Convert to GPIO descriptors for
Mark Brown
18
-34
/
+92
2025-07-14
netfs: Fix race between cache write completion and ALL_QUEUED being set
David Howells
1
-0
/
+30
2025-07-14
sched/topology: Remove sched_domain_topology_level::flags
K Prateek Nayak
2
-11
/
+0
2025-07-14
smpboot: introduce SDTL_INIT() helper to tidy sched topology setup
Li Chen
1
-2
/
+2
2025-07-14
iomap: add read_folio_range() handler for buffered writes
Christoph Hellwig
1
-0
/
+10
2025-07-14
iomap: replace iomap_folio_ops with iomap_write_ops
Christoph Hellwig
1
-13
/
+9
2025-07-14
iomap: export iomap_writeback_folio
Christoph Hellwig
1
-0
/
+1
2025-07-14
iomap: add public helpers for uptodate state manipulation
Joanne Koong
1
-0
/
+5
2025-07-14
iomap: hide ioends from the generic writeback code
Christoph Hellwig
1
-10
/
+9
2025-07-14
iomap: refactor the writeback interface
Christoph Hellwig
1
-11
/
+10
2025-07-14
iomap: pass more arguments using the iomap writeback context
Christoph Hellwig
1
-3
/
+3
2025-07-14
xen: Remove some deadcode (x)
Dr. David Alan Gilbert
2
-4
/
+0
2025-07-14
i2c: Clarify behavior of I2C_M_RD flag
I Viswanath
1
-1
/
+2
2025-07-13
ext4: enhance tracepoints during the folios writeback
Zhang Yi
1
-5
/
+37
2025-07-13
ext4: process folios writeback in bytes
Zhang Yi
1
-7
/
+6
2025-07-13
mm/damon: add trace event for effective size quota
SeongJae Park
1
-0
/
+24
2025-07-13
mm/damon: add trace event for auto-tuned monitoring intervals
SeongJae Park
1
-0
/
+17
2025-07-13
mm/balloon_compaction: provide single balloon_page_insert() and balloon_mapping_gfp_mask()
David Hildenbrand
1
-27
/
+15
2025-07-13
mm/balloon_compaction: "movable_ops" doc updates
David Hildenbrand
1
-7
/
+6
2025-07-13
mm: rename PAGE_MAPPING_* to FOLIO_MAPPING_*
David Hildenbrand
4
-13
/
+12
2025-07-13
mm: simplify folio_expected_ref_count()
David Hildenbrand
1
-2
/
+2
2025-07-13
mm/page-flags: remove folio_mapping_flags()
David Hildenbrand
1
-5
/
+0
2025-07-13
mm/page-alloc: remove PageMappingFlags()
David Hildenbrand
1
-5
/
+0
2025-07-13
mm/page-flags: rename PAGE_MAPPING_MOVABLE to PAGE_MAPPING_ANON_KSM
David Hildenbrand
1
-6
/
+6
2025-07-13
mm: rename PG_isolated to PG_movable_ops_isolated
David Hildenbrand
1
-5
/
+11
2025-07-13
mm: convert "movable" flag in page->mapping to a page flag
David Hildenbrand
3
-19
/
+45
[prev]
[next]