index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
um
Age
Commit message (
Expand
)
Author
Files
Lines
2022-05-11
ptrace/um: Replace PT_DTRACE with TIF_SINGLESTEP
Eric W. Biederman
5
-8
/
+10
2022-05-08
um: vector: switch to netif_napi_add_weight()
Jakub Kicinski
1
-1
/
+2
2022-05-07
fork: Generalize PF_IO_WORKER handling
Eric W. Biederman
1
-6
/
+4
2022-05-07
fork: Pass struct kernel_clone_args into copy_thread
Eric W. Biederman
1
-2
/
+5
2022-05-03
ubd: don't set the discard_alignment queue limit
Christoph Hellwig
1
-1
/
+0
2022-04-17
block: remove QUEUE_FLAG_DISCARD
Christoph Hellwig
1
-2
/
+0
2022-04-02
Merge tag 'kbuild-fixes-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-4
/
+0
2022-04-01
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-1
/
+0
2022-04-02
Revert "um: clang: Strip out -mno-global-merge from USER_CFLAGS"
Nathan Chancellor
1
-4
/
+0
2022-03-31
Merge tag 'for-linus-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
14
-70
/
+102
2022-03-28
Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2
-5
/
+4
2022-03-28
Merge tag 'char-misc-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-0
/
+1
2022-03-27
Merge tag 'x86_core_for_5.18_rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-0
/
+4
2022-03-24
Merge tag 'flexible-array-transformations-5.18-rc1' of git://git.kernel.org/p...
Linus Torvalds
1
-1
/
+1
2022-03-23
Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-4
/
+3
2022-03-22
Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecache
Linus Torvalds
1
-0
/
+1
2022-03-21
arch: Add pmd_pfn() where it is missing
Mike Rapoport
1
-0
/
+1
2022-03-21
um: Allow builds with Clang
Kees Cook
1
-0
/
+1
2022-03-18
parport_pc: Also enable driver for PCI systems
Maciej W. Rozycki
1
-0
/
+1
2022-03-15
x86/alternative: Use .ibt_endbr_seal to seal indirect calls
Peter Zijlstra
1
-0
/
+4
2022-03-11
um: run_helper: Write error message to kernel log on exec failure on host
Glenn Washburn
1
-0
/
+5
2022-03-11
um: port_user: Improve error handling when port-helper is not found
Glenn Washburn
1
-0
/
+12
2022-03-11
um: port_user: Allow setting path to port-helper using UML_PORT_HELPER envvar
Glenn Washburn
1
-0
/
+4
2022-03-11
um: port_user: Search for in.telnetd in PATH
Glenn Washburn
1
-1
/
+1
2022-03-11
um: clang: Strip out -mno-global-merge from USER_CFLAGS
David Gow
1
-0
/
+4
2022-03-11
um: Remove unused timeval_to_ns() function
David Gow
1
-6
/
+0
2022-03-11
um: Fix uml_mconsole stop/go
Anton Ivanov
1
-1
/
+2
2022-03-11
uml: net: vector: fix const issue
Johannes Berg
2
-2
/
+2
2022-03-11
um: Fix WRITE_ZEROES in the UBD Driver
Frédéric Danis
3
-1
/
+17
2022-03-11
um: Migrate vector drivers to NAPI
Anton Ivanov
2
-57
/
+51
2022-03-11
um: Fix order of dtb unflatten/early init
Vincent Whitchurch
1
-1
/
+1
2022-03-11
um: fix and optimize xor select template for CONFIG64 and timetravel mode
Benjamin Beichler
1
-1
/
+3
2022-03-10
resume_user_mode: Move to resume_user_mode.h
Eric W. Biederman
1
-2
/
+2
2022-03-10
ptrace: Create ptrace_report_syscall_{entry,exit} in ptrace.h
Eric W. Biederman
1
-3
/
+2
2022-02-25
uaccess: generalize access_ok()
Arnd Bergmann
1
-2
/
+3
2022-02-25
uaccess: add generic __{get,put}_kernel_nofault
Arnd Bergmann
1
-2
/
+0
2022-02-17
treewide: Replace zero-length arrays with flexible-array members
Gustavo A. R. Silva
1
-1
/
+1
2022-01-30
uml/x86: use x86 load_unaligned_zeropad()
Al Viro
1
-1
/
+0
2022-01-18
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
1
-1
/
+1
2022-01-15
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-5
/
+3
2022-01-15
mm: remove redundant check about FAULT_FLAG_ALLOW_RETRY bit
Qi Zheng
1
-5
/
+3
2022-01-14
virtio: wrap config->reset calls
Michael S. Tsirkin
1
-1
/
+1
2022-01-11
Merge tag 'locking_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2
-2
/
+0
2022-01-11
Merge tag 'for-linus-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
36
-186
/
+230
2021-12-22
um: virtio_uml: Allow probing from devicetree
Vincent Whitchurch
1
-3
/
+47
2021-12-22
um: Add devicetree support
Vincent Whitchurch
5
-0
/
+52
2021-12-22
um: Extract load file helper from initrd.c
Vincent Whitchurch
4
-43
/
+75
2021-12-22
um: remove set_fs
Christoph Hellwig
4
-32
/
+19
2021-12-21
um: Use swap() to make code cleaner
Yang Guang
1
-4
/
+3
2021-12-21
um: header debriding - sigio.h
Al Viro
1
-1
/
+0
[prev]
[next]