aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2011-12-10/ : Apply previous patch * This branch is resonably working for all archs. Wo...Kristoffer Ericson1-1/+6
2008-01-24lockdep: fix kernel crash on module unloadArjan van de Ven1-2/+5
2008-01-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-schedLinus Torvalds1-0/+8
2008-01-22rcu: fix section mismatchRandy Dunlap1-1/+1
2008-01-22sched: group scheduler, set uid share fixIngo Molnar1-0/+8
2008-01-21timer: fix section mismatchRandy Dunlap1-1/+1
2008-01-21hrtimer: fix section mismatchRandy Dunlap1-1/+1
2008-01-17Fix unbalanced helper_lock in kernel/kmod.cNigel Cunningham1-7/+6
2008-01-16lockdep: fix workqueue creation API lockdep interactionJohannes Berg1-2/+3
2008-01-16lockdep: fix internal double unlock during self-testNick Piggin1-4/+8
2008-01-14modules: de-mutex more symbol lookup paths in the module codeRusty Russell1-11/+18
2008-01-13Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2-4/+3
2008-01-13remove task_ppid_nr_nsRoland McGrath1-1/+1
2008-01-11Pull bugzilla-9194 into release branchLen Brown2-4/+3
2008-01-11PM: ACPI and APM must not be enabled at the same timeLen Brown2-4/+3
2008-01-09show_task: real_parentRoland McGrath1-1/+1
2008-01-08futex: Prevent stale futex owner when interrupted/timeoutThomas Gleixner1-10/+41
2008-01-08vmcoreinfo: add the array length of "free_list" for filtering free pagesKen'ichi Ohmichi1-0/+1
2008-01-07acct: real_parent ppidRoland McGrath1-1/+1
2008-01-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-schedLinus Torvalds1-4/+4
2008-01-02Fix kernel/ptrace.c compile problem (missing "may_attach()")Linus Torvalds1-1/+1
2008-01-02restrict reading from /proc/<pid>/maps to those who share ->mm or can ptrace pidAl Viro1-2/+2
2007-12-30sched: fix gcc warningsIngo Molnar1-4/+4
2007-12-29[SERIAL]: Fix section mismatches in Sun serial console drivers.David S. Miller1-1/+1
2007-12-22Modules: fix memory leak of module namesGreg Kroah-Hartman1-0/+10
2007-12-20debug: add end-of-oops markerArjan van de Ven1-0/+18
2007-12-20sched: rt: account the cpu time during the tickPeter Zijlstra1-0/+2
2007-12-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86Linus Torvalds3-44/+25
2007-12-18genirq: revert lazy irq disable for simple irqsSteven Rostedt1-7/+2
2007-12-18timer: kernel/timer.c section fixesAdrian Bunk1-2/+2
2007-12-18clockevents: fix reprogramming decision in oneshot broadcastThomas Gleixner1-35/+21
2007-12-18sched: do not hurt SCHED_BATCH on wakeupIngo Molnar1-2/+1
2007-12-18sched: touch softlockup watchdog after idlingIngo Molnar1-0/+1
2007-12-18sched: sysctl, proc_dointvec_minmax() expects int values forEric Dumazet1-4/+4
2007-12-18sched: mark rwsem functions as __sched for wchan/profilingLivio Soares1-2/+3
2007-12-18sched: fix crash on ia64, introduce task_current()Dmitry Adamushko1-6/+11
2007-12-17sysctl: fix ax25 checksEric W. Biederman1-1/+6
2007-12-17Revert "hugetlb: Add hugetlb_dynamic_pool sysctl"Nishanth Aravamudan1-8/+0
2007-12-17hugetlb: introduce nr_overcommit_hugepages sysctlNishanth Aravamudan1-0/+8
2007-12-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86Linus Torvalds2-0/+13
2007-12-07clockevents: warn once when program_event() is called with negative expiryThomas Gleixner1-0/+5
2007-12-07hrtimers: avoid overflow for large relative timeoutsThomas Gleixner1-0/+8
2007-12-07sched: enable early use of sched_clock()Ingo Molnar1-1/+6
2007-12-07lockdep: make cli/sti annotation warnings clearerIngo Molnar1-4/+9
2007-12-06Tiny clean-up of OPROFILE/KPROBES configurationLinus Torvalds1-4/+4
2007-12-06Fix oprofile configuration breakageRalf Baechle1-1/+1
2007-12-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-schedLinus Torvalds3-89/+99
2007-12-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds1-1/+1
2007-12-05Avoid potential NULL dereference in unregister_sysctl_tablePavel Emelyanov1-0/+4
2007-12-05fix clone(CLONE_NEWPID)Eric W. Biederman1-15/+6
2007-12-05futex: correctly return -EFAULT not -EINVALThomas Gleixner1-1/+1
2007-12-05lockdep: in_range() fixOleg Nesterov1-12/+10
2007-12-05lockdep: fix debug_show_all_locks()Ingo Molnar1-0/+7
2007-12-05sched: style cleanupsIngo Molnar1-64/+68
2007-12-05futex: fix for futex_wait signal stack corruptionSteven Rostedt1-12/+13
2007-12-05[SYSCTL_CHECK]: Fix typo in KERN_SPARC_SCONS_PWROFF entry string.David S. Miller1-1/+1
2007-12-04sched: default to more agressive yield for SCHED_BATCH tasksIngo Molnar1-3/+4
2007-12-04sched: fix crash in sys_sched_rr_get_interval()Ingo Molnar1-5/+9
2007-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-schedLinus Torvalds3-26/+136
2007-12-03uml: add !UML dependenciesAl Viro1-2/+2
2007-12-02sched: cpu accounting controller (V2)Srivatsa Vaddagiri3-26/+136
2007-11-29wait_task_stopped(): pass correct exit_code to wait_noreap_copyout()Scott James Remnant1-1/+1
2007-11-29FRV: fix the extern declaration of kallsyms_num_symsDavid Howells1-1/+6
2007-11-29Isolate the UTS namespace's domainname and hostname backPavel Emelyanov1-0/+4
2007-11-29wait_task_stopped(): don't use task_pid_nr_ns() locklessOleg Nesterov1-5/+4
2007-11-28sched: clean up kernel/sched_stat.hIngo Molnar1-1/+2
2007-11-28sched: clean up overlong line in kernel/sched_debug.cIngo Molnar1-3/+5
2007-11-28sched: clean up, move __sched_text_start/end to sched.hIngo Molnar1-3/+0
2007-11-28sched: clean up sd_alloc_ctl_cpu_table() definitionIngo Molnar1-1/+1
2007-11-28softlockup: fix false positives on CONFIG_NOHZThomas Gleixner1-0/+2
2007-11-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/net-2.6Linus Torvalds1-31/+0
2007-11-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-schedLinus Torvalds4-9/+14
2007-11-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86Linus Torvalds1-3/+6
2007-11-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds1-3/+5
2007-11-26sched: bump version of kernel/sched_debug.cIngo Molnar1-1/+1
2007-11-26sched: fix minimum granularity tuningsZou Nan hai1-6/+6
2007-11-26sched: fix kernel/acct.c commentIngo Molnar1-1/+1
2007-11-26sched: don't forget to unlock uids_mutex on error pathsPavel Emelyanov1-1/+6
2007-11-26time: add ADJ_OFFSET_SS_READJohn Stultz1-3/+6
2007-11-20[S390] appldata: remove unused binary sysctls.Heiko Carstens1-11/+0
2007-11-20[S390] cmm: remove unused binary sysctls.Heiko Carstens1-3/+0
2007-11-19[IPVS]: Move remaining sysctl handlers over to CTL_UNNUMBEREDSimon Horman1-25/+0
2007-11-19[IPVS]: Fix sysctl warnings about missing strategy in schedulersSimon Horman1-2/+0
2007-11-19[IPVS]: Fix sysctl warnings about missing strategyChristian Borntraeger1-4/+0
2007-11-19module: fix and elaborate commentsMatti Linnanvuori1-3/+5
2007-11-17ntp: fix typo that makes sync_cmos_clock erraticDavid P. Reed1-1/+1
2007-11-17x86: ignore the sys_getcpu() tcache parameterIngo Molnar1-19/+1
2007-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-schedLinus Torvalds2-36/+28
2007-11-15sched: reorder SCHED_FEAT_ bitsIngo Molnar1-6/+6
2007-11-15sched: make sched_nr_latency staticAdrian Bunk1-1/+1
2007-11-15sched: remove activate_idle_task()Dmitry Adamushko1-18/+4
2007-11-15sched: fix __set_task_cpu() SMP raceDmitry Adamushko1-7/+13
2007-11-15sched: fix SCHED_FIFO tasks & FAIR_GROUP_SCHEDOleg Nesterov1-1/+3
2007-11-15sched: fix accounting of interrupts during guest execution on s390Christian Borntraeger1-4/+2
2007-11-15wait_task_stopped: Check p->exit_state instead of TASK_TRACEDRoland McGrath1-2/+1
2007-11-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Linus Torvalds1-1/+1
2007-11-14kernel/taskstats.c: fix bogus nlmsg_free()Adrian Bunk1-18/+18
2007-11-14hibernate: fix lockdep reportJohannes Berg1-1/+11
2007-11-14__do_IRQ does not check IRQ_DISABLED when IRQ_PER_CPU is setRuss Anderson1-3/+5
2007-11-14pidns: Place under CONFIG_EXPERIMENTALEric W. Biederman1-0/+2
2007-11-14fix param_sysfs_builtin name length checkJan Kiszka1-9/+6
2007-11-14Linux Kernel Markers: fix marker mutex not taken upon module loadMathieu Desnoyers1-24/+17
2007-11-14revert "Task Control Groups: example CPU accounting subsystem"Andrew Morton3-198/+3
2007-11-14Add IORESOUCE_BUSY flag for System RAMYasunori Goto1-1/+1
2007-11-14Improve cgroup printksDiego Calleja1-5/+4
2007-11-14sysctl: check length at deprecated_sysctl_warningTetsuo Handa1-0/+4
2007-11-13[SYSCTL]: Fix warning for token-ring from sysctl checkerOlof Johansson1-1/+1
2007-11-12sigwait eats blocked default-ignore signalsRoland McGrath1-1/+1
2007-11-09[FUTEX] Fix address computation in compat code.David Miller1-7/+19
2007-11-09sched: proper prototype for kernel/sched.c:migration_init()Adrian Bunk1-3/+1
2007-11-09sched: avoid large irq-latencies in smp-balancingPeter Zijlstra2-5/+18
2007-11-09sched: fix copy_namespace() <-> sched_fork() dependency in do_forkSrivatsa Vaddagiri2-4/+5
2007-11-09sched: clean up the wakeup preempt check, #2Ingo Molnar1-3/+2
2007-11-09sched: clean up the wakeup preempt checkIngo Molnar1-12/+13
2007-11-09sched: wakeup preemption fixIngo Molnar1-4/+2
2007-11-09sched: remove PREEMPT_RESTRICTIngo Molnar2-11/+3
2007-11-09sched: turn off PREEMPT_RESTRICTIngo Molnar1-1/+1
2007-11-09sched: cleanup, use NSEC_PER_MSEC and NSEC_PER_SECEric Dumazet2-6/+6
2007-11-09sched: reintroduce SMP tunings againIngo Molnar2-9/+37
2007-11-09sched: restore deterministic CPU accounting on powerpcPaul Mackerras1-7/+14
2007-11-09sched: fix delay accounting regressionBalbir Singh1-5/+6
2007-11-09sched: reintroduce the sched_min_granularity tunablePeter Zijlstra3-12/+36
2007-11-09sched: documentation: place_entity() commentsPeter Zijlstra1-2/+9
2007-11-09sched: fix vslicePeter Zijlstra1-0/+1
2007-11-05time: fix inconsistent function names in commentsLi Zefan3-3/+3
2007-11-05Dump stack during sysctl registration failureAlexey Dobriyan1-0/+1
2007-11-05kernel/futex.c: make 3 functions staticAdrian Bunk1-7/+4
2007-11-03Merge branch 'v2.6.24-rc1-lockdep' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-3/+4
2007-10-30[COMPAT]: Fix build on COMPAT platforms when CONFIG_NET is disabled.David S. Miller1-0/+4
2007-10-30Freezer: do not allow freezing processes to clear TIF_SIGPENDINGRafael J. Wysocki1-1/+1
2007-10-30sched: fix /proc/<PID>/stat stime/utime monotonicity, part 2Balbir Singh1-0/+1
2007-10-29sched: fix style in kernel/sched.cIngo Molnar1-9/+9
2007-10-29sched: fix style of swap() macro in kernel/sched_fair.cIngo Molnar1-1/+1
2007-10-29sched: report CPU usage in CFS cgroup directoriesPaul Menage1-5/+33
2007-10-29sched: move rcu_head to task_group structSrivatsa Vaddagiri1-4/+4
2007-10-29sched: fix incorrect assumption that cpu 0 existsJames Bottomley1-2/+2
2007-10-29sched: keep utime/stime monotonicPeter Zijlstra1-0/+1
2007-10-29sched: make kernel/sched.c:account_guest_time() staticAdrian Bunk1-1/+1
2007-10-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/tglx/linux-2.6-hrtLinus Torvalds3-5/+5
2007-10-29x86 merge fallout: umlAl Viro1-1/+1
2007-10-29Quieten hrtimer printk: "Switched to high resolution mode .."Michael Ellerman1-1/+1
2007-10-29timer_list: Fix printk format stringsVegard Nossum1-2/+4
2007-10-29clockevents: unexport tick_nohz_get_sleep_lengthAdrian Bunk1-2/+0
2007-10-28lockdep: fix a typo in the __lock_acquire commentGautham R Shenoy1-1/+1
2007-10-25sched: fix unconditional irq lockPeter Zijlstra1-2/+3
2007-10-24sched: isolate SMP balancing code a bit morePeter Williams4-17/+12
2007-10-24sched: reduce balance-tasks overheadPeter Williams4-55/+130
2007-10-24sched: make cpu_shares_{show,store}() staticAdrian Bunk1-2/+3
2007-10-24sched: clean up some control group codePaul Menage1-35/+18
2007-10-24sched: document profile=sleep requiring CONFIG_SCHEDSTATSMel Gorman1-0/+5
2007-10-24sched: use show_regs() to improve __schedule_bug() outputSatyam Sharma1-3/+11
2007-10-24sched: clean up sched_domain_debug()Ingo Molnar1-73/+73
2007-10-24sched: fix fastcall mismatch in completion APIsIngo Molnar1-5/+5
2007-10-24sched: fix sched_domain sysctl registration againMilton Miller1-5/+20
2007-10-23cgroup: kill unused variableJeff Garzik1-1/+0
2007-10-23Fix synchronize_irq races with IRQ handlerHerbert Xu1-2/+18
2007-10-22auditsc: fix kernel-doc param warningsRandy Dunlap1-2/+2
2007-10-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/avi...Linus Torvalds1-1/+0
2007-10-22Fix appletalk sysctl entry nameEric W. Biederman1-1/+1
2007-10-22sched: don't clear PF_VCPU in schedulerLaurent Vivier1-1/+0
2007-10-21[PATCH] audit: watching subtreesAl Viro6-9/+1301
2007-10-21[PATCH] pass dentry to audit_inode()/audit_inode_child()Al Viro1-2/+4
2007-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds5-11/+11
2007-10-19sysctl: Don't compile sysctl_check when !CONFIG_SYSCTLEric W. Biederman1-1/+2
2007-10-20trivial copy_data_pages() tidy upFengguang Wu1-4/+5
2007-10-20fix comment: unlock_hrtimer_base is the counterpart of lock_hrtimer_baseUwe Kleine-König1-1/+1
2007-10-20kernel/sched.c: remove bogus comment from account_user_timeMichael Neuling1-1/+0
2007-10-20trivial comment wording/typo fix regarding taint flagsDaniel Roesen1-1/+1
2007-10-19Fix misspellings of "system", "controller", "interrupt" and "necessary".Robert P. J. Day3-4/+4
2007-10-19Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds1-0/+16
2007-10-19Uninline fork.c/exit.cAlexey Dobriyan2-13/+13
2007-10-19kernel/fork.c: remove unneeded variable initialization in copy_process()Mariusz Kozlowski1-1/+1
2007-10-19Linux Kernel MarkersMathieu Desnoyers4-0/+562
2007-10-19Combine instrumentation menus in kernel/Kconfig.instrumentationMathieu Desnoyers1-0/+43
2007-10-19Hook up group scheduler with control groupsSrivatsa Vaddagiri1-0/+121
2007-10-19Extended crashkernel command lineBernhard Walle1-0/+166
2007-10-19CPU HOTPLUG: avoid hotadd when proper possible_map isn't specifiedKAMEZAWA Hiroyuki1-0/+9
2007-10-19hotplug cpu: migrate a task within its cpusetCliff Wickman2-2/+25
2007-10-19Control groups: Replace "cont" with "cgrp" and other misc renamingPaul Menage1-247/+247
2007-10-19Use task_pid_nr() instead of pid_nr(task_pid())Pavel Emelyanov1-1/+1
2007-10-19Use helpers to obtain task pid in printksPavel Emelyanov9-26/+31
2007-10-19Isolate the explicit usage of signal->pgrpPavel Emelyanov3-4/+4
2007-10-19Fix tsk->exit_state usageEugene Teo2-2/+2
2007-10-19Fix cpusets update_cpumaskPaul Menage2-4/+114
2007-10-19cpusets: decrustify cpuset mask update codePaul Jackson1-30/+20
2007-10-19cpuset sched_load_balance flagPaul Jackson2-19/+351
2007-10-19Uninline the task_xid_nr_ns() callsPavel Emelyanov1-0/+24
2007-10-19Uninline find_pid etc set of functionsPavel Emelyanov2-1/+13
2007-10-19Isolate some explicit usage of task->tgidPavel Emelyanov4-10/+10
2007-10-19pid namespaces: remove the struct pid unneeded fieldsPavel Emelyanov1-1/+0
2007-10-19Uninline find_task_by_xxx set of functionsPavel Emelyanov8-21/+31
2007-10-19pid namespaces: changes to show virtual ids to userPavel Emelyanov11-71/+132
2007-10-19pid namespaces: destroy pid namespace on init's deathSukadev Bhattiprolu2-1/+64
2007-10-19pid namespaces: allow signalling cgroup-initSukadev Bhattiprolu1-4/+2
2007-10-19pid namespaces: create a slab-cache for 'struct pid_namespace'Sukadev Bhattiprolu1-3/+6
2007-10-19pid namespaces: initialize the namespace's proc_mntPavel Emelyanov1-0/+7
2007-10-19pid namespaces: allow cloning of new namespacePavel Emelyanov3-22/+112
2007-10-19pid namespaces: miscellaneous preparations for pid namespacesPavel Emelyanov1-7/+14
2007-10-19pid namespaces: move alloc_pid() lower in copy_process()Pavel Emelyanov1-15/+16
2007-10-19pid namespaces: helpers to find the task by its numerical idsPavel Emelyanov1-17/+26