aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
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
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-27Merge with master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6.gitDavid Woodhouse4-4/+17
2005-08-27[AUDIT] Allow filtering on system call success _or_ failureDavid Woodhouse1-2/+6
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-17AUDIT: Prevent duplicate syscall rulesAmy Griffis2-44/+56
2005-08-17AUDIT: Speed up audit_filter_syscall() for the non-auditable case.David Woodhouse1-10/+12
2005-08-17AUDIT: Fix task refcount leak in audit_filter_syscall()David Woodhouse1-1/+2
2005-08-17Merge with master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6.gitDavid Woodhouse2-22/+48
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-09Merge with /shiny/git/linux-2.6/.gitDavid Woodhouse12-60/+92
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-27Merge with master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6.gitDavid Woodhouse5-58/+85
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-19Merge with /shiny/git/linux-2.6/.gitDavid Woodhouse1-40/+11
2005-07-18AUDIT: Reduce contention in audit_serial()David Woodhouse2-2/+6
2005-07-15AUDIT: Fix livelock in audit_serial().David Woodhouse1-11/+10
2005-07-14AUDIT: Fix compile error in audit_filter_syscallDavid Woodhouse1-1/+1
2005-07-13AUDIT: Avoid scheduling in idle threadDavid Woodhouse1-5/+8
2005-07-13AUDIT: Exempt the whole auditd thread-group from auditingDavid Woodhouse1-2/+2
2005-07-13[AUDIT] Fix sparse warning about gfp_mask typeVictor Fusco1-1/+1
2005-07-13[PATCH] inotify: move sysctlRobert Love1-40/+11
2005-07-13Merge with /shiny/git/linux-2.6/.gitDavid Woodhouse11-34/+103
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-07-02AUDIT: Really don't audit auditd.David Woodhouse1-2/+2
2005-07-02AUDIT: Stop waiting for backlog after audit_panic() happensDavid Woodhouse1-5/+10
2005-07-02Merge with master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6.gitDavid Woodhouse37-907/+3049
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