aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* time: fix inconsistent function names in commentsLi Zefan2007-11-053-3/+3
* Dump stack during sysctl registration failureAlexey Dobriyan2007-11-051-0/+1
* kernel/futex.c: make 3 functions staticAdrian Bunk2007-11-051-7/+4
* Merge branch 'v2.6.24-rc1-lockdep' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2007-11-032-3/+4
|\
| * lockdep: fix a typo in the __lock_acquire commentGautham R Shenoy2007-10-281-1/+1
| * sched: fix unconditional irq lockPeter Zijlstra2007-10-251-2/+3
* | [COMPAT]: Fix build on COMPAT platforms when CONFIG_NET is disabled.David S. Miller2007-10-301-0/+4
* | Freezer: do not allow freezing processes to clear TIF_SIGPENDINGRafael J. Wysocki2007-10-301-1/+1
* | sched: fix /proc/<PID>/stat stime/utime monotonicity, part 2Balbir Singh2007-10-301-0/+1
* | sched: fix style in kernel/sched.cIngo Molnar2007-10-291-9/+9
* | sched: fix style of swap() macro in kernel/sched_fair.cIngo Molnar2007-10-291-1/+1
* | sched: report CPU usage in CFS cgroup directoriesPaul Menage2007-10-291-5/+33
* | sched: move rcu_head to task_group structSrivatsa Vaddagiri2007-10-291-4/+4
* | sched: fix incorrect assumption that cpu 0 existsJames Bottomley2007-10-291-2/+2
* | sched: keep utime/stime monotonicPeter Zijlstra2007-10-291-0/+1
* | sched: make kernel/sched.c:account_guest_time() staticAdrian Bunk2007-10-291-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/tglx/linux-2.6-hrtLinus Torvalds2007-10-293-5/+5
|\ \
| * | Quieten hrtimer printk: "Switched to high resolution mode .."Michael Ellerman2007-10-291-1/+1
| * | timer_list: Fix printk format stringsVegard Nossum2007-10-291-2/+4
| * | clockevents: unexport tick_nohz_get_sleep_lengthAdrian Bunk2007-10-291-2/+0
* | | x86 merge fallout: umlAl Viro2007-10-291-1/+1
|/ /
* | sched: isolate SMP balancing code a bit morePeter Williams2007-10-244-17/+12
* | sched: reduce balance-tasks overheadPeter Williams2007-10-244-55/+130
* | sched: make cpu_shares_{show,store}() staticAdrian Bunk2007-10-241-2/+3
* | sched: clean up some control group codePaul Menage2007-10-241-35/+18
* | sched: document profile=sleep requiring CONFIG_SCHEDSTATSMel Gorman2007-10-241-0/+5
* | sched: use show_regs() to improve __schedule_bug() outputSatyam Sharma2007-10-241-3/+11
* | sched: clean up sched_domain_debug()Ingo Molnar2007-10-241-73/+73
* | sched: fix fastcall mismatch in completion APIsIngo Molnar2007-10-241-5/+5
* | sched: fix sched_domain sysctl registration againMilton Miller2007-10-241-5/+20
|/
* cgroup: kill unused variableJeff Garzik2007-10-231-1/+0
* Fix synchronize_irq races with IRQ handlerHerbert Xu2007-10-231-2/+18
* auditsc: fix kernel-doc param warningsRandy Dunlap2007-10-221-2/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/avi...Linus Torvalds2007-10-221-1/+0
|\
| * sched: don't clear PF_VCPU in schedulerLaurent Vivier2007-10-221-1/+0
* | Fix appletalk sysctl entry nameEric W. Biederman2007-10-221-1/+1
|/
* [PATCH] audit: watching subtreesAl Viro2007-10-216-9/+1301
* [PATCH] pass dentry to audit_inode()/audit_inode_child()Al Viro2007-10-211-2/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds2007-10-195-11/+11
|\
| * trivial copy_data_pages() tidy upFengguang Wu2007-10-201-4/+5
| * fix comment: unlock_hrtimer_base is the counterpart of lock_hrtimer_baseUwe Kleine-König2007-10-201-1/+1
| * kernel/sched.c: remove bogus comment from account_user_timeMichael Neuling2007-10-201-1/+0
| * trivial comment wording/typo fix regarding taint flagsDaniel Roesen2007-10-201-1/+1
| * Fix misspellings of "system", "controller", "interrupt" and "necessary".Robert P. J. Day2007-10-193-4/+4
* | sysctl: Don't compile sysctl_check when !CONFIG_SYSCTLEric W. Biederman2007-10-191-1/+2
|/
* Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2007-10-191-0/+16
|\
| * cpuidle: consolidate 2.6.22 cpuidle branch into one patchLen Brown2007-10-101-0/+16
* | Uninline fork.c/exit.cAlexey Dobriyan2007-10-192-13/+13
* | kernel/fork.c: remove unneeded variable initialization in copy_process()Mariusz Kozlowski2007-10-191-1/+1
* | Linux Kernel MarkersMathieu Desnoyers2007-10-194-0/+562