summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2008-01-24lockdep: fix kernel crash on module unloadArjan van de Ven-2/+5
2008-01-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-schedLinus Torvalds-0/+8
2008-01-22rcu: fix section mismatchRandy Dunlap-1/+1
2008-01-22sched: group scheduler, set uid share fixIngo Molnar-0/+8
2008-01-21timer: fix section mismatchRandy Dunlap-1/+1
2008-01-21hrtimer: fix section mismatchRandy Dunlap-1/+1
2008-01-17Fix unbalanced helper_lock in kernel/kmod.cNigel Cunningham-7/+6
2008-01-16lockdep: fix workqueue creation API lockdep interactionJohannes Berg-2/+3
2008-01-16lockdep: fix internal double unlock during self-testNick Piggin-4/+8
2008-01-14modules: de-mutex more symbol lookup paths in the module codeRusty Russell-11/+18
2008-01-13Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds-4/+3
2008-01-13remove task_ppid_nr_nsRoland McGrath-1/+1
2008-01-11Pull bugzilla-9194 into release branchLen Brown-4/+3
2008-01-11PM: ACPI and APM must not be enabled at the same timeLen Brown-4/+3
2008-01-09show_task: real_parentRoland McGrath-1/+1
2008-01-08futex: Prevent stale futex owner when interrupted/timeoutThomas Gleixner-10/+41
2008-01-08vmcoreinfo: add the array length of "free_list" for filtering free pagesKen'ichi Ohmichi-0/+1
2008-01-07acct: real_parent ppidRoland McGrath-1/+1
2008-01-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-schedLinus Torvalds-4/+4
2008-01-02Fix kernel/ptrace.c compile problem (missing "may_attach()")Linus Torvalds-1/+1
2008-01-02restrict reading from /proc/<pid>/maps to those who share ->mm or can ptrace pidAl Viro-2/+2
2007-12-30sched: fix gcc warningsIngo Molnar-4/+4
2007-12-29[SERIAL]: Fix section mismatches in Sun serial console drivers.David S. Miller-1/+1
2007-12-22Modules: fix memory leak of module namesGreg Kroah-Hartman-0/+10
2007-12-20debug: add end-of-oops markerArjan van de Ven-0/+18
2007-12-20sched: rt: account the cpu time during the tickPeter Zijlstra-0/+2
2007-12-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86Linus Torvalds-44/+25
2007-12-18genirq: revert lazy irq disable for simple irqsSteven Rostedt-7/+2
2007-12-18timer: kernel/timer.c section fixesAdrian Bunk-2/+2
2007-12-18clockevents: fix reprogramming decision in oneshot broadcastThomas Gleixner-35/+21
2007-12-18sched: do not hurt SCHED_BATCH on wakeupIngo Molnar-2/+1
2007-12-18sched: touch softlockup watchdog after idlingIngo Molnar-0/+1
2007-12-18sched: sysctl, proc_dointvec_minmax() expects int values forEric Dumazet-4/+4
2007-12-18sched: mark rwsem functions as __sched for wchan/profilingLivio Soares-2/+3
2007-12-18sched: fix crash on ia64, introduce task_current()Dmitry Adamushko-6/+11
2007-12-17sysctl: fix ax25 checksEric W. Biederman-1/+6
2007-12-17Revert "hugetlb: Add hugetlb_dynamic_pool sysctl"Nishanth Aravamudan-8/+0
2007-12-17hugetlb: introduce nr_overcommit_hugepages sysctlNishanth Aravamudan-0/+8
2007-12-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86Linus Torvalds-0/+13
2007-12-07clockevents: warn once when program_event() is called with negative expiryThomas Gleixner-0/+5
2007-12-07hrtimers: avoid overflow for large relative timeoutsThomas Gleixner-0/+8
2007-12-07sched: enable early use of sched_clock()Ingo Molnar-1/+6
2007-12-07lockdep: make cli/sti annotation warnings clearerIngo Molnar-4/+9
2007-12-06Tiny clean-up of OPROFILE/KPROBES configurationLinus Torvalds-4/+4
2007-12-06Fix oprofile configuration breakageRalf Baechle-1/+1
2007-12-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-schedLinus Torvalds-89/+99
2007-12-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds-1/+1
2007-12-05Avoid potential NULL dereference in unregister_sysctl_tablePavel Emelyanov-0/+4
2007-12-05fix clone(CLONE_NEWPID)Eric W. Biederman-15/+6
2007-12-05futex: correctly return -EFAULT not -EINVALThomas Gleixner-1/+1