aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2008-05-26posix timers: discard SI_TIMER signals on execOleg Nesterov
2008-05-26posix timers: sigqueue_free: don't free sigqueue if it is queuedOleg Nesterov
2008-05-24cgroups: remove node_ prefix_from ns subsystemCedric Le Goater
2008-05-24sys_prctl(): fix return of uninitialized valueShi Weihua
2008-05-24signals: fix sigqueue_free() vs __exit_signal() raceOleg Nesterov
2008-05-23stop_machine: make stop_machine_run more virtualization friendlyChristian Borntraeger
2008-05-23modules: proper cleanup of kobject without CONFIG_SYSFSDenis V. Lunev
2008-05-23module loading ELF handling: use SELFMAG instead of numeric constantCyrill Gorcunov
2008-05-19Merge branch 'audit.b51' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2008-05-17[PATCH] list_for_each_rcu must die: auditPaul E. McKenney
2008-05-17[patch 1/1] audit_send_reply(): fix error-path memory leakAndrew Morton
2008-05-16[PATCH] avoid multiplication overflows and signedness issues for max_fdsAl Viro
2008-05-16[PATCH] dup_fd() fixes, part 1Al Viro
2008-05-14lib: create common ascii hex arrayHarvey Harrison
2008-05-14cgroups: fix compile warningMirco Tischler
2008-05-11Add new 'cond_resched_bkl()' helper functionLinus Torvalds
2008-05-10BKL: revert back to the old spinlock implementationLinus Torvalds
2008-05-10Revert "semaphore: fix"Linus Torvalds
2008-05-09module: don't ignore vermagic string if module doesn't have modversionsRusty Russell
2008-05-09module: be more picky about allowing missing module versionsRusty Russell
2008-05-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/min...Linus Torvalds
2008-05-08Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2008-05-08Fix cpuset sched_relax_domain_level control filePaul Menage
2008-05-08sched: fix weight calculationsMike Galbraith
2008-05-08semaphore: fixIngo Molnar
2008-05-08Revert "relay: fix splice problem"Jens Axboe
2008-05-05sched: add optional support for CONFIG_HAVE_UNSTABLE_SCHED_CLOCKPeter Zijlstra
2008-05-05sched: fix cpu clockIngo Molnar
2008-05-05sched: fair-group: fix a Div0 error of the fair group schedulerMiao Xie
2008-05-05sched: fix missing locking in sched_domains codeHeiko Carstens
2008-05-05sched: make clock sync tunable by architecture codeIngo Molnar
2008-05-05sched: fix debuggingMike Galbraith
2008-05-05sched: fix sched_info_switch not being called according to documentationDavid Simner
2008-05-05sched: fix hrtick_start_fair and CPU-HotplugPeter Zijlstra
2008-05-05sched: fix SCHED_FAIR wake-idle logic errorGregory Haskins
2008-05-05sched: fix RT task-wakeup logicGregory Haskins
2008-05-05sched: add statics, don't return void expressionsHarvey Harrison
2008-05-05sched: add debug checks to idle functionsAndrew Morton
2008-05-05sched: make rt_sched_class, idle_sched_class staticHarvey Harrison
2008-05-05sched: optimize calc_delta_mine()Peter Zijlstra
2008-05-05sched: fix normalized sleeperPeter Zijlstra
2008-05-05Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwe...Linus Torvalds
2008-05-05Removal of FUTEX_FDEric Sesterhenn
2008-05-05kgdb: fix signedness mixmatches, add statics, add declaration to headerHarvey Harrison
2008-05-04Make forced module loading optionalLinus Torvalds
2008-05-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/tglx/linux-2.6-hrtLinus Torvalds
2008-05-03clocksource: allow read access to available/current_clocksourceHeiko Carstens
2008-05-03clocksource: Fix permissions for available_clocksourceHeiko Carstens
2008-05-03hrtimer: remove duplicate helper functionOliver Hartkopp
2008-05-02Make constants in kernel/timeconst.h fixed 64 bitsH. Peter Anvin