aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2004-08-22[PATCH] token based thrashing controlRik van Riel1-0/+2
2004-08-22[PATCH] rcu: document RCU apiDipankar Sarma1-15/+24
2004-08-22[PATCH] rcu: introduce call_rcu_bh()Dipankar Sarma2-6/+54
2004-08-22[PATCH] rcu: clean up codeDipankar Sarma2-109/+122
2004-08-22[PATCH] RCU: low latency rcuDipankar Sarma1-8/+19
2004-08-22[PATCH] RCU - cpu offline fixDipankar Sarma1-10/+9
2004-08-22[PATCH] RCU - cpu-offline-cleanupDipankar Sarma1-2/+6
2004-08-22[PATCH] prio_tree: kill vma_prio_tree_init()Rajesh Venkatasubramanian1-1/+0
2004-08-22[PATCH] vprintk supportMatt Mackall1-2/+12
2004-08-22[PATCH] gettimeofday nanoseconds patchChristoph Lameter3-17/+41
2004-08-22[PATCH] Move cache_reap out of timer contextDimitri Sivanich1-0/+20
2004-08-22[PATCH] remove sync() from panicChristian Bornträger1-7/+1
2004-08-22[PATCH] Enable all events for initramfsHannes Reinecke1-3/+1
2004-08-22[PATCH] NMI trigger switch support for debugging(updated)Akiyama Nobuyuki1-0/+16
2004-08-22[PATCH] fix reading string module parameters in sysfsArnd Bergmann1-0/+7
2004-08-12[PATCH] ppc32: Fix warning on CONFIG_PPC32 && CONFIG_6xxTom Rini1-1/+1
2004-08-07Make sysctl pass the pos pointer around properly.Linus Torvalds1-50/+50
2004-08-01[PATCH] Off-by-one error for SIGXCPU / RLIMIT_CPU checkingMichael Kerrisk1-2/+2
2004-08-01[PATCH] Remove symbol_is()Brian Gerst1-3/+0
2004-08-01[PATCH] Fix BSD accounting cross-platform compatibilityTim Schmielau1-3/+2
2004-08-01[PATCH] sched: use for_each_cpuAnton Blanchard1-3/+3
2004-07-30[PATCH] sparse: misc cleanupsAlexander Viro1-1/+1
2004-07-28[PATCH] remove dead code from copy_process()Luiz Capitulino1-1/+0
2004-07-28[PATCH] fix for buffer limit for long in sysctl.cStéphane Eranian1-2/+2
2004-07-28[PATCH] compat_clock_getres shouldn't return -EFAULT if res == NULLArun Sharma1-1/+1
2004-07-28[PATCH] sched: initialize sched domain tableJack Steiner1-0/+1
2004-07-28[PATCH] fixes for rcu_offline_cpu, rcu_move_batchNathan Lynch1-10/+11
2004-07-17Clean up ptrace child exit case.Linus Torvalds1-11/+8
2004-07-15[PATCH] misc sparse cleanupsAlexander Viro1-1/+1
2004-07-13[PATCH] pointer-to-int done the canonical wayAlexander Viro1-1/+1
2004-07-12[PATCH] sparse: signal annotationAlexander Viro1-1/+1
2004-07-12[PATCH] ia64: Reduce TLB flushing during process migrationJack Steiner1-0/+2
2004-07-10[PATCH] kill IKCONFIG_VERSIONAdrian Bunk1-2/+0
2004-07-06sparse: annotate signal handler and ss_sp as user pointersLinus Torvalds1-3/+3
2004-07-06[PATCH] NUMA API: fix use-after-free bugAndi Kleen1-3/+4
2004-07-04[PATCH] gcc 3.5 fixes #2Anton Blanchard1-1/+1
2004-07-03[PATCH] ppc32: compilation failure on ppc32Christoph Hellwig1-2/+4
2004-07-02[PATCH] sparse: remaining integer zero / NULL fixes in allmodconfig & vmlinuxMika Kukkonen1-1/+1
2004-07-01[PATCH] Remaining sparse warnings in allnoconfigMika Kukkonen1-1/+1
2004-07-01[PATCH] sparse: fix sparse warnings in kernel/power/*Mika Kukkonen2-5/+8
2004-07-01[PATCH] sparse: define max kernel symbol length and clean up errors in kernel...Mika Kukkonen1-30/+19
2004-07-01[PATCH] Bugfix for CLOCK_REALTIME absolute timerGeorge Anzinger1-30/+245
2004-07-01[PATCH] swsusp: preparation for smp support & fix device suspendingPavel Machek3-7/+98
2004-06-30[PATCH] zombie with CLONE_THREAD and straceAndrea Arcangeli1-3/+31
2004-06-30[PATCH] sparse: NULL vs 0 - the rest of itMika Kukkonen2-2/+2
2004-06-29[PATCH] Provide console_suspend() and console_resume()Russell King1-0/+21
2004-06-29[PATCH] Provide console_device()Russell King1-0/+20
2004-06-29sparse: fix pointer/integer confusionLinus Torvalds4-16/+9
2004-06-26[PATCH] Fix race between CONFIG_DEBUG_SLABALLOC and modulesRusty Russell2-2/+27
2004-06-23[PATCH] consolidate in-kernel configurationAndrew Morton2-23/+20
2004-06-23[PATCH] Prepare for SMP suspendAndrew Morton2-1/+1
2004-06-23[PATCH] vm: vfs shrinkage tuningAndrew Morton1-0/+12
2004-06-23[PATCH] clean up cpumask_t temporariesAndrew Morton3-7/+4
2004-06-23[PATCH] cpumask: optimize various uses of new cpumasksAndrew Morton1-11/+7
2004-06-23[PATCH] cpumask: rewrite cpumask.h - single bitmap based implementationAndrew Morton2-5/+7
2004-06-23[PATCH] cpumask: make cpu_present_map real even on non-smpAndrew Morton2-8/+10
2004-06-23[PATCH] rcu: avoid passing an argument to the callback functionAndrew Morton2-13/+20
2004-06-23[PATCH] reduce rcu_head size - coreAndrew Morton1-21/+21
2004-06-23[PATCH] rcu lock update: Code move & cleanupAndrew Morton1-36/+45
2004-06-23[PATCH] rcu lock update: Use a sequence lock for starting batchesAndrew Morton1-8/+21
2004-06-23[PATCH] rcu lock update: Add per-cpu batch counterAndrew Morton1-54/+88
2004-06-21merge Greg Kroah-Hartman1-0/+100
2004-06-20[PATCH] Avoid rebuild of IKCFG when using O=Sam Ravnborg1-1/+1
2004-06-19Follow 2.4.x semantics for in-kernel signal sending.Linus Torvalds1-0/+7
2004-06-18[PATCH] sparse: kernel/module.c sparse fixRandy Dunlap1-1/+1
2004-06-17[PATCH] RLIM: remove unused queued_signals global accountingChris Wright2-21/+0
2004-06-17[PATCH] RLIM: enforce rlimits on queued signalsChris Wright1-6/+11
2004-06-17[PATCH] RLIM: pass task_struct in send_signal()Chris Wright1-3/+4
2004-06-17Fix kill_pg_info(): return success if _any_ signal succeeded.Linus Torvalds1-11/+7
2004-06-17[PATCH] contify some scheduler functionsKeith Owens2-6/+6
2004-06-17[PATCH] remove EXPORT_SYMBOL(kallsyms_lookup)Greg Kroah-Hartman1-1/+0
2004-06-17[PATCH] Make update_one_process() staticAndrew Morton1-1/+1
2004-06-17[PATCH] swsusp: remove copy_pagedirHerbert Xu2-32/+7
2004-06-17[PATCH] remove unnecessary memsets from swsusp and pmdiskHerbert Xu2-2/+0
2004-06-17[PATCH] omdisk memory leak fixHerbert Xu1-11/+11
2004-06-17[PATCH] Fix memory leak in swsuspPavel Machek1-11/+16
2004-06-17[PATCH] BSD accounting format reworkTim Schmielau1-8/+97
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-08merge i2c-2.6 into driver-2.6 trees due to problems people reported.Greg Kroah-Hartman1-0/+100
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-04[PATCH] Module section offsets in /sys/moduleJonathan Corbet1-0/+100
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