index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
perf vendor events: Remove bad ivytown uncore events
Ian Rogers
2022-08-10
4
-123
/
+0
*
perf vendor events: Remove bad broadwellde uncore events
Ian Rogers
2022-08-10
2
-110
/
+0
*
perf jevents: Add JEVENTS_ARCH make option
Ian Rogers
2022-08-10
1
-1
/
+5
*
perf jevents: Simplify generation of C-string
Ian Rogers
2022-08-10
1
-10
/
+4
*
perf jevents: Clean up pytype warnings
Ian Rogers
2022-08-10
1
-7
/
+6
*
tools build: Switch to new openssl API for test-libcrypto
Roberto Sassu
2022-08-10
1
-4
/
+11
*
Revert "perf build: Suppress openssl v3 deprecation warnings in libcrypto fea...
Arnaldo Carvalho de Melo
2022-08-10
1
-6
/
+0
*
perf build: Remove FEATURE_CHECK_LDFLAGS-disassembler-{four-args,init-styled}...
Roberto Sassu
2022-08-10
1
-10
/
+3
*
bpftool: Complete libbfd feature detection
Roberto Sassu
2022-08-10
1
-2
/
+4
*
tools, build: Retry detection of bfd-related features
Roberto Sassu
2022-08-10
1
-5
/
+9
*
perf test: JSON format checking
Claire Jensen
2022-08-10
3
-1
/
+245
*
perf stat: Add JSON output option
Claire Jensen
2022-08-10
5
-106
/
+307
*
Merge tag '5.20-rc-ksmbd-server-fixes' of git://git.samba.org/ksmbd
Linus Torvalds
2022-08-09
20
-220
/
+322
|
\
|
*
ksmbd: fix heap-based overflow in set_ntacl_dacl()
Namjae Jeon
2022-08-04
4
-57
/
+119
|
*
ksmbd: prevent out of bound read for SMB2_TREE_CONNNECT
Hyunchul Lee
2022-08-01
1
-5
/
+0
|
*
ksmbd: prevent out of bound read for SMB2_WRITE
Hyunchul Lee
2022-08-01
2
-7
/
+8
|
*
ksmbd: fix use-after-free bug in smb2_tree_disconect
Namjae Jeon
2022-08-01
1
-0
/
+1
|
*
ksmbd: fix memory leak in smb2_handle_negotiate
Namjae Jeon
2022-08-01
1
-0
/
+4
|
*
ksmbd: fix racy issue while destroying session on multichannel
Namjae Jeon
2022-08-01
12
-86
/
+110
|
*
ksmbd: use wait_event instead of schedule_timeout()
Namjae Jeon
2022-08-01
4
-17
/
+33
|
*
ksmbd: fix kernel oops from idr_remove()
Namjae Jeon
2022-07-27
2
-2
/
+8
|
*
ksmbd: add channel rwlock
Namjae Jeon
2022-07-27
3
-2
/
+22
|
*
ksmbd: replace sessions list in connection with xarray
Namjae Jeon
2022-07-27
5
-33
/
+21
|
*
MAINTAINERS: ksmbd: add entry for documentation
Namjae Jeon
2022-07-24
1
-0
/
+1
|
*
ksmbd: remove unused ksmbd_share_configs_cleanup function
Namjae Jeon
2022-07-24
2
-16
/
+0
*
|
Merge tag 'pull-work.iov_iter-rebased' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2022-08-09
30
-621
/
+508
|
\
\
|
*
|
fix copy_page_from_iter() for compound destinations
Al Viro
2022-08-09
1
-4
/
+18
|
*
|
hugetlbfs: copy_page_to_iter() can deal with compound pages
Al Viro
2022-08-09
1
-30
/
+1
|
*
|
copy_page_to_iter(): don't split high-order page in case of ITER_PIPE
Al Viro
2022-08-09
1
-15
/
+6
|
*
|
expand those iov_iter_advance()...
Al Viro
2022-08-09
1
-2
/
+9
|
*
|
pipe_get_pages(): switch to append_pipe()
Al Viro
2022-08-09
1
-29
/
+6
|
*
|
get rid of non-advancing variants
Al Viro
2022-08-09
2
-31
/
+20
|
*
|
ceph: switch the last caller of iov_iter_get_pages_alloc()
Al Viro
2022-08-09
1
-1
/
+1
|
*
|
9p: convert to advancing variant of iov_iter_get_pages_alloc()
Al Viro
2022-08-09
3
-19
/
+26
|
*
|
af_alg_make_sg(): switch to advancing variant of iov_iter_get_pages()
Al Viro
2022-08-09
2
-4
/
+4
|
*
|
iter_to_pipe(): switch to advancing variant of iov_iter_get_pages()
Al Viro
2022-08-09
1
-23
/
+24
|
*
|
block: convert to advancing variants of iov_iter_get_pages{,_alloc}()
Al Viro
2022-08-09
2
-14
/
+18
|
*
|
iov_iter: advancing variants of iov_iter_get_pages{,_alloc}()
Al Viro
2022-08-09
13
-30
/
+34
|
*
|
iov_iter: saner helper for page array allocation
Al Viro
2022-08-09
1
-45
/
+32
|
*
|
fold __pipe_get_pages() into pipe_get_pages()
Al Viro
2022-08-09
1
-37
/
+38
|
*
|
ITER_XARRAY: don't open-code DIV_ROUND_UP()
Al Viro
2022-08-09
1
-9
/
+1
|
*
|
unify the rest of iov_iter_get_pages()/iov_iter_get_pages_alloc() guts
Al Viro
2022-08-09
1
-59
/
+27
|
*
|
unify xarray_get_pages() and xarray_get_pages_alloc()
Al Viro
2022-08-09
1
-39
/
+10
|
*
|
unify pipe_get_pages() and pipe_get_pages_alloc()
Al Viro
2022-08-09
1
-32
/
+17
|
*
|
iov_iter_get_pages(): sanity-check arguments
Al Viro
2022-08-09
1
-7
/
+2
|
*
|
iov_iter_get_pages_alloc(): lift freeing pages array on failure exits into wr...
Al Viro
2022-08-09
1
-16
/
+22
|
*
|
ITER_PIPE: fold data_start() and pipe_space_for_user() together
Al Viro
2022-08-09
2
-45
/
+19
|
*
|
ITER_PIPE: cache the type of last buffer
Al Viro
2022-08-09
2
-40
/
+42
|
*
|
ITER_PIPE: clean iov_iter_revert()
Al Viro
2022-08-09
1
-46
/
+14
|
*
|
ITER_PIPE: clean pipe_advance() up
Al Viro
2022-08-09
1
-17
/
+17
[prev]
[next]