index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
Commit message (
Expand
)
Author
Age
Files
Lines
*
[PATCH] hrtimer: validate timespec of do_sys_settimeofday
Thomas Gleixner
2006-01-10
1
-0
/
+3
*
[PATCH] hrtimer: create and use timespec_valid macro
Thomas Gleixner
2006-01-10
1
-3
/
+2
*
[PATCH] hrtimer: make clockid_t arguments const
Thomas Gleixner
2006-01-10
2
-35
/
+43
*
[PATCH] hrtimer: export deinlined mktime
Andrew Morton
2006-01-10
1
-0
/
+2
*
[PATCH] hrtimer: clean up mktime and make arguments const
Ingo Molnar
2006-01-10
1
-6
/
+9
*
[PATCH] hrtimer: deinline mktime and set_normalized_timespec
Thomas Gleixner
2006-01-10
1
-0
/
+61
*
[PATCH] hrtimer: remove duplicate div_long_long_rem implementation
Thomas Gleixner
2006-01-10
1
-9
/
+1
*
[PATCH] common compat_sys_timer_create
Christoph Hellwig
2006-01-10
1
-2
/
+18
*
[PATCH] kdump: read previous kernel's memory
Vivek Goyal
2006-01-10
2
-65
/
+0
*
[PATCH] kdump: save registers early (inline functions)
Vivek Goyal
2006-01-10
1
-1
/
+3
*
[PATCH] kdump: export per cpu crash notes pointer through sysfs
Vivek Goyal
2006-01-10
1
-13
/
+0
*
[PATCH] kdump: dynamic per cpu allocation of memory for saving cpu registers
Vivek Goyal
2006-01-10
1
-0
/
+16
*
[PATCH] Remove set_fs() in stop_machine()
akpm@osdl.org
2006-01-10
1
-5
/
+1
*
Merge master.kernel.org:/pub/scm/linux/kernel/git/mingo/mutex-2.6
Linus Torvalds
2006-01-09
9
-6
/
+975
|
\
|
*
[PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_sem
Jes Sorensen
2006-01-09
1
-5
/
+5
|
*
[PATCH] mutex subsystem, more debugging code
Ingo Molnar
2006-01-09
2
-0
/
+6
|
*
[PATCH] mutex subsystem, debugging code
Ingo Molnar
2006-01-09
4
-0
/
+603
|
*
[PATCH] mutex subsystem, core
Ingo Molnar
2006-01-09
3
-1
/
+361
*
|
[PATCH] rcu: don't set ->next_pending in rcu_start_batch()
Oleg Nesterov
2006-01-09
1
-7
/
+4
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc-merge
Linus Torvalds
2006-01-09
2
-0
/
+5
|
\
|
*
[PATCH] powerpc: Add arch-dependent copy_oldmem_page
Michael Ellerman
2006-01-09
1
-0
/
+3
|
*
[PATCH] spufs: The SPU file system, base
Arnd Bergmann
2006-01-09
1
-0
/
+2
*
|
[PATCH] rcu: uninline __rcu_pending()
Oleg Nesterov
2006-01-09
1
-0
/
+30
*
|
[PATCH] Make vm86 support optional
Matt Mackall
2006-01-08
1
-0
/
+2
*
|
[PATCH] tiny: Make *[ug]id16 support optional
Matt Mackall
2006-01-08
1
-0
/
+19
*
|
[PATCH] simplify k_getrusage()
Oleg Nesterov
2006-01-08
1
-18
/
+11
*
|
[PATCH] fix workqueue oops during cpu offline
Nathan Lynch
2006-01-08
1
-6
/
+10
*
|
[PATCH] kernel/module.c: remove redundant spinlock in resolve_symbol()
Ashutosh Naik
2006-01-08
1
-2
/
+0
*
|
[PATCH] modules: mark TAINT_FORCED_RMMOD correctly
Akinobu Mita
2006-01-08
1
-5
/
+5
*
|
[PATCH] modules: prevent overriding of symbols
Ashutosh Naik
2006-01-08
1
-0
/
+39
*
|
[PATCH] copy_process: error path cleanup
Oleg Nesterov
2006-01-08
1
-6
/
+2
*
|
[PATCH] setpgid: should not accept ptraced childs
Oleg Nesterov
2006-01-08
1
-1
/
+1
*
|
[PATCH] setpgid: should work for sub-threads
Oren Laadan
2006-01-08
2
-10
/
+8
*
|
[PATCH] setpgid: should work for sub-threads
Oleg Nesterov
2006-01-08
1
-5
/
+6
*
|
[PATCH] fork: fix race in setting child's pgrp and tty
Oren Laadan
2006-01-08
1
-6
/
+3
*
|
[PATCH] Don't attempt to power off if power off is not implemented
Eric W. Biederman
2006-01-08
1
-0
/
+6
*
|
[PATCH] Extend RCU torture module to test tickless idle CPU
Srivatsa Vaddagiri
2006-01-08
1
-5
/
+91
*
|
[PATCH] Add tainting for proprietary helper modules
Dave Jones
2006-01-08
1
-0
/
+5
*
|
[PATCH] shrink dentry struct
Eric Dumazet
2006-01-08
1
-2
/
+2
*
|
[PATCH] remove unneeded sig->curr_target recalculation
Oleg Nesterov
2006-01-08
1
-2
/
+0
*
|
[PATCH] little do_group_exit() cleanup
Oleg Nesterov
2006-01-08
1
-1
/
+0
*
|
[PATCH] kill_proc_info_as_uid: don't use hardcoded constants
Oleg Nesterov
2006-01-08
1
-2
/
+1
*
|
[PATCH] Unchecked alloc_percpu() return in __create_workqueue()
Ben Collins
2006-01-08
1
-0
/
+5
*
|
[PATCH] sigaction should clear all signals on SIG_IGN, not just < 32
George Anzinger
2006-01-08
1
-2
/
+32
*
|
[PATCH] printk return value: fix it
Guillaume Chazarain
2006-01-08
1
-3
/
+3
*
|
[PATCH] use ptrace_get_task_struct in various places
Christoph Hellwig
2006-01-08
1
-31
/
+46
*
|
[PATCH] rcu file: use atomic primitives
Nick Piggin
2006-01-08
2
-15
/
+0
*
|
[PATCH] kernel/: small cleanups
Adrian Bunk
2006-01-08
4
-2
/
+5
*
|
[PATCH] cpuset: skip rcu check if task is in root cpuset
Paul Jackson
2006-01-08
1
-4
/
+9
*
|
[PATCH] cpuset: mark number_of_cpusets read_mostly
Paul Jackson
2006-01-08
1
-1
/
+1
[next]