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
2006-04-19
[PATCH] uml: add missing __volatile__
Jeff Dike
2
-7
/
+7
2006-04-19
[PATCH] uml: physical memory map file fixes
Rob Landley
2
-24
/
+118
2006-04-19
[PATCH] uml: __user annotations
Al Viro
1
-3
/
+3
2006-04-19
[PATCH] uml: change sigjmp_buf to jmp_buf
Jeff Dike
6
-27
/
+27
2006-04-19
[PATCH] uml: MADV_REMOVE fixes
Jeff Dike
3
-2
/
+6
2006-04-19
[PATCH] uml: make 64-bit COW files compatible with 32-bit ones
Paolo 'Blaisorblade' Giarrusso
1
-1
/
+1
2006-04-11
[PATCH] uml: avoid warnings for diffent names for an unsigned quadword
Paolo 'Blaisorblade' Giarrusso
2
-2
/
+2
2006-04-11
[PATCH] uml: fix parallel make early failure on clean tree
Paolo 'Blaisorblade' Giarrusso
1
-1
/
+2
2006-04-11
[PATCH] uml: local_irq_save, not local_save_flags
Paolo 'Blaisorblade' Giarrusso
1
-1
/
+1
2006-04-11
[PATCH] uml: fix big stack user
Paolo 'Blaisorblade' Giarrusso
1
-10
/
+13
2006-04-11
[PATCH] uml: fix failure path after conversion
Paolo 'Blaisorblade' Giarrusso
1
-5
/
+10
2006-04-11
[PATCH] uml: fix hang on run_helper() failure on uml_net
Paolo 'Blaisorblade' Giarrusso
2
-6
/
+8
2006-04-11
[PATCH] uml: move outside spinlock call not needing it
Paolo 'Blaisorblade' Giarrusso
1
-1
/
+1
2006-04-11
[PATCH] uml: support sparse for userspace files
Paolo 'Blaisorblade' Giarrusso
1
-4
/
+2
2006-04-11
[PATCH] uml: fix critical typo for TT mode
Paolo 'Blaisorblade' Giarrusso
2
-2
/
+2
2006-04-11
[PATCH] uml: fix "extern-vs-static" proto conflict in TLS code
Paolo 'Blaisorblade' Giarrusso
1
-4
/
+0
2006-04-11
[PATCH] uml: fix some double export warnings
Paolo 'Blaisorblade' Giarrusso
3
-10
/
+8
2006-04-11
[PATCH] uml: fix format errors
Paolo 'Blaisorblade' Giarrusso
5
-7
/
+7
2006-04-11
[PATCH] uml: request format warnings to GCC for appropriate functions
Paolo 'Blaisorblade' Giarrusso
3
-4
/
+8
2006-04-11
[PATCH] uml: fix 2 harmless cast warnings for 64-bit
Paolo 'Blaisorblade' Giarrusso
2
-2
/
+3
2006-04-11
[PATCH] uml: safe migration path to the correct V3 COW format
Paolo 'Blaisorblade' Giarrusso
1
-15
/
+76
2006-04-11
[PATCH] uml: make 64-bit COW files compatible with 32-bit ones
Paolo 'Blaisorblade' Giarrusso
1
-1
/
+1
2006-04-11
[PATCH] uml: memory hotplug cleanups
Jeff Dike
1
-3
/
+1
2006-04-11
[PATCH] UML: TLS fixlets
Jeff Dike
2
-1
/
+2
2006-03-31
[PATCH] uml: check for differences in host support
Paolo 'Blaisorblade' Giarrusso
7
-5
/
+97
2006-03-31
[PATCH] uml: add arch_switch_to for newly forked thread
Paolo 'Blaisorblade' Giarrusso
3
-4
/
+25
2006-03-31
[PATCH] uml: tls support: hack to make it compile on any host
Paolo 'Blaisorblade' Giarrusso
4
-11
/
+68
2006-03-31
[PATCH] uml: implement {get,set}_thread_area for i386
Paolo 'Blaisorblade' Giarrusso
14
-23
/
+470
2006-03-31
[PATCH] uml: clean arch_switch usage
Paolo 'Blaisorblade' Giarrusso
6
-6
/
+35
2006-03-31
[PATCH] uml: split ldt.h in arch-independent and arch-dependant code
Paolo 'Blaisorblade' Giarrusso
1
-1
/
+1
2006-03-31
[PATCH] uml: idle thread needn't take access to init_mm
Paolo 'Blaisorblade' Giarrusso
1
-4
/
+0
2006-03-31
[PATCH] uml: fix min usage
Al Viro
1
-1
/
+1
2006-03-31
[PATCH] uml: remove unused make variables
Al Viro
1
-3
/
+0
2006-03-31
[PATCH] uml: sparse cleanups
Al Viro
13
-90
/
+83
2006-03-31
[PATCH] uml: kconfigs
Al Viro
1
-0
/
+3
2006-03-31
[PATCH] uml: eliminate duplicate mrpropered files
Al Viro
1
-2
/
+1
2006-03-31
[PATCH] uml: clean up remapping code build magic
Al Viro
4
-27
/
+7
2006-03-31
[PATCH] uml: eliminate symlinks to host arch
Al Viro
4
-54
/
+19
2006-03-31
[PATCH] uml: fix initcall return values
Jeff Dike
8
-85
/
+8
2006-03-31
[PATCH] uml: redeclare highmem
Jeff Dike
2
-2
/
+2
2006-03-31
[PATCH] UML: Hotplug memory, take 2
Jeff Dike
6
-47
/
+185
2006-03-28
[PATCH] pidhash: don't count idle threads
Oleg Nesterov
1
-1
/
+0
2006-03-27
[PATCH] Notifier chain update: API changes
Alan Stern
2
-2
/
+4
2006-03-27
[PATCH] unify PFN_* macros
Dave Hansen
1
-2
/
+1
2006-03-27
[PATCH] uml: fix thread startup race
Jeff Dike
1
-28
/
+27
2006-03-27
[PATCH] uml: prevent umid theft
Jeff Dike
1
-10
/
+23
2006-03-27
[PATCH] uml: fix segfault on signal delivery
Jeff Dike
2
-30
/
+85
2006-03-27
[PATCH] uml: allow ubd devices to be shared in a cluster
Jeff Dike
1
-33
/
+43
2006-03-27
[PATCH] uml: oS header cleanups
Jeff Dike
3
-2
/
+14
2006-03-27
[PATCH] uml: move tty logging to os-Linux
Jeff Dike
4
-24
/
+9
[next]