aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Kprobes: indicate kretprobe support in KconfigAnanth N Mavinakayanahalli2008-03-041-6/+3
* Memory Resource Controller use strstrip while parsing argumentsBalbir Singh2008-03-041-0/+1
* cgroup: fix default notify_on_release settingLi Zefan2008-03-041-1/+3
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/min...Linus Torvalds2008-03-044-350/+70
|\
| * sched: revert load_balance_monitor() changesPeter Zijlstra2008-03-044-350/+70
* | freezer vs stopped or tracedRoland McGrath2008-03-042-19/+26
|/
* exit_notify: fix kill_orphaned_pgrp() usage with mt exitOleg Nesterov2008-03-031-3/+4
* will_become_orphaned_pgrp: partially fix insufficient ->exit_state checkOleg Nesterov2008-03-031-9/+8
* introduce kill_orphaned_pgrp() helperOleg Nesterov2008-03-031-39/+35
* [PATCH] drop EOE records from printkSteve Grubb2008-03-011-6/+8
* [RFC] AUDIT: do not panic when printk loses messagesEric Paris2008-03-011-1/+4
* [PATCH] Audit: Fix the format type for size_t variablesPaul Moore2008-03-011-1/+1
* rcupreempt: remove never-migrates assumption from rcu_process_callbacks()Paul E. McKenney2008-02-291-2/+4
* rcupreempt: fix hibernate/resume in presence of PREEMPT_RCU and hotplugPaul E. McKenney2008-02-291-1/+2
* softlockup: fix task state settingDmitry Adamushko2008-02-291-6/+7
* rcu: add support for dynamic ticks and preempt rcuSteven Rostedt2008-02-293-4/+224
* Merge branch 'v2.6.25-rc3-lockdep' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2008-02-261-4/+4
|\
| * Subject: lockdep: include all lock classes in all_lock_classesDale Farnsworth2008-02-251-4/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-schedLinus Torvalds2008-02-262-14/+15
|\ \
| * | sched: fix signedness warnings in sched.cHarvey Harrison2008-02-251-1/+1
| * | sched: clean up __pick_last_entity() a bitIngo Molnar2008-02-251-5/+3
| * | sched: remove duplicate code from sched_fair.cBalbir Singh2008-02-251-9/+6
| * | sched: make early bootup sched_clock() use saferIngo Molnar2008-02-251-4/+10
| |/
* | printk: fix possible printk overrunTejun Heo2008-02-261-1/+1
|/
* Add memory barrier semantics to wake_up() & coLinus Torvalds2008-02-231-0/+1
* cgroup: remove dead code in cgroup_get_rootdir()Li Zefan2008-02-231-1/+0
* cgroup: remove duplicate code in find_css_set()Li Zefan2008-02-231-1/+0
* cgroup: fix subsys bitopsLi Zefan2008-02-231-2/+2
* cgroup: fix memory leak in cgroup_get_sb()Li Zefan2008-02-231-1/+4
* cgroup: fix commentsLi Zefan2008-02-231-63/+79
* kprobes: refuse kprobe insertion on add/sub_preempt_counter()Srinivasa Ds2008-02-231-2/+2
* futex: runtime enable pi and robust functionalityThomas Gleixner2008-02-232-4/+43
* futex: fix init orderThomas Gleixner2008-02-231-5/+7
* markers: fix sparse warnings in markers.cHarvey Harrison2008-02-231-2/+2
* PM: Introduce PM_EVENT_HIBERNATE callback stateRafael J. Wysocki2008-02-231-2/+2
* Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2008-02-211-13/+29
|\
| * Hibernation: Handle DEBUG_PAGEALLOC on x86Rafael J. Wysocki2008-02-211-13/+29
* | modules: do not try to add sysfs attributes if !CONFIG_SYSFSKay Sievers2008-02-211-5/+2
|/
* genirq: do not leave interupts enabled on free_irqThomas Gleixner2008-02-191-1/+19
* genirq: spurious.c: use time_* macrosS.Caglar Onur2008-02-191-1/+2
* Audit: use == not = in if statementsEric Paris2008-02-181-1/+4
* timer_list: print relative expiry time signedPavel Machek2008-02-171-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/tglx/linux-2.6-hrtLinus Torvalds2008-02-144-22/+38
|\
| * hrtimer: catch expired CLOCK_REALTIME timers earlyThomas Gleixner2008-02-141-0/+11
| * hrtimer: check relative timeouts for overflowThomas Gleixner2008-02-144-22/+27
* | d_path: Make d_path() use a struct pathJan Blunck2008-02-141-1/+1
* | d_path: Use struct path in struct avc_audit_dataJan Blunck2008-02-142-23/+17
* | Use struct path in fs_structJan Blunck2008-02-143-19/+15
* | Introduce path_put()Jan Blunck2008-02-142-8/+8
* | Embed a struct path into struct nameidata instead of nd->{dentry,mnt}Jan Blunck2008-02-142-13/+14