aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
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-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-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
2006-02-20[PATCH] kjournald keeps reference to namespaceBjörn Steinbrink1-0/+3
2006-02-20Merge branch 'fixes.b8' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds1-3/+3
2006-02-20[PATCH] Fix compile for CONFIG_SYSVIPC=n or CONFIG_SYSCTL=nStephen Rothwell1-0/+2
2006-02-20[PATCH] Fix undefined symbols for nommu architectureLuke Yang1-0/+2
2006-02-20[PATCH] suspend-to-ram: allow video options to be set at runtimePavel Machek1-4/+12
2006-02-18[PATCH] GFP_KERNEL allocations in atomic (auditsc)Al Viro1-3/+3
2006-02-17[PATCH] swsusp: fix breakage with swap on LVMRafael J. Wysocki1-3/+1
2006-02-17[PATCH] Introduce CONFIG_DEFAULT_MIGRATION_COSTIngo Molnar1-1/+12
2006-02-17[PATCH] Provide an interface for getting the current tick lengthPaul Mackerras1-5/+34
2006-02-17[PATCH] x86_64: Add boot option to disable randomized mappings and cleanupAndi Kleen1-2/+0
2006-02-15[PATCH] swsusp: nuke noisy messageAndrew Morton1-3/+1
2006-02-15[PATCH] cpuset: oops in exit on null cpuset fixPaul Jackson1-1/+34
2006-02-15[PATCH] fix zap_thread's ptrace related problemsOleg Nesterov1-10/+15
2006-02-15[PATCH] fix kill_proc_info() vs fork() theoretical raceOleg Nesterov1-2/+2
2006-02-15[PATCH] fix kill_proc_info() vs CLONE_THREAD raceOleg Nesterov1-3/+2
2006-02-14[PATCH] hrtimer: round up relative start time on low-res archesIngo Molnar1-1/+12
2006-02-14[PATCH] sched: revert "filter affine wakeups"Chen, Kenneth W1-9/+1
2006-02-14[PATCH] compound page: no access_process_vm checkHugh Dickins1-2/+1
2006-02-10[PATCH] prevent recursive panic from softlockup watchdogJan Beulich1-0/+1
2006-02-10[PATCH] sched: remove smpniceNick Piggin1-111/+18
2006-02-09[PATCH] do_sigaction: cleanup ->sa_mask manipulationOleg Nesterov1-5/+3
2006-02-09[PATCH] sys_signal: initialize ->sa_maskOleg Nesterov1-0/+1
2006-02-07[PATCH] kernel/sys.c NULL noise removalAl Viro1-1/+1
2006-02-07[PATCH] timer.c NULL noise removalAl Viro1-1/+1
2006-02-07[PATCH] remove bogus asm/bug.h includes.Al Viro1-1/+0
2006-02-07[PATCH] unshare system call -v5: unshare filesJANAK DESAI1-30/+51
2006-02-07[PATCH] unshare system call -v5: unshare vmJANAK DESAI1-31/+56
2006-02-07[PATCH] unshare system call -v5: unshare namespaceJANAK DESAI1-6/+11
2006-02-07[PATCH] unshare system call -v5: unshare filesystem infoJANAK DESAI1-3/+6
2006-02-07[PATCH] unshare system call -v5: system call handler functionJANAK DESAI1-0/+232
2006-02-07[PATCH] Fix build failure in recent pm_prepare_* changes.Rafael J. Wysocki2-17/+3
2006-02-07[PATCH] module: strlen_user() race fixAndrew Morton1-0/+3
2006-02-07[PATCH] swsusp: kill unneeded/unbalanced bio_getPavel Machek1-4/+2
2006-02-05[PATCH] missing license tag in intermoduleDave Jones1-0/+3
2006-02-05[PATCH] sched: only print migration_cost once per bootChuck Ebbert1-6/+8
2006-02-05[PATCH] percpu data: only iterate over possible CPUsEric Dumazet1-1/+1
2006-02-03[PATCH] uninline __sigqueue_free()Andrew Morton1-1/+1
2006-02-03[PATCH] cpuset: fix sparse warningRandy Dunlap1-1/+1
2006-02-03[PATCH] Normalize timespec for negative values in ns_to_timespecGeorge Anzinger1-6/+7
2006-02-03[PATCH] Tell kallsyms_lookup_name() to ignore type U entriesKeith Owens1-1/+2
2006-02-03[PATCH] Kprobes: Fix deadlock in function-return probesAnanth N Mavinakayanahalli1-1/+1
2006-02-03[PATCH] kernel/kprobes.c: fix a warning #ifndef ARCH_SUPPORTS_KRETPROBESAdrian Bunk1-17/+17
2006-02-01Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds3-25/+13
2006-02-01[PATCH] zone_reclaim: configurable off node allocation period.Christoph Lameter1-0/+9
2006-02-01[PATCH] zone_reclaim: minor fixesChristoph Lameter1-1/+2
2006-02-01[PATCH] swsusp: do not change log level during suspend/resumeRafael J. Wysocki2-11/+6
2006-02-01[PATCH] sys_sched_getaffinity() & hotplugJack Steiner1-1/+1
2006-02-01[PATCH] kernel/posix-timers.c: remove do_posix_clock_notimer_create()Adrian Bunk1-6/+0
2006-02-01[PATCH] hrtimers: set correct initial expiry time for relative SIGEV_NONE timersThomas Gleixner1-1/+6
2006-02-01[PATCH] hrtimers: add back lost credit linesThomas Gleixner1-0/+6
2006-02-01[PATCH] hrtimers: cleanups and simplificationsGeorge Anzinger3-64/+34
2006-02-01[PATCH] hrtimers: fix posix-timer requeue raceakpm@osdl.org1-0/+5
2006-02-01[PATCH] hrtimers: fix oldvalue return in setitimerThomas Gleixner1-5/+5
2006-02-01[PATCH] hrtimers: fix possible use of NULL pointer in posix-timersThomas Gleixner1-1/+2
2006-02-01[PATCH] hrtimers: fixup itimer conversionThomas Gleixner1-1/+10
2006-02-01[PATCH] swsusp: use bytes as image size unitsRafael J. Wysocki3-9/+9
2006-01-31[PATCH] "Fix uidhash_lock <-> RXU deadlock" fixAndrew Morton1-10/+17
2006-01-31[PATCH] rcu_torture_lock deadlock fixIngo Molnar1-5/+5
2006-01-31[PATCH] fix uidhash_lock <-> RCU deadlockIngo Molnar1-8/+17
2006-01-31[PATCH] Fix boot-time slowdown for measure_migration_costIngo Molnar1-3/+3
2006-01-31Don't try to "validate" a non-existing timeval.Linus Torvalds1-1/+1
2006-01-24[ACPI] merge 3549 4320 4485 4588 4980 5483 5651 acpica asus fops pnpacpi bran...Len Brown3-25/+13
2006-01-18[PATCH] EDAC: atomic scrub operationsAlan Cox2-2/+2
2006-01-18[PATCH] Generic sys_rt_sigsuspend()David Woodhouse2-0/+54
2006-01-18[PATCH] fix sched_setscheduler semanticsJason Baron1-0/+4
2006-01-18[PATCH] Zone reclaim: proc overrideChristoph Lameter1-0/+11
2006-01-16[PATCH] kernel/hrtimer.c sparse warning fixIngo Molnar1-1/+2
2006-01-16[PATCH] build kernel/intermodule.c only when requiredAdrian Bunk1-1/+2
2006-01-16[PATCH] hrtimer comment tweakJonathan Corbet1-1/+1
2006-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds2-2/+2
2006-01-14[PATCH] cpuset oom lock fixPaul Jackson1-5/+28
2006-01-14[PATCH] s390: spinlock fixesMartin Schwidefsky1-1/+1
2006-01-14[PATCH] Unlinline a bunch of other functionsArjan van de Ven6-21/+21
2006-01-14[PATCH] sched: add new SCHED_BATCH policyIngo Molnar2-16/+36
2006-01-15correct email address of Manfred SpraulChristian Kujau1-1/+1
2006-01-15SOFTWARE_SUSPEND: fix a typo in the dependenciesAdrian Bunk1-1/+1
2006-01-12Merge master.kernel.org:/pub/scm/linux/kernel/git/tglx/hrtimer-2.6Linus Torvalds1-15/+19
2006-01-12[PATCH] sched: filter affine wakeupsakpm@osdl.org1-1/+9
2006-01-12[PATCH] scheduler cache-hot-autodetectakpm@osdl.org1-0/+468
2006-01-12[hrtimer] Enforce resolution as lower limit of intervalsThomas Gleixner1-1/+4
2006-01-12[hrtimer] Change resolution storage to ktime_t formatThomas Gleixner1-2/+1
2006-01-12[hrtimer] Remove listhead from hrtimer structThomas Gleixner1-12/+14
2006-01-11[PATCH] x86_64: Inclusion of ScaleMP vSMP architecture patches - vsmp_alignRavikiran G Thirumalai1-1/+5
2006-01-11[PATCH] x86_64: Make the cpu_*_maps in kernel/sched.c read mostlyAndi Kleen1-3/+3
2006-01-11[PATCH] move capable() to capability.hRandy.Dunlap13-0/+13
2006-01-11[PATCH] uninline capable()Ingo Molnar1-0/+12
2006-01-11[PATCH] kprobes: fix unloading of self probed moduleKeshavamurthy Anil S1-10/+32
2006-01-11[PATCH] fix/simplify mutex debugging codeDavid Woodhouse1-2/+3
2006-01-10[PATCH] mutex: trivial whitespace cleanupsIngo Molnar2-5/+1
2006-01-10[PATCH] mark mutex_lock*() as might_sleep()Ingo Molnar1-0/+2
2006-01-10[PATCH] fix i386 mutex fastpath on FRAME_POINTER && !DEBUG_MUTEXESIngo Molnar1-9/+0
2006-01-10[PATCH] remove unnecessary asm/mutex.h from kernel/mutex-debug.cIngo Molnar1-2/+0
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