aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2008-02-21Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds
2008-02-21modules: do not try to add sysfs attributes if !CONFIG_SYSFSKay Sievers
2008-02-21Hibernation: Handle DEBUG_PAGEALLOC on x86Rafael J. Wysocki
2008-02-19genirq: do not leave interupts enabled on free_irqThomas Gleixner
2008-02-19genirq: spurious.c: use time_* macrosS.Caglar Onur
2008-02-18Audit: use == not = in if statementsEric Paris
2008-02-17timer_list: print relative expiry time signedPavel Machek
2008-02-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/tglx/linux-2.6-hrtLinus Torvalds
2008-02-14d_path: Make d_path() use a struct pathJan Blunck
2008-02-14d_path: Use struct path in struct avc_audit_dataJan Blunck
2008-02-14Use struct path in fs_structJan Blunck
2008-02-14Introduce path_put()Jan Blunck
2008-02-14Embed a struct path into struct nameidata instead of nd->{dentry,mnt}Jan Blunck
2008-02-14Dont touch fs_struct in usermodehelperJan Blunck
2008-02-14hrtimer: catch expired CLOCK_REALTIME timers earlyThomas Gleixner
2008-02-14hrtimer: check relative timeouts for overflowThomas Gleixner
2008-02-13Linux Kernel Markers: support multiple probesMathieu Desnoyers
2008-02-13hugetlb: fix overcommit lockingNishanth Aravamudan
2008-02-13remove final fastcall usersHarvey Harrison
2008-02-13rcupdate: fix commentPaul E. McKenney
2008-02-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-schedLinus Torvalds
2008-02-13sched: rt-group: refure unrunnable tasksPeter Zijlstra
2008-02-13sched: rt-group: clean up the ifdefferyPeter Zijlstra
2008-02-13sched: rt-group: make rt groups scheduling configurablePeter Zijlstra
2008-02-13sched: rt-group: interfacePeter Zijlstra
2008-02-13sched: rt-group: deal with PIPeter Zijlstra
2008-02-13sched: fix incorrect irq lock usage in normalize_rt_tasks()Peter Zijlstra
2008-02-13sched: fair-group: separate tg->shares from task_group_lockPeter Zijlstra
2008-02-13hrtimer: more hrtimer_init_sleeper() fallout.Peter Zijlstra
2008-02-12timeconst.pl: correct reversal of USEC_TO_HZ and HZ_TO_USECH. Peter Anvin
2008-02-10hrtimer: don't modify restart_block->fn in restart functionsOleg Nesterov
2008-02-10hrtimer: fix *rmtp/restarts handling in compat_sys_nanosleep()Oleg Nesterov
2008-02-10hrtimer: fix *rmtp handling in hrtimer_nanosleep()Oleg Nesterov
2008-02-10ntp: correct inconsistent interval/tick_length usagejohn stultz
2008-02-09Update kernel/.gitignore with new auto-generated filesS.Çağlar Onur
2008-02-08Merge branch 'for-2.6.25' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Linus Torvalds
2008-02-08IRQ_NOPROBE helper functionsRalf Baechle
2008-02-08Add new string functions strict_strto* and convert kernel params to use themYi Yang
2008-02-08cpu: fix section mismatch warnings for enable_nonboot_cpusSam Ravnborg
2008-02-08Don't operate with pid_t in rtmutex testerPavel Emelyanov
2008-02-08Use find_task_by_vpid in posix timersPavel Emelyanov
2008-02-08avoid overflows in kernel/time.cH. Peter Anvin
2008-02-08printk_ratelimit() functions should use CONFIG_PRINTKJoe Perches
2008-02-08workqueue: make delayed_work_timer_fn() staticLi Zefan
2008-02-08The scheduled 'time' option removalAdrian Bunk
2008-02-08Nuke duplicate header from sysctl.cJesper Juhl
2008-02-08Nuke a duplicate include from profile.cJesper Juhl
2008-02-08Nuke duplicate include from printk.cJesper Juhl
2008-02-08constify tables in kernel/sysctl_check.cJan Beulich
2008-02-08kernel: remove fastcall in kernel/*Harvey Harrison