index
:
profile/common/kernel-common
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0_common
accepted/tizen_4.0_unified
accepted/tizen_common
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_wearable
sandbox/dkson95/gcc6
sandbox/jaehun77/hardfp
sandbox/jkozerski/ima-evm
sandbox/jobol/upstream
sandbox/jobol/v3.19.1
sandbox/jobol/v4.0
sandbox/lstelmach/memfd
sandbox/mwereski/kdbus-integration
sandbox/mwereski/memfd
sandbox/pcoval/devel-sdk
sandbox/pcoval/efi
sandbox/pcoval/ivi-devel
sandbox/pcoval/latest
sandbox/pcoval/rcar-m2
sandbox/pcoval/snapshot
sandbox/pcoval/tizen
sandbox/pcoval/tizen_common
sandbox/sdx/displaylink
sandbox/zjasinski/ima-evm
sandbox/zjasinski/ima-evm2
tizen
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m2
tizen_3.14.14
tizen_3.14.19
tizen_3.14.4
tizen_4.0
tizen_common
tizen_common_3.14.20
tizen_common_3.14.25
upstream
Domain: SCM / Uncategorized;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
um
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2012-01-17
audit: inline audit_syscall_entry to reduce burden on archs
Eric Paris
1
-11
/
+9
2012-01-17
Audit: push audit success and retcode into arch ptrace.h
Eric Paris
1
-2
/
+2
2012-01-06
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-4
/
+2
2011-12-11
nohz: Remove tick_nohz_idle_enter_norcu() / tick_nohz_idle_exit_norcu()
Frederic Weisbecker
1
-2
/
+4
2011-12-11
nohz: Allow rcu extended quiescent state handling seperately from tick stop
Frederic Weisbecker
1
-2
/
+2
2011-12-11
nohz: Separate out irq exit and idle loop dyntick logic
Frederic Weisbecker
1
-2
/
+2
2011-12-05
Merge branch 'fortglx/3.3/tip/timers/core' of git://git.linaro.org/people/jst...
Thomas Gleixner
1
-4
/
+2
2011-11-21
clocksource: um: Convert to clocksource_register_hz/khz
John Stultz
1
-4
/
+2
2011-11-02
um: distribute exports to where exported stuff is defined
Al Viro
10
-54
/
+40
2011-11-02
um: fix gcov build breakage
Al Viro
1
-15
/
+0
2011-11-02
um: kill shared/tlb.h
Al Viro
2
-2
/
+1
2011-11-02
um: make flush_tlb_kernel_range_common() static
Al Viro
1
-1
/
+1
2011-11-02
um: make load_initrd() static, kill shared/initrd.h
Al Viro
1
-2
/
+2
2011-11-02
um: kill includes of sysdep/sigcontext.h from stuff built with kernel headers
Al Viro
2
-2
/
+0
2011-11-02
um: kill dead code around uaccess
Al Viro
2
-34
/
+1
2011-11-02
um: -include user.h for USER_OBJ, trim includes
Al Viro
1
-1
/
+0
2011-09-14
um: clean arch_ptrace() up a bit
Al Viro
1
-28
/
+0
2011-09-14
um: Save FPU registers between task switches
Ingo van Lil
1
-1
/
+1
2011-07-25
um: remove dead code
Richard Weinberger
1
-2
/
+1
2011-07-25
um, exec: remove redundant set_fs(USER_DS)
Mathias Krause
1
-1
/
+0
2011-05-25
um: print info about fatal segfaults
Richard Weinberger
1
-0
/
+24
2011-05-25
um: add earlyprintk support
Richard Weinberger
2
-0
/
+34
2011-05-25
mm: now that all old mmu_gather code is gone, remove the storage
Peter Zijlstra
1
-3
/
+0
2011-04-14
sched: Provide scheduler_ipi() callback in response to smp_send_reschedule()
Peter Zijlstra
1
-1
/
+1
2011-03-24
um: Use generic show_interrupts()
Thomas Gleixner
1
-46
/
+0
2011-03-24
um: Convert genirq namespace
Thomas Gleixner
1
-5
/
+4
2011-02-14
um: Use proper accessors in show_interrupts()
Thomas Gleixner
1
-4
/
+6
2011-02-14
um: Convert irq_chips to new functions
Thomas Gleixner
1
-10
/
+9
2011-02-14
um: Remove stale irq_chip.end
Thomas Gleixner
1
-2
/
+0
2011-01-13
thp: pte alloc trans splitting
Andrea Arcangeli
1
-1
/
+1
2010-11-17
BKL: remove extraneous #include <smp_lock.h>
Arnd Bergmann
1
-1
/
+0
2010-11-12
um: fix ptrace build error
Richard Weinberger
1
-1
/
+1
2010-10-27
ptrace: cleanup arch_ptrace() on um
Namhyung Kim
1
-10
/
+8
2010-10-27
ptrace: change signature of arch_ptrace()
Namhyung Kim
1
-2
/
+3
2010-10-26
um: migrate from __do_IRQ() to generic_handle_irq()
Richard Weinberger
1
-11
/
+4
2010-10-26
uml: fix CONFIG_STATIC_LINK=y build failure with newer glibc
Roland McGrath
2
-2
/
+29
2010-10-26
um: remove PAGE_SIZE alignment in linker script causing kernel segfault.
Richard Weinberger
1
-1
/
+1
2010-10-22
Merge branch 'config' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl
Linus Torvalds
1
-2
/
+0
2010-10-19
uml: kill big kernel lock
Arnd Bergmann
1
-2
/
+0
2010-10-12
Merge branch 'x86/urgent' of into irq/sparseirq
Thomas Gleixner
3
-6
/
+6
2010-09-23
genirq: Cleanup irq_chip->typename leftovers
Thomas Gleixner
1
-3
/
+3
2010-09-22
uml: fix compile warning
Richard Weinberger
3
-6
/
+6
2010-08-17
Make do_execve() take a const filename pointer
David Howells
2
-3
/
+6
2010-08-13
Mark arguments to certain syscalls as being const
David Howells
3
-5
/
+5
2010-08-10
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-0
/
+3
2010-08-09
arch/um/kernel/ptrace.c: remove dead PROC_MM
Christoph Egger
1
-21
/
+0
2010-08-09
Deal with missing exports for hostfs
Al Viro
1
-0
/
+3
2010-08-03
um: Fix read_persistent_clock fallout
Thomas Gleixner
1
-3
/
+2
2010-07-27
um: Convert to use read_persistent_clock
John Stultz
1
-6
/
+7
2010-06-04
arch/um: fix kunmap_atomic() call in skas/uaccess.c
Cesar Eduardo Barros
1
-1
/
+1
[next]