aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2007-10-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus...Gravatar Linus Torvalds 1-1/+1
2007-10-12[POWERPC] Implement logging of unhandled signalsGravatar Olof Johansson 1-1/+1
2007-10-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...Gravatar Linus Torvalds 5-19/+43
2007-10-10[NET]: make netlink user -> kernel interface synchroniousGravatar Denis V. Lunev 1-10/+2
2007-10-10[NET]: Add network namespace clone & unshare support.Gravatar Eric W. Biederman 2-3/+15
2007-10-10[KERNEL]: Unexport raise_softirq_irqoffGravatar Adrian Bunk 1-2/+0
2007-10-10[NET]: Support multiple network namespaces with netlinkGravatar Eric W. Biederman 1-2/+2
2007-10-10[SOFTIRQ]: Remove do_softirq() symbol export.Gravatar Robert Olsson 1-2/+0
2007-10-10[KTIME]: Introduce ktime_sub_ns and ktime_sub_usGravatar Arnaldo Carvalho de Melo 1-0/+24
2007-10-10Fix warnings with !CONFIG_BLOCKGravatar Jens Axboe 1-0/+1
2007-10-07fix bogus reporting of signals by auditGravatar Al Viro 1-11/+11
2007-10-07Fix timer_stats printout of events/secGravatar Anton Blanchard 1-2/+3
2007-10-02sched: fix profile=sleepGravatar Ingo Molnar 1-0/+10
2007-10-01robust futex thread exit raceGravatar Martin Schwidefsky 2-20/+34
2007-10-01Fix SMP poweroff hangsGravatar Mark Lord 1-0/+2
2007-09-26hibernation doesn't even build on frv - tons of helpers are missingGravatar Al Viro 1-1/+1
2007-09-22clockevents: remove the suspend/resume workaround^WthinkoGravatar Thomas Gleixner 1-16/+1
2007-09-20signalfd simplificationGravatar Davide Libenzi 3-15/+4
2007-09-19sched: fix invalid sched_class useGravatar Hiroshi Shimamoto 1-0/+5
2007-09-19sched: add /proc/sys/kernel/sched_compat_yieldGravatar Ingo Molnar 3-10/+66
2007-09-19Fix user namespace exiting OOPsGravatar Pavel Emelyanov 2-2/+26
2007-09-19Convert uid hash to hlistGravatar Pavel Emelyanov 2-8/+9
2007-09-19kernel/user.c: Use list_for_each_entry instead of list_for_eachGravatar Matthias Kaehlcke 1-6/+2
2007-09-19Fix UTS corruption during clone(CLONE_NEWUTS)Gravatar Alexey Dobriyan 1-0/+2
2007-09-16clockevents: prevent stale tick update on offline cpuGravatar Thomas Gleixner 1-0/+12
2007-09-16clockevents: do not shutdown the oneshot broadcast deviceGravatar Thomas Gleixner 1-7/+4
2007-09-16clockevents: Enforce oneshot broadcast when broadcast mask is set on resumeGravatar Thomas Gleixner 1-1/+12
2007-09-16timekeeping: Prevent time going backwards on resumeGravatar Thomas Gleixner 1-0/+7
2007-09-16timekeeping: access rtc outside of xtime lockGravatar Thomas Gleixner 1-1/+2
2007-09-11Fix "no_sync_cmos_clock" logic inversion in kernel/time/ntp.cGravatar Tony Breeds 1-1/+1
2007-09-11Restore call_usermodehelper_pipe() behaviourGravatar Michael Ellerman 1-1/+1
2007-09-11futex_compat: fix list traversal bugsGravatar Arnd Bergmann 1-2/+2
2007-09-10Fix spurious syscall tracing after PTRACE_DETACH + PTRACE_ATTACHGravatar Roland McGrath 1-0/+1
2007-09-05sched: fix ideal_runtime calculations for reniced tasksGravatar Peter Zijlstra 1-16/+22
2007-09-05sched: improve prev_sum_exec_runtime settingGravatar Peter Zijlstra 1-3/+2
2007-09-05sched: simplify __check_preempt_curr_fair()Gravatar Peter Zijlstra 1-5/+3
2007-09-05sched: fix xtensa build warningGravatar Ingo Molnar 1-3/+3
2007-09-05sched: debug: fix sum_exec_runtime clearingGravatar Ingo Molnar 1-0/+1
2007-09-05sched: debug: fix cfs_rq->wait_runtime accountingGravatar Ingo Molnar 2-6/+5
2007-09-05sched: fix niced_granularity() shiftGravatar Ingo Molnar 1-1/+1
2007-09-05sched: fix MC/HT scheduler optimization, without breaking the FUZZ logic.Gravatar Suresh Siddha 1-5/+3
2007-08-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-schedGravatar Linus Torvalds 2-11/+36
2007-08-31sigqueue_free: fix the race with collect_signal()Gravatar Oleg Nesterov 1-10/+9
2007-08-31userns: don't leak root userGravatar Alexey Dobriyan 1-0/+1
2007-08-31request_irq: fix DEBUG_SHIRQ handlingGravatar Jarek Poplawski 1-7/+4
2007-08-31PM: Fix dependencies of CONFIG_SUSPEND and CONFIG_HIBERNATIONGravatar Rafael J. Wysocki 2-12/+33
2007-08-31setpgid(child) fails if the child was forked by sub-threadGravatar Oleg Nesterov 1-2/+1
2007-08-31Assign task_struct.exit_code before taskstats_exit()Gravatar Jonathan Lim 1-1/+1
2007-08-28sched: clean up task_new_fair()Gravatar Ingo Molnar 1-3/+3
2007-08-28sched: small schedstat fixGravatar Ingo Molnar 1-1/+3