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
2012-05-21
um: Remove unused variables
Richard Weinberger
1
-10
/
+0
2012-05-21
um: bury unused _TIF_RESTORE_SIGMASK
Al Viro
1
-1
/
+0
2012-05-21
um: wrong sigmask saved in case of multiple sigframes
Al Viro
1
-6
/
+5
2012-05-21
um: add TIF_NOTIFY_RESUME
Al Viro
2
-1
/
+8
2012-05-21
um: ->restart_block.fn needs to be reset on sigreturn
Al Viro
1
-3
/
+0
2012-05-21
um: Use generic time config
Anna-Maria Gleixner
1
-4
/
+1
2012-05-16
fork: move the real prepare_to_copy() users to arch_dup_task_struct()
Suresh Siddha
1
-5
/
+0
2012-05-08
um: Remove leftover declaration of alloc_task_struct_node()
Thomas Gleixner
1
-2
/
+0
2012-05-05
kbuild: link of vmlinux moved to a script
Sam Ravnborg
1
-9
/
+2
2012-05-05
init_task: Replace CONFIG_HAVE_GENERIC_INIT_TASK
Thomas Gleixner
1
-1
/
+0
2012-05-05
um: Use generic init_task
Thomas Gleixner
4
-39
/
+7
2012-05-02
rcu: Move PREEMPT_RCU preemption to switch_to() invocation
Paul E. McKenney
1
-0
/
+1
2012-04-26
smp: Add task_struct argument to __cpu_up()
Thomas Gleixner
1
-1
/
+1
2012-04-19
Merge branch 'linus' into queue
Marcelo Tosatti
7
-67
/
+29
2012-04-10
um: uml_setup_stubs': warning: unused variable 'pages'
Boaz Harrosh
1
-1
/
+0
2012-04-10
um: Use asm-generic/switch_to.h
Richard Weinberger
2
-5
/
+2
2012-04-10
um: Disintegrate asm/system.h
Richard Weinberger
2
-1
/
+2
2012-04-10
um: switch cow_user.h to htobe{32,64}/betoh{32,64}
Al Viro
2
-57
/
+21
2012-04-09
um: fix linker script generation
Al Viro
1
-3
/
+4
2012-04-08
kvmclock: Add functions to check if the host has stopped the vm
Eric B Munson
1
-0
/
+1
2012-03-29
remove references to cpu_*_map in arch/
Rusty Russell
2
-6
/
+5
2012-03-28
Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...
Linus Torvalds
1
-1
/
+0
2012-03-28
Remove all #inclusions of asm/system.h
David Howells
1
-1
/
+0
2012-03-27
Merge branch 'for-linus-3.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
39
-699
/
+781
2012-03-25
um: Update defconfig
Richard Weinberger
1
-184
/
+471
2012-03-25
um: Switch to large mcmodel on x86_64
Richard Weinberger
1
-0
/
+1
2012-03-25
um: Wire CONFIG_GENERIC_IO up
Richard Weinberger
1
-0
/
+1
2012-03-25
um: Serve io_remap_pfn_range()
Richard Weinberger
1
-0
/
+2
2012-03-25
um: most of the SUBARCH uses can be killed
Al Viro
2
-3
/
+3
2012-03-25
um: deadlock in line_write_interrupt()
Al Viro
1
-0
/
+1
2012-03-25
um: don't bother trying to rebuild CHECKFLAGS for USER_OBJS
Al Viro
1
-4
/
+3
2012-03-25
um: use the right ifdef around exports in user_syms.c
Al Viro
2
-3
/
+1
2012-03-25
um: a bunch of headers can be killed by using generic-y
Al Viro
7
-124
/
+1
2012-03-25
um: ptrace-generic.h doesn't need user.h
Al Viro
1
-1
/
+0
2012-03-25
um: kill HOST_TASK_PID
Al Viro
3
-5
/
+3
2012-03-25
um: remove pointless include of asm/fixmap.h from asm/pgtable.h
Al Viro
1
-2
/
+1
2012-03-25
um: asm-offsets.h might as well come from underlying arch...
Al Viro
1
-1
/
+0
2012-03-25
um: switch close_chan() to struct line
Al Viro
3
-9
/
+11
2012-03-25
um: race fix: initialize delayed_work *before* registering IRQ
Al Viro
3
-18
/
+15
2012-03-25
um: line->have_irq is never checked...
Al Viro
2
-2
/
+0
2012-03-25
um: chan_init_pri is dead now
Al Viro
1
-2
/
+0
2012-03-25
um: switch users of ->chan_list to ->chan_{in,out} (easy cases)
Al Viro
5
-128
/
+88
2012-03-25
um: sorting out the chan mess, part 1
Al Viro
2
-0
/
+5
2012-03-25
um: finally kill ->init_str leaks
Al Viro
1
-1
/
+3
2012-03-25
um: get rid of lines_init()
Al Viro
4
-46
/
+33
2012-03-25
um: switch line.c tty drivers to dynamic device creation
Al Viro
4
-42
/
+40
2012-03-25
um: fix races between line_open() and line_config()
Al Viro
2
-28
/
+29
2012-03-25
um: convert count_lock to mutex, fix a race in line_open()
Al Viro
4
-20
/
+12
2012-03-25
um: get rid of the init_prio mess
Al Viro
4
-74
/
+68
2012-03-25
um: switch line_config() to setup_one_line()
Al Viro
1
-6
/
+16
[prev]
[next]