aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAge
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus...Linus Torvalds2007-10-12
|\
| * [POWERPC] Implement logging of unhandled signalsOlof Johansson2007-10-12
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...Linus Torvalds2007-10-11
|\ \
| * | [NET]: make netlink user -> kernel interface synchroniousDenis V. Lunev2007-10-11
| * | [NET]: Add network namespace clone & unshare support.Eric W. Biederman2007-10-10
| * | [KERNEL]: Unexport raise_softirq_irqoffAdrian Bunk2007-10-10
| * | [NET]: Support multiple network namespaces with netlinkEric W. Biederman2007-10-10
| * | [SOFTIRQ]: Remove do_softirq() symbol export.Robert Olsson2007-10-10
| * | [KTIME]: Introduce ktime_sub_ns and ktime_sub_usArnaldo Carvalho de Melo2007-10-10
* | | Fix warnings with !CONFIG_BLOCKJens Axboe2007-10-10
|/ /
* | fix bogus reporting of signals by auditAl Viro2007-10-07
* | Fix timer_stats printout of events/secAnton Blanchard2007-10-07
|/
* sched: fix profile=sleepIngo Molnar2007-10-02
* robust futex thread exit raceMartin Schwidefsky2007-10-01
* Fix SMP poweroff hangsMark Lord2007-10-01
* hibernation doesn't even build on frv - tons of helpers are missingAl Viro2007-09-26
* clockevents: remove the suspend/resume workaround^WthinkoThomas Gleixner2007-09-22
* signalfd simplificationDavide Libenzi2007-09-20
* sched: fix invalid sched_class useHiroshi Shimamoto2007-09-19
* sched: add /proc/sys/kernel/sched_compat_yieldIngo Molnar2007-09-19
* Fix user namespace exiting OOPsPavel Emelyanov2007-09-19
* Convert uid hash to hlistPavel Emelyanov2007-09-19
* kernel/user.c: Use list_for_each_entry instead of list_for_eachMatthias Kaehlcke2007-09-19
* Fix UTS corruption during clone(CLONE_NEWUTS)Alexey Dobriyan2007-09-19
* clockevents: prevent stale tick update on offline cpuThomas Gleixner2007-09-16
* clockevents: do not shutdown the oneshot broadcast deviceThomas Gleixner2007-09-16
* clockevents: Enforce oneshot broadcast when broadcast mask is set on resumeThomas Gleixner2007-09-16
* timekeeping: Prevent time going backwards on resumeThomas Gleixner2007-09-16
* timekeeping: access rtc outside of xtime lockThomas Gleixner2007-09-16
* Fix "no_sync_cmos_clock" logic inversion in kernel/time/ntp.cTony Breeds2007-09-11
* Restore call_usermodehelper_pipe() behaviourMichael Ellerman2007-09-11
* futex_compat: fix list traversal bugsArnd Bergmann2007-09-11
* Fix spurious syscall tracing after PTRACE_DETACH + PTRACE_ATTACHRoland McGrath2007-09-10
* sched: fix ideal_runtime calculations for reniced tasksPeter Zijlstra2007-09-05
* sched: improve prev_sum_exec_runtime settingPeter Zijlstra2007-09-05
* sched: simplify __check_preempt_curr_fair()Peter Zijlstra2007-09-05
* sched: fix xtensa build warningIngo Molnar2007-09-05
* sched: debug: fix sum_exec_runtime clearingIngo Molnar2007-09-05
* sched: debug: fix cfs_rq->wait_runtime accountingIngo Molnar2007-09-05
* sched: fix niced_granularity() shiftIngo Molnar2007-09-05
* sched: fix MC/HT scheduler optimization, without breaking the FUZZ logic.Suresh Siddha2007-09-05
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-schedLinus Torvalds2007-08-31
|\
| * sched: clean up task_new_fair()Ingo Molnar2007-08-28
| * sched: small schedstat fixIngo Molnar2007-08-28
| * sched: fix wait_start_fair condition in update_stats_wait_end()Ingo Molnar2007-08-28
| * sched: call update_curr() in task_tick_fair()Ting Yang2007-08-28
| * sched: make the scheduler converge to the ideal latencyIngo Molnar2007-08-28
| * sched: fix sleeper bonus limitMike Galbraith2007-08-28
* | sigqueue_free: fix the race with collect_signal()Oleg Nesterov2007-08-31
* | userns: don't leak root userAlexey Dobriyan2007-08-31