index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2022-09-11
buffer: use try_cmpxchg in discard_buffer
Uros Bizjak
1
-9
/
+5
2022-09-11
epoll: use try_cmpxchg in list_add_tail_lockless
Uros Bizjak
1
-1
/
+1
2022-09-11
ia64: fix clock_getres(CLOCK_MONOTONIC) to report ITC frequency
Sergei Trofimovich
2
-1
/
+27
2022-09-11
fs/qnx6: delete unnecessary checks before brelse()
Minghao Chi
1
-4
/
+2
2022-09-11
kernel: exit: cleanup release_thread()
Kefeng Wang
33
-118
/
+7
2022-09-11
proc: save LOC in vsyscall test
Brian Foster
1
-40
/
+16
2022-09-11
llist: use try_cmpxchg in llist_add_batch and llist_del_first
Uros Bizjak
1
-8
/
+4
2022-09-11
panic, kexec: make __crash_kexec() NMI safe
Valentin Schneider
4
-20
/
+30
2022-09-11
kexec: turn all kexec_mutex acquisitions into trylocks
Valentin Schneider
3
-6
/
+15
2022-09-11
lib/cmdline: avoid page fault in next_arg
Neel Natu
1
-1
/
+1
2022-09-11
checkpatch: add kmap and kmap_atomic to the deprecated list
Ira Weiny
1
-0
/
+2
2022-09-11
fs/isofs: replace kmap() with kmap_local_page()
Fabio M. De Francesco
1
-10
/
+10
2022-09-11
treewide: defconfig: address renamed CONFIG_DEBUG_INFO=y
Arnd Bergmann
38
-38
/
+38
2022-09-11
ipc/util.c: cleanup and improve sysvipc_find_ipc()
Manfred Spraul
1
-21
/
+32
2022-09-11
scripts/decodecode: improve faulting line determination
Borislav Petkov
1
-15
/
+105
2022-09-11
hfsplus: convert kmap() to kmap_local_page() in btree.c
Fabio M. De Francesco
1
-14
/
+14
2022-09-11
hfsplus: convert kmap() to kmap_local_page() in bitmap.c
Fabio M. De Francesco
1
-10
/
+10
2022-09-11
hfsplus: convert kmap() to kmap_local_page() in bnode.c
Fabio M. De Francesco
1
-57
/
+48
2022-09-11
hfsplus: unmap the page in the "fail_page" label
Fabio M. De Francesco
1
-0
/
+1
2022-09-11
mm: fix PageAnonExclusive clearing racing with concurrent RCU GUP-fast
David Hildenbrand
6
-12
/
+85
2022-09-11
mm/mremap_pages: save a few cycles in get_dev_pagemap()
Christophe JAILLET
1
-1
/
+1
2022-09-11
mm: remove BUG_ON() in __isolate_free_page()
Kefeng Wang
1
-11
/
+3
2022-09-11
mm/kmemleak: make create_object return void
Liu Shixin
1
-12
/
+9
2022-09-11
selftest: vm: remove deleted local_config.* from .gitignore
Tarun Sahu
1
-1
/
+0
2022-09-11
hugetlb: make hugetlb depends on SYSFS or SYSCTL
Miaohe Lin
1
-0
/
+1
2022-09-11
hugetlb: remove meaningless BUG_ON(huge_pte_none())
Miaohe Lin
1
-1
/
+0
2022-09-11
hugetlb: add comment for subtle SetHPageVmemmapOptimized()
Miaohe Lin
1
-0
/
+4
2022-09-11
hugetlb: kill hugetlbfs_pagecache_page()
Miaohe Lin
1
-14
/
+1
2022-09-11
hugetlb: pass NULL to kobj_to_hstate() if nid is unused
Miaohe Lin
1
-4
/
+2
2022-09-11
hugetlb: use helper {huge_pte|pmd}_lock()
Miaohe Lin
1
-2
/
+1
2022-09-11
hugetlb: use sizeof() to get the array size
Miaohe Lin
1
-2
/
+2
2022-09-11
hugetlb: use LIST_HEAD() to define a list head
Miaohe Lin
1
-5
/
+2
2022-09-11
hugetlb: Use helper macro SZ_1K
Miaohe Lin
1
-1
/
+1
2022-09-11
hugetlb: make hugetlb_cma_check() static
Miaohe Lin
2
-5
/
+9
2022-09-11
fs/buffer: remove bh_submit_read() helper
Zhang Yi
2
-26
/
+0
2022-09-11
ext2: replace bh_submit_read() helper with bh_read()
Zhang Yi
1
-3
/
+4
2022-09-11
fs/buffer: remove ll_rw_block() helper
Zhang Yi
2
-60
/
+4
2022-09-11
ufs: replace ll_rw_block()
Zhang Yi
1
-8
/
+4
2022-09-11
udf: replace ll_rw_block()
Zhang Yi
3
-9
/
+3
2022-09-11
reiserfs: replace ll_rw_block()
Zhang Yi
3
-10
/
+9
2022-09-11
ocfs2: replace ll_rw_block()
Zhang Yi
2
-4
/
+2
2022-09-11
ntfs3: replace ll_rw_block()
Zhang Yi
1
-5
/
+2
2022-09-11
jbd2: replace ll_rw_block()
Zhang Yi
2
-15
/
+16
2022-09-11
isofs: replace ll_rw_block()
Zhang Yi
1
-1
/
+1
2022-09-11
gfs2: replace ll_rw_block()
Zhang Yi
2
-11
/
+4
2022-09-11
fs/buffer: replace ll_rw_block()
Zhang Yi
1
-7
/
+5
2022-09-11
fs/buffer: add some new buffer read helpers
Zhang Yi
2
-0
/
+103
2022-09-11
fs/buffer: remove __breadahead_gfp()
Zhang Yi
2
-19
/
+0
2022-09-11
mm/vmalloc: extend find_vmap_lowest_match_check with extra arguments
Song Liu
1
-6
/
+7
2022-09-11
mm/migrate_device.c: fix a misleading and outdated comment
Alistair Popple
1
-3
/
+10
[prev]
[next]