summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2008-05-05sched: make rt_sched_class, idle_sched_class staticHarvey Harrison-2/+2
2008-05-05sched: optimize calc_delta_mine()Peter Zijlstra-4/+4
2008-05-05sched: fix normalized sleeperPeter Zijlstra-1/+1
2008-05-05Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwe...Linus Torvalds-4/+4
2008-05-05Removal of FUTEX_FDEric Sesterhenn-170/+6
2008-05-05kgdb: fix signedness mixmatches, add statics, add declaration to headerHarvey Harrison-4/+4
2008-05-04Make forced module loading optionalLinus Torvalds-15/+29
2008-05-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/tglx/linux-2.6-hrtLinus Torvalds-11/+2
2008-05-03clocksource: allow read access to available/current_clocksourceHeiko Carstens-2/+2
2008-05-03clocksource: Fix permissions for available_clocksourceHeiko Carstens-1/+1
2008-05-03hrtimer: remove duplicate helper functionOliver Hartkopp-9/+0
2008-05-02Make constants in kernel/timeconst.h fixed 64 bitsH. Peter Anvin-76/+52
2008-05-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-0/+3
2008-05-02genirq: reenable a nobody cared disabled irq when a new driver arrivesThomas Gleixner-19/+34
2008-05-01make generic sys_ptrace unconditionalChristoph Hellwig-2/+0
2008-05-01[PATCH] split linux/file.hAl Viro-0/+3
2008-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds-148/+171
2008-05-01workqueue: remove redundant function invocationAndrew Liu-4/+2
2008-05-01kexec: make extended crashkernel= syntax less confusingMichael Ellerman-1/+1
2008-05-01ntp: handle leap second via timerRoman Zippel-45/+92
2008-05-01ntp: remove current_tick_length()Roman Zippel-17/+4
2008-05-01ntp: rename TICK_LENGTH_SHIFT to NTP_SCALE_SHIFTRoman Zippel-15/+15
2008-05-01ntp: support for TAIRoman Zippel-1/+9
2008-05-01ntp: increase time_offset resolutionRoman Zippel-12/+11
2008-05-01ntp: increase time_freq resolutionRoman Zippel-15/+15
2008-05-01ntp: NTP4 user space bits updateRoman Zippel-44/+47
2008-05-01ntp: cleanup ntp.cRoman Zippel-82/+91
2008-05-01remove div_long_long_remRoman Zippel-20/+22
2008-05-01rename div64_64 to div64_u64Roman Zippel-5/+5
2008-05-01convert a few do_div usersRoman Zippel-39/+15
2008-05-01Fix cpu hotplug problem in softirq codeChristian Borntraeger-8/+12
2008-05-01module: add MODULE_STATE_GOING notifier callPeter Oberparleiter-4/+7
2008-05-01module: Enhance verify_export_symbolsRusty Russell-24/+24
2008-05-01module: set unused_gpl_crcs instead of overwriting unused_crcsRusty Russell-1/+2
2008-05-01module: neaten __find_symbol, rename to find_symbolRusty Russell-121/+125
2008-05-01module: reduce module image and resident sizeRusty Russell-1/+2
2008-05-01module: make module_sect_attrs private to kernel/module.cRusty Russell-1/+15
2008-04-30Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds-216/+0
2008-04-30Merge branches 'release', 'acpica', 'bugzilla-10224', 'bugzilla-9772', 'bugzi...Len Brown-1378/+5030
2008-04-30kernel: replace remaining __FUNCTION__ occurrencesHarvey Harrison-3/+3
2008-04-30add hrtimer specific debugobjects codeThomas Gleixner-23/+171
2008-04-30debugobjects: add timer specific object debugging codeThomas Gleixner-8/+145
2008-04-30alloc_uid: cleanupAndrew Morton-16/+2
2008-04-30printk: don't read beyond string arguments' terminating zeroMarkus Armbruster-1/+1
2008-04-30Basic braille screen reader supportSamuel Thibault-24/+66
2008-04-30mm: bdi: add separate writeback accounting capabilityMiklos Szeredi-1/+1
2008-04-30pidns: make pid->level and pid_ns->level unsignedPavel Emelyanov-1/+1
2008-04-30make marker_debug staticAdrian Bunk-1/+1
2008-04-30pids: sys_getpgid: fix unsafe *pid usage, s/tasklist/rcu/Oleg Nesterov-15/+21
2008-04-30pids: sys_getsid: fix unsafe *pid usage, fix possible 0 instead of -ESRCHOleg Nesterov-13/+20