aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2004-06-17[PATCH] getgroups16() fixTomas Olsson1-6/+6
2004-06-17[PATCH] RLIM: add mq_bytes to user_structChris Wright1-0/+3
2004-06-17[PATCH] RLIM: add sigpending field to user_structChris Wright1-1/+3
2004-06-17[PATCH] Fixes for idr codeCorey Minyard1-34/+52
2004-06-17[PATCH] Clean up asm/pgalloc.h includeRussell King1-1/+0
2004-06-15[PATCH] insert_resource fixJohn Rose1-2/+2
2004-06-14Revert wakeup-affinity fixesLinus Torvalds1-3/+3
2004-06-12[PATCH] dup_mmap() memory accounting fixAndrew Morton1-0/+5
2004-06-12[PATCH] fix the exit-vs-timer race fixAndrew Morton1-1/+1
2004-06-12[PATCH] fix modprobe_path and hotplug_path sizes and sysctlAndrew Morton2-4/+4
2004-06-08[PATCH] dup_mmap() double memory accountingOleg Nesterov1-5/+1
2004-06-08[PATCH] kernel/sysctl annotations for sparseRandy Dunlap1-11/+11
2004-06-08[PATCH] fix uts sysctl write sizeAndrew Morton1-5/+5
2004-06-08[PATCH] flush_workqueue locking simplificationAndrew Morton1-3/+2
2004-06-08[PATCH] __ARCH_WANT_SYS_RT_SIGACTION fixAndrew Morton1-2/+2
2004-06-08[PATCH] speedup flush_workqueue for singlethread_workqueueAndrew Morton1-31/+35
2004-06-05[PATCH] sched: honor the "sync" wakeup bitIngo Molnar1-0/+7
2004-06-04Merge bk://kernel.bkbits.net/davem/sparc-2.6Linus Torvalds1-22/+41
2004-06-04[PATCH] sched: improve wakeup-affinityNick Piggin1-3/+3
2004-06-04[COMPAT]: Add __user attributes for pointers passed while KERNEL_DS.David S. Miller1-22/+41
2004-06-03sparse: annotate (and comment on) kmod.c user pointer usageLinus Torvalds1-3/+13
2004-06-03[PATCH] Add the sixth arg to the sys_futex() prototype.Andrew Morton2-1/+2
2004-06-02sparse: fix up futex address space warningLinus Torvalds1-1/+1
2004-06-02[PATCH] move #endif to correct placeAndrew Morton1-1/+1
2004-06-02Merge bk://kernel.bkbits.net/davem/sparc-2.6Linus Torvalds1-2/+2
2004-06-01[PATCH] Fix signal race during process exitJeremy Kerr1-0/+8
2004-06-01[SPARC64]: Compat syscall overhaul.David S. Miller1-2/+2
2004-05-31Add comments on load balancing special cases.Linus Torvalds1-1/+13
2004-05-31[PATCH] active_load_balance() deadlockBjorn Helgaas1-0/+2
2004-05-31[PATCH] sched: remove noinline workaroundAndrew Morton1-4/+1
2004-05-31[PATCH] s/tkill/tgkill/ in /** documentation */Andrew Morton1-1/+1
2004-05-31[PATCH] Add FUTEX_CMP_REQUEUE futex opAndrew Morton2-9/+47
2004-05-31[PATCH] Export kthread primitivesRusty Russell1-1/+5
2004-05-31[PATCH] Fix x86-64 compilation without CONFIG_NUMAAndi Kleen1-0/+1
2004-05-29[PATCH] sparse: kernel/sysctl.c annotation and cleanupAlexander Viro1-30/+30
2004-05-28[PATCH] sparse: trivial part of kernel/* __user annotationAlexander Viro6-45/+55
2004-05-26[PATCH] CPU Hotplug: restore Idle task's priority during CPU_DEAD notificationAndrew Morton1-1/+2
2004-05-24[PATCH] sched_yield() microoptimisationAndrew Morton1-2/+1
2004-05-24[PATCH] minor sched.c cleanupAndrew Morton1-2/+1
2004-05-24[PATCH] Fix race condition with current->group_infoAndrew Morton1-0/+5
2004-05-24[PATCH] Fix the mangled-oops-output-on-SMP problemAndrew Morton1-6/+23
2004-05-23[PATCH] pa-risc: kernel/fork.c broken by the new rmapJames Bottomley1-2/+2
2004-05-22[PATCH] rmap 39 add anon_vma rmapAndrew Morton1-1/+2
2004-05-22[PATCH] rmap 38 remove anonmm rmapAndrew Morton1-13/+0
2004-05-22[PATCH] rmap 22 flush_dcache_mmap_lockAndrew Morton1-0/+2
2004-05-22[PATCH] rmap 16: pretend prio_treeAndrew Morton1-2/+2
2004-05-22[PATCH] small numa api fixupsAndrew Morton2-0/+8
2004-05-22[PATCH] numa api: Add VMA hooks for policyAndrew Morton2-1/+18
2004-05-22[PATCH] numa api: Core NUMA API codeAndrew Morton1-0/+3
2004-05-22[PATCH] Convert i_shared_sem back to a spinlockAndrew Morton1-2/+2
2004-05-22[PATCH] rmap 10 add anonmm rmapAndrew Morton1-2/+16
2004-05-22[PATCH] slab: consolidate panic codeAndrew Morton3-37/+12
2004-05-21[PATCH] swsusp: fix devfs breakage introduced in 2.6.6Andrew Morton1-9/+22
2004-05-21[PATCH] swsusp: kill unneccessary debuggingAndrew Morton1-7/+0
2004-05-21[PATCH] Sanitise handling of unneeded syscall stubsAndrew Morton6-17/+34
2004-05-20[PATCH] trivial: swsusp section usageAndrew Morton1-1/+1
2004-05-20[PATCH] Debugging option to put data symbols in kallsymsAndrew Morton1-1/+4
2004-05-20[PATCH] fix for stuck cpus at boot]Andrew Morton1-1/+1
2004-05-19[PATCH] Work around gcc 3.3.3-hammer sched miscompilation on x86-64Andrew Morton1-1/+4
2004-05-19[PATCH] system_state splitupAndrew Morton1-4/+4
2004-05-18Add msleep function to the kernel core to prevent duplication.Greg Kroah-Hartman1-0/+17
2004-05-14Fix gidsetsize == 0 for real this time.Linus Torvalds1-2/+3
2004-05-14[PATCH] groups_alloc(0) clobbers memory past end of blockAndrew Morton1-2/+1
2004-05-14[PATCH] implement print_modules()Andrew Morton1-0/+11
2004-05-14[PATCH] create_workqueue locking fixAndrew Morton1-2/+2
2004-05-14[PATCH] Include Aliases in kallsymsAndrew Morton1-4/+10
2004-05-14[PATCH] show last kernel-image symbol in /proc/kallsymsAndrew Morton1-6/+9
2004-05-14[PATCH] sched: less locking in balancingAndrew Morton1-5/+13
2004-05-14[PATCH] sched: fix scheduler for unsynched processor sched_clockAndrew Morton1-10/+28
2004-05-14[PATCH] sched: improved cpu_load roundingAndrew Morton1-0/+7
2004-05-14[PATCH] s390: coreAndrew Morton2-4/+4
2004-05-14[PATCH] Add del_single_shot_timer()Andrew Morton1-4/+38
2004-05-14[PATCH] Revisited: ia64-cpu-hotplug-cpu_present.patchAndrew Morton4-6/+14
2004-05-14[PATCH] ia64 cpu hotplug: core kernel initialisationAndrew Morton1-1/+1
2004-05-14[PATCH] filtered wakeups: wakeup enhancementsAndrew Morton1-8/+9
2004-05-14[PATCH] filtered wakeupsAndrew Morton2-4/+4
2004-05-14[PATCH] revert the process-migration-speedup patchAndrew Morton1-10/+0
2004-05-14[PATCH] MSEC_TO_JIFFIES to msec_to_jiffiesAndrew Morton1-1/+1
2004-05-14[PATCH] MSEC_TO_JIFFIES consolidationAndrew Morton1-8/+1
2004-05-14[PATCH] sched: add missing local_irq_enable()Andrew Morton1-0/+1
2004-05-14Merge kroah.com:/home/greg/linux/BK/bleed-2.6Greg Kroah-Hartman2-1/+161
2004-05-10Module attributes: fix build error if CONFIG_MODULE_UNLOAD=nGreg Kroah-Hartman1-16/+16
2004-05-10[PATCH] Make usermodehelper_init() use core_initcall()Andrew Morton1-1/+1
2004-05-10[PATCH] minor RCU optimizationAndrew Morton1-2/+2
2004-05-10[PATCH] Add sysctl to define a hugetlb-capable groupAndrew Morton1-0/+8
2004-05-10[PATCH] worker_thread race fixAndrew Morton1-3/+4
2004-05-10[PATCH] fix deadlock in create_workqueue()Andrew Morton1-1/+1
2004-05-10[PATCH] Only Print Taint Message OnceAndrew Morton1-1/+1
2004-05-10[PATCH] find_user locking and leak fixAndrew Morton2-1/+16
2004-05-09[PATCH] sched: in_sched_functions() cleanupAndrew Morton1-7/+8
2004-05-09[PATCH] migration_thread() race fixAndrew Morton1-1/+3
2004-05-09[PATCH] sched_getaffinity vs cpu hotplug race fixAndrew Morton1-0/+2
2004-05-09[PATCH] Move migrate_all_tasks to CPU_DEAD handlingAndrew Morton3-39/+110
2004-05-09[PATCH] sched: Look at another CPU's domainAndrew Morton1-4/+4
2004-05-09[PATCH] sched: micro-optimisation for wake_upAndrew Morton1-4/+5
2004-05-09[PATCH] sched: reduce idle timeAndrew Morton1-1/+2
2004-05-09[PATCH] sched: balance-on-cloneAndrew Morton2-39/+150
2004-05-09[PATCH] sched: cpu load management cleanupAndrew Morton1-10/+16
2004-05-09[PATCH] sched: passive balancing dampingAndrew Morton1-16/+19
2004-05-09[PATCH] sched: cleanupsAndrew Morton1-17/+14
2004-05-09[PATCH] sched: lock cpu_attach_domain for hotplugAndrew Morton1-0/+4
2004-05-09[PATCH] sched: extend sync wakeupsAndrew Morton1-2/+2
2004-05-09[PATCH] sched: add enqueeu_task_head()Andrew Morton1-0/+15
2004-05-09[PATCH] sched: uninliningsAndrew Morton1-12/+12
2004-05-09[PATCH] sched: minor cleanupsAndrew Morton1-28/+19
2004-05-09[PATCH] sched: fix setup racesAndrew Morton1-45/+118
2004-05-09[PATCH] sched: oops fixAndrew Morton1-6/+5
2004-05-09[PATCH] sched: fix imbalance calculationsAndrew Morton1-16/+22
2004-05-09[PATCH] sched: wakeup balancing fixesAndrew Morton1-7/+17
2004-05-09[PATCH] Hotplug CPU sched_balance_exec FixAndrew Morton1-9/+28
2004-05-09[PATCH] sched: trivial fixes, cleanupsAndrew Morton1-243/+242
2004-05-09[PATCH] Reduce TLB flushing during process migrationAndrew Morton1-0/+10
2004-05-09[PATCH] sched: add local load metricsAndrew Morton1-43/+30
2004-05-09[PATCH] sched: SMT niceness handlingAndrew Morton1-2/+115
2004-05-09[PATCH] sched_domains: use cpu_possible_mapAndrew Morton1-29/+24
2004-05-09[PATCH] sched-group-powerAndrew Morton1-62/+66
2004-05-09[PATCH] sched_balance_exec(): don't fiddle with the cpus_allowed maskAndrew Morton1-34/+33
2004-05-09[PATCH] sched: handle inter-CPU jiffies skewAndrew Morton1-8/+8
2004-05-09[PATCH] sched: implement domains for i386 HTAndrew Morton1-25/+10
2004-05-09[PATCH] scheduler domain balancing improvementsAndrew Morton1-19/+36
2004-05-09[PATCH] sched_domain debuggingAndrew Morton1-0/+78
2004-05-09[PATCH] sched: scheduler domain supportAndrew Morton1-346/+816
2004-05-09[PATCH] sched: improved resolution in find_busiest_nodeAndrew Morton1-3/+3
2004-05-09[PATCH] small scheduler cleanupAndrew Morton1-7/+7
2004-05-07Add modules to sysfsGreg Kroah-Hartman2-1/+161
2004-05-04[PATCH] report size of printk bufferAndrew Morton1-0/+4
2004-04-30[PATCH] task_struct alignment fixAndrew Morton1-1/+1
2004-04-29[PATCH] make ikconfig quietAndrew Morton1-3/+0
2004-04-26[PATCH] s390: no timer interrupts in idle.Andrew Morton4-1/+95
2004-04-26[PATCH] Use workqueue for call_usermodehelperAndrew Morton1-19/+17
2004-04-26[PATCH] create singlethread_workqueue()Andrew Morton1-33/+59
2004-04-19[PATCH] fix for potential deadlock after posix-timers changeRoland McGrath1-2/+19
2004-04-19Merge evo:v2.6/linux into ppc970.osdl.org:/home/torvalds/v2.6/linuxLinus Torvalds1-6/+5
2004-04-19Remove unnecessary declaration of inline functionsLinus Torvalds1-6/+5
2004-04-18[PATCH] Warn if module_param and MODULE_PARM mixedAndrew Morton1-0/+4
2004-04-18[PATCH] Rename PF_IOTHREAD to PF_NOFREEZEAndrew Morton4-4/+4
2004-04-17[PATCH] Print warning for common symbols in modulesAndrew Morton1-0/+2
2004-04-17[PATCH] Fix mq 32-bit compatibilityAndrew Morton1-1/+0
2004-04-14Merge master.kernel.org:/home/davem/BK/sparc-2.6Linus Torvalds1-1/+1
2004-04-13[PATCH] large cpumask fixAnton Blanchard1-1/+1
2004-04-13Merge nuts.davemloft.net:/disk1/BK/sparcwork-2.6David S. Miller1-0/+9
2004-04-12[PATCH] get_files_struct cleanupAndrew Morton1-0/+13
2004-04-12Merge nuts.davemloft.net:/disk1/BK/sparcwork-2.6David S. Miller26-244/+2232
2004-04-12[PATCH] pmdisk is x86 onlyAndrew Morton1-1/+1
2004-04-12[PATCH] BSD accounting oops fixAndrew Morton1-1/+5
2004-04-12[PATCH] do_fork() error path memory leakAndrew Morton1-0/+2
2004-04-12[PATCH] Swsusp should not wake up stopped processesAndrew Morton1-11/+10
2004-04-12[PATCH] swsusp update: supports discontingmem/highmem fixesAndrew Morton1-21/+38
2004-04-12[PATCH] swsusp update: supports discontingmem/highmemAndrew Morton1-72/+172
2004-04-12[PATCH] per-backing dev unpluggingAndrew Morton3-8/+1
2004-04-11[PATCH] hugetlb consolidationAndrew Morton1-2/+4
2004-04-11[PATCH] fix posix-timers to have proper per-process scopeAndrew Morton4-29/+73
2004-04-11[PATCH] Light-weight Auditing FrameworkAndrew Morton4-1/+1758
2004-04-11[PATCH] pmdisk needs asmlinkageAndrew Morton1-1/+1
2004-04-11[PATCH] add stop_machine barriersAndrew Morton1-2/+2
2004-04-11[PATCH] ia32: 4Kb stacks (and irqstacks) patchAndrew Morton1-28/+42
2004-04-11[PATCH] laptop modeAndrew Morton1-0/+20
2004-04-11[PATCH] fork vma ordering during forkAndrew Morton1-1/+1
2004-04-11[PATCH] eliminate nswap and cnswapAndrew Morton4-6/+1
2004-04-11[PATCH] Strip quotes from kernel parametersAndrew Morton1-0/+7
2004-04-11[PATCH] export complete_all()Andrew Morton1-3/+1
2004-04-11[PATCH] Fix sys_time() to get subtick correction from the new xtimeAndrew Morton1-3/+4
2004-04-11[PATCH] pmdisk: fix strcmp in sysfs storeAndrew Morton2-2/+12
2004-04-11[PATCH] set mod->waiter before calling stop_machineAndrew Morton1-1/+3
2004-04-11[PATCH] slab: updates for per-arch alignmentsAndrew Morton1-2/+5
2004-04-11[PATCH] Fix page allocator lower zone protection for NUMAAndrew Morton1-1/+1
2004-04-11[PATCH] move job control fields from task_struct to signal_structAndrew Morton6-30/+35
2004-04-11[PATCH] compat emulation for posix message queuesAndrew Morton1-0/+5
2004-04-11[PATCH] posix message queues: implementationAndrew Morton1-0/+1
2004-04-11[PATCH] posix message queues: syscall stubsAndrew Morton1-0/+6
2004-04-11[PATCH] posix message queues: code moveAndrew Morton1-3/+1
2004-04-11[PATCH] Fix get_wchan() FIXME wrt. order of functionsAndrew Morton2-19/+22
2004-04-11[PATCH] generalise system_runningAndrew Morton4-7/+9
2004-04-11[PATCH] Fix URLs in Kconfig filesAndrew Morton1-3/+3
2004-04-03Merge nuts.davemloft.net:/disk1/BK/sparcwork-2.6David S. Miller1-0/+9
2004-04-02[SPARC]: Add sysctl to control serial console power-off restrictions.Eric Brower1-0/+9
2004-03-31[PATCH] uninline __wake_up_parentAndrew Morton1-1/+1
2004-03-31[PATCH] uninline __group_complete_signalAndrew Morton1-1/+1
2004-03-31[PATCH] uninline sig_ignoredAndrew Morton1-1/+1
2004-03-31[PATCH] uninline __group_send_sig_infoAndrew Morton1-1/+1
2004-03-31[PATCH] uninline signal_wake_upAndrew Morton1-1/+1
2004-03-31[PATCH] Replace MAX_MAP_COUNT with /proc/sys/vm/max_map_countAndrew Morton1-0/+8
2004-03-31[PATCH] ksoftirqd: missing barrierAndrew Morton1-3/+3
2004-03-30Add __user pointer annotationsLinus Torvalds2-6/+6
2004-03-30[PATCH] double semicolon cleanupAlexander Stohr1-2/+2
2004-03-29[PATCH] Fix obvious stupid race in do_stopSrivatsa Vaddagiri1-1/+3
2004-03-28[PATCH] Pass correct task to get_user_pages in ptraceAndrew Morton1-1/+1
2004-03-28[PATCH] Fix posix scheduling violation for !SCHED_OTHERAndrew Morton1-1/+1
2004-03-20[PATCH] Add missing uacccess checks for sysctl.cAndrew Morton1-6/+8
2004-03-18Merge kroah.com:/home/greg/linux/BK/bleed-2.6Greg Kroah-Hartman1-0/+1
2004-03-18[PATCH] PCI: insert_resource can succeed and return an errorMatthew Wilcox1-0/+1
2004-03-18[PATCH] Hotplug CPUs: Other CPU_DEAD NotifiersRusty Russell1-1/+72
2004-03-18[PATCH] Hotplug CPUs: Workqueue ChangesRusty Russell1-9/+106
2004-03-18[PATCH] Hotplug CPUs: Make ksoftirqd Handle CPU Going DownRusty Russell1-5/+51
2004-03-18[PATCH] Hotplug CPUs: Read Copy Update ChangesRusty Russell2-1/+91
2004-03-18[PATCH] Hotplug CPUs: Make Migration Thread Handle CPUs GoingRusty Russell1-7/+11
2004-03-18[PATCH] Hotplug CPUs: Set prio of migration thread before CPURusty Russell1-11/+19
2004-03-18[PATCH] Hotplug CPUs: Keep IRQs off in Migration Thread CallingRusty Russell1-4/+2
2004-03-18[PATCH] Hotplug CPUs: Take cpu Lock Around MigrationRusty Russell1-0/+5
2004-03-18[PATCH] Hotplug CPUs: don't pull onto offline CPUsRusty Russell1-2/+5