aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-01-24Kobject: convert kernel/module.c to use kobject_init/add_ng()Greg Kroah-Hartman1-8/+6
2008-01-24sysfs: fix /sys/module/*/holders after sysfs logic changeKay Sievers1-8/+7
2008-01-24Driver core: move the driver specific module code into the driver coreGreg Kroah-Hartman1-87/+0
2008-01-24Kobject: convert kernel/user.c to use kobject_init/add_ng()Greg Kroah-Hartman1-5/+4
2008-01-24Kobject: convert kernel/params.c to use kobject_init/add_ng()Greg Kroah-Hartman1-4/+2
2008-01-24driver core: make /sys/power a kobjectGreg Kroah-Hartman2-5/+5
2008-01-24kobject: convert kernel_kset to be a kobjectGreg Kroah-Hartman2-10/+10
2008-01-24fix struct user_info export's sysfs interactionKay Sievers2-58/+53
2008-01-24Driver Core: switch all dynamic ksets to kobj_sysfs_opsKay Sievers4-25/+42
2008-01-24kset: convert /sys/power to use kset_createGreg Kroah-Hartman3-9/+6
2008-01-24kset: convert /sys/module to use kset_createGreg Kroah-Hartman2-24/+12
2008-01-24kset: convert kernel_subsys to use kset_createGreg Kroah-Hartman2-14/+32
2008-01-24kobject: get rid of kobject_add_dirGreg Kroah-Hartman1-3/+3
2008-01-24kobject: remove struct kobj_type from struct ksetGreg Kroah-Hartman4-7/+8
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/linux-acpi-2.6Linus 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