index
:
linux-rng
jd/vdso-skip-insn
jd/vdso-test-harness
linus/master
master
Development tree for the kernel CSPRNG
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2022-09-07
freezer,sched: Rewrite core freezer logic
Peter Zijlstra
4
-251
/
+26
2022-09-07
sched: Widen TAKS_state literals
Peter Zijlstra
1
-15
/
+15
2022-09-07
sched/wait: Add wait_event_state()
Peter Zijlstra
1
-0
/
+28
2022-09-07
sched/completion: Add wait_for_completion_state()
Peter Zijlstra
1
-0
/
+1
2022-09-07
sched: Add TASK_ANY for wait_task_inactive()
Peter Zijlstra
1
-0
/
+2
2022-09-07
freezer,umh: Clean up freezer/initrd interaction
Peter Zijlstra
1
-4
/
+5
2022-09-07
freezer: Have {,un}lock_system_sleep() save/restore flags
Peter Zijlstra
1
-4
/
+4
2022-08-10
Merge tag 'nfs-for-5.20-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
9
-8
/
+54
2022-08-10
Merge tag 'mm-stable-2022-08-09' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
7
-47
/
+39
2022-08-10
Merge tag 'cxl-for-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxl
Linus Torvalds
6
-1
/
+130
2022-08-10
Merge tag 'pinctrl-v6.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl
Linus Torvalds
5
-2
/
+50
2022-08-09
add barriers to buffer_uptodate and set_buffer_uptodate
Mikulas Patocka
1
-1
/
+24
2022-08-09
Merge tag 'nfsd-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux
Linus Torvalds
5
-8
/
+15
2022-08-09
NFS: Improve write error tracing
Trond Myklebust
1
-2
/
+1
2022-08-09
Merge tag 'fscache-fixes-20220809' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs
Linus Torvalds
1
-0
/
+2
2022-08-09
Merge tag 'afs-fixes-20220802' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs
Linus Torvalds
1
-18
/
+18
2022-08-09
Merge tag 'fs.setgid.v6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux
Linus Torvalds
1
-0
/
+2
2022-08-09
fscache: add tracepoint when failing cookie
Jeff Layton
1
-0
/
+2
2022-08-08
Merge tag 'pull-work.iov_iter-rebased' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2
-23
/
+32
2022-08-08
get rid of non-advancing variants
Al Viro
1
-22
/
+2
2022-08-08
iov_iter: advancing variants of iov_iter_get_pages{,_alloc}()
Al Viro
1
-0
/
+20
2022-08-08
ITER_PIPE: fold data_start() and pipe_space_for_user() together
Al Viro
1
-20
/
+0
2022-08-08
ITER_PIPE: cache the type of last buffer
Al Viro
1
-1
/
+4
2022-08-08
new iov_iter flavour - ITER_UBUF
Al Viro
1
-0
/
+26
2022-08-08
highmem: delete a sentence from kmap_local_page() kdocs
Fabio M. De Francesco
1
-2
/
+1
2022-08-08
highmem: specify that kmap_local_page() is callable from interrupts
Fabio M. De Francesco
1
-1
/
+1
2022-08-08
highmem: remove unneeded spaces in kmap_local_page() kdocs
Fabio M. De Francesco
1
-1
/
+1
2022-08-08
mm, hwpoison: enable memory error handling on 1GB hugepage
Naoya Horiguchi
2
-2
/
+0
2022-08-08
mm, hwpoison: set PG_hwpoison for busy hugetlb pages
Naoya Horiguchi
1
-0
/
+1
2022-08-08
mm, hwpoison: make unpoison aware of raw error info in hwpoisoned hugepage
Naoya Horiguchi
1
-0
/
+9
2022-08-08
mm, hwpoison, hugetlb: support saving mechanism of raw error pages
Naoya Horiguchi
1
-1
/
+16
2022-08-08
mm: hugetlb_vmemmap: move code comments to vmemmap_dedup.rst
Muchun Song
1
-13
/
+2
2022-08-08
mm: hugetlb_vmemmap: improve hugetlb_vmemmap code readability
Muchun Song
2
-5
/
+6
2022-08-08
mm: hugetlb_vmemmap: move vmemmap code related to HugeTLB to hugetlb_vmemmap.c
Muchun Song
1
-7
/
+0
2022-08-08
mm: hugetlb_vmemmap: introduce the name HVO
Muchun Song
1
-2
/
+1
2022-08-08
mm: hugetlb_vmemmap: optimize vmemmap_optimize_mode handling
Muchun Song
1
-4
/
+2
2022-08-08
mm: hugetlb_vmemmap: delete hugetlb_optimize_vmemmap_enabled()
Muchun Song
1
-12
/
+2
2022-08-08
Merge tag 'rproc-v5.20' of git://git.kernel.org/pub/scm/linux/kernel/git/remoteproc/linux
Linus Torvalds
1
-0
/
+3
2022-08-08
Merge tag 'pm-5.20-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
Linus Torvalds
2
-128
/
+216
2022-08-08
NFS: don't unhash dentry during unlink/rename
NeilBrown
1
-0
/
+9
2022-08-08
Merge tag 'tty-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty
Linus Torvalds
13
-56
/
+444
2022-08-08
Merge tag 'f2fs-for-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs
Linus Torvalds
1
-1
/
+1
2022-08-08
Merge tag 'fuse-update-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse
Linus Torvalds
1
-0
/
+2
2022-08-08
Merge branch 'pm-opp'
Rafael J. Wysocki
1
-128
/
+194
2022-08-08
Merge tag 'mailbox-v5.20' of git://git.linaro.org/landing-teams/working/fujitsu/integration
Linus Torvalds
1
-10
/
+0
2022-08-07
Merge tag 'bitmap-6.0-rc1' of https://github.com/norov/linux
Linus Torvalds
10
-509
/
+753
2022-08-07
Merge tag 'mm-nonmm-stable-2022-08-06-2' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
10
-124
/
+49
2022-08-07
Merge tag 'for-5.20/fbdev-1' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/linux-fbdev
Linus Torvalds
1
-70
/
+0
2022-08-06
Merge tag 'sched-urgent-2022-08-06' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-1
/
+1
2022-08-06
Merge tag 's390-5.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
Linus Torvalds
1
-0
/
+1
[next]