aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-03-04module: allow ndiswrapper to use GPL-only symbolsPavel Roskin1-1/+8
2008-03-04kprobes: fix a null pointer bug in register_kretprobe()Masami Hiramatsu1-17/+26
2008-03-04markers: don't risk NULL deref in markerJesper Juhl1-4/+5
2008-03-04Kprobes: indicate kretprobe support in KconfigAnanth N Mavinakayanahalli1-6/+3
2008-03-04Memory Resource Controller use strstrip while parsing argumentsBalbir Singh1-0/+1
2008-03-04cgroup: fix default notify_on_release settingLi Zefan1-1/+3
2008-03-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-sched-develLinus Torvalds4-350/+70
2008-03-04sched: revert load_balance_monitor() changesPeter Zijlstra4-350/+70
2008-03-04freezer vs stopped or tracedRoland McGrath2-19/+26
2008-03-03exit_notify: fix kill_orphaned_pgrp() usage with mt exitOleg Nesterov1-3/+4
2008-03-03will_become_orphaned_pgrp: partially fix insufficient ->exit_state checkOleg Nesterov1-9/+8
2008-03-03introduce kill_orphaned_pgrp() helperOleg Nesterov1-39/+35
2008-03-01[PATCH] drop EOE records from printkSteve Grubb1-6/+8
2008-03-01[RFC] AUDIT: do not panic when printk loses messagesEric Paris1-1/+4
2008-03-01[PATCH] Audit: Fix the format type for size_t variablesPaul Moore1-1/+1
2008-02-29rcupreempt: remove never-migrates assumption from rcu_process_callbacks()Paul E. McKenney1-2/+4
2008-02-29rcupreempt: fix hibernate/resume in presence of PREEMPT_RCU and hotplugPaul E. McKenney1-1/+2
2008-02-29softlockup: fix task state settingDmitry Adamushko1-6/+7
2008-02-29rcu: add support for dynamic ticks and preempt rcuSteven Rostedt3-4/+224
2008-02-26Merge branch 'v2.6.25-rc3-lockdep' of git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdepLinus Torvalds1-4/+4
2008-02-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-schedLinus Torvalds2-14/+15
2008-02-26printk: fix possible printk overrunTejun Heo1-1/+1
2008-02-25Subject: lockdep: include all lock classes in all_lock_classesDale Farnsworth1-4/+4
2008-02-25sched: fix signedness warnings in sched.cHarvey Harrison1-1/+1
2008-02-25sched: clean up __pick_last_entity() a bitIngo Molnar1-5/+3
2008-02-25sched: remove duplicate code from sched_fair.cBalbir Singh1-9/+6
2008-02-25sched: make early bootup sched_clock() use saferIngo Molnar1-4/+10
2008-02-23Add memory barrier semantics to wake_up() & coLinus Torvalds1-0/+1
2008-02-23cgroup: remove dead code in cgroup_get_rootdir()Li Zefan1-1/+0
2008-02-23cgroup: remove duplicate code in find_css_set()Li Zefan1-1/+0
2008-02-23cgroup: fix subsys bitopsLi Zefan1-2/+2
2008-02-23cgroup: fix memory leak in cgroup_get_sb()Li Zefan1-1/+4
2008-02-23cgroup: fix commentsLi Zefan1-63/+79
2008-02-23kprobes: refuse kprobe insertion on add/sub_preempt_counter()Srinivasa Ds1-2/+2
2008-02-23futex: runtime enable pi and robust functionalityThomas Gleixner2-4/+43
2008-02-23futex: fix init orderThomas Gleixner1-5/+7
2008-02-23markers: fix sparse warnings in markers.cHarvey Harrison1-2/+2
2008-02-23PM: Introduce PM_EVENT_HIBERNATE callback stateRafael J. Wysocki1-2/+2
2008-02-21Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6Linus Torvalds1-13/+29
2008-02-21modules: do not try to add sysfs attributes if !CONFIG_SYSFSKay Sievers1-5/+2
2008-02-21Hibernation: Handle DEBUG_PAGEALLOC on x86Rafael J. Wysocki1-13/+29
2008-02-19genirq: do not leave interupts enabled on free_irqThomas Gleixner1-1/+19
2008-02-19genirq: spurious.c: use time_* macrosS.Caglar Onur1-1/+2
2008-02-18Audit: use == not = in if statementsEric Paris1-1/+4
2008-02-17timer_list: print relative expiry time signedPavel Machek1-2/+2
2008-02-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/tglx/linux-2.6-hrtLinus Torvalds4-22/+38
2008-02-14d_path: Make d_path() use a struct pathJan Blunck1-1/+1
2008-02-14d_path: Use struct path in struct avc_audit_dataJan Blunck2-23/+17
2008-02-14Use struct path in fs_structJan Blunck3-19/+15
2008-02-14Introduce path_put()Jan Blunck2-8/+8