index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
um
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
um, x86: bury crypto_tfm_ctx_offset
Al Viro
2021-12-21
1
-3
/
+0
|
*
|
um: unexport handle_page_fault()
Al Viro
2021-12-21
1
-1
/
+0
|
*
|
um: remove a dangling extern of syscall_trace()
Al Viro
2021-12-21
1
-1
/
+0
|
*
|
um: kill unused cpu()
Al Viro
2021-12-21
2
-6
/
+0
|
*
|
um: stop polluting the namespace with registers.h contents
Al Viro
2021-12-21
4
-3
/
+3
|
*
|
um: move amd64 variant of mmap(2) to arch/x86/um/syscalls_64.c
Al Viro
2021-12-21
2
-29
/
+1
|
*
|
um: virtio_uml: Fix time-travel external time propagation
Johannes Berg
2021-12-21
1
-0
/
+4
|
*
|
um: virt-pci: Fix 32-bit compile
Johannes Berg
2021-12-21
1
-4
/
+4
|
*
|
um: gitignore: Add kernel/capflags.c
Johannes Berg
2021-12-21
1
-0
/
+1
|
*
|
um: registers: Rename function names to avoid conflicts and build problems
Randy Dunlap
2021-12-21
3
-5
/
+5
|
*
|
um: Replace if (cond) BUG() with BUG_ON()
Changcheng Deng
2021-12-21
1
-2
/
+1
|
*
|
um: rename set_signals() to um_set_signals()
Johannes Berg
2021-12-21
6
-13
/
+13
|
*
|
um: fix ndelay/udelay defines
Johannes Berg
2021-12-21
1
-2
/
+2
|
|
/
*
/
ethtool: extend ringparam setting/getting API with rx_buf_len
Hao Chen
2021-11-22
1
-1
/
+3
|
/
*
Merge branch 'exit-cleanups-for-v5.16' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2021-11-11
1
-1
/
+1
|
\
|
*
signal: Replace force_sigsegv(SIGSEGV) with force_fatal_sig(SIGSEGV)
Eric W. Biederman
2021-10-29
1
-1
/
+1
*
|
Merge tag 'asm-generic-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2021-11-10
1
-14
/
+0
|
\
\
|
*
|
arch: remove unused function syscall_set_arguments()
Peter Collingbourne
2021-09-14
1
-14
/
+0
|
|
/
*
|
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2021-11-06
1
-1
/
+1
|
\
\
|
*
|
memblock: use memblock_free for freeing virtual pointers
Mike Rapoport
2021-11-06
1
-1
/
+1
|
*
|
memblock: rename memblock_free to memblock_phys_free
Mike Rapoport
2021-11-06
1
-1
/
+1
|
|
/
*
|
Merge tag 'net-next-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2021-11-02
1
-1
/
+2
|
\
\
|
*
|
net: um: use eth_hw_addr_set()
Jakub Kicinski
2021-10-29
1
-1
/
+2
|
|
/
*
|
Merge tag 'sched-core-2021-11-01' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2021-11-01
2
-5
/
+2
|
\
\
|
*
|
sched: Add wrapper for get_wchan() to keep task blocked
Kees Cook
2021-10-15
2
-5
/
+2
|
|
/
*
|
Merge tag 'objtool-core-2021-10-31' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2021-11-01
1
-0
/
+4
|
\
\
|
*
|
x86/alternative: Implement .retpoline_sites support
Peter Zijlstra
2021-10-28
1
-0
/
+4
|
|
/
*
|
um/drivers/ubd_kern: add error handling support for add_disk()
Luis Chamberlain
2021-10-21
1
-4
/
+9
*
|
block: drop unused includes in <linux/genhd.h>
Christoph Hellwig
2021-10-18
1
-0
/
+1
|
/
*
Merge tag 'for-linus-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2021-09-09
4
-31
/
+86
|
\
|
*
um: fix stub location calculation
Johannes Berg
2021-08-26
1
-2
/
+1
|
*
um: enable VMAP_STACK
Johannes Berg
2021-08-26
1
-0
/
+1
|
*
um: virt-pci: don't do DMA from stack
Johannes Berg
2021-08-26
1
-26
/
+78
|
*
um: virtio_uml: fix memory leak on init failures
Johannes Berg
2021-08-26
1
-1
/
+3
|
*
um: virtio_uml: include linux/virtio-uml.h
Johannes Berg
2021-08-26
1
-0
/
+1
|
*
um: make PCI emulation driver init/exit static
Johannes Berg
2021-08-26
1
-2
/
+2
*
|
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2021-09-08
1
-4
/
+0
|
\
\
|
*
|
trap: cleanup trap_init()
Kefeng Wang
2021-09-08
1
-4
/
+0
|
|
/
*
|
Merge tag 'trace-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...
Linus Torvalds
2021-09-05
1
-4
/
+1
|
\
\
|
*
|
tracing: Refactor TRACE_IRQFLAGS_SUPPORT in Kconfig
Masahiro Yamada
2021-08-16
1
-4
/
+1
|
|
/
*
|
Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
2021-09-04
7
-6
/
+7
|
\
\
|
*
|
isystem: trim/fixup stdarg.h and other headers
Alexey Dobriyan
2021-08-19
6
-3
/
+4
|
*
|
kbuild: do not require sub-make for separate output tree builds
Masahiro Yamada
2021-08-10
1
-3
/
+3
|
|
/
*
|
Merge tag 'printk-for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2021-09-02
1
-1
/
+2
|
\
\
|
*
|
printk: Userspace format indexing support
Chris Down
2021-07-19
1
-1
/
+2
|
|
/
*
|
Merge tag 'asm-generic-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2021-09-02
3
-8
/
+13
|
\
\
|
*
|
asm-generic: reverse GENERIC_{STRNCPY_FROM,STRNLEN}_USER symbols
Arnd Bergmann
2021-07-30
1
-0
/
+2
|
*
|
asm-generic: remove extra strn{cpy_from,len}_user declarations
Arnd Bergmann
2021-07-27
1
-4
/
+1
|
*
|
asm-generic/uaccess.h: remove __strncpy_from_user/__strnlen_user
Arnd Bergmann
2021-07-23
2
-8
/
+14
|
|
/
*
|
Merge tag 'tty-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
2021-09-01
1
-6
/
+7
|
\
\
[prev]
[next]