Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
b02389e98a7b64ad5cd4823740defa8821f30bbd
/
arch
/
um
e041c68
[PATCH] Notifier chain update: API changes
by Alan Stern
· 19 years ago
22a9835
[PATCH] unify PFN_* macros
by Dave Hansen
· 19 years ago
5f4e8fd
[PATCH] uml: fix thread startup race
by Jeff Dike
· 19 years ago
1fbbd684
[PATCH] uml: prevent umid theft
by Jeff Dike
· 19 years ago
98c1823
[PATCH] uml: fix segfault on signal delivery
by Jeff Dike
· 19 years ago
6c29256c
[PATCH] uml: allow ubd devices to be shared in a cluster
by Jeff Dike
· 19 years ago
cf9165a
[PATCH] uml: oS header cleanups
by Jeff Dike
· 19 years ago
c554f89
[PATCH] uml: move tty logging to os-Linux
by Jeff Dike
· 19 years ago
81efcd3
[PATCH] uml: more carefully test whether we are in a system call
by Bodo Stroesser
· 19 years ago
f206aab
[PATCH] uml: move sigio_user.c to os-Linux/sigio.c
by Jeff Dike
· 19 years ago
8e36706
[PATCH] uml: move SIGIO startup code to os-Linux/start_up.c
by Jeff Dike
· 19 years ago
9b4f018
[PATCH] uml: merge irq_user.c and irq.c
by Jeff Dike
· 19 years ago
63ae2a9
[PATCH] uml: move libc-dependent irq code to os-Linux
by Jeff Dike
· 19 years ago
d9f8b62
[PATCH] uml: fix some printf formats
by Jeff Dike
· 19 years ago
c90e12b
[PATCH] uml: fix declaration of exit()
by Jeff Dike
· 19 years ago
f214ef3
[PATCH] um: fix undefined reference to hweight32
by Akinobu Mita
· 19 years ago
2e1ca21
Merge master.kernel.org:/pub/scm/linux/kernel/git/sam/kbuild
by Linus Torvalds
· 19 years ago
9a0b581
[PATCH] x86: SMP alternatives
by Gerd Hoffmann
· 19 years ago
7835e98
[PATCH] remove set_page_count() outside mm/
by Nick Piggin
· 19 years ago
70dc991
[PATCH] remove set_page_count(page, 0) users (outside mm)
by Nick Piggin
· 19 years ago
4f19336
kbuild: change kbuild to not rely on incorrect GNU make behavior
by Paul Smith
· 19 years ago
fe1db50
[PATCH] uml: tidying COW code
by Paolo 'Blaisorblade' Giarrusso
· 19 years ago
f462e8f
[PATCH] uml: better error reporting for read_output
by Paolo 'Blaisorblade' Giarrusso
· 19 years ago
dc1561a
[PATCH] uml: os_connect_socket error path fixup
by Paolo 'Blaisorblade' Giarrusso
· 19 years ago
635dd50
[PATCH] uml: fix ((unused)) attribute
by Paolo 'Blaisorblade' Giarrusso
· 19 years ago
07f4e2c
[PATCH] uml: fix usage of kernel_errno in place of errno
by Paolo 'Blaisorblade' Giarrusso
· 19 years ago
31bc5a3
[PATCH] uml: correct error messages in COW driver
by Paolo 'Blaisorblade' Giarrusso
· 19 years ago
48b8c10
[PATCH] uml: remove a dead file
by Jeff Dike
· 19 years ago
e2216fe
[PATCH] uml: initialize process FP registers properly
by Jeff Dike
· 19 years ago
43b00fd
[PATCH] uml: block SIGWINCH in ptrace tester child
by Jeff Dike
· 19 years ago
14d9ead
[PATCH] uml: balance list_add and list_del in the network driver
by Jeff Dike
· 19 years ago
1d2ddcf
[PATCH] uml: close TUN/TAP file descriptors
by Jeff Dike
· 19 years ago
fbd5577
[PATCH] uml: add debug switch for skas mode
by Jeff Dike
· 19 years ago
72e5525
[PATCH] uml: avoid "CONFIG_NR_CPUS undeclared" bogus error messages
by Paolo 'Blaisorblade' Giarrusso
· 19 years ago
42947cb
[PATCH] uml: some harmless sparse warning fixes
by Paolo 'Blaisorblade' Giarrusso
· 19 years ago
e5cf888
[PATCH] uml: TT - SYSCALL_DEBUG - fix buglet introduced in cleanup
by Paolo 'Blaisorblade' Giarrusso
· 19 years ago
3dfd95b
[PATCH] uml: fix "apples/bananas" typo
by Paolo 'Blaisorblade' Giarrusso
· 19 years ago
854e981
[PATCH] uml: fix hugest stack users
by Paolo 'Blaisorblade' Giarrusso
· 19 years ago
98105d4
[PATCH] uml: comments about libc-conflict guards
by Paolo 'Blaisorblade' Giarrusso
· 19 years ago
db80581
[PATCH] uml: fix some typos
by Jeff Dike
· 19 years ago
c6b7a1e
[PATCH] uml: add a build dependency
by Jeff Dike
· 19 years ago
e8730ea
[PATCH] uml: compilation fix when MODE_SKAS disabled
by Pekka Enberg
· 19 years ago
36a7878
[PATCH] uml: use generic sys_rt_sigsuspend
by Jeff Dike
· 19 years ago
2fc1062
[PATCH] uml: add TIF_RESTORE_SIGMASK support
by Jeff Dike
· 19 years ago
a374a48
[PATCH] uml ubd code: fix a bit of whitespace
by Paolo 'Blaisorblade' Giarrusso
· 19 years ago
4833aff
[PATCH] uml: allow again to move backing file and to override saved location
by Paolo 'Blaisorblade' Giarrusso
· 19 years ago
ce2d2ae
[PATCH] uml: arch Kconfig menu cleanups
by Paolo 'Blaisorblade' Giarrusso
· 19 years ago
b631629
[PATCH] uml: avoid malloc to sleep in atomic sections
by Paolo 'Blaisorblade' Giarrusso
· 19 years ago
b6a2b13
[PATCH] uml: sigio code - reduce spinlock hold time
by Paolo 'Blaisorblade' Giarrusso
· 19 years ago
71c8d4c
[PATCH] uml: fix spinlock recursion and sleep-inside-spinlock in error path
by Paolo 'Blaisorblade' Giarrusso
· 19 years ago
e56a788
[PATCH] uml: networking - clear transport-specific structure
by Paolo 'Blaisorblade' Giarrusso
· 19 years ago
c42791b
[PATCH] uml: make daemon transport behave properly
by Paolo 'Blaisorblade' Giarrusso
· 19 years ago
097fdf0
[PATCH] uml: TT mode softint fixes
by Bodo Stroesser
· 19 years ago
c83d463
[PATCH] uml: use setjmp/longjmp instead of sigsetjmp/siglongjmp
by Jeff Dike
· 19 years ago
1d7173b
[PATCH] uml: implement soft interrupts
by Jeff Dike
· 19 years ago
09ee011
[PATCH] uml: eliminate some globals
by Jeff Dike
· 19 years ago
abaf697
[PATCH] uml: move libc-dependent skas process handling
by Gennady Sharapov
· 19 years ago
f45d9fc
[PATCH] uml: move libc-dependent skas memory mapping code
by Gennady Sharapov
· 19 years ago
4abfbf4
[PATCH] uml: move headers to arch/um/include
by Gennady Sharapov
· 19 years ago
2c332a2
[PATCH] uml: change interface to boot_timer_handler
by Bodo Stroesser
· 19 years ago
cff65c4
[PATCH] uml: move libc-dependent time code
by Gennady Sharapov
· 19 years ago
4fef0c1
[PATCH] uml: move libc-dependent utility procedures
by Gennady Sharapov
· 19 years ago
12919aa
[PATCH] uml: move LDT creation
by Bodo Stroesser
· 19 years ago
3f02d07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial
by Linus Torvalds
· 19 years ago
ee7be5d
[PATCH] uml: fix symbol for mktime
by Miklos Szeredi
· 19 years ago
014c254
return statement cleanup - kill pointless parentheses
by Jesper Juhl
· 19 years ago
579b3ea
[PATCH] uml: task_stack_page()
by Al Viro
· 19 years ago
ca9bc0b
[PATCH] uml: task_thread_info()
by Al Viro
· 19 years ago
beb25c6
[PATCH] uml: kill an unused variable
by Jeff Dike
· 19 years ago
621009f
[PATCH] uml: fix debug output on x86_64
by Jeff Dike
· 19 years ago
a174b30
[PATCH] uml: eliminate doubled boot output
by Jeff Dike
· 19 years ago
edc0e65
[PATCH] uml: revert compile-time option checking
by Jeff Dike
· 19 years ago
114d1ff
[PATCH] uml: update Kconfig help
by Jeff Dike
· 19 years ago
4ee189a
[PATCH] uml: fix missing KBUILD_BASENAME
by Jeff Dike
· 19 years ago
33f0f88
[PATCH] TTY layer buffering revamp
by Alan Cox
· 19 years ago
becf8b5
[PATCH] hrtimer: convert posix timers completely
by Thomas Gleixner
· 19 years ago
e585e47
[PATCH] tiny: Make *[ug]id16 support optional
by Matt Mackall
· 19 years ago
5e38291
[PATCH] Don't attempt to power off if power off is not implemented
by Eric W. Biederman
· 19 years ago
a885c8c
[PATCH] Add block_device_operations.getgeo block device method
by Christoph Hellwig
· 19 years ago
eafbaa9
[PATCH] uml: prevent MODE_SKAS=n and MODE_TT=n
by Adrian Bunk
· 19 years ago
c0a689d
[PATCH] uml: whitespace cleanup
by Jeff Dike
· 19 years ago
c66fdd5
[PATCH] uml: merge trap_user.c and trap_kern.c
by Gennady Sharapov
· 19 years ago
ea2ba7d
[PATCH] uml: move libc-dependent code from trap_user.c
by Gennady Sharapov
· 19 years ago
0805d89
[PATCH] uml: move libc-dependent code from signal_user.c
by Gennady Sharapov
· 19 years ago
8d93c70
[PATCH] uml: free network IRQ correctly
by Jeff Dike
· 19 years ago
3a331a5
[PATCH] uml: fix whitespace in mconsole driver
by Jeff Dike
· 19 years ago
4111b02
[PATCH] uml: capture printk output for mconsole sysrq
by Jeff Dike
· 19 years ago
6f517d3
[PATCH] uml: capture printk output for mconsole stack
by Jeff Dike
· 19 years ago
7b033e1
[PATCH] uml: add mconsole_reply variant with length param
by Jeff Dike
· 19 years ago
44700a4
[PATCH] uml: better diagnostics for broken configs
by Jeff Dike
· 19 years ago
e464bf2
[PATCH] uml: SIGWINCH handling cleanup
by Jeff Dike
· 19 years ago
7eebe8a
[PATCH] uml: umid cleanup
by Jeff Dike
· 19 years ago
2264c47
[PATCH] uml: separate libc-dependent umid code
by Jeff Dike
· 19 years ago
e4dcee8
[PATCH] uml: Add throttling to console driver
by Jeff Dike
· 19 years ago
9159c9d
[PATCH] uml: Fix flip_buf full handling
by Jeff Dike
· 19 years ago
165dc59
[PATCH] uml: Simplify console opening/closing and irq registration
by Jeff Dike
· 19 years ago
1f80171
[PATCH] uml: move console configuration
by Jeff Dike
· 19 years ago
418e55d
[PATCH] uml: line_setup interface change
by Jeff Dike
· 19 years ago
9010772
[PATCH] uml: Add static initializations and declarations
by Jeff Dike
· 19 years ago
d571cd1
[PATCH] uml: Move mconsole support out of generic code
by Jeff Dike
· 19 years ago
Next »