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
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2006-09-29
[PATCH] sys_get_robust_list(): don't take tasklist_lock
Oleg Nesterov
1
-3
/
+3
2006-09-29
[PATCH] futex_find_get_task(): don't take tasklist_lock
Oleg Nesterov
1
-2
/
+2
2006-09-29
[PATCH] copy_process: cosmetic ->ioprio tweak
Oleg Nesterov
1
-6
/
+3
2006-09-29
[PATCH] reparent_to_init(): use has_rt_policy()
Oleg Nesterov
1
-3
/
+1
2006-09-29
[PATCH] sched_setscheduler: fix? policy checks
Oleg Nesterov
1
-20
/
+18
2006-09-29
[PATCH] introduce is_rt_policy() helper
Oleg Nesterov
1
-3
/
+2
2006-09-29
[PATCH] do_sched_setscheduler(): don't take tasklist_lock
Oleg Nesterov
1
-10
/
+18
2006-09-29
[PATCH] kill extraneous printk in kernel_restart()
Cal Peake
1
-1
/
+0
2006-09-29
[PATCH] Fix ____call_usermodehelper errors being silently ignored
Björn Steinbrink
1
-1
/
+11
2006-09-29
[PATCH] exit: fix crash case
Alan Cox
1
-1
/
+2
2006-09-29
[PATCH] kexec warning fix
Roland McGrath
1
-2
/
+4
2006-09-29
[PATCH] simplify update_times (avoid jiffies/jiffies_64 aliasing problem)
Atsushi Nemoto
1
-13
/
+6
2006-09-29
[PATCH] __dequeue_signal() cleanup
Roland McGrath
1
-4
/
+2
2006-09-29
[PATCH] has_stopped_jobs() cleanup
Roland McGrath
1
-11
/
+0
2006-09-29
[PATCH] posix-timers: Fix the flags handling in posix_cpu_nsleep()
Toyo Abe
1
-26
/
+58
2006-09-29
[PATCH] posix-timers: Fix clock_nanosleep() doesn't return the remaining time...
Toyo Abe
4
-15
/
+76
2006-09-29
[PATCH] check return value of cpu_callback
Akinobu Mita
4
-4
/
+11
2006-09-29
[PATCH] memory ordering in __kfifo primitives
Paul E. McKenney
1
-0
/
+28
2006-09-29
[PATCH] lockdep: print kernel version
Dave Jones
1
-0
/
+13
2006-09-29
[PATCH] pidspace: is_init()
Sukadev Bhattiprolu
6
-5
/
+6
2006-09-29
[PATCH] Fix unserialized task->files changing
Kirill Korotaev
1
-0
/
+12
2006-09-29
[PATCH] unwind: fix unused variable warning when !CONFIG_MODULES
Chuck Ebbert
1
-1
/
+3
2006-09-29
[PATCH] Fix kerneldoc comments in kernel/timer.c
Rolf Eike Beer
1
-12
/
+17
2006-09-29
[PATCH] clean up and remove some extra spinlocks from rtmutex
Steven Rostedt
1
-26
/
+25
2006-09-29
[PATCH] ifdef blktrace debugging fields
Alexey Dobriyan
1
-0
/
+2
2006-09-29
[PATCH] timer: add lock annotation to lock_timer_base
Josh Triplett
1
-0
/
+1
2006-09-29
[PATCH] module_subsys: initialize earlier
Mark Huang
1
-1
/
+1
2006-09-29
[PATCH] rcu: add lock annotations to rcu{,_bh}_torture_read_{lock,unlock}
Josh Triplett
1
-4
/
+4
2006-09-29
[PATCH] irq: remove a extra line
Yoichi Yuasa
1
-4
/
+0
2006-09-29
[PATCH] irq: fixed coding style
Yoichi Yuasa
1
-1
/
+1
2006-09-29
[PATCH] kernel-doc for relay interface
Randy Dunlap
1
-14
/
+22
2006-09-29
[PATCH] kernel/params: driver layer error checking
Randy Dunlap
1
-2
/
+11
2006-09-29
[PATCH] remove generic__raw_read_trylock()
Matthew Wilcox
1
-11
/
+0
2006-09-28
Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-arm
Linus Torvalds
1
-0
/
+4
2006-09-27
Merge master.kernel.org:/pub/scm/linux/kernel/git/tmlind/linux-omap-upstream ...
Russell King
1
-1
/
+1
2006-09-27
[PATCH] pid: remove temporary debug code in attach_pid
Eric W. Biederman
1
-3
/
+0
2006-09-27
[PATCH] pid: Implement transfer_pid and use it to simplify de_thread
Eric W. Biederman
1
-0
/
+9
2006-09-27
[PATCH] sysctl: Allow /proc/sys without sys_sysctl
Eric W. Biederman
1
-75
/
+38
2006-09-27
[PATCH] inode-diet: Eliminate i_blksize from the inode structure
Theodore Ts'o
1
-1
/
+0
2006-09-27
[PATCH] inode_diet: Replace inode.u.generic_ip with inode.i_private
Theodore Ts'o
1
-1
/
+1
2006-09-27
[PATCH] NOMMU: move the fallback arch_vma_name() to a sensible place
David Howells
1
-0
/
+5
2006-09-27
[PATCH] NOMMU: Check that access_process_vm() has a valid target
David Howells
1
-54
/
+0
2006-09-26
Resources: insert identical resources above existing resources
Matthew Wilcox
1
-16
/
+16
2006-09-26
Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6
Linus Torvalds
7
-11
/
+110
2006-09-26
Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6
Linus Torvalds
4
-4
/
+22
2006-09-26
[PATCH] PM: Add pm_trace switch
Rafael J. Wysocki
1
-0
/
+30
2006-09-26
[PATCH] PM: make it possible to disable console suspending
Rafael J. Wysocki
2
-0
/
+14
2006-09-26
[PATCH] swsusp: Use memory bitmaps during resume
Rafael J. Wysocki
4
-246
/
+186
2006-09-26
[PATCH] swsusp: Introduce memory bitmaps
Rafael J. Wysocki
3
-70
/
+540
2006-09-26
[PATCH] swsusp: Introduce some helpful constants
Rafael J. Wysocki
1
-9
/
+15
[next]