aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-02-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/tglx/linux-2.6-hrtLinus Torvalds4-22/+38
2008-02-14d_path: Make d_path() use a struct pathJan Blunck1-1/+1
2008-02-14d_path: Use struct path in struct avc_audit_dataJan Blunck2-23/+17
2008-02-14Use struct path in fs_structJan Blunck3-19/+15
2008-02-14Introduce path_put()Jan Blunck2-8/+8
2008-02-14Embed a struct path into struct nameidata instead of nd->{dentry,mnt}Jan Blunck2-13/+14
2008-02-14Dont touch fs_struct in usermodehelperJan Blunck1-4/+1
2008-02-14hrtimer: catch expired CLOCK_REALTIME timers earlyThomas Gleixner1-0/+11
2008-02-14hrtimer: check relative timeouts for overflowThomas Gleixner4-22/+27
2008-02-13Linux Kernel Markers: support multiple probesMathieu Desnoyers2-176/+508
2008-02-13hugetlb: fix overcommit lockingNishanth Aravamudan1-2/+2
2008-02-13remove final fastcall usersHarvey Harrison1-1/+1
2008-02-13rcupdate: fix commentPaul E. McKenney1-1/+4
2008-02-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-schedLinus Torvalds5-196/+487
2008-02-13sched: rt-group: refure unrunnable tasksPeter Zijlstra1-0/+15
2008-02-13sched: rt-group: clean up the ifdefferyPeter Zijlstra1-71/+139
2008-02-13sched: rt-group: make rt groups scheduling configurablePeter Zijlstra3-56/+126
2008-02-13sched: rt-group: interfacePeter Zijlstra4-76/+178
2008-02-13sched: rt-group: deal with PIPeter Zijlstra2-5/+41
2008-02-13sched: fix incorrect irq lock usage in normalize_rt_tasks()Peter Zijlstra1-4/+4
2008-02-13sched: fair-group: separate tg->shares from task_group_lockPeter Zijlstra1-20/+17
2008-02-13hrtimer: more hrtimer_init_sleeper() fallout.Peter Zijlstra1-1/+4
2008-02-12timeconst.pl: correct reversal of USEC_TO_HZ and HZ_TO_USECH. Peter Anvin1-1/+1
2008-02-10hrtimer: don't modify restart_block->fn in restart functionsOleg Nesterov2-5/+0
2008-02-10hrtimer: fix *rmtp/restarts handling in compat_sys_nanosleep()Oleg Nesterov1-4/+40
2008-02-10hrtimer: fix *rmtp handling in hrtimer_nanosleep()Oleg Nesterov2-38/+30
2008-02-10ntp: correct inconsistent interval/tick_length usagejohn stultz1-4/+0
2008-02-09Update kernel/.gitignore with new auto-generated filesS.Çağlar Onur1-0/+1
2008-02-08Merge branch 'for-2.6.25' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds1-1/+1
2008-02-08IRQ_NOPROBE helper functionsRalf Baechle1-0/+36
2008-02-08Add new string functions strict_strto* and convert kernel params to use themYi Yang1-10/+10
2008-02-08cpu: fix section mismatch warnings for enable_nonboot_cpusSam Ravnborg1-1/+1
2008-02-08Don't operate with pid_t in rtmutex testerPavel Emelyanov2-4/+10
2008-02-08Use find_task_by_vpid in posix timersPavel Emelyanov2-5/+5
2008-02-08avoid overflows in kernel/time.cH. Peter Anvin3-8/+431
2008-02-08printk_ratelimit() functions should use CONFIG_PRINTKJoe Perches2-10/+12
2008-02-08workqueue: make delayed_work_timer_fn() staticLi Zefan1-1/+1
2008-02-08The scheduled 'time' option removalAdrian Bunk1-13/+0
2008-02-08Nuke duplicate header from sysctl.cJesper Juhl1-1/+0
2008-02-08Nuke a duplicate include from profile.cJesper Juhl1-1/+0
2008-02-08Nuke duplicate include from printk.cJesper Juhl1-1/+0
2008-02-08constify tables in kernel/sysctl_check.cJan Beulich1-76/+75
2008-02-08kernel: remove fastcall in kernel/*Harvey Harrison12-68/+67
2008-02-08time: fix typo in commentsLi Zefan3-4/+4
2008-02-08timekeeping: rename timekeeping_is_continuous to timekeeping_valid_for_hresLi Zefan2-3/+3
2008-02-08clockevent: simplify list operationsLi Zefan1-7/+4
2008-02-08clocksource: remove redundant codeLi Zefan1-1/+0
2008-02-08Get rid of the kill_pgrp_info() functionPavel Emelyanov1-13/+8
2008-02-08Clean up the kill_something_infoPavel Emelyanov1-11/+15
2008-02-08Pidns: make full use of xxx_vnr() callsPavel Emelyanov5-17/+8