aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
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