aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2006-03-31[PATCH] wrong error path in dup_fd() leading to oopses in RCUKirill Korotaev1-1/+1
2006-03-31[PATCH] pidhash: Refactor the pid hash tableEric W. Biederman2-73/+155
2006-03-31[PATCH] task: RCU protect task->usageEric W. Biederman1-1/+6
2006-03-31[PATCH] resurrect __put_task_structAndrew Morton1-3/+7
2006-03-31[PATCH] Make setsid() more robustEric W. Biederman1-4/+15
2006-03-31[PATCH] futex: check and validate timevalsThomas Gleixner2-2/+6
2006-03-31[PATCH] sched: activate SCHED BATCH expiredCon Kolivas1-3/+7
2006-03-31[PATCH] sched: remove on runqueue requeueingCon Kolivas1-2/+1
2006-03-31[PATCH] sched: include noninteractive sleep in idle detectCon Kolivas1-2/+1
2006-03-31[PATCH] sched: dont decrease idle sleep avgCon Kolivas1-5/+10
2006-03-31[PATCH] sched: make task_noninteractive use sleep_typeCon Kolivas1-8/+8
2006-03-31[PATCH] sched: cleanup task_activated()Con Kolivas1-9/+15
2006-03-31[PATCH] sched: reduce overhead of calc_loadJack Steiner2-1/+16
2006-03-31[PATCH] hrtimer: call get_softirq_time() only when necessary in run_hrtimer_q...Dimitri Sivanich1-0/+3
2006-03-31[PATCH] hrtimer: use generic sleeper for nanosleepThomas Gleixner1-30/+9
2006-03-31[PATCH] hrtimer: create generic sleeperThomas Gleixner1-0/+19
2006-03-31[PATCH] modules: permit Dual-MIT/GPL licensesAndrew Morton1-0/+1
2006-03-31[PATCH] cpuset: memory migration interaction fixPaul Jackson1-5/+52
2006-03-31[PATCH] cpuset: unsafe mm reference fixPaul Jackson1-2/+2
2006-03-31[PATCH] cpuset: task_lock comment fixPaul Jackson1-6/+4
2006-03-31[PATCH] Fix pacct bug in multithreading case.KaiGai Kohei1-6/+6
2006-03-31[PATCH] Don't pass boot parameters to argv_init[]OGAWA Hirofumi1-1/+1
2006-03-31[PATCH] __mod_timer: simplify ->base changingOleg Nesterov1-8/+6
2006-03-31[PATCH] kill __init_timer_base in favor of boot_tvec_basesOleg Nesterov1-49/+35
2006-03-31[PATCH] Fix suspend with traced tasksPavel Machek2-2/+2
2006-03-28[PATCH] send_sigqueue: simplify and fix the raceOleg Nesterov1-37/+4
2006-03-28[PATCH] do_notify_parent_cldstop: remove 'to_self' paramOleg Nesterov1-21/+11
2006-03-28[PATCH] finish_stop: don't check stop_count < 0Oleg Nesterov1-1/+1
2006-03-28[PATCH] simplify do_signal_stop()Oleg Nesterov1-24/+8
2006-03-28[PATCH] cleanup __exit_signal->cleanup_sighand pathOleg Nesterov2-7/+4
2006-03-28[PATCH] make fork() atomic wrt pgrp/session signalsOleg Nesterov1-20/+17
2006-03-28[PATCH] pids: kill PIDTYPE_TGIDOleg Nesterov2-10/+4
2006-03-28[PATCH] do_sigaction: don't take tasklist_lockOleg Nesterov1-19/+3
2006-03-28[PATCH] do_group_exit: don't take tasklist_lockOleg Nesterov1-2/+0
2006-03-28[PATCH] do_signal_stop: don't take tasklist_lockOleg Nesterov1-52/+17
2006-03-28[PATCH] relax sig_needs_tasklist()Oleg Nesterov1-2/+1
2006-03-28[PATCH] sys_times: don't take tasklist_lockOleg Nesterov1-12/+1
2006-03-28[PATCH] do __unhash_process() under ->siglockOleg Nesterov1-2/+2
2006-03-28[PATCH] revert "Optimize sys_times for a single thread process"Oleg Nesterov2-65/+27
2006-03-28[PATCH] move __exit_signal() to kernel/exit.cOleg Nesterov2-64/+64
2006-03-28[PATCH] rename __exit_sighand to cleanup_sighandOleg Nesterov2-18/+13
2006-03-28[PATCH] cleanup __exit_signal()Oleg Nesterov1-16/+15
2006-03-28[PATCH] copy_process: cleanup bad_fork_cleanup_signalOleg Nesterov2-18/+20
2006-03-28[PATCH] copy_process: cleanup bad_fork_cleanup_sighandOleg Nesterov2-15/+2
2006-03-28[PATCH] introduce sig_needs_tasklist() helperOleg Nesterov1-1/+4
2006-03-28[PATCH] introduce lock_task_sighand() helperOleg Nesterov1-14/+24
2006-03-28[PATCH] convert sighand_cache to use SLAB_DESTROY_BY_RCUOleg Nesterov2-11/+12
2006-03-28[PATCH] release_task: replace open-coded ptrace_unlink()Oleg Nesterov1-3/+2
2006-03-28[PATCH] wait_for_helper: trivial style cleanupOleg Nesterov1-1/+1
2006-03-28[PATCH] reparent_thread: use remove_parent/add_parentOleg Nesterov1-2/+2
2006-03-28[PATCH] pidhash: don't count idle threadsOleg Nesterov3-43/+20
2006-03-28[PATCH] kill SET_LINKS/REMOVE_LINKSOleg Nesterov2-2/+6
2006-03-28[PATCH] don't use REMOVE_LINKS/SET_LINKS for reparentingOleg Nesterov2-6/+6
2006-03-28[PATCH] remove add_parent()'s parent argumentOleg Nesterov1-1/+1
2006-03-28[PATCH] choose_new_parent: remove unused arg, sanitize exit_state checkOleg Nesterov1-4/+4
2006-03-28[PATCH] pidhash: kill switch_exec_pidsEric W. Biederman1-30/+0
2006-03-28[PATCH] exec: allow init to exec from any thread.Eric W. Biederman2-2/+2
2006-03-28[PATCH] compat_sys_futex() warning fixAndrew Morton1-1/+2
2006-03-28[PATCH] for_each_possible_cpu: fixes for generic partKAMEZAWA Hiroyuki2-6/+6
2006-03-28[PATCH] Change dash2underscore() return value to charEric Sesterhenn1-1/+1
2006-03-28[PATCH] symversion warning fixAndrew Morton1-1/+1
2006-03-27[PATCH] Notifier chain update: API changesAlan Stern6-134/+301
2006-03-27[PATCH] lightweight robust futexes updatesIngo Molnar3-16/+16
2006-03-27[PATCH] lightweight robust futexes: compatIngo Molnar4-23/+150
2006-03-27[PATCH] lightweight robust futexes: coreIngo Molnar3-0/+179
2006-03-27[PATCH] sched: fix group power for allnodes_domainsSiddha, Suresh B1-33/+29
2006-03-27[PATCH] sched: new sched domain for representing multi-coreSiddha, Suresh B1-5/+68
2006-03-27[PATCH] Small schedule() optimizationAndreas Mohr1-7/+5
2006-03-27[PATCH] sched: fix task interactivity calculationMartin Andersson1-1/+2
2006-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds1-2/+1
2006-03-26[PATCH] kretprobe instance recycled by parent processbibo mao2-6/+13
2006-03-26[PATCH] hrtimers: remove data fieldRoman Zippel4-21/+17
2006-03-26[PATCH] hrtimers: remove nsec_t typedefRoman Zippel2-4/+4
2006-03-26[PATCH] hrtimers: remove state fieldRoman Zippel1-9/+5
2006-03-26[PATCH] hrtimers: simplify nanosleepRoman Zippel1-80/+62
2006-03-26[PATCH] hrtimers: posix-timer: cleanup common_timer_get()Roman Zippel1-24/+26
2006-03-26[PATCH] hrtimers: pass current time to hrtimer_forward()Roman Zippel3-9/+15
2006-03-26[PATCH] hrtimers: optimize softirq runqueuesThomas Gleixner1-2/+26
2006-03-26[PATCH] consolidate sys32/compat_adjtimexStephen Rothwell1-0/+59
2006-03-26[PATCH] swswsup: return correct load_image errorCon Kolivas1-3/+4
2006-03-26[PATCH] warn if free_irq() is called from IRQ contextIngo Molnar1-0/+1
2006-03-26BUG_ON() Conversion in kernel/fork.cEric Sesterhenn1-2/+1
2006-03-25Merge branch 'audit.b3' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds5-436/+1293
2006-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds1-2/+1
2006-03-25[PATCH] remove pps supportRoman Zippel2-54/+18
2006-03-25[PATCH] Add SA_PERCPU_IRQ flag supportDimitri Sivanich1-5/+18
2006-03-25[PATCH] Use unsigned int types for a faster bsearchEric Dumazet1-2/+2
2006-03-25[PATCH] Check if cpu can be onlined before calling smp_prepare_cpu()Ashok Raj1-3/+1
2006-03-25[PATCH] No need to protect current->group_info in sys_getgroups(), in_group_p...Eric Dumazet1-6/+0
2006-03-25[PATCH] find_task_by_pid() needs tasklist_lockAndrew Morton1-0/+2
2006-03-25[PATCH] refactor capable() to one implementation, add __capable() helperChris Wright2-12/+16
2006-03-25[PATCH] IRQ: prevent enabling of previously disabled interruptBryan Holty1-4/+17
2006-03-25[PATCH] irq: uninline migration functionsAndrew Morton2-2/+53
2006-03-25[PATCH] kernel/params.c: make param_array() staticAdrian Bunk1-6/+6
2006-03-25[PATCH] Remove MODULE_PARMRusty Russell2-177/+16
2006-03-25[PATCH] Validate and sanitze itimer timeval from userspaceThomas Gleixner1-0/+66
2006-03-25[PATCH] sys_alarm() unsigned signed conversion fixupThomas Gleixner2-13/+38
2006-03-25[PATCH] timer irq driven soft watchdog fixAndrew Morton1-0/+1
2006-03-24BUG_ON() Conversion in kernel/cpu.cEric Sesterhenn1-2/+1
2006-03-24[PATCH] fix build error if CONFIG_SYSFS=nAndrew Morton1-2/+2
2006-03-24[PATCH] strndup_user: convert moduleDavi Arnaut1-16/+3
2006-03-24[PATCH] timer-irq-driven soft-watchdog, cleanupsIngo Molnar2-25/+31
2006-03-24[PATCH] Fix module refcount leak in __set_personality()Sergey Vlasov1-0/+1
2006-03-24[PATCH] RLIMIT_CPU: document wrong return valueAndrew Morton1-0/+7
2006-03-24[PATCH] RLIMIT_CPU: fix handling of a zero limitAndrew Morton1-1/+12
2006-03-24[PATCH] sys_setrlimit() cleanupAndrew Morton1-11/+15
2006-03-24[PATCH] console_setup() depends (wrongly?) on CONFIG_PRINTKJohn Z. Bohach1-38/+38
2006-03-24[PATCH] cpuset: remove useless local variable initializationPaul Jackson1-1/+1
2006-03-24[PATCH] cpuset: don't need to mark cpuset_mems_generation atomicPaul Jackson1-8/+11
2006-03-24[PATCH] cpuset: remove unnecessary NULL checkPaul Jackson1-12/+6
2006-03-24[PATCH] cpuset memory spread slab cache optimizationsPaul Jackson1-0/+1
2006-03-24[PATCH] cpuset memory spread basic implementationPaul Jackson1-6/+98
2006-03-24[PATCH] cpuset use combined atomic_inc_return callsPaul Jackson1-7/+4
2006-03-24[PATCH] cpuset cleanup not not operatorsPaul Jackson1-5/+5
2006-03-24[PATCH] rcutorture: tag success/failure line with module parametersPaul E. McKenney1-8/+15
2006-03-24[PATCH] tvec_bases too large for per-cpu dataJan Beulich1-11/+34
2006-03-24[PATCH] rcu_process_callbacks: don't cli() while testing ->nxtlistOleg Nesterov1-3/+2
2006-03-24[PATCH] Range checking in do_proc_dointvec_(userhz_)jiffies_convBart Samwel1-0/+4
2006-03-24[PATCH] Represent laptop_mode as jiffies internallyBart Samwel1-3/+2
2006-03-24[PATCH] Represent dirty_*_centisecs as jiffies internallyBart Samwel1-5/+5
2006-03-24[PATCH] free_uid() locking improvementAndrew Morton1-3/+7
2006-03-23[PATCH] Block queue IO tracing support (blktrace) as of 2006-03-23Jens Axboe1-0/+1
2006-03-23[PATCH] relay: consolidate sendfile() and read() codeTom Zanussi1-84/+91
2006-03-23[PATCH] relay: add sendfile() supportJens Axboe1-29/+115
2006-03-23[PATCH] relay: migrate from relayfs to a generic relay APIJens Axboe2-0/+920
2006-03-23[PATCH] kernel/rcupdate.c: make two structs staticAdrian Bunk1-2/+2
2006-03-23[PATCH] BUILD_LOCK_OPS: cleanup preempt_disable() usageOleg Nesterov1-5/+4
2006-03-23[PATCH] pause_on_oops command line optionAndrew Morton1-1/+96
2006-03-23[PATCH] make bug messages more consistentIngo Molnar1-2/+2
2006-03-23[PATCH] sigprocmask: kill unneeded temp varOleg Nesterov1-4/+4
2006-03-23[PATCH] kernel/module.c Semaphore to Mutex Conversion for module_mutexAshutosh Naik1-19/+19
2006-03-23[PATCH] sem2mutex: kprobesIngo Molnar1-7/+7
2006-03-23[PATCH] sem2mutex: ttyIngo Molnar2-4/+4
2006-03-23[PATCH] sem2mutex: kernel/Arjan van de Ven5-25/+30
2006-03-23[PATCH] convert kernel/rcupdate.c:rcu_barrier_sema to mutexIngo Molnar1-5/+5
2006-03-23[PATCH] kernel/cpuset.c, mutex conversionIngo Molnar1-109/+103
2006-03-23[PATCH] Avoid taking global tasklist_lock for single threadedprocess at getru...Ravikiran G Thirumalai1-8/+34
2006-03-23[PATCH] Shrinks sizeof(files_struct) and better layoutEric Dumazet1-4/+4
2006-03-23[PATCH] swsusp: add s2ram ioctl to userland interfaceLuca Tettamanti3-2/+40
2006-03-23[PATCH] swsusp: let userland tools switch console on suspendRafael J. Wysocki1-3/+0
2006-03-23[PATCH] swsusp: drain high mem pagesShaohua Li1-0/+1
2006-03-23[PATCH] swsusp: finally solve mysqld problemRafael J. Wysocki1-1/+2
2006-03-23[PATCH] suspend: make progress printing prettierPavel Machek1-2/+3
2006-03-23[PATCH] swsusp: freeze user space processes firstRafael J. Wysocki3-17/+46
2006-03-23[PATCH] swsusp: userland interfaceRafael J. Wysocki4-5/+321
2006-03-23[PATCH] swsusp: documentation updatesPavel Machek1-1/+1
2006-03-23[PATCH] kernel/power: move externs to header filesRandy Dunlap2-12/+5
2006-03-23[PATCH] swsusp: separate swap-writing/reading codeRafael J. Wysocki4-564/+581
2006-03-23[PATCH] swsusp: low level interfaceRafael J. Wysocki4-488/+599
2006-03-23[PATCH] revert "swsusp: fix breakage with swap on lvm"Andrew Morton1-1/+3
2006-03-23[PATCH] fix scheduler deadlockAnton Blanchard1-2/+7
2006-03-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds1-1/+1
2006-03-22Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds1-0/+29
2006-03-22[PATCH] on_each_cpu(): disable local interruptsAndrew Morton1-0/+20
2006-03-22[PATCH] unshare: Error if passed unsupported flagsEric W. Biederman1-0/+6
2006-03-22[PATCH] sched: remove sleep_avg multiplierMike Galbraith1-6/+0
2006-03-21Merge ../linux-2.6James Bottomley8-104/+132
2006-03-20[PATCH] fix module sysfs files reference countingGreg Kroah-Hartman2-56/+31
2006-03-20[PATCH] add EXPORT_SYMBOL_GPL_FUTURE() to RCU subsystemGreg Kroah-Hartman1-3/+3
2006-03-20[PATCH] add EXPORT_SYMBOL_GPL_FUTURE()Greg Kroah-Hartman1-2/+47
2006-03-20[PATCH] Clean up module.c symbol searching logicSam Ravnborg1-32/+41
2006-03-20[PATCH] kobject: fix build error if CONFIG_SYSFS=nJun'ichi Nomura1-3/+0
2006-03-20[PATCH] fix audit_init failure pathAmy Griffis1-1/+2
2006-03-20[PATCH] EXPORT_SYMBOL patch for audit_log, audit_log_start, audit_log_end and...lorenzo@gnu.org1-0/+5
2006-03-20[PATCH] sem2mutex: audit_netlink_semIngo Molnar3-12/+13
2006-03-20[PATCH] simplify audit_free() lockingIngo Molnar1-3/+7
2006-03-20[PATCH] Fix audit operatorsDustin Kirkland1-6/+12
2006-03-20[PATCH] Add tty to syscall audit recordsSteve Grubb1-2/+8
2006-03-20[PATCH] add/remove rule updateSteve Grubb1-7/+9
2006-03-20[PATCH] audit string fields interface + consumerAmy Griffis4-141/+418
2006-03-20[PATCH] Minor cosmetic cleanups to the code moved into auditfilter.cDavid Woodhouse1-7/+4
2006-03-20[PATCH] Fix audit record filtering with !CONFIG_AUDITSYSCALLDavid Woodhouse5-377/+454
2006-03-20[PATCH] Miscellaneous bug and warning fixesDustin Kirkland1-9/+12
2006-03-20[PATCH] Capture selinux subject/object context information.Dustin Kirkland2-9/+135
2006-03-20[PATCH] Exclude messages by message typeDustin Kirkland2-1/+37
2006-03-20[PATCH] Collect more inode information during syscall processing.Amy Griffis1-24/+118
2006-03-20[PATCH] Pass dentry, not just name, in fsnotify creation hooks.Amy Griffis1-1/+1
2006-03-20[PATCH] Define new range of userspace messages.Steve Grubb1-0/+2
2006-03-20[PATCH] Filter rule comparatorsDustin Kirkland1-42/+75
2006-03-20[PATCH] AUDIT: kerneldoc for kernel/audit*.cRandy Dunlap2-46/+238
2006-03-20[PATCH] make vm86 call audit_syscall_exitJason Baron1-5/+0
2006-03-18[PATCH] don't do exit_io_context() until we know we won't be doing any IOAl Viro1-2/+5
2006-03-18[PATCH] disable unshare(CLONE_VM) for nowOleg Nesterov1-3/+1
2006-03-17[PATCH] posix-timers: fix requeue accounting when signal is ignoredRoman Zippel1-0/+1
2006-03-17[PATCH] time_interpolator: add __read_mostlyChristoph Lameter1-2/+2
2006-03-17[PATCH] unshare: Use rcu_assign_pointer when setting sighandEric W. Biederman1-1/+1
2006-03-17Merge ../linux-2.6Paul Mackerras2-8/+9
2006-03-14Merge ../linux-2.6James Bottomley6-29/+143
2006-03-14[PATCH] Fix sigaltstack corruption among cloned threadsGOTO Masanori1-0/+6
2006-03-11[PATCH] remove __put_task_struct_cb export againChristoph Hellwig2-8/+3
2006-03-09Merge ../linux-2.6Paul Mackerras5-21/+134
2006-03-08[PATCH] fix file countingDipankar Sarma1-1/+4
2006-03-08[PATCH] rcu batch tuningDipankar Sarma1-18/+58
2006-03-08[PATCH] idle threads should have a sane ->timestamp valueIngo Molnar1-0/+1
2006-03-06[PATCH] time: add barrier after updating jiffies_64Atsushi Nemoto1-0/+2
2006-03-06[PATCH] fix next_timer_interrupt() for hrtimerTony Lindgren2-0/+51
2006-03-06Add early-boot-safety check to cond_resched()Linus Torvalds1-0/+2
2006-03-02[PATCH] time_interpolator: Use readq_relaxed() instead of readq().Christoph Lameter1-2/+2
2006-03-02[PATCH] fix acpi_video_flags on x86-64Stefan Seyfried1-1/+1
2006-02-28[IA64] sysctl option to silence unaligned trap warningsJes Sorensen1-0/+14