index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
clk
/
berlin
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-04-02
include/linux/pagemap.h: rename arguments to find_subpage
Matthew Wilcox (Oracle)
1
-5
/
+10
2020-04-02
mm/filemap.c: use vm_fault error code directly
Matthew Wilcox (Oracle)
1
-1
/
+1
2020-04-02
mm/filemap.c: remove unused argument from shrink_readahead_size_eio()
Souptick Joarder
1
-4
/
+3
2020-04-02
mm/filemap.c: clear page error before actual read
Xianting Tian
1
-0
/
+8
2020-04-02
mm/page-writeback.c: write_cache_pages(): deduplicate identical checks
Mauricio Faria de Oliveira
1
-4
/
+4
2020-04-02
mm/filemap.c: don't bother dropping mmap_sem for zero size readahead
Jan Kara
1
-1
/
+1
2020-04-02
mm/Makefile: disable KCSAN for kmemleak
Qian Cai
1
-0
/
+1
2020-04-02
mm/kmemleak.c: use address-of operator on section symbols
Nathan Chancellor
1
-1
/
+1
2020-04-02
revert "topology: add support for node_to_mem_node() to determine the fallbac...
Vlastimil Babka
2
-18
/
+0
2020-04-02
slub: relocate freelist pointer to middle of object
Kees Cook
1
-0
/
+7
2020-04-02
slub: improve bit diffusion for freelist ptr obfuscation
Kees Cook
1
-1
/
+1
2020-04-02
mm/slub.c: replace kmem_cache->cpu_partial with wrapped APIs
chenqiwu
1
-7
/
+7
2020-04-02
mm/slub.c: replace cpu_slab->partial with wrapped APIs
chenqiwu
1
-2
/
+2
2020-04-02
fs_parse: remove pr_notice() about each validation
Kees Cook
1
-2
/
+0
2020-04-02
ocfs2: use memalloc_nofs_save instead of memalloc_noio_save
Matthew Wilcox (Oracle)
1
-14
/
+10
2020-04-02
ocfs2: use scnprintf() for avoiding potential buffer overflow
Takashi Iwai
4
-80
/
+80
2020-04-02
ocfs2: roll back the reference count modification of the parent directory if ...
wangjian
1
-4
/
+11
2020-04-02
ocfs2: ocfs2_fs.h: replace zero-length array with flexible-array member
Gustavo A. R. Silva
1
-9
/
+9
2020-04-02
ocfs2: dlm: replace zero-length array with flexible-array member
Gustavo A. R. Silva
1
-4
/
+4
2020-04-02
ocfs2: cluster: replace zero-length array with flexible-array member
Gustavo A. R. Silva
1
-1
/
+1
2020-04-02
ocfs2: replace zero-length array with flexible-array member
Gustavo A. R. Silva
1
-1
/
+1
2020-04-02
ocfs2: add missing annotations for ocfs2_refcount_cache_lock() and ocfs2_refc...
Jules Irenge
1
-0
/
+2
2020-04-02
ocfs2: remove useless err
Alex Shi
2
-4
/
+3
2020-04-02
ocfs2: correct annotation from "l_next_rec" to "l_next_free_rec"
wangyan
1
-1
/
+1
2020-04-02
ocfs2: there is no need to log twice in several functions
wangyan
2
-6
/
+0
2020-04-02
ocfs2: remove dlm_lock_is_remote
Alex Shi
1
-2
/
+0
2020-04-02
ocfs2: use OCFS2_SEC_BITS in macro
Alex Shi
1
-1
/
+1
2020-04-02
ocfs2: remove unused macros
Alex Shi
4
-8
/
+0
2020-04-02
ocfs2: remove FS_OCFS2_NM
Alex Shi
1
-2
/
+0
2020-04-02
scripts/spelling.txt: add more spellings to spelling.txt
Colin Ian King
1
-1
/
+19
2020-04-02
scripts/spelling.txt: add syfs/sysfs pattern
Jonathan Neuschäfer
1
-0
/
+1
2020-04-02
asm-generic: make more kernel-space headers mandatory
Masahiro Yamada
25
-555
/
+52
2020-04-02
kthread: mark timer used by delayed kthread works as IRQ safe
Petr Mladek
1
-1
/
+2
2020-04-02
tools/accounting/getdelays.c: fix netlink attribute length
David Ahern
1
-1
/
+1
2020-04-01
x86: get rid of 'errret' argument to __get_user_xyz() macross
Linus Torvalds
1
-15
/
+15
2020-04-01
x86: remove __put_user_asm() infrastructure
Linus Torvalds
1
-11
/
+0
2020-03-31
net: ipv6: rpl_iptunnel: Fix potential memory leak in rpl_do_srh_inline
Gustavo A. R. Silva
1
-1
/
+3
2020-03-31
cxgb4/chcr: nic-tls stats in ethtool
Rohit Maheshwari
1
-0
/
+18
2020-03-31
net: dsa: fix oops while probing Marvell DSA switches
Russell King
1
-1
/
+2
2020-03-31
net/bpfilter: remove superfluous testing message
Bruno Meneguele
1
-1
/
+0
2020-03-31
net: macb: Fix handling of fixed-link node
Codrin Ciubotariu
1
-0
/
+3
2020-03-31
net: dsa: ksz: Select KSZ protocol tag
Codrin Ciubotariu
1
-0
/
+1
2020-03-31
Makefile: Update kselftest help information
Shuah Khan
1
-6
/
+9
2020-03-31
netdevsim: dev: Fix memory leak in nsim_dev_take_snapshot_write
Gustavo A. R. Silva
1
-0
/
+1
2020-03-31
net: stmmac: add EHL 2.5Gbps PCI info and PCI ID
Voon Weifeng
1
-8
/
+16
2020-03-31
net: stmmac: add EHL PSE0 & PSE1 1Gbps PCI info and PCI ID
Voon Weifeng
1
-0
/
+75
2020-03-31
net: stmmac: create dwmac-intel.c to contain all Intel platform
Voon Weifeng
4
-313
/
+519
2020-03-31
net: dsa: bcm_sf2: Support specifying VLAN tag egress rule
Florian Fainelli
1
-2
/
+38
2020-03-31
net: dsa: bcm_sf2: Add support for matching VLAN TCI
Florian Fainelli
1
-15
/
+38
2020-03-31
net: dsa: bcm_sf2: Move writing of CFP_DATA(5) into slicing functions
Florian Fainelli
1
-32
/
+32
[next]