[PATCH] 3c59x: documentation update
[safe/jmp/linux-2.6] / kernel /
2006-03-26 Stephen Rothwell[PATCH] consolidate sys32/compat_adjtimex
2006-03-26 Con Kolivas[PATCH] swswsup: return correct load_image error
2006-03-26 Ingo Molnar[PATCH] warn if free_irq() is called from IRQ context
2006-03-25 Linus TorvaldsMerge branch 'audit.b3' of git://git./linux/kernel...
2006-03-25 Linus TorvaldsMerge git://git./linux/kernel/git/bunk/trivial
2006-03-25 Roman Zippel[PATCH] remove pps support
2006-03-25 Dimitri Sivanich[PATCH] Add SA_PERCPU_IRQ flag support
2006-03-25 Eric Dumazet[PATCH] Use unsigned int types for a faster bsearch
2006-03-25 Ashok Raj[PATCH] Check if cpu can be onlined before calling...
2006-03-25 Eric Dumazet[PATCH] No need to protect current->group_info in sys_g...
2006-03-25 Andrew Morton[PATCH] find_task_by_pid() needs tasklist_lock
2006-03-25 Chris Wright[PATCH] refactor capable() to one implementation, add...
2006-03-25 Bryan Holty[PATCH] IRQ: prevent enabling of previously disabled...
2006-03-25 Andrew Morton[PATCH] irq: uninline migration functions
2006-03-25 Adrian Bunk[PATCH] kernel/params.c: make param_array() static
2006-03-25 Rusty Russell[PATCH] Remove MODULE_PARM
2006-03-25 Thomas Gleixner[PATCH] Validate and sanitze itimer timeval from userspace
2006-03-25 Thomas Gleixner[PATCH] sys_alarm() unsigned signed conversion fixup
2006-03-25 Andrew Morton[PATCH] timer irq driven soft watchdog fix
2006-03-24 Eric SesterhennBUG_ON() Conversion in kernel/cpu.c
2006-03-24 Andrew Morton[PATCH] fix build error if CONFIG_SYSFS=n
2006-03-24 Davi Arnaut[PATCH] strndup_user: convert module
2006-03-24 Ingo Molnar[PATCH] timer-irq-driven soft-watchdog, cleanups
2006-03-24 Sergey Vlasov[PATCH] Fix module refcount leak in __set_personality()
2006-03-24 Andrew Morton[PATCH] RLIMIT_CPU: document wrong return value
2006-03-24 Andrew Morton[PATCH] RLIMIT_CPU: fix handling of a zero limit
2006-03-24 Andrew Morton[PATCH] sys_setrlimit() cleanup
2006-03-24 John Z. Bohach[PATCH] console_setup() depends (wrongly?) on CONFIG_PRINTK
2006-03-24 Paul Jackson[PATCH] cpuset: remove useless local variable initializ...
2006-03-24 Paul Jackson[PATCH] cpuset: don't need to mark cpuset_mems_generati...
2006-03-24 Paul Jackson[PATCH] cpuset: remove unnecessary NULL check
2006-03-24 Paul Jackson[PATCH] cpuset memory spread slab cache optimizations
2006-03-24 Paul Jackson[PATCH] cpuset memory spread basic implementation
2006-03-24 Paul Jackson[PATCH] cpuset use combined atomic_inc_return calls
2006-03-24 Paul Jackson[PATCH] cpuset cleanup not not operators
2006-03-24 Paul E. McKenney[PATCH] rcutorture: tag success/failure line with modul...
2006-03-24 Jan Beulich[PATCH] tvec_bases too large for per-cpu data
2006-03-24 Oleg Nesterov[PATCH] rcu_process_callbacks: don't cli() while testin...
2006-03-24 Bart Samwel[PATCH] Range checking in do_proc_dointvec_(userhz_...
2006-03-24 Bart Samwel[PATCH] Represent laptop_mode as jiffies internally
2006-03-24 Bart Samwel[PATCH] Represent dirty_*_centisecs as jiffies internally
2006-03-24 Andrew Morton[PATCH] free_uid() locking improvement
2006-03-23 Jens Axboe[PATCH] Block queue IO tracing support (blktrace) as...
2006-03-23 Tom Zanussi[PATCH] relay: consolidate sendfile() and read() code
2006-03-23 Jens Axboe[PATCH] relay: add sendfile() support
2006-03-23 Jens Axboe[PATCH] relay: migrate from relayfs to a generic relay API
2006-03-23 Adrian Bunk[PATCH] kernel/rcupdate.c: make two structs static
2006-03-23 Oleg Nesterov[PATCH] BUILD_LOCK_OPS: cleanup preempt_disable() usage
2006-03-23 Andrew Morton[PATCH] pause_on_oops command line option
2006-03-23 Ingo Molnar[PATCH] make bug messages more consistent
2006-03-23 Oleg Nesterov[PATCH] sigprocmask: kill unneeded temp var
2006-03-23 Ashutosh Naik[PATCH] kernel/module.c Semaphore to Mutex Conversion...
2006-03-23 Ingo Molnar[PATCH] sem2mutex: kprobes
2006-03-23 Ingo Molnar[PATCH] sem2mutex: tty
2006-03-23 Arjan van de Ven[PATCH] sem2mutex: kernel/
2006-03-23 Ingo Molnar[PATCH] convert kernel/rcupdate.c:rcu_barrier_sema...
2006-03-23 Ingo Molnar[PATCH] kernel/cpuset.c, mutex conversion
2006-03-23 Ravikiran G Thirumalai[PATCH] Avoid taking global tasklist_lock for single...
2006-03-23 Eric Dumazet[PATCH] Shrinks sizeof(files_struct) and better layout
2006-03-23 Luca Tettamanti[PATCH] swsusp: add s2ram ioctl to userland interface
2006-03-23 Rafael J. Wysocki[PATCH] swsusp: let userland tools switch console on...
2006-03-23 Shaohua Li[PATCH] swsusp: drain high mem pages
2006-03-23 Rafael J. Wysocki[PATCH] swsusp: finally solve mysqld problem
2006-03-23 Pavel Machek[PATCH] suspend: make progress printing prettier
2006-03-23 Rafael J. Wysocki[PATCH] swsusp: freeze user space processes first
2006-03-23 Rafael J. Wysocki[PATCH] swsusp: userland interface
2006-03-23 Pavel Machek[PATCH] swsusp: documentation updates
2006-03-23 Randy Dunlap[PATCH] kernel/power: move externs to header files
2006-03-23 Rafael J. Wysocki[PATCH] swsusp: separate swap-writing/reading code
2006-03-23 Rafael J. Wysocki[PATCH] swsusp: low level interface
2006-03-23 Andrew Morton[PATCH] revert "swsusp: fix breakage with swap on lvm"
2006-03-23 Anton Blanchard[PATCH] fix scheduler deadlock
2006-03-23 Linus TorvaldsMerge git://git./linux/kernel/git/paulus/powerpc
2006-03-22 Linus TorvaldsMerge /pub/scm/linux/kernel/git/jejb/scsi-misc-2.6
2006-03-22 Andrew Morton[PATCH] on_each_cpu(): disable local interrupts
2006-03-22 Eric W. Biederman[PATCH] unshare: Error if passed unsupported flags
2006-03-22 Mike Galbraith[PATCH] sched: remove sleep_avg multiplier
2006-03-21 James BottomleyMerge ../linux-2.6
2006-03-20 Greg Kroah-Hartman[PATCH] fix module sysfs files reference counting
2006-03-20 Greg Kroah-Hartman[PATCH] add EXPORT_SYMBOL_GPL_FUTURE() to RCU subsystem
2006-03-20 Greg Kroah-Hartman[PATCH] add EXPORT_SYMBOL_GPL_FUTURE()
2006-03-20 Sam Ravnborg[PATCH] Clean up module.c symbol searching logic
2006-03-20 Jun'ichi Nomura[PATCH] kobject: fix build error if CONFIG_SYSFS=n
2006-03-20 Amy Griffis[PATCH] fix audit_init failure path
2006-03-20 lorenzo@gnu.org[PATCH] EXPORT_SYMBOL patch for audit_log, audit_log_st...
2006-03-20 Ingo Molnar[PATCH] sem2mutex: audit_netlink_sem
2006-03-20 Ingo Molnar[PATCH] simplify audit_free() locking
2006-03-20 Dustin Kirkland[PATCH] Fix audit operators
2006-03-20 Steve Grubb[PATCH] Add tty to syscall audit records
2006-03-20 Steve Grubb[PATCH] add/remove rule update
2006-03-20 Amy Griffis[PATCH] audit string fields interface + consumer
2006-03-20 David Woodhouse[PATCH] Minor cosmetic cleanups to the code moved into...
2006-03-20 David Woodhouse[PATCH] Fix audit record filtering with !CONFIG_AUDITSY...
2006-03-20 Dustin Kirkland[PATCH] Miscellaneous bug and warning fixes
2006-03-20 Dustin Kirkland[PATCH] Capture selinux subject/object context information.
2006-03-20 Dustin Kirkland[PATCH] Exclude messages by message type
2006-03-20 Amy Griffis[PATCH] Collect more inode information during syscall...
2006-03-20 Amy Griffis[PATCH] Pass dentry, not just name, in fsnotify creatio...
2006-03-20 Steve Grubb[PATCH] Define new range of userspace messages.
2006-03-20 Dustin Kirkland[PATCH] Filter rule comparators
next