aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2006-01-10[PATCH] rcu: fix hotplug-cpu ->donelist leakOleg Nesterov1-1/+2
2006-01-10[PATCH] rcu: join rcu_ctrlblk and rcu_stateOleg Nesterov1-44/+38
2006-01-10[PATCH] kernel/resource.c: __check_region(): remove pointless __deprecatedAdrian Bunk1-1/+1
2006-01-10[PATCH] Decrease number of pointer derefs in exit.cJesper Juhl1-16/+21
2006-01-10[PATCH] Kprobes: conversion from kcalloc to kzallocKeshavamurthy Anil S1-1/+1
2006-01-10[PATCH] kprobes: fix build breakageAnanth N Mavinakayanahalli1-2/+2
2006-01-10[PATCH] kprobes: arch_remove_kprobeAnil S Keshavamurthy1-3/+1
2006-01-10[PATCH] kprobes-changed-from-using-spinlock-to-mutex fixKeshavamurthy Anil S1-14/+18
2006-01-10[PATCH] kprobes: changed from using spinlock to mutexAnil S Keshavamurthy1-48/+43
2006-01-10[PATCH] kprobes: enable funcions only for required archAnil S Keshavamurthy1-0/+2
2006-01-10[PATCH] Remove getnstimestamp()Matt Helsley1-22/+0
2006-01-10[PATCH] Export ktime_get_ts()Matt Helsley1-0/+1
2006-01-10[PATCH] hrtimer: convert posix timers completelyThomas Gleixner1-582/+135
2006-01-10[PATCH] hrtimer: switch clock_nanosleep to hrtimer nanosleep APIThomas Gleixner2-133/+41
2006-01-10[PATCH] hrtimer: switch sys_nanosleep to hrtimerThomas Gleixner2-56/+14
2006-01-10[PATCH] hrtimer: create hrtimer nanosleep APIThomas Gleixner1-0/+127
2006-01-10[PATCH] hrtimer: switch itimers to hrtimerThomas Gleixner3-59/+55
2006-01-10[PATCH] hrtimer: hrtimer core codeThomas Gleixner3-1/+682
2006-01-10[PATCH] hrtimer: introduce nsec_t type and conversion functionsThomas Gleixner1-0/+36
2006-01-10[PATCH] hrtimer: validate timespec of do_sys_settimeofdayThomas Gleixner1-0/+3
2006-01-10[PATCH] hrtimer: create and use timespec_valid macroThomas Gleixner1-3/+2
2006-01-10[PATCH] hrtimer: make clockid_t arguments constThomas Gleixner2-35/+43
2006-01-10[PATCH] hrtimer: export deinlined mktimeAndrew Morton1-0/+2
2006-01-10[PATCH] hrtimer: clean up mktime and make arguments constIngo Molnar1-6/+9
2006-01-10[PATCH] hrtimer: deinline mktime and set_normalized_timespecThomas Gleixner1-0/+61
2006-01-10[PATCH] hrtimer: remove duplicate div_long_long_rem implementationThomas Gleixner1-9/+1
2006-01-10[PATCH] common compat_sys_timer_createChristoph Hellwig1-2/+18
2006-01-10[PATCH] kdump: read previous kernel's memoryVivek Goyal2-65/+0
2006-01-10[PATCH] kdump: save registers early (inline functions)Vivek Goyal1-1/+3
2006-01-10[PATCH] kdump: export per cpu crash notes pointer through sysfsVivek Goyal1-13/+0
2006-01-10[PATCH] kdump: dynamic per cpu allocation of memory for saving cpu registersVivek Goyal1-0/+16
2006-01-10[PATCH] Remove set_fs() in stop_machine()akpm@osdl.org1-5/+1
2006-01-09Merge master.kernel.org:/pub/scm/linux/kernel/git/mingo/mutex-2.6Linus Torvalds9-6/+975
2006-01-09[PATCH] rcu: don't set ->next_pending in rcu_start_batch()Oleg Nesterov1-7/+4
2006-01-09[PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_semJes Sorensen1-5/+5
2006-01-09[PATCH] mutex subsystem, more debugging codeIngo Molnar2-0/+6
2006-01-09[PATCH] mutex subsystem, debugging codeIngo Molnar4-0/+603
2006-01-09[PATCH] mutex subsystem, coreIngo Molnar3-1/+361
2006-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc-mergeLinus Torvalds2-0/+5
2006-01-09[PATCH] rcu: uninline __rcu_pending()Oleg Nesterov1-0/+30
2006-01-08[PATCH] Make vm86 support optionalMatt Mackall1-0/+2
2006-01-08[PATCH] tiny: Make *[ug]id16 support optionalMatt Mackall1-0/+19
2006-01-08[PATCH] simplify k_getrusage()Oleg Nesterov1-18/+11
2006-01-08[PATCH] fix workqueue oops during cpu offlineNathan Lynch1-6/+10
2006-01-08[PATCH] kernel/module.c: remove redundant spinlock in resolve_symbol()Ashutosh Naik1-2/+0
2006-01-08[PATCH] modules: mark TAINT_FORCED_RMMOD correctlyAkinobu Mita1-5/+5
2006-01-08[PATCH] modules: prevent overriding of symbolsAshutosh Naik1-0/+39
2006-01-08[PATCH] copy_process: error path cleanupOleg Nesterov1-6/+2
2006-01-08[PATCH] setpgid: should not accept ptraced childsOleg Nesterov1-1/+1
2006-01-08[PATCH] setpgid: should work for sub-threadsOren Laadan2-10/+8
2006-01-08[PATCH] setpgid: should work for sub-threadsOleg Nesterov1-5/+6
2006-01-08[PATCH] fork: fix race in setting child's pgrp and ttyOren Laadan1-6/+3
2006-01-08[PATCH] Don't attempt to power off if power off is not implementedEric W. Biederman1-0/+6
2006-01-08[PATCH] Extend RCU torture module to test tickless idle CPUSrivatsa Vaddagiri1-5/+91
2006-01-08[PATCH] Add tainting for proprietary helper modulesDave Jones1-0/+5
2006-01-08[PATCH] shrink dentry structEric Dumazet1-2/+2
2006-01-08[PATCH] remove unneeded sig->curr_target recalculationOleg Nesterov1-2/+0
2006-01-08[PATCH] little do_group_exit() cleanupOleg Nesterov1-1/+0
2006-01-08[PATCH] kill_proc_info_as_uid: don't use hardcoded constantsOleg Nesterov1-2/+1
2006-01-08[PATCH] Unchecked alloc_percpu() return in __create_workqueue()Ben Collins1-0/+5
2006-01-08[PATCH] sigaction should clear all signals on SIG_IGN, not just < 32George Anzinger1-2/+32
2006-01-08[PATCH] printk return value: fix itGuillaume Chazarain1-3/+3
2006-01-08[PATCH] use ptrace_get_task_struct in various placesChristoph Hellwig1-31/+46
2006-01-08[PATCH] rcu file: use atomic primitivesNick Piggin2-15/+0
2006-01-08[PATCH] kernel/: small cleanupsAdrian Bunk4-2/+5
2006-01-08[PATCH] cpuset: skip rcu check if task is in root cpusetPaul Jackson1-4/+9
2006-01-08[PATCH] cpuset: mark number_of_cpusets read_mostlyPaul Jackson1-1/+1
2006-01-08[PATCH] cpuset: use rcu directly optimizationPaul Jackson1-10/+30
2006-01-08[PATCH] cpuset: remove test for null cpuset from alloc code pathPaul Jackson1-6/+16
2006-01-08[PATCH] cpuset: migrate all tasks in cpuset at oncePaul Jackson1-13/+16
2006-01-08[PATCH] cpuset: rebind vma mempolicies fixPaul Jackson1-0/+90
2006-01-08[PATCH] cpuset: number_of_cpusets optimizationPaul Jackson1-1/+11
2006-01-08[PATCH] cpuset: numa_policy_rebind cleanupPaul Jackson1-1/+1
2006-01-08[PATCH] cpuset: implement cpuset_mems_allowedPaul Jackson1-3/+26
2006-01-08[PATCH] cpuset: combine refresh_mems and update_memsPaul Jackson1-54/+41
2006-01-08[PATCH] cpuset: fork hook fixPaul Jackson2-5/+5
2006-01-08[PATCH] cpuset: update_nodemask code reformatPaul Jackson1-10/+15
2006-01-08[PATCH] cpuset: minor spacing initializer fixesPaul Jackson1-6/+3
2006-01-08[PATCH] cpuset: memory pressure meterPaul Jackson1-2/+191
2006-01-08[PATCH] cpuset: mempolicy one more nodemask conversionPaul Jackson1-10/+0
2006-01-08[PATCH] Simpler signal-exit concurrency handlingPaul E. McKenney1-5/+6
2006-01-08[PATCH] RCU signal handlingIngo Molnar6-27/+111
2006-01-08[PATCH] Change maxaligned_in_smp alignemnt macros to internodealigned_in_smp ...Ravikiran G Thirumalai1-2/+2
2006-01-08[PATCH] cpusets: swap migration interfacePaul Jackson1-2/+36
2006-01-08[PATCH] Swap Migration V5: sys_migrate_pages interfaceChristoph Lameter1-0/+1
2006-01-08[PATCH] add schedule_on_each_cpu()Christoph Lameter1-0/+19
2006-01-08[PATCH] Make high and batch sizes of per_cpu_pagelists configurableRohit Seth1-0/+12
2006-01-08[PATCH] drop-pagecacheAndrew Morton1-0/+10
2006-01-09[PATCH] powerpc: Add arch-dependent copy_oldmem_pageMichael Ellerman1-0/+3
2006-01-09[PATCH] spufs: The SPU file system, baseArnd Bergmann1-0/+2
2006-01-06[PATCH] Fix posix-cpu-timers sched_time accumulationDavid S. Miller1-12/+1
2006-01-06[PATCH] kernel/module.c: removed dead codeJayachandran C1-2/+1
2006-01-06[PATCH] s390: cleanup KconfigMartin Schwidefsky2-5/+5
2006-01-06[PATCH] s390: cputime_t fixesMartin Schwidefsky1-7/+9
2006-01-06[PATCH] swsusp: save image header firstRafael J. Wysocki2-126/+65
2006-01-06[PATCH] swsusp: improve handling of swap partitionsRafael J. Wysocki1-92/+36
2006-01-06[PATCH] swsusp: make image size limit tunableRafael J. Wysocki3-6/+31
2006-01-06[PATCH] swsusp: limit image sizeRafael J. Wysocki2-14/+11
2006-01-06[PATCH] swsusp: Drop duplicate prototypesPavel Machek1-3/+0
2006-01-06[PATCH] swsusp: fix enough_free_memRafael J. Wysocki1-2/+8
2006-01-06[PATCH] swsusp: improve freeing of memoryRafael J. Wysocki4-36/+125
2006-01-06[PATCH] swsusp: introduce the swap map structureRafael J. Wysocki4-176/+417
2006-01-06[PATCH] swsusp: remove encryptionRafael J. Wysocki1-159/+4
2006-01-06[PATCH] Alpha: convert to generic irq framework (generic part)Ivan Kokshaysky2-1/+5
2006-01-06[PATCH] FRV: Make futex code compilable on nommu [try #2]David Howells1-0/+7
2006-01-06[PATCH] swsusp: resume_store() retval fixAndrew Morton1-18/+16
2006-01-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds2-9/+29
2006-01-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuildLinus Torvalds1-0/+5
2006-01-04[PATCH] kobject_uevent CONFIG_NET=n fixakpm@osdl.org1-0/+3
2006-01-04[PATCH] driver core: replace "hotplug" by "uevent"Kay Sievers2-9/+9
2006-01-04[PATCH] add uevent_helper control in /sys/kernel/Kay Sievers1-3/+22
2006-01-04[PATCH] remove CONFIG_KOBJECT_UEVENT optionKay Sievers1-3/+1
2006-01-03update the email address of Randy DunlapAdrian Bunk1-1/+1
2006-01-03gitignore: ignore more generated files1-0/+5
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