index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2006-03-23
[PATCH] Block queue IO tracing support (blktrace) as of 2006-03-23
Jens Axboe
1
-0
/
+1
2006-03-23
[PATCH] relay: consolidate sendfile() and read() code
Tom Zanussi
1
-84
/
+91
2006-03-23
[PATCH] relay: add sendfile() support
Jens Axboe
1
-29
/
+115
2006-03-23
[PATCH] relay: migrate from relayfs to a generic relay API
Jens Axboe
2
-0
/
+920
2006-03-23
[PATCH] kernel/rcupdate.c: make two structs static
Adrian Bunk
1
-2
/
+2
2006-03-23
[PATCH] BUILD_LOCK_OPS: cleanup preempt_disable() usage
Oleg Nesterov
1
-5
/
+4
2006-03-23
[PATCH] pause_on_oops command line option
Andrew Morton
1
-1
/
+96
2006-03-23
[PATCH] make bug messages more consistent
Ingo Molnar
1
-2
/
+2
2006-03-23
[PATCH] sigprocmask: kill unneeded temp var
Oleg Nesterov
1
-4
/
+4
2006-03-23
[PATCH] kernel/module.c Semaphore to Mutex Conversion for module_mutex
Ashutosh Naik
1
-19
/
+19
2006-03-23
[PATCH] sem2mutex: kprobes
Ingo Molnar
1
-7
/
+7
2006-03-23
[PATCH] sem2mutex: tty
Ingo Molnar
2
-4
/
+4
2006-03-23
[PATCH] sem2mutex: kernel/
Arjan van de Ven
5
-25
/
+30
2006-03-23
[PATCH] convert kernel/rcupdate.c:rcu_barrier_sema to mutex
Ingo Molnar
1
-5
/
+5
2006-03-23
[PATCH] kernel/cpuset.c, mutex conversion
Ingo Molnar
1
-109
/
+103
2006-03-23
[PATCH] Avoid taking global tasklist_lock for single threadedprocess at getrusage()
Ravikiran G Thirumalai
1
-8
/
+34
2006-03-23
[PATCH] Shrinks sizeof(files_struct) and better layout
Eric Dumazet
1
-4
/
+4
2006-03-23
[PATCH] swsusp: add s2ram ioctl to userland interface
Luca Tettamanti
3
-2
/
+40
2006-03-23
[PATCH] swsusp: let userland tools switch console on suspend
Rafael J. Wysocki
1
-3
/
+0
2006-03-23
[PATCH] swsusp: drain high mem pages
Shaohua Li
1
-0
/
+1
2006-03-23
[PATCH] swsusp: finally solve mysqld problem
Rafael J. Wysocki
1
-1
/
+2
2006-03-23
[PATCH] suspend: make progress printing prettier
Pavel Machek
1
-2
/
+3
2006-03-23
[PATCH] swsusp: freeze user space processes first
Rafael J. Wysocki
3
-17
/
+46
2006-03-23
[PATCH] swsusp: userland interface
Rafael J. Wysocki
4
-5
/
+321
2006-03-23
[PATCH] swsusp: documentation updates
Pavel Machek
1
-1
/
+1
2006-03-23
[PATCH] kernel/power: move externs to header files
Randy Dunlap
2
-12
/
+5
2006-03-23
[PATCH] swsusp: separate swap-writing/reading code
Rafael J. Wysocki
4
-564
/
+581
2006-03-23
[PATCH] swsusp: low level interface
Rafael J. Wysocki
4
-488
/
+599
2006-03-23
[PATCH] revert "swsusp: fix breakage with swap on lvm"
Andrew Morton
1
-1
/
+3
2006-03-23
[PATCH] fix scheduler deadlock
Anton Blanchard
1
-2
/
+7
2006-03-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc
Linus Torvalds
1
-1
/
+1
2006-03-22
Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6
Linus Torvalds
1
-0
/
+29
2006-03-22
[PATCH] on_each_cpu(): disable local interrupts
Andrew Morton
1
-0
/
+20
2006-03-22
[PATCH] unshare: Error if passed unsupported flags
Eric W. Biederman
1
-0
/
+6
2006-03-22
[PATCH] sched: remove sleep_avg multiplier
Mike Galbraith
1
-6
/
+0
2006-03-21
Merge ../linux-2.6
James Bottomley
8
-104
/
+132
2006-03-20
[PATCH] fix module sysfs files reference counting
Greg Kroah-Hartman
2
-56
/
+31
2006-03-20
[PATCH] add EXPORT_SYMBOL_GPL_FUTURE() to RCU subsystem
Greg Kroah-Hartman
1
-3
/
+3
2006-03-20
[PATCH] add EXPORT_SYMBOL_GPL_FUTURE()
Greg Kroah-Hartman
1
-2
/
+47
2006-03-20
[PATCH] Clean up module.c symbol searching logic
Sam Ravnborg
1
-32
/
+41
2006-03-20
[PATCH] kobject: fix build error if CONFIG_SYSFS=n
Jun'ichi Nomura
1
-3
/
+0
2006-03-18
[PATCH] don't do exit_io_context() until we know we won't be doing any IO
Al Viro
1
-2
/
+5
2006-03-18
[PATCH] disable unshare(CLONE_VM) for now
Oleg Nesterov
1
-3
/
+1
2006-03-17
[PATCH] posix-timers: fix requeue accounting when signal is ignored
Roman Zippel
1
-0
/
+1
2006-03-17
[PATCH] time_interpolator: add __read_mostly
Christoph Lameter
1
-2
/
+2
2006-03-17
[PATCH] unshare: Use rcu_assign_pointer when setting sighand
Eric W. Biederman
1
-1
/
+1
2006-03-17
Merge ../linux-2.6
Paul Mackerras
2
-8
/
+9
2006-03-14
Merge ../linux-2.6
James Bottomley
6
-29
/
+143
2006-03-14
[PATCH] Fix sigaltstack corruption among cloned threads
GOTO Masanori
1
-0
/
+6
2006-03-11
[PATCH] remove __put_task_struct_cb export again
Christoph Hellwig
2
-8
/
+3
[next]