aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2008-05-04Make forced module loading optionalGravatar Linus Torvalds 1-15/+29
2008-05-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/tglx/linux-2.6-hrtGravatar Linus Torvalds 2-11/+2
2008-05-03clocksource: allow read access to available/current_clocksourceGravatar Heiko Carstens 1-2/+2
2008-05-03clocksource: Fix permissions for available_clocksourceGravatar Heiko Carstens 1-1/+1
2008-05-03hrtimer: remove duplicate helper functionGravatar Oliver Hartkopp 1-9/+0
2008-05-02Make constants in kernel/timeconst.h fixed 64 bitsGravatar H. Peter Anvin 2-76/+52
2008-05-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 3-0/+3
2008-05-02genirq: reenable a nobody cared disabled irq when a new driver arrivesGravatar Thomas Gleixner 2-19/+34
2008-05-01make generic sys_ptrace unconditionalGravatar Christoph Hellwig 1-2/+0
2008-05-01[PATCH] split linux/file.hGravatar Al Viro 3-0/+3
2008-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusGravatar Linus Torvalds 1-148/+171
2008-05-01workqueue: remove redundant function invocationGravatar Andrew Liu 1-4/+2
2008-05-01kexec: make extended crashkernel= syntax less confusingGravatar Michael Ellerman 1-1/+1
2008-05-01ntp: handle leap second via timerGravatar Roman Zippel 2-45/+92
2008-05-01ntp: remove current_tick_length()Gravatar Roman Zippel 2-17/+4
2008-05-01ntp: rename TICK_LENGTH_SHIFT to NTP_SCALE_SHIFTGravatar Roman Zippel 2-15/+15
2008-05-01ntp: support for TAIGravatar Roman Zippel 2-1/+9
2008-05-01ntp: increase time_offset resolutionGravatar Roman Zippel 1-12/+11
2008-05-01ntp: increase time_freq resolutionGravatar Roman Zippel 1-15/+15
2008-05-01ntp: NTP4 user space bits updateGravatar Roman Zippel 1-44/+47
2008-05-01ntp: cleanup ntp.cGravatar Roman Zippel 1-82/+91
2008-05-01remove div_long_long_remGravatar Roman Zippel 3-20/+22
2008-05-01rename div64_64 to div64_u64Gravatar Roman Zippel 2-5/+5
2008-05-01convert a few do_div usersGravatar Roman Zippel 2-39/+15
2008-05-01Fix cpu hotplug problem in softirq codeGravatar Christian Borntraeger 1-8/+12
2008-05-01module: add MODULE_STATE_GOING notifier callGravatar Peter Oberparleiter 1-4/+7
2008-05-01module: Enhance verify_export_symbolsGravatar Rusty Russell 1-24/+24
2008-05-01module: set unused_gpl_crcs instead of overwriting unused_crcsGravatar Rusty Russell 1-1/+2
2008-05-01module: neaten __find_symbol, rename to find_symbolGravatar Rusty Russell 1-121/+125
2008-05-01module: reduce module image and resident sizeGravatar Rusty Russell 1-1/+2
2008-05-01module: make module_sect_attrs private to kernel/module.cGravatar Rusty Russell 1-1/+15
2008-04-30Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Gravatar Linus Torvalds 3-216/+0
2008-04-30Merge branches 'release', 'acpica', 'bugzilla-10224', 'bugzilla-9772', 'bugzi...Gravatar Len Brown 55-1378/+5030
2008-04-30kernel: replace remaining __FUNCTION__ occurrencesGravatar Harvey Harrison 2-3/+3
2008-04-30add hrtimer specific debugobjects codeGravatar Thomas Gleixner 2-23/+171
2008-04-30debugobjects: add timer specific object debugging codeGravatar Thomas Gleixner 1-8/+145
2008-04-30alloc_uid: cleanupGravatar Andrew Morton 1-16/+2
2008-04-30printk: don't read beyond string arguments' terminating zeroGravatar Markus Armbruster 1-1/+1
2008-04-30Basic braille screen reader supportGravatar Samuel Thibault 1-24/+66
2008-04-30mm: bdi: add separate writeback accounting capabilityGravatar Miklos Szeredi 1-1/+1
2008-04-30pidns: make pid->level and pid_ns->level unsignedGravatar Pavel Emelyanov 1-1/+1
2008-04-30make marker_debug staticGravatar Adrian Bunk 1-1/+1
2008-04-30pids: sys_getpgid: fix unsafe *pid usage, s/tasklist/rcu/Gravatar Oleg Nesterov 1-15/+21
2008-04-30pids: sys_getsid: fix unsafe *pid usage, fix possible 0 instead of -ESRCHGravatar Oleg Nesterov 1-13/+20
2008-04-30pids: __set_special_pids: use change_pid() helperGravatar Oleg Nesterov 1-4/+2
2008-04-30pids: sys_setpgid: use change_pid() helperGravatar Oleg Nesterov 1-2/+1
2008-04-30pids: introduce change_pid() helperGravatar Oleg Nesterov 1-5/+16
2008-04-30pids: de_thread: don't clear session/pgrp pids for the old leaderGravatar Oleg Nesterov 1-1/+0
2008-04-30Deprecate find_task_by_pid()Gravatar Pavel Emelyanov 2-7/+1
2008-04-30Use find_task_by_vpid in taskstatsGravatar Pavel Emelyanov 1-3/+3