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
2024-11-11
util_macros.h: fix/rework find_closest() macros
Alexandru Ardelean
1
-16
/
+40
2024-11-11
Improve consistency of '#error' directive messages
Nataniel Farzan
19
-19
/
+19
2024-11-11
ocfs2: fix uninitialized value in ocfs2_file_read_iter()
Dmitry Antipov
2
-0
/
+6
2024-11-11
hung_task: add docs for hung_task_detect_count
Lance Yang
1
-0
/
+9
2024-11-11
hung_task: add detect count for hung tasks
Lance Yang
1
-0
/
+18
2024-11-06
dma-buf: use atomic64_inc_return() in dma_buf_getfile()
Uros Bizjak
1
-1
/
+1
2024-11-06
fs/proc/kcore.c: fix coccinelle reported ERROR instances
Mirsad Todorovac
1
-5
/
+5
2024-11-06
resource: avoid unnecessary resource tree walking in __region_intersects()
Huang Ying
1
-4
/
+22
2024-11-05
ocfs2: remove unused errmsg function and table
Dr. David Alan Gilbert
2
-55
/
+0
2024-11-05
ocfs2: cluster: fix a typo
Andrew Kreimer
1
-1
/
+1
2024-11-05
lib/scatterlist: use sg_phys() helper
Sui Jingfeng
1
-2
/
+2
2024-11-05
checkpatch: always parse orig_commit in fixes tag
Tamir Duberstein
1
-21
/
+16
2024-11-05
nilfs2: convert metadata aops from writepage to writepages
Matthew Wilcox (Oracle)
1
-4
/
+15
2024-11-05
nilfs2: convert nilfs_recovery_copy_block() to take a folio
Matthew Wilcox (Oracle)
1
-10
/
+7
2024-11-05
nilfs2: convert nilfs_page_count_clean_buffers() to take a folio
Matthew Wilcox (Oracle)
4
-6
/
+6
2024-11-05
nilfs2: remove nilfs_writepage
Matthew Wilcox (Oracle)
1
-32
/
+1
2024-11-05
nilfs2: convert checkpoint file to be folio-based
Ryusuke Konishi
1
-175
/
+204
2024-11-05
nilfs2: remove nilfs_palloc_block_get_entry()
Ryusuke Konishi
2
-21
/
+0
2024-11-05
nilfs2: convert DAT file to be folio-based
Ryusuke Konishi
1
-46
/
+52
2024-11-05
nilfs2: convert inode file to be folio-based
Ryusuke Konishi
2
-7
/
+7
2024-11-05
nilfs2: convert persistent object allocator to be folio-based
Ryusuke Konishi
2
-50
/
+89
2024-11-05
nilfs2: convert segment usage file to be folio-based
Ryusuke Konishi
1
-78
/
+82
2024-11-05
nilfs2: convert common metadata file code to be folio-based
Ryusuke Konishi
3
-13
/
+20
2024-11-05
nilfs2: convert segment buffer to be folio-based
Ryusuke Konishi
1
-7
/
+10
2024-11-05
MAINTAINERS: add entry for min heap library code
Kuan-Wei Chiu
1
-0
/
+9
2024-11-05
Documentation/core-api: add min heap API introduction
Kuan-Wei Chiu
2
-0
/
+301
2024-11-05
bcachefs: update min_heap_callbacks to use default builtin swap
Kuan-Wei Chiu
1
-9
/
+1
2024-11-05
bcachefs: clean up duplicate min_heap_callbacks declarations
Kuan-Wei Chiu
2
-28
/
+10
2024-11-05
bcache: update min_heap_callbacks to use default builtin swap
Kuan-Wei Chiu
4
-38
/
+7
2024-11-05
dm vdo: update min_heap_callbacks to use default builtin swap
Kuan-Wei Chiu
2
-10
/
+2
2024-11-05
perf/core: update min_heap_callbacks to use default builtin swap
Kuan-Wei Chiu
1
-8
/
+1
2024-11-05
lib/test_min_heap: update min_heap_callbacks to use default builtin swap
Kuan-Wei Chiu
1
-12
/
+4
2024-11-05
lib min_heap: avoid indirect function call by providing default swap
Kuan-Wei Chiu
1
-3
/
+156
2024-11-05
lib min_heap: optimize min heap by prescaling counters for better performance
Kuan-Wei Chiu
1
-24
/
+49
2024-11-05
lib/min_heap: introduce non-inline versions of min heap API functions
Kuan-Wei Chiu
9
-46
/
+167
2024-11-05
percpu: cast percpu pointer in PERCPU_PTR() via unsigned long
Uros Bizjak
1
-1
/
+4
2024-11-05
percpu: introduce PERCPU_PTR() macro
Uros Bizjak
1
-5
/
+7
2024-11-05
percpu: merge VERIFY_PERCPU_PTR() into its only user
Uros Bizjak
1
-4
/
+4
2024-11-05
perf tools: update expected diff for lib/list_sort.c
Kuan-Wei Chiu
1
-9
/
+2
2024-11-05
tools/lib/list_sort: remove unnecessary header includes
Kuan-Wei Chiu
1
-2
/
+0
2024-11-05
lib/list_sort: remove unnecessary header includes
Kuan-Wei Chiu
1
-3
/
+0
2024-11-05
ipc: fix memleak if msg_init_ns failed in create_ipc_ns
Ma Wupeng
1
-1
/
+3
2024-11-05
scripts/spelling.txt: add typo "exprienced" and "rewritting"
WangYuli
1
-0
/
+2
2024-11-05
perf/hw_breakpoint: use ERR_PTR_PCPU(), IS_ERR_PCPU() and PTR_ERR_PCPU() macros
Uros Bizjak
2
-4
/
+4
2024-11-05
scripts/decode_stacktrace.sh: remove trailing space
Breno Leitao
1
-1
/
+6
2024-11-05
lib/Makefile: make union-find compilation conditional on CONFIG_CPUSETS
Kuan-Wei Chiu
3
-1
/
+6
2024-11-05
tools: fix -Wunused-result in linux.c
Shuah Khan
1
-5
/
+9
2024-11-05
lib/crc16_kunit.c: add KUnit tests for crc16
Vinicius Peixoto
3
-0
/
+165
2024-11-05
scatterlist: fix a typo
Sui Jingfeng
1
-1
/
+1
2024-11-05
reboot: move reboot_notifier_list to kernel/reboot.c
Thomas Weißschuh
3
-10
/
+7
[next]