Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | [NET]: Add network namespace clone & unshare support. | Eric W. Biederman | 2 | -3/+15 |
2007-10-10 | [KERNEL]: Unexport raise_softirq_irqoff | Adrian Bunk | 1 | -2/+0 |
2007-10-10 | [NET]: Support multiple network namespaces with netlink | Eric W. Biederman | 1 | -2/+2 |
2007-10-10 | [SOFTIRQ]: Remove do_softirq() symbol export. | Robert Olsson | 1 | -2/+0 |
2007-10-10 | [KTIME]: Introduce ktime_sub_ns and ktime_sub_us | Arnaldo Carvalho de Melo | 1 | -0/+24 |
2007-10-07 | fix bogus reporting of signals by audit | Al Viro | 1 | -11/+11 |
2007-10-07 | Fix timer_stats printout of events/sec | Anton Blanchard | 1 | -2/+3 |
2007-10-02 | sched: fix profile=sleep | Ingo Molnar | 1 | -0/+10 |
2007-10-01 | robust futex thread exit race | Martin Schwidefsky | 2 | -20/+34 |
2007-10-01 | Fix SMP poweroff hangs | Mark Lord | 1 | -0/+2 |
2007-09-26 | hibernation doesn't even build on frv - tons of helpers are missing | Al Viro | 1 | -1/+1 |
2007-09-22 | clockevents: remove the suspend/resume workaround^Wthinko | Thomas Gleixner | 1 | -16/+1 |
2007-09-20 | signalfd simplification | Davide Libenzi | 3 | -15/+4 |
2007-09-19 | sched: fix invalid sched_class use | Hiroshi Shimamoto | 1 | -0/+5 |
2007-09-19 | sched: add /proc/sys/kernel/sched_compat_yield | Ingo Molnar | 3 | -10/+66 |
2007-09-19 | Fix user namespace exiting OOPs | Pavel Emelyanov | 2 | -2/+26 |
2007-09-19 | Convert uid hash to hlist | Pavel Emelyanov | 2 | -8/+9 |
2007-09-19 | kernel/user.c: Use list_for_each_entry instead of list_for_each | Matthias Kaehlcke | 1 | -6/+2 |
2007-09-19 | Fix UTS corruption during clone(CLONE_NEWUTS) | Alexey Dobriyan | 1 | -0/+2 |
2007-09-16 | clockevents: prevent stale tick update on offline cpu | Thomas Gleixner | 1 | -0/+12 |
2007-09-16 | clockevents: do not shutdown the oneshot broadcast device | Thomas Gleixner | 1 | -7/+4 |
2007-09-16 | clockevents: Enforce oneshot broadcast when broadcast mask is set on resume | Thomas Gleixner | 1 | -1/+12 |
2007-09-16 | timekeeping: Prevent time going backwards on resume | Thomas Gleixner | 1 | -0/+7 |
2007-09-16 | timekeeping: access rtc outside of xtime lock | Thomas Gleixner | 1 | -1/+2 |
2007-09-11 | Fix "no_sync_cmos_clock" logic inversion in kernel/time/ntp.c | Tony Breeds | 1 | -1/+1 |
2007-09-11 | Restore call_usermodehelper_pipe() behaviour | Michael Ellerman | 1 | -1/+1 |
2007-09-11 | futex_compat: fix list traversal bugs | Arnd Bergmann | 1 | -2/+2 |
2007-09-10 | Fix spurious syscall tracing after PTRACE_DETACH + PTRACE_ATTACH | Roland McGrath | 1 | -0/+1 |
2007-09-05 | sched: fix ideal_runtime calculations for reniced tasks | Peter Zijlstra | 1 | -16/+22 |
2007-09-05 | sched: improve prev_sum_exec_runtime setting | Peter Zijlstra | 1 | -3/+2 |
2007-09-05 | sched: simplify __check_preempt_curr_fair() | Peter Zijlstra | 1 | -5/+3 |
2007-09-05 | sched: fix xtensa build warning | Ingo Molnar | 1 | -3/+3 |
2007-09-05 | sched: debug: fix sum_exec_runtime clearing | Ingo Molnar | 1 | -0/+1 |
2007-09-05 | sched: debug: fix cfs_rq->wait_runtime accounting | Ingo Molnar | 2 | -6/+5 |
2007-09-05 | sched: fix niced_granularity() shift | Ingo Molnar | 1 | -1/+1 |
2007-09-05 | sched: fix MC/HT scheduler optimization, without breaking the FUZZ logic. | Suresh Siddha | 1 | -5/+3 |
2007-08-31 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-sched | Linus Torvalds | 2 | -11/+36 |
2007-08-31 | sigqueue_free: fix the race with collect_signal() | Oleg Nesterov | 1 | -10/+9 |
2007-08-31 | userns: don't leak root user | Alexey Dobriyan | 1 | -0/+1 |
2007-08-31 | request_irq: fix DEBUG_SHIRQ handling | Jarek Poplawski | 1 | -7/+4 |
2007-08-31 | PM: Fix dependencies of CONFIG_SUSPEND and CONFIG_HIBERNATION | Rafael J. Wysocki | 2 | -12/+33 |
2007-08-31 | setpgid(child) fails if the child was forked by sub-thread | Oleg Nesterov | 1 | -2/+1 |
2007-08-31 | Assign task_struct.exit_code before taskstats_exit() | Jonathan Lim | 1 | -1/+1 |
2007-08-28 | sched: clean up task_new_fair() | Ingo Molnar | 1 | -3/+3 |
2007-08-28 | sched: small schedstat fix | Ingo Molnar | 1 | -1/+3 |
2007-08-28 | sched: fix wait_start_fair condition in update_stats_wait_end() | Ingo Molnar | 1 | -0/+3 |
2007-08-28 | sched: call update_curr() in task_tick_fair() | Ting Yang | 1 | -2/+3 |
2007-08-28 | sched: make the scheduler converge to the ideal latency | Ingo Molnar | 2 | -4/+23 |
2007-08-28 | sched: fix sleeper bonus limit | Mike Galbraith | 1 | -1/+1 |
2007-08-27 | fix bogus hotplug cpu warning | Hugh Dickins | 1 | -1/+1 |