summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* System call wrappers part 09Heiko Carstens2009-01-181-13/+8
* System call wrappers part 08Heiko Carstens2009-01-186-26/+19
* System call wrappers part 07Heiko Carstens2009-01-185-13/+13
* System call wrappers part 06Heiko Carstens2009-01-181-13/+13
* System call wrappers part 05Heiko Carstens2009-01-182-27/+21
* System call wrappers part 04Heiko Carstens2009-01-186-13/+11
* System call wrappers part 03Heiko Carstens2009-01-181-9/+9
* System call wrappers part 02Heiko Carstens2009-01-182-10/+10
* System call wrappers part 01Heiko Carstens2009-01-184-13/+13
* Make sys_syslog a conditional system callHeiko Carstens2009-01-182-5/+1
* Convert all system calls to return a longHeiko Carstens2009-01-183-3/+5
* sched_clock: prevent scd->clock from moving backwards, take #2Thomas Gleixner2009-01-182-3/+9
* cgroups: fix a race between cgroup_clone and umountLi Zefan2009-01-181-1/+5
* Revert "sched_clock: prevent scd->clock from moving backwards"Linus Torvalds2008-12-181-3/+3
* fix mapping_writably_mapped()Hugh Dickins2008-12-131-6/+9
* sched: CPU remove deadlock fixBrian King2008-12-131-0/+2
* sched: fix a bug in sched domain degenerateLi Zefan2008-12-131-2/+4
* Remove -mno-spe flags as they dont belongKumar Gala2008-12-051-3/+1
* Fix inotify watch removal/umount racesAl Viro2008-12-052-42/+63
* epoll: introduce resource usage limitsDavide Libenzi2008-12-051-0/+10
* cgroups: fix a serious bug in cgroupstatsLi Zefan2008-12-051-2/+5
* cpuset: fix regression when failed to generate sched domainsLi Zefan2008-12-052-10/+15
* cgroups: fix invalid cgrp->dentry before cgroup has been completely removedLi Zefan2008-11-131-1/+0
* sched_clock: prevent scd->clock from moving backwardsDave Kleikamp2008-11-061-3/+3
* sched: disable the hrtick for nowIngo Molnar2008-11-061-1/+1
* sched: fix the wrong mask_lenMiao Xie2008-10-251-1/+1
* modules: fix module "notes" kobject leakAlexey Dobriyan2008-10-221-1/+1
* sched_rt.c: resch needed in rt_rq_enqueue() for the root rt_rqDario Faggioli2008-10-181-4/+4
* disable CONFIG_DYNAMIC_FTRACE due to possible memory corruption on module unloadSteven Rostedt2008-10-151-1/+2
* kgdb: call touch_softlockup_watchdog on resumeJason Wessel2008-10-061-0/+3
* clockevents: check broadcast tick device not the clock events deviceThomas Gleixner2008-10-041-2/+4
* fix error-path NULL deref in alloc_posix_timer()Dan Carpenter2008-10-021-1/+1
* Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2008-09-304-14/+89
|\
| * hrtimer: prevent migration of per CPU hrtimersThomas Gleixner2008-09-294-16/+29
| * hrtimer: mark migration stateThomas Gleixner2008-09-291-2/+10
| * hrtimer: fix migration of CB_IRQSAFE_NO_SOFTIRQ hrtimersThomas Gleixner2008-09-291-3/+25
| * hrtimer: migrate pending list on cpu offlineThomas Gleixner2008-09-291-1/+33
* | mm owner: fix race between swapoff and exitBalbir Singh2008-09-292-4/+13
* | kgdb, x86, arm, mips, powerpc: ignore user space single steppingJason Wessel2008-09-261-4/+4
* | kgdb: could not write to the last of valid memory with kgdbAtsuo Igarashi2008-09-261-1/+1
|/
* Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2008-09-234-10/+30
|\
| * timers: fix build error in !oneshot caseIngo Molnar2008-09-231-0/+1
| * clockevents: prevent mode mismatch on cpu onlineThomas Gleixner2008-09-233-1/+12
| * clockevents: check broadcast device not tick deviceThomas Gleixner2008-09-231-2/+2
| * clockevents: prevent stale tick_next_period for onlining CPUsThomas Gleixner2008-09-231-0/+3
| * clockevents: prevent cpu online to interfere with nohzThomas Gleixner2008-09-233-7/+12
* | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2008-09-231-1/+1
|\ \
| * | sched: fix init_hrtick() section mismatch warningRakib Mullick2008-09-231-1/+1
| |/
* / kexec: fix segmentation fault in kimage_add_entryJonathan Steel2008-09-231-1/+7
|/
* Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2008-09-192-0/+7
|\