aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2005-09-09[PATCH] files: files struct with RCUDipankar Sarma2-13/+25
2005-09-09[PATCH] files: break up files structDipankar Sarma2-40/+63
2005-09-09[PATCH] files: rcuref APIsDipankar Sarma1-0/+14
2005-09-09[PATCH] fix for cpusets minor problemKUROSAWA Takahiro1-0/+4
2005-09-09[PATCH] Prefetch kernel stacks to speed up context switchChen, Kenneth W1-0/+1
2005-09-09[PATCH] fix disassociate_ctty vs. fork raceJason Baron1-0/+3
2005-09-09[PATCH] Clear task_struct->fs_excl on fork()Giancarlo Formicuccia1-0/+1
2005-09-08Merge linux-2.6 with linux-acpi-2.6Len Brown28-290/+1128
2005-09-07Merge branch 'upstream' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzi...Linus Torvalds1-0/+1
2005-09-07[PATCH] kprobes: fix bug when probed on task and isr functionsKeshavamurthy Anil S1-0/+22
2005-09-07[PATCH] Kprobes: prevent possible race conditions genericPrasanna S Panchamukhi1-29/+43
2005-09-07[PATCH] introduce and use kzallocPekka J Enberg5-10/+6
2005-09-07[PATCH] remove duplicated code from proc and ptraceMiklos Szeredi1-13/+28
2005-09-07[PATCH] cpusets: re-enable "dynamic sched domains"John Hawkes1-12/+0
2005-09-07[PATCH] cpusets: fix the "dynamic sched domains" bugJohn Hawkes1-20/+69
2005-09-07[PATCH] cpusets: Move the ia64 domain setup code to the generic codeJohn Hawkes1-54/+236
2005-09-07[PATCH] cpusets: confine oom_killer to mem_exclusive cpusetPaul Jackson1-0/+33
2005-09-07[PATCH] cpusets: formalize intermediate GFP_KERNEL containmentPaul Jackson1-8/+72
2005-09-07[PATCH] futex: remove duplicate codePekka Enberg1-12/+9
2005-09-07[PATCH] fix send_sigqueue() vs thread exit raceOleg Nesterov2-23/+27
2005-09-07[PATCH] remove a redundant variable in sys_prctl()Jesper Juhl1-4/+2
2005-09-07[PATCH] largefile support for accountingPeter Staubach1-1/+1
2005-09-07[PATCH] do_notify_parent_cldstop() cleanupOleg Nesterov1-35/+26
2005-09-07[PATCH] CHECK_IRQ_PER_CPU() to avoid dead code in __do_IRQ()Karsten Wiese1-1/+1
2005-09-07[PATCH] create_workqueue_thread() signedness fixMika Kukkonen1-1/+1
2005-09-07[PATCH] flush icache early when loading moduleThomas Koeller1-14/+19
2005-09-07[PATCH] optimize writer path in time_interpolator_get_counter()Alex Williamson1-4/+13
2005-09-07[PATCH] Provide better printk() support for SMP machinesDavid Howells1-1/+12
2005-09-07[PATCH] detect soft lockupsIngo Molnar4-0/+154
2005-09-07[PATCH] FUTEX_WAKE_OP: pthread_cond_signal() speedupJakub Jelinek1-0/+116
2005-09-07[PATCH] swsusp: update documentationPavel Machek1-1/+1
2005-09-07[PATCH] x86/x86_64: deferred handling of writes to /proc/irqxx/smp_affinityAshok Raj2-2/+16
2005-09-07[kernel-doc] fix various DocBook build problems/warningsJeff Garzik1-0/+1
2005-09-05[PATCH] UML Support - Ptrace: adds the host SYSEMU support, for UML and gener...Laurent Vivier1-0/+3
2005-09-05[PATCH] pm: clean up /sys/power/diskPavel Machek1-2/+3
2005-09-05[PATCH] pm: fix process freezingPavel Machek1-2/+22
2005-09-05[PATCH] swsusp: fix error handling and cleanupsPavel Machek2-35/+22
2005-09-05[PATCH] swsusp: add locking to software_resumeShaohua Li1-1/+9
2005-09-05[PATCH] swsusp: simpler calculation of number of pages in PBE listMichal Schmidt1-12/+1
2005-09-05[PATCH] encrypt suspend data for easy wipingAndreas Steinmetz2-5/+171
2005-09-05[PATCH] remove busywait in refrigeratorPavel Machek1-2/+3
2005-09-05[PATCH] swap: update swsusp use of swap_infoHugh Dickins1-6/+6
2005-09-03Merge linux-2.6 into linux-acpi-2.6 testLen Brown2-4/+3
2005-08-29[NET]: Fix sparse warningsArnaldo Carvalho de Melo1-3/+1
2005-08-29[NETLINK]: Add "groups" argument to netlink_kernel_createPatrick McHardy1-1/+1
2005-08-29[NETLINK]: Add properly module refcounting for kernel netlink sockets.Harald Welte1-1/+2
2005-08-26Auto-update from upstreamLen Brown1-19/+13
2005-08-26[PATCH] completely disable cpu_exclusive sched domainPaul Jackson1-0/+13
2005-08-26[PATCH] undo partial cpu_exclusive sched domain disablingPaul Jackson1-19/+0
2005-08-25Merge HEAD from ../from-linus Len Brown1-0/+19
2005-08-25[ACPI] IA64-related ACPI Kconfig fixesLen Brown1-0/+1
2005-08-24[PATCH] cpu_exclusive sched domains build fixPaul Jackson1-1/+3
2005-08-23[PATCH] cpu_exclusive sched domains on partial nodes temp fixPaul Jackson1-0/+17
2005-08-23[PATCH] preempt race in getppidDavid Meybohm1-1/+1
2005-08-18[PATCH] Make RLIMIT_NICE ranges consistent with getpriority(2)Matt Mackall1-2/+2
2005-08-17[PATCH] NPTL signal delivery deadlock fixBhavesh P. Davda1-1/+1
2005-08-10[PATCH] remove name length check in a workqueueJames Bottomley1-2/+0
2005-08-09[PATCH] cpuset release ABBA deadlock fixPaul Jackson1-20/+48
2005-08-04[PATCH] revert "timer exit cleanup"Andrew Morton2-2/+3
2005-08-04[PATCH] Remove suspend() calls from shutdown pathBenjamin Herrenschmidt1-2/+0
2005-08-01[PATCH] Module per-cpu alignment cannot always be metRusty Russell1-4/+11
2005-08-01[PATCH] remove sys_set_zone_reclaim()Ingo Molnar1-1/+0
2005-07-30[PATCH] revert bogus softirq changesAndrew Morton1-2/+2
2005-07-29[PATCH] reboot: remove device_suspend(PMSG_FREEZE) from kernel_kexecEric W. Biederman1-1/+0
2005-07-28[PATCH] posix timers: fix normalization problemGeorge Anzinger1-14/+3
2005-07-28[PATCH] x86_64: Switch to the interrupt stack when running a softirq in local...Andi Kleen1-2/+2
2005-07-27[PATCH] Avoid device suspend on rebootAndrew Morton1-1/+0
2005-07-27[PATCH] clean up inline static vs static inlineJesper Juhl1-1/+1
2005-07-27[PATCH] kernel/crash_dump.c: add kerneldocRandy Dunlap1-1/+10
2005-07-27[PATCH] kernel/cpuset.c: add kerneldoc, fix typosRandy Dunlap1-7/+19
2005-07-27[PATCH] kernel/capability.c: add kerneldocRandy Dunlap1-3/+17
2005-07-27[PATCH] s390: spin lock retryMartin Schwidefsky1-1/+11
2005-07-27[PATCH] itimer fixesGeorge Anzinger1-21/+16
2005-07-27[PATCH] Address BUG: using smp_processor_id() in preemptible [00000001] codeNigel Cunningham1-1/+1
2005-07-26[PATCH] fix MAX_USER_RT_PRIO and MAX_RT_PRIOSteven Rostedt1-2/+3
2005-07-26[PATCH] Fix RLIMIT_RTPRIO breakageAndreas Steinmetz1-1/+2
2005-07-26[PATCH] swpsuspend: Have suspend to disk use factors of sys_rebootEric W. Biederman1-6/+3
2005-07-26[PATCH] Call emergency_reboot from panicEric W. Biederman1-5/+4
2005-07-26[PATCH] Use kernel_power_off in sysrq-oEric W. Biederman1-2/+2
2005-07-26[PATCH] Add emergency_restart()Eric W. Biederman1-0/+6
2005-07-26[PATCH] Make ctrl_alt_del call kernel_restart to get a proper reboot.Eric W. Biederman1-2/+1
2005-07-26[PATCH] Refactor sys_reboot into reusable partsEric W. Biederman1-42/+64
2005-07-26[PATCH] Add missing device_suspsend(PMSG_FREEZE) calls.Eric W. Biederman1-0/+2
2005-07-13[PATCH] inotify: move sysctlRobert Love1-40/+11
2005-07-12[PATCH] inotifyRobert Love3-1/+49
2005-07-12Merge master.kernel.org:/pub/scm/linux/kernel/git/lenb/linux-2.6Linus Torvalds1-1/+15
2005-07-12[PATCH] lower VM_DONTCOPY total_vmHugh Dickins1-1/+3
2005-07-12[PATCH] name_to_dev_t warning fixAndrew Morton2-2/+3
2005-07-12[ACPI] merge acpi-2.6.12 branch into latest Linux 2.6.13-rc...Len Brown1-1/+15
2005-07-11[ACPI] Suspend to RAM fixDavid Shaohua Li1-0/+14
2005-07-11[ACPI] ACPI poweroff fixAlexey Starikovskiy1-1/+1
2005-07-07[PATCH] cond_resched(): fix bogus might_sleep() warningIngo Molnar1-0/+7
2005-07-07[PATCH] mostly_read data sectionChristoph Lameter1-2/+2
2005-07-07[PATCH] pm: clean up process.cPavel Machek1-4/+2
2005-07-07[PATCH] swsusp: fix error handlingPavel Machek1-12/+11
2005-07-07[PATCH] pm: Fix resume from initrdPavel Machek2-10/+10
2005-07-05[PATCH] kprobes: fix namespace problem and sparc64 buildRusty Lynch1-1/+1
2005-06-28[PATCH] irqpollAlan Cox2-3/+112
2005-06-28[PATCH] ITIMER_REAL: fix possible deadlock and raceOleg Nesterov1-2/+6
2005-06-28[PATCH] Using msleep() instead of HZLuca Falavigna1-5/+4
2005-06-28[PATCH] Tweak idle thread setup semanticsIngo Molnar1-1/+8
2005-06-28[PATCH] kexec: fix sparse warningsAlexey Dobriyan1-5/+5
2005-06-27[PATCH] Return probe redesign: architecture independent changesRusty Lynch1-50/+19
2005-06-27[PATCH] kprobes: fix single-step out of line - take2Ananth N Mavinakayanahalli1-0/+101
2005-06-27[PATCH] Update cfq io scheduler to time sliced designJens Axboe3-8/+7
2005-06-25Merge Christoph's freeze cleanup patchLinus Torvalds3-21/+13
2005-06-25[PATCH] Cleanup patch for process freezingChristoph Lameter3-21/+13
2005-06-25[PATCH] Use ALIGN to remove duplicate codeNick Wilson1-1/+1
2005-06-25[PATCH] remove redundant NULL check before before kfree() in kernel/sysctl.cJesper Juhl1-2/+1
2005-06-25[PATCH] kernel/timer: fix msleep_interruptible() commentDomen Puncer1-1/+1
2005-06-25[PATCH] kexec code cleanupManeesh Soni1-142/+160
2005-06-25[PATCH] kdump: Use real pt_regs from exceptionAlexander Nyberg2-3/+12
2005-06-25[PATCH] kdump: Access dump file in elf format (/proc/vmcore)Vivek Goyal1-1/+1
2005-06-25[PATCH] Retrieve elfcorehdr address from command lineVivek Goyal1-0/+3
2005-06-25[PATCH] kdump: Routines for copying dump pagesVivek Goyal2-0/+50
2005-06-25[PATCH] Kdump: Export crash notes section address through sysfsVivek Goyal1-0/+13
2005-06-25[PATCH] Kexec on panic vmlinux initrd fixVivek Goyal1-1/+1
2005-06-25[PATCH] kexec: add kexec syscallsEric W. Biederman5-2/+1080
2005-06-25[PATCH] sched: voluntary kernel preemptionIngo Molnar1-8/+49
2005-06-25[PATCH] enable PREEMPT_BKL on !PREEMPT+SMP tooIngo Molnar1-1/+1
2005-06-25[PATCH] consolidate PREEMPT options into kernel/Kconfig.preemptIngo Molnar1-0/+24
2005-06-25[PATCH] Dynamic sched domains: cpuset changesDinakar Guniguntala1-13/+76
2005-06-25[PATCH] Dynamic sched domains: sched changesDinakar Guniguntala1-46/+86
2005-06-25[PATCH] Changing RT priority without CAP_SYS_NICEOlivier Croquette1-7/+18
2005-06-25[PATCH] sched: micro-optimize task requeueing in schedule()Chen Shang1-7/+12
2005-06-25[PATCH] sched: relax pinned balancingNick Piggin1-2/+9
2005-06-25[PATCH] sched: consolidate sbe sbfNick Piggin2-115/+80
2005-06-25[PATCH] sched: RCU domainsNick Piggin1-45/+15
2005-06-25[PATCH] sched: multilevel sbe sbfNick Piggin1-7/+38
2005-06-25[PATCH] sched: remove degenerate domainsSuresh Siddha1-0/+64
2005-06-25[PATCH] sched: null domainsNick Piggin1-15/+21
2005-06-25[PATCH] sched: cleanup context switch lockingNick Piggin1-24/+108
2005-06-25[PATCH] sched: uninline task_timesliceIngo Molnar1-1/+1
2005-06-25[PATCH] sched: schedstats update for balance on forkNick Piggin1-27/+36
2005-06-25[PATCH] sched: balance on forkNick Piggin1-55/+109
2005-06-25[PATCH] sched: no aggressive idle balancingNick Piggin1-19/+2
2005-06-25[PATCH] sched: tweak affine wakeupsNick Piggin1-25/+32
2005-06-25[PATCH] sched: balance timersNick Piggin1-64/+74
2005-06-25[PATCH] sched: less aggressive idle balancingNick Piggin1-6/+0
2005-06-25[PATCH] sched: add debuggingNick Piggin1-10/+4
2005-06-25[PATCH] sched: fix SMT scheduling problemsNick Piggin1-45/+31
2005-06-25[PATCH] sched: reduce active load balancingNick Piggin1-6/+10
2005-06-25[PATCH] sched: improve load balancing pinned tasksNick Piggin1-23/+39
2005-06-25[PATCH] sched: cleanup wake_idleNick Piggin1-3/+3
2005-06-25[PATCH] swsusp: only allow it when it makes sensePavel Machek1-2/+2
2005-06-25[PATCH] CPU hotplug printk fixShaohua Li1-2/+1
2005-06-25[PATCH] swsusp: fix nr_copy_pagesPavel Machek1-3/+3
2005-06-25[PATCH] swsusp: cleanup whitespacePavel Machek1-33/+33
2005-06-25[PATCH] swsusp: kill unneccessary does_collide_orderPavel Machek1-17/+2
2005-06-25[PATCH] properly stop devices before poweroffPavel Machek1-0/+3
2005-06-25[PATCH] suspend/resume SMP supportLi Shaohua6-82/+72
2005-06-25[PATCH] i386 CPU hotplugZwane Mwaikambo1-9/+5
2005-06-24[PATCH] make various thing staticAdrian Bunk3-3/+3
2005-06-24[PATCH] modules: add version and srcversion to sysfsMatt Domsch1-0/+95
2005-06-24[PATCH] Keys: Make request-key create an authorisation keyDavid Howells1-1/+1
2005-06-24[PATCH] Keys: Pass session keyring to call_usermodehelper()David Howells1-4/+13
2005-06-23[PATCH] aio: make wait_queue ->task ->privateBenjamin LaHaise1-1/+1
2005-06-23[PATCH] Optimize sys_times for a single thread processChristoph Lameter2-26/+65
2005-06-23[PATCH] Software suspend and recalc sigpending bug fixKirill Korotaev1-0/+1
2005-06-23[PATCH] setuid core dumpAlan Cox2-11/+20
2005-06-23[PATCH] jprobes: allow a jprobe to coexist with muliple kprobesPrasanna S Panchamukhi1-10/+51
2005-06-23[PATCH] kprobes: Temporary disarming of reentrant probePrasanna S Panchamukhi1-0/+1
2005-06-23[PATCH] kprobes: moves lock-unlock to non-arch kprobe_flush_taskHien Nguyen1-1/+4
2005-06-23[PATCH] Move kprobe [dis]arming into arch specific codeRusty Lynch1-8/+4
2005-06-23[PATCH] kprobes: function-return probesHien Nguyen1-5/+208
2005-06-23[PATCH] avoid resursive oopsesAlexander Nyberg1-0/+11
2005-06-23[PATCH] remove duplicate get_dentry functions in various placesChristoph Hellwig1-7/+1
2005-06-23[PATCH] preempt_count is int - remove cast and don't assign to unsigned typeJesper Juhl2-3/+7
2005-06-23[PATCH] CON_CONSDEV bit not set correctly on last consoleGreg Edwards1-2/+10
2005-06-23[PATCH] posix-timers: use try_to_del_timer_sync()Oleg Nesterov1-27/+7
2005-06-23[PATCH] timers: introduce try_to_del_timer_sync()Oleg Nesterov1-20/+33
2005-06-23[PATCH] timers fixes/improvementsOleg Nesterov1-171/+157
2005-06-23[PATCH] i386: Selectable Frequency of the Timer InterruptChristoph Lameter1-0/+46
2005-06-21[PATCH] uml: make hw_controller_type->release exist only for archs needing itPaolo 'Blaisorblade' Giarrusso1-0/+4
2005-06-21[PATCH] uml: add and use generic hw_controller_type->releasePaolo 'Blaisorblade' Giarrusso1-0/+4
2005-06-21[PATCH] dup_mmap: update comment on new vmaHugh Dickins1-2/+3
2005-06-21[PATCH] Avoiding mmap fragmentationWolfgang Wander1-0/+2
2005-06-21[PATCH] VM: early zone reclaimMartin Hicks1-0/+1
2005-06-21[PATCH] smp_processor_id() cleanupIngo Molnar4-7/+7
2005-06-20[PATCH] sysfs: (rest) if show/store is missing return -EIODmitry Torokhov1-2/+2
2005-06-18Merge with master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6.gitDavid Woodhouse3-5/+7
2005-06-17[PATCH] timer exit cleanupIngo Molnar2-3/+2
2005-06-13[PATCH] cond_resched_lock() fixJan Kara1-2/+5
2005-06-02Merge with master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6.gitDavid Woodhouse6-13/+40
2005-05-31[PATCH] flush icache in correct contextRoman Zippel1-0/+6
2005-05-28[PATCH] drop note_interrupt() for per-CPU for proper scalingJohn Hawkes1-2/+0
2005-05-27[PATCH] cpuset exit NULL dereference fixPaul Jackson1-5/+19
2005-05-27AUDIT: Record working directory when syscall arguments are pathnamesDavid Woodhouse1-0/+23
2005-05-26AUDIT: Defer freeing aux items until audit_free_context()David Woodhouse1-8/+2
2005-05-24[PATCH] sigkill priority fixKirill Korotaev1-1/+10
2005-05-23AUDIT: Escape comm when logging task infoDavid Woodhouse1-1/+2
2005-05-23AUDIT: Unify auid reporting, put arch before syscall numberDavid Woodhouse2-9/+9
2005-05-21AUDIT: Assign serial number to non-syscall messagesDavid Woodhouse2-44/+48
2005-05-21[PATCH] spin_unlock_bh() and preempt_check_resched()Samuel Thibault1-4/+4
2005-05-21AUDIT: Fix inconsistent use of loginuid vs. auid, signed vs. unsigned Steve Grubb2-11/+8
2005-05-21AUDIT: Fix AVC_USER message passing.Steve Grubb1-0/+2
2005-05-21AUDIT: Avoid sleeping function in SElinux AVC audit.Stephen Smalley1-0/+40
2005-05-20[PATCH] cpusets+hotplug+preepmt brokenPaul Jackson1-1/+1
2005-05-19AUDIT: Honour audit_backlog_limit again.David Woodhouse1-0/+12
2005-05-19Merge with master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6.gitDavid Woodhouse4-45/+50