summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* kprobes: fix error checking of batch registrationMasami Hiramatsu2008-06-131-6/+9
* Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2008-06-121-8/+14
|\
| * sched: 64-bit: fix arithmetics overflowLai Jiangshan2008-06-121-2/+7
| * sched: fair group: fix overflow(was: fix divide by zero)Lai Jiangshan2008-06-121-2/+5
| * sched: fix TASK_WAKEKILL vs SIGKILL raceOleg Nesterov2008-06-101-4/+2Star
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/chr...Linus Torvalds2008-06-061-38/+73
|\ \
| * | capabilities: remain source compatible with 32-bit raw legacy capability supp...Andrew G. Morgan2008-06-011-38/+73
* | | cpusets: fix bug when adding nonexistent cpu or memLai Jiangshan2008-06-061-3/+7
| |/ |/|
* | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwe...Linus Torvalds2008-06-041-10/+6Star
|\ \
| * | kgdb: use common ascii helpers and put_unaligned_be32 helperHarvey Harrison2008-05-281-10/+6Star
* | | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2008-05-296-582/+147Star
|\ \ \ | |/ / |/| |
| * | Merge commit 'linus/master' into sched-fixes-for-linusIngo Molnar2008-05-2910-157/+85Star
| |\|
| * | sched: stop wake_affine from causing serious imbalanceMike Galbraith2008-05-291-11/+14
| * | sched: fix sched_clock_cpu()Peter Zijlstra2008-05-291-4/+14
| * | revert ("sched: fair-group: SMP-nice for group scheduling")Ingo Molnar2008-05-294-488/+75Star
| * | sched: cleanupIngo Molnar2008-05-291-2/+2
| * | show_schedstat(): fix memleakAdrian Bunk2008-05-291-0/+1
| * | sched: unite unlikely pairs in rt_policy() and schedule_debug()Roel Kluin2008-05-291-2/+2
| * | revert ("sched: fair: weight calculations")Ingo Molnar2008-05-292-75/+39Star
* | | splice: fix sendfile() issue with relayTom Zanussi2008-05-281-1/+1
| |/ |/|
* | posix timers: discard SI_TIMER signals on execOleg Nesterov2008-05-261-0/+34
* | posix timers: sigqueue_free: don't free sigqueue if it is queuedOleg Nesterov2008-05-261-6/+10
* | cgroups: remove node_ prefix_from ns subsystemCedric Le Goater2008-05-241-1/+1
* | sys_prctl(): fix return of uninitialized valueShi Weihua2008-05-241-4/+2Star
* | signals: fix sigqueue_free() vs __exit_signal() raceOleg Nesterov2008-05-242-2/+8
* | stop_machine: make stop_machine_run more virtualization friendlyChristian Borntraeger2008-05-231-3/+4
* | modules: proper cleanup of kobject without CONFIG_SYSFSDenis V. Lunev2008-05-231-2/+14
* | module loading ELF handling: use SELFMAG instead of numeric constantCyrill Gorcunov2008-05-231-1/+1
* | Merge branch 'audit.b51' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2008-05-202-8/+8
|\ \
| * | [PATCH] list_for_each_rcu must die: auditPaul E. McKenney2008-05-171-3/+2Star
| * | [patch 1/1] audit_send_reply(): fix error-path memory leakAndrew Morton2008-05-171-5/+6
| |/
* | [PATCH] avoid multiplication overflows and signedness issues for max_fdsAl Viro2008-05-161-1/+4
* | [PATCH] dup_fd() fixes, part 1Al Viro2008-05-161-130/+0Star
|/
* lib: create common ascii hex arrayHarvey Harrison2008-05-151-8/+0Star
* cgroups: fix compile warningMirco Tischler2008-05-151-1/+1
* Add new 'cond_resched_bkl()' helper functionLinus Torvalds2008-05-121-2/+0Star
* BKL: revert back to the old spinlock implementationLinus Torvalds2008-05-111-23/+4Star
* Revert "semaphore: fix"Linus Torvalds2008-05-111-30/+34
* module: don't ignore vermagic string if module doesn't have modversionsRusty Russell2008-05-091-6/+10
* module: be more picky about allowing missing module versionsRusty Russell2008-05-091-2/+7
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/min...Linus Torvalds2008-05-082-37/+38
|\
| * sched: fix weight calculationsMike Galbraith2008-05-081-3/+8
| * semaphore: fixIngo Molnar2008-05-081-34/+30Star
* | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2008-05-081-1/+1
|\ \
| * | Revert "relay: fix splice problem"Jens Axboe2008-05-081-1/+1
| |/
* / Fix cpuset sched_relax_domain_level control filePaul Menage2008-05-081-12/+40
|/
* sched: add optional support for CONFIG_HAVE_UNSTABLE_SCHED_CLOCKPeter Zijlstra2008-05-055-161/+251
* sched: fix cpu clockIngo Molnar2008-05-051-9/+15
* sched: fair-group: fix a Div0 error of the fair group schedulerMiao Xie2008-05-051-6/+11
* sched: fix missing locking in sched_domains codeHeiko Carstens2008-05-051-17/+12Star