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
2014-04-25
mm: split 'tlb_flush_mmu()' into tlb flushing and memory freeing parts
Linus Torvalds
1
-2
/
+14
2014-04-20
um: Memory corruption on startup
Anton Ivanov
3
-0
/
+8
2014-04-20
um: Missing pipe handling
Anton Ivanov
1
-0
/
+1
2014-04-20
uml: Simplify tempdir logic.
Tristan Schmelcher
1
-297
/
+75
2014-04-12
Merge git://git.infradead.org/users/eparis/audit
Linus Torvalds
1
-0
/
+1
2014-04-07
asm/system.h: um: arch_align_stack() moved to asm/exec.h
David Howells
1
-1
/
+1
2014-04-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-1
/
+1
2014-03-24
uml/net_kern: Call dev_consume_skb_any instead of dev_kfree_skb.
Eric W. Biederman
1
-1
/
+1
2014-03-20
audit: Add CONFIG_HAVE_ARCH_AUDITSYSCALL
AKASHI Takahiro
1
-0
/
+1
2014-02-09
locking/mcs: Allow architecture specific asm files to be used for contended case
Tim Chen
1
-0
/
+1
2014-02-09
locking/mcs: Order the header files in Kbuild of each architecture in alphabe...
Tim Chen
1
-7
/
+26
2014-01-26
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml
Linus Torvalds
2
-3
/
+1
2014-01-26
um: Include generic barrier.h
Richard Weinberger
1
-0
/
+1
2014-01-26
um: Removed unused attributes from thread_struct
Richard Weinberger
1
-3
/
+0
2014-01-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-0
/
+1
2014-01-23
um: use generic fixmap.h
Mark Salter
1
-39
/
+1
2013-12-17
lib: Add missing arch generic-y entries for asm-generic/hash.h
David S. Miller
1
-0
/
+1
2013-12-01
um: Build always with -mcmodel=large on 64bit
Richard Weinberger
1
-5
/
+4
2013-12-01
um: Rename print_stack_trace to do_stack_trace
Richard Weinberger
1
-2
/
+2
2013-11-19
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml
Linus Torvalds
15
-968
/
+255
2013-11-19
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-2
/
+0
2013-11-17
um: Remove unused declarations from <as-layout.h>
Geert Uytterhoeven
2
-3
/
+1
2013-11-17
um: remove used STDIO_CONSOLE Kconfig param
Michael Opdenacker
1
-4
/
+0
2013-11-17
arch/um: make it work with defconfig and x86_64
Ramkumar Ramachandra
5
-904
/
+162
2013-11-17
um: Make kstack_depth_to_print conform to arch/x86
Richard Weinberger
1
-4
/
+1
2013-11-17
um: Get rid of thread_struct->saved_task
Richard Weinberger
3
-18
/
+4
2013-11-17
um: Make stack trace reliable against kernel mode faults
Richard Weinberger
5
-12
/
+44
2013-11-17
um: Rewrite show_stack()
Richard Weinberger
2
-33
/
+53
2013-11-15
um: handle pgtable_page_ctor() fail
Kirill A. Shutemov
1
-2
/
+6
2013-11-13
preempt: Make PREEMPT_ACTIVE generic
Thomas Gleixner
1
-2
/
+0
2013-11-01
Merge branch 'linus' into sched/core
Ingo Molnar
1
-1
/
+3
2013-10-30
uml: check length in exitcode_proc_write()
Dan Carpenter
1
-1
/
+3
2013-09-25
sched, arch: Create asm/preempt.h
Peter Zijlstra
1
-0
/
+1
2013-09-13
Remove GENERIC_HARDIRQ config option
Martin Schwidefsky
2
-3
/
+0
2013-09-12
arch: mm: pass userspace fault flag to generic fault handler
Johannes Weiner
1
-8
/
+12
2013-09-12
arch: mm: do not invoke OOM killer on kernel fault OOM
Johannes Weiner
1
-0
/
+2
2013-09-07
um: Add irq chip um/mask handlers
Richard Weinberger
1
-0
/
+4
2013-09-07
um: Run UML in it's own session.
Richard Weinberger
1
-0
/
+2
2013-09-07
um: Cleanup SIGTERM handling
Richard Weinberger
8
-12
/
+16
2013-09-07
um: ubd: Introduce submit_request()
Richard Weinberger
1
-13
/
+19
2013-09-07
um: ubd: Add REQ_FLUSH suppport
Richard Weinberger
3
-1
/
+50
2013-09-07
um: Implement probe_kernel_read()
Richard Weinberger
4
-1
/
+78
2013-08-16
Fix TLB gather virtual address range invalidation corner cases
Linus Torvalds
1
-2
/
+4
2013-07-19
um: siginfo cleanup
Richard Weinberger
4
-15
/
+15
2013-07-19
uml: Fix which_tmpdir failure when /dev/shm is a symlink, and in other edge c...
Tristan Schmelcher
1
-41
/
+189
2013-07-19
um: Fix wait_stub_done() error handling
Richard Weinberger
1
-2
/
+7
2013-07-19
um: Mark stub pages mapping with VM_PFNMAP
Richard Weinberger
1
-1
/
+1
2013-07-19
um: Fix return value of strnlen_user()
Richard Weinberger
1
-1
/
+1
2013-07-03
mm/um: prepare for removing num_physpages and simplify mem_init()
Jiang Liu
1
-3
/
+1
2013-07-03
UML: normalize global variables exported by vmlinux.lds
Jiang Liu
3
-5
/
+9
[next]