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
2021-09-05
net/9p: use macro to define default msize
Christian Schoenebeck
1
-2
/
+4
2021-09-05
net/9p: increase tcp max msize to 1MB
Dominique Martinet
1
-1
/
+1
2021-09-04
NTB: perf: Fix an error code in perf_setup_inbuf()
Yang Li
1
-0
/
+1
2021-09-04
NTB: Fix an error code in ntb_msit_probe()
Yang Li
1
-1
/
+3
2021-09-04
ntb: intel: remove invalid email address in header comment
Dave Jiang
1
-3
/
+0
2021-09-04
Merge tag 'denywrite-for-5.15' of git://github.com/davidhildenbrand/linux
Linus Torvalds
16
-103
/
+119
2021-09-04
Merge git://github.com/Paragon-Software-Group/linux-ntfs3
Linus Torvalds
33
-0
/
+31018
2021-09-04
Merge tag 'f2fs-for-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs
Linus Torvalds
23
-460
/
+1496
2021-09-04
cdrom: update uniform CD-ROM maintainership in MAINTAINERS file
Phillip Potter
1
-2
/
+1
2021-09-04
Merge tag 'nfs-for-5.15-1' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
38
-244
/
+399
2021-09-04
octeontx2-af: Fix some memory leaks in the error handling path of 'cgx_lmac_init()'
Christophe JAILLET
1
-3
/
+5
2021-09-04
octeontx2-af: Add a 'rvu_free_bitmap()' function
Christophe JAILLET
2
-0
/
+6
2021-09-04
ethtool: Fix an error code in cxgb2.c
Yang Li
1
-0
/
+1
2021-09-04
qlcnic: Remove redundant unlock in qlcnic_pinit_from_rom
Dinghao Liu
1
-1
/
+0
2021-09-04
fq_codel: reject silly quantum parameters
Eric Dumazet
2
-2
/
+12
2021-09-04
mm, slub: convert kmem_cpu_slab protection to local_lock
Vlastimil Babka
2
-35
/
+117
2021-09-04
mm, slub: use migrate_disable() on PREEMPT_RT
Vlastimil Babka
1
-9
/
+30
2021-09-04
mm, slub: protect put_cpu_partial() with disabled irqs instead of cmpxchg
Vlastimil Babka
1
-37
/
+44
2021-09-04
mm, slub: make slab_lock() disable irqs with PREEMPT_RT
Vlastimil Babka
1
-17
/
+41
2021-09-04
mm: slub: make object_map_lock a raw_spinlock_t
Sebastian Andrzej Siewior
1
-3
/
+3
2021-09-03
Input: adc-keys - drop bogus __refdata annotation
Geert Uytterhoeven
1
-1
/
+1
2021-09-03
Input: Fix spelling mistake in Kconfig "useable" -> "usable"
Colin Ian King
1
-1
/
+1
2021-09-03
Input: Fix spelling mistake in Kconfig "Modul" -> "Module"
Colin Ian King
1
-1
/
+1
2021-09-03
ksmbd: add validation for ndr read/write functions
Namjae Jeon
1
-108
/
+273
2021-09-03
ksmbd: remove unused ksmbd_file_table_flush function
Namjae Jeon
2
-17
/
+0
2021-09-03
ksmbd: smbd: fix dma mapping error in smb_direct_post_send_data
Hyunchul Lee
1
-1
/
+1
2021-09-03
ksmbd: Reduce error log 'speed is unknown' to debug
Per Forlin
1
-2
/
+2
2021-09-03
ksmbd: defer notify_change() call
Christian Brauner
1
-7
/
+16
2021-09-03
ksmbd: remove setattr preparations in set_file_basic_info()
Christian Brauner
1
-17
/
+8
2021-09-03
ksmbd: ensure error is surfaced in set_file_basic_info()
Christian Brauner
1
-1
/
+1
2021-09-03
ndr: fix translation in ndr_encode_posix_acl()
Christian Brauner
1
-2
/
+2
2021-09-03
ksmbd: fix translation in sid_to_id()
Christian Brauner
1
-4
/
+18
2021-09-03
ksmbd: fix subauth 0 handling in sid_to_id()
Christian Brauner
1
-2
/
+2
2021-09-03
ksmbd: fix translation in acl entries
Christian Brauner
3
-10
/
+33
2021-09-03
ksmbd: fix translation in ksmbd_acls_fattr()
Christian Brauner
2
-9
/
+11
2021-09-03
ksmbd: fix translation in create_posix_rsp_buf()
Christian Brauner
1
-2
/
+4
2021-09-03
ksmbd: fix translation in smb2_populate_readdir_entry()
Christian Brauner
3
-8
/
+3
2021-09-03
ksmbd: fix lookup on idmapped mounts
Christian Brauner
3
-27
/
+37
2021-09-03
loop: reduce the loop_ctl_mutex scope
Tetsuo Handa
2
-26
/
+50
2021-09-03
tracing: Add migrate-disabled counter to tracing output.
Thomas Gleixner
3
-10
/
+28
2021-09-03
io_uring: reexpand under-reexpanded iters
Pavel Begunkov
1
-0
/
+2
2021-09-03
iov_iter: track truncated size
Pavel Begunkov
1
-1
/
+5
2021-09-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
Jakub Kicinski
10
-58
/
+122
2021-09-03
ionic: fix a sleeping in atomic bug
Dan Carpenter
1
-1
/
+1
2021-09-04
mm: slub: move flush_cpu_slab() invocations __free_slab() invocations out of IRQ context
Sebastian Andrzej Siewior
2
-16
/
+80
2021-09-04
mm, slab: split out the cpu offline variant of flush_slab()
Vlastimil Babka
1
-2
/
+10
2021-09-04
mm, slub: don't disable irqs in slub_cpu_dead()
Vlastimil Babka
1
-5
/
+1
2021-09-04
mm, slub: only disable irq with spin_lock in __unfreeze_partials()
Vlastimil Babka
1
-8
/
+4
2021-09-04
mm, slub: separate detaching of partial list in unfreeze_partials() from unfreezing
Vlastimil Babka
1
-22
/
+51
2021-09-04
mm, slub: detach whole partial list at once in unfreeze_partials()
Vlastimil Babka
1
-3
/
+7
[prev]
[next]