aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2005-12-31sysctl: make sure to terminate strings with a NULLinus Torvalds1-10/+15
2005-12-30[PATCH] Fix false old value return of sysctlYi Yang1-1/+1
2005-12-30sysctl: don't overflow the user-supplied buffer with '\0'Linus Torvalds1-3/+1
2005-12-24[PATCH] Fix memory ordering problem in wake_futex()Andrew Morton1-0/+6
2005-12-20[PATCH] kernel/params.c: fix sysfs access with CONFIG_MODULES=nJason Wessel1-1/+1
2005-12-12[PATCH] kprobes: increment kprobe missed count for multiprobesKeshavamurthy Anil S1-0/+13
2005-12-12[PATCH] kprobes: no probes on critical pathKeshavamurthy Anil S1-1/+2
2005-12-12[PATCH] Add try_to_freeze to kauditdPierre Ossman1-1/+3
2005-12-12[PATCH] kprobes: fix race in aggregate kprobe registrationKeshavamurthy Anil S1-4/+1
2005-12-12[PATCH] Add getnstimestamp functionMatt Helsley1-0/+22
2005-12-12[PATCH] Fix RCU race in access of nohz_cpu_maskSrivatsa Vaddagiri1-5/+13
2005-12-12[PATCH] Fix bug in RCU torture testSrivatsa Vaddagiri1-2/+1
2005-12-12[PATCH] add rcu_barrier() synchronization pointDipankar Sarma1-0/+41
2005-12-12[PATCH] Kprobes: Reference count the modules when probed on itMao, Bibo1-2/+16
2005-11-29[PATCH] fix swsusp on machines not supporting S4Pavel Machek1-5/+16
2005-11-29[PATCH] Fix crash when ptrace poking hugepage areasDavid Gibson1-1/+2
2005-11-28[PATCH] cpuset fork locking fixPaul Jackson1-2/+1
2005-11-28[PATCH] Fix hardcoded cpu=0 in workqueue for per_cpu_ptr() callsBen Collins1-6/+6
2005-11-28[PATCH] fix 32bit overflow in timespec_to_sample()Oleg Nesterov1-1/+1
2005-11-28[PATCH] fork.c: proc_fork_connector() called under write_lock()Andrew Morton1-1/+1
2005-11-28[PATCH] clean up lock_cpu_hotplug() in cpufreqAshok Raj1-34/+49
2005-11-23[PATCH] Fix crash in unregister_console()Benjamin Herrenschmidt1-1/+1
2005-11-23[PATCH] mm: unbloat get_futex_keyHugh Dickins1-15/+0
2005-11-23[PATCH] Check the irq number is within boundsMatthew Wilcox1-0/+15
2005-11-22[PATCH] unpaged: copy_page_range vmaHugh Dickins1-1/+1
2005-11-18[PATCH] add success/failure indication to RCU torture testPaul E. McKenney1-6/+24
2005-11-13[PATCH] DocBook: include printk documentationMartin Waitz1-2/+14
2005-11-13[PATCH] timespec: normalize off by one errorsGeorge Anzinger1-7/+3
2005-11-13[PATCH] aio: remove kioctx from mm_structZach Brown1-1/+0
2005-11-13[PATCH] stop_machine() vs. synchronous IPI send deadlockKirill Korotaev1-3/+3
2005-11-13[PATCH] rcutorture: renice to low priorityIngo Molnar1-0/+4
2005-11-13[PATCH] signal handling: revert sigkill priority fixHeiko Carstens1-10/+1
2005-11-13[PATCH] m68k: introduce setup_thread_stack() and end_of_stack()Al Viro2-4/+3
2005-11-13[PATCH] m68k: introduce task_thread_infoAl Viro3-6/+6
2005-11-13[PATCH] cpuset: fix return without releasing semaphoreBob Picco1-2/+3
2005-11-13[PATCH] fix task_struct leak in ptraceChristoph Hellwig1-1/+1
2005-11-13[PATCH] move pm_register/etc. to CONFIG_PM_LEGACY, pm_legacy.hJeff Garzik3-1/+12
2005-11-10[SPARC64]: Re-export uts_sem for solaris compat module.David S. Miller1-0/+2
2005-11-10[PATCH] Don't auto-reap traced childrenOleg Nesterov1-1/+1
2005-11-09[PATCH] optimize activate_task()Chen, Kenneth W1-1/+2
2005-11-09Fix ptrace self-attach ruleLinus Torvalds1-1/+1
2005-11-09[PATCH] sched: resched and cpu_idle reworkNick Piggin1-7/+14
2005-11-09[PATCH] sched: consider migration thread with smp niceCon Kolivas1-9/+26
2005-11-09[PATCH] sched: correct smp_nice_biasCon Kolivas1-6/+8
2005-11-09[PATCH] sched: smp nice bias busy queues on idle rebalanceCon Kolivas1-18/+23
2005-11-09[PATCH] sched: account rt tasks in prio_bias()Con Kolivas1-8/+14
2005-11-09[PATCH] sched: change prio bias only if queuedCon Kolivas1-5/+4
2005-11-09[PATCH] sched: implement nice support across physical cpus on SMPCon Kolivas1-18/+83
2005-11-09[PATCH] swsusp: rework swsusp_suspendRafael J. Wysocki3-49/+47
2005-11-09[PATCH] swsusp: simplify pagedir relocationRafael J. Wysocki3-53/+28
2005-11-09[PATCH] swsusp: reduce code duplicationRafael J. Wysocki3-70/+52
2005-11-09[PATCH] sleep: Fix oops in enter_statePavel Machek1-1/+1
2005-11-09[PATCH] quieten softlockup at bootAnton Blanchard1-3/+0
2005-11-09[PATCH] cpu hotplug: fix locking in cpufreq driversAshok Raj1-0/+33
2005-11-08[PATCH] Fix sysctl unregistration oops (CVE-2005-2709)Al Viro1-29/+107
2005-11-07Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds1-7/+0
2005-11-07[PATCH] saner handling of auto_acct_off() and DQUOT_OFF() in umountAl Viro1-30/+62
2005-11-07[SPARC64] mm: context switch ptlockHugh Dickins1-7/+0
2005-11-07[PATCH] unexport uts_semAdrian Bunk1-2/+0
2005-11-07[PATCH] unexport idle_cpuAdrian Bunk1-2/+0
2005-11-07[PATCH] unexport console_unblankAdrian Bunk1-1/+0
2005-11-07[PATCH] kernel-docs: fix kernel-doc format problemsRandy Dunlap1-1/+1
2005-11-07[PATCH] more kernel-doc cleanups, additionsRandy Dunlap3-6/+11
2005-11-07[PATCH] Kprobes: preempt_disable/enable() simplificationAnanth N Mavinakayanahalli1-1/+1
2005-11-07[PATCH] Kprobes: Use RCU for (un)register synchronization - base changesAnanth N Mavinakayanahalli1-61/+42
2005-11-07[PATCH] Kprobes: Track kprobe on a per_cpu basis - base changesAnanth N Mavinakayanahalli1-15/+28
2005-11-07[PATCH] consolidate sys_ptrace()Christoph Hellwig1-0/+82
2005-11-07[PATCH] fix remaining missing includesTim Schmielau1-0/+1
2005-11-07[PATCH] FUTEX_WAKE_OP: enhanced error handlingDavid Gibson1-0/+5
2005-11-07[PATCH] aio: remove aio_max_nr accounting raceZach Brown1-2/+2
2005-11-07[PATCH] Process Events ConnectorMatt Helsley3-0/+13
2005-11-07[PATCH] swsusp: remove unused variablePavel Machek1-8/+1
2005-11-07[PATCH] swsusp cleanupsPavel Machek2-28/+27
2005-11-07[PATCH] cpu hoptlug: avoid usage of smp_processor_id() in preemptible codeHeiko Carstens4-4/+7
2005-11-07[PATCH] posix-timers `unlikely' rejigAndrew Morton1-3/+3
2005-11-04[PATCH] improve scheduler fairness a bitOleg Nesterov1-1/+1
2005-10-31Merge ../linux-2.6 by handPaul Mackerras32-1143/+1661
2005-10-30[PATCH] fix missing includesTim Schmielau3-0/+3
2005-10-30[PATCH] Remove duplicate code in signal.cPaul E. McKenney1-11/+5
2005-10-30[PATCH] remove unneeded SI_TIMER checksOleg Nesterov1-18/+0
2005-10-30[PATCH] cleanup the usage of SEND_SIG_xxx constantsOleg Nesterov1-11/+7
2005-10-30[PATCH] remove hardcoded SEND_SIG_xxx constantsOleg Nesterov2-20/+25
2005-10-30[PATCH] sched: hardcode non-smp set_cpus_allowedPaul Jackson1-1/+0
2005-10-30[PATCH] posix-cpu-timers: fix overrun reportingRoland McGrath1-6/+10
2005-10-30[PATCH] RCU torture-testing kernel modulePaul E. McKenney3-0/+503
2005-10-30[PATCH] jiffies_64 cleanupThomas Gleixner1-0/+4
2005-10-30[PATCH] wait4 PTRACE_ATTACH race fixRoland McGrath1-0/+9
2005-10-30[PATCH] PF_DEAD cleanupCoywolf Qi Hunt1-5/+5
2005-10-30[PATCH] cleanup for kernel/printk.cJesper Juhl1-36/+42
2005-10-30[PATCH] Keys: Get rid of warning in kmod.c if keys disabledDavid Howells1-3/+3
2005-10-30[PATCH] ptrace/coredump/exit_group deadlockAndrea Arcangeli2-5/+8
2005-10-30[PATCH] cpusets: automatic numa mempolicy rebindingPaul Jackson1-0/+4
2005-10-30[PATCH] cpusets: simple renamePaul Jackson1-0/+16
2005-10-30[PATCH] cpusets: dual semaphore locking overhaulPaul Jackson1-137/+281
2005-10-30[PATCH] cpusets: remove depth counted locking hackPaul Jackson1-65/+40
2005-10-30[PATCH] cpuset cleanupPaul Jackson1-1/+0
2005-10-30[PATCH] posix-timers: use schedule_timeout() in common_nsleep()Oleg Nesterov1-18/+1
2005-10-30[PATCH] Unify sys_tkill() and sys_tgkill()Vadim Lobanov1-46/+25
2005-10-30[PATCH] kill sigqueue->lockOleg Nesterov1-6/+4
2005-10-30[PATCH] remove timer debug fieldAndrew Morton1-35/+0
2005-10-30[PATCH] Use alloc_percpu to allocate workqueues locallyChristoph Lameter1-13/+20
2005-10-30[PATCH] ntp whitespace cleanupAndrew Morton1-126/+126
2005-10-30[PATCH] NTP shift_right cleanupjohn stultz2-61/+17
2005-10-30[PATCH] Add kthread_stop_sem()Alan Stern1-2/+11
2005-10-30[PATCH] introduce setup_timer() helperOleg Nesterov1-6/+2
2005-10-30[PATCH] introduce .valid callback for pm_opsShaohua Li1-1/+4
2005-10-30[PATCH] swsusp: two simplificationsRafael J. Wysocki2-7/+3
2005-10-30[PATCH] swsusp: get rid of unnecessary wrapper functionRafael J. Wysocki1-7/+1
2005-10-30[PATCH] swsusp: cleanupsPavel Machek1-12/+10
2005-10-30[PATCH] swsusp: remove unneccessary includesPavel Machek2-31/+3
2005-10-30[PATCH] swsusp: rework memory freeing on resumeRafael J. Wysocki4-83/+45
2005-10-30[PATCH] swsusp: reduce the use of global variablesRafael J. Wysocki3-43/+43
2005-10-30[PATCH] swsusp: move snapshot functionality to separate fileRafael J. Wysocki4-437/+486
2005-10-30[PATCH] swsusp: rework image freeingRafael J. Wysocki1-84/+75
2005-10-30[PATCH] create and destroy cpufreq sysfs entries based on cpu notifiersAshok Raj1-0/+1
2005-10-30[PATCH] Remove redundant configs.oBrian Gerst1-1/+0
2005-10-29[PATCH] mm: split page table lockHugh Dickins1-2/+2
2005-10-29[PATCH] mm: follow_page with inner ptlockHugh Dickins1-4/+2
2005-10-29[PATCH] mm: ptd_alloc take ptlockHugh Dickins1-2/+0
2005-10-29[PATCH] mm: update_hiwaters just in timeHugh Dickins2-3/+4
2005-10-29[PATCH] core remove PageReservedNick Piggin1-9/+16
2005-10-29[PATCH] mm: dup_mmap down new mmap_semHugh Dickins1-5/+4
2005-10-29[PATCH] mm: dup_mmap use oldmm moreHugh Dickins1-6/+6
2005-10-29[PATCH] mm: rss = file_rss + anon_rssHugh Dickins2-3/+3
2005-10-29[PATCH] mm: mm_init set_mm_countersHugh Dickins1-2/+2
2005-10-29[PATCH] mm: vm_stat_account unshackledHugh Dickins1-1/+1
2005-10-29[PATCH] TIMERS: add missing compensation for HZ == 250YOSHIFUJI Hideaki1-0/+9
2005-10-29[PATCH] missing exports of do_settimeofday() variantsAl Viro1-0/+1
2005-10-29[PATCH] fix ->signal->live leak in copy_process()Oleg Nesterov1-0/+2
2005-10-28[PATCH] gfp_t: kernel/*Al Viro4-9/+8
2005-10-28Merge in v2.6.14 by handPaul Mackerras2-42/+53
2005-10-27[PATCH] Yet more posix-cpu-timer fixesRoland McGrath1-4/+7
2005-10-27Revert "remove false BUG_ON() from run_posix_cpu_timers()"Linus Torvalds2-18/+26
2005-10-26[PATCH] Fix cpu timers expiration timeOleg Nesterov1-3/+3
2005-10-26posix cpu timers: fix timer orderingLinus Torvalds1-6/+4
2005-10-26[PATCH] export cpu_online_mapAndrew Morton1-0/+1
2005-10-24[PATCH] posix-timers: fix posix_cpu_timer_set() vs run_posix_cpu_timers() raceOleg Nesterov1-4/+8
2005-10-24[PATCH] posix-timers: exit path cleanupOleg Nesterov1-0/+6
2005-10-24[PATCH] posix-timers: remove false BUG_ON() from run_posix_cpu_timers()Oleg Nesterov2-26/+18
2005-10-24[PATCH] posix-timers: fix cleanup_timers() and run_posix_cpu_timers() racesOleg Nesterov1-19/+10
2005-10-23Posix timers: limit number of timers firing at onceLinus Torvalds1-6/+14
2005-10-22Merge changes from linux-2.6 by handPaul Mackerras7-16/+20
2005-10-21[PATCH] Call exit_itimers from do_exit, not __exit_signalRoland McGrath3-14/+3
2005-10-21Revert "Fix cpu timers exit deadlock and races"Linus Torvalds1-11/+17
2005-10-19[PATCH] Threads shouldn't inherit PF_NOFREEZEAlan Stern1-1/+1
2005-10-19[PATCH] Fix cpu timers exit deadlock and racesRoland McGrath1-17/+11
2005-10-17[PATCH] rcu: keep rcu callback event counterEric Dumazet1-0/+11
2005-10-17[PATCH] posix-timers: fix task accountingOleg Nesterov1-0/+3
2005-10-17Increase default RCU batching sharplyLinus Torvalds1-1/+1
2005-10-14[PATCH] Add missing export of getnstimeofday()Takashi Iwai1-0/+1
2005-10-12Merge from Linus' treePaul Mackerras6-22/+49
2005-10-10[PATCH] Fix signal sending in usbdevio on async URB completionHarald Welte1-0/+34
2005-10-10[PATCH] x86_64: Set up safe page tables during resumeRafael J. Wysocki1-3/+4
2005-10-08[PATCH] gfp flags annotations - part 1Al Viro4-5/+5
2005-10-08[PATCH] fix do_coredump() vs SIGSTOP raceOleg Nesterov1-1/+2
2005-10-01Fix inequality comparison against "task->state"Linus Torvalds1-1/+1
2005-09-30[PATCH] cpuset crapectomyAl Viro1-11/+1
2005-09-29[PATCH] Fix task state testing properly in do_signal_stop()Roland McGrath1-1/+2
2005-09-29Merge by hand from Linus' tree.Paul Mackerras4-15/+28
2005-09-28[PATCH] cpuset read past eof memory leak fixPaul Jackson1-5/+6
2005-09-28[PATCH] swsusp: avoid problems if there are too many pages to saveRafael J. Wysocki2-1/+8
2005-09-28[PATCH] Ignore trailing whitespace on kernel parameters correctlyRusty Russell1-2/+8
2005-09-28[PATCH] swsusp: prevent possible memory leakRafael J. Wysocki1-3/+3
2005-09-28[PATCH] swsusp: remove wrong code from data_freeRafael J. Wysocki1-4/+3
2005-09-28Don't call a NULL ack function in the generic IRQ code.Paul Mackerras1-2/+4
2005-09-23Make sure SIGKILL gets proper respectLinus Torvalds1-17/+14
2005-09-22[PATCH] swsusp: fix commentsPavel Machek2-4/+8
2005-09-22[PATCH] swsusp: do not trigger BUG_ON() if there is not enough memoryRafael J. Wysocki1-1/+1
2005-09-22[PATCH] SOFTWARE_SUSPEND needs HOTPLUG_CPU on SMPRandy Dunlap1-1/+1
2005-09-22[PATCH] suspend: cleanup calling of power off methods.Eric W. Biederman1-4/+2
2005-09-22[PATCH] reboot: comment and factor the main reboot functionsEric W. Biederman1-6/+46
2005-09-21[PATCH] Add printk_clock()Andrew Morton1-1/+6
2005-09-17[PATCH] files: fix preemption issuesDipankar Sarma1-0/+6
2005-09-17[PATCH] PR_GET_DUMPABLE returns incorrect infoMichael Kerrisk1-2/+1
2005-09-17[PATCH] CPU hotplug breaks wake_up_new_taskSrivatsa Vaddagiri1-1/+2
2005-09-13[PATCH] Fix spinlock owner debuggingIngo Molnar1-4/+4
2005-09-13Merge master.kernel.org:/pub/scm/linux/kernel/git/dwmw2/audit-2.6 Linus Torvalds2-147/+308
2005-09-13[PATCH] use add_taint() for setting tainted bit flagsRandy Dunlap1-5/+6
2005-09-13[PATCH] schedule_timeout_[un]interruptible() speedupAndrew Morton1-3/+6
2005-09-12[PATCH] x86-64: Some cleanup and optimization to the processor data area.Andi Kleen1-1/+1
2005-09-12[PATCH] cpuset semaphore depth check optimizePaul Jackson1-4/+9
2005-09-12Mark ia64-specific MCA/INIT scheduler hooks as dangerousLinus Torvalds1-26/+44
2005-09-11[PATCH] MCA/INIT: scheduler hooksKeith Owens1-0/+26
2005-09-10[PATCH] kernel: fix-up schedule_timeout() usageNishanth Aravamudan3-20/+10
2005-09-10[PATCH] add schedule_timeout_{,un}interruptible() interfacesNishanth Aravamudan1-0/+14
2005-09-10[PATCH] kernel/acct: add kerneldocRandy Dunlap1-16/+27
2005-09-10[PATCH] sched: allow the load to grow upto its cpu_powerSiddha, Suresh B1-2/+7
2005-09-10[PATCH] sched: don't kick ALB in the presence of pinned taskSiddha, Suresh B1-1/+14
2005-09-10[PATCH] sched: use cached variable in sys_sched_yield()Renaud Lienhart1-1/+1
2005-09-10[PATCH] sched: HT optimisationNick Piggin1-6/+28
2005-09-10[PATCH] sched: less lockingNick Piggin1-7/+2
2005-09-10[PATCH] sched: less newidle lockingNick Piggin1-7/+10
2005-09-10[PATCH] sched: fix SMT scheduler latency bugIngo Molnar1-4/+15
2005-09-10[PATCH] sched: TASK_NONINTERACTIVEIngo Molnar1-1/+10
2005-09-10[PATCH] sched cleanupsIngo Molnar1-19/+25
2005-09-10[PATCH] sched: make idlest_group/cpu cpus_allowed-awareM.Baris Demiray1-4/+13
2005-09-10[PATCH] sched: run SCHED_NORMAL tasks with real time tasks on SMT siblingsCon Kolivas1-18/+47
2005-09-10[PATCH] cpuset semaphore depth check deadlock fixPaul Jackson1-40/+60
2005-09-10[PATCH] spinlock consolidationIngo Molnar3-6/+14
2005-09-09[PATCH] files: files struct with RCUDipankar Sarma2-13/+25