summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2008-04-18NOHZ: reevaluate idle sleep length after add_timer_on()Thomas Gleixner2-1/+52
2008-03-24relay: fix subbuf_splice_actor() adding too many pagesJens Axboe1-2/+3
2008-03-24sched_nr_migrate wrong mode bitsMichal Schmidt1-1/+1
2008-03-24sched: fix race in schedule()Hiroshi Shimamoto1-20/+16
2008-03-24futex: runtime enable pi and robust functionalityThomas Gleixner2-4/+43
2008-03-24futex: fix init orderThomas Gleixner1-5/+7
2008-03-24IRQ_NOPROBE helper functionsRalf Baechle1-0/+36
2008-02-25genirq: do not leave interupts enabled on free_irqThomas Gleixner1-1/+19
2008-02-25hrtimer: catch expired CLOCK_REALTIME timers earlyThomas Gleixner1-0/+11
2008-02-25hrtimer: check relative timeouts for overflowThomas Gleixner4-22/+28
2008-02-25hrtimer: fix *rmtp/restarts handling in compat_sys_nanosleep()Oleg Nesterov1-4/+40
2008-02-25hrtimer: fix *rmtp handling in hrtimer_nanosleep()Oleg Nesterov2-38/+30
2008-02-25AUDIT: Increase skb->truesize in audit_expandHerbert Xu1-3/+7
2008-02-25hugetlb: add locking for overcommit sysctlNishanth Aravamudan1-1/+1
2008-02-08sched: fix high wake up latencies with FAIR_USER_SCHEDSrivatsa Vaddagiri1-1/+1
2008-02-08sched: let +nice tasks have smaller impactPeter Zijlstra1-1/+5
2008-02-08vm audit: add VM_DONTEXPAND to mmap for drivers that need it (CVE-2008-0007)Nick Piggin1-0/+1
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/...Linus 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