aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2008-05-02Make constants in kernel/timeconst.h fixed 64 bitsH. Peter Anvin
2008-05-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2008-05-02genirq: reenable a nobody cared disabled irq when a new driver arrivesThomas Gleixner
2008-05-01make generic sys_ptrace unconditionalChristoph Hellwig
2008-05-01[PATCH] split linux/file.hAl Viro
2008-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds
2008-05-01workqueue: remove redundant function invocationAndrew Liu
2008-05-01kexec: make extended crashkernel= syntax less confusingMichael Ellerman
2008-05-01ntp: handle leap second via timerRoman Zippel
2008-05-01ntp: remove current_tick_length()Roman Zippel
2008-05-01ntp: rename TICK_LENGTH_SHIFT to NTP_SCALE_SHIFTRoman Zippel
2008-05-01ntp: support for TAIRoman Zippel
2008-05-01ntp: increase time_offset resolutionRoman Zippel
2008-05-01ntp: increase time_freq resolutionRoman Zippel
2008-05-01ntp: NTP4 user space bits updateRoman Zippel
2008-05-01ntp: cleanup ntp.cRoman Zippel
2008-05-01remove div_long_long_remRoman Zippel
2008-05-01rename div64_64 to div64_u64Roman Zippel
2008-05-01convert a few do_div usersRoman Zippel
2008-05-01Fix cpu hotplug problem in softirq codeChristian Borntraeger
2008-05-01module: add MODULE_STATE_GOING notifier callPeter Oberparleiter
2008-05-01module: Enhance verify_export_symbolsRusty Russell
2008-05-01module: set unused_gpl_crcs instead of overwriting unused_crcsRusty Russell
2008-05-01module: neaten __find_symbol, rename to find_symbolRusty Russell
2008-05-01module: reduce module image and resident sizeRusty Russell
2008-05-01module: make module_sect_attrs private to kernel/module.cRusty Russell
2008-04-30Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds
2008-04-30Merge branches 'release', 'acpica', 'bugzilla-10224', 'bugzilla-9772', 'bugzi...Len Brown
2008-04-30kernel: replace remaining __FUNCTION__ occurrencesHarvey Harrison
2008-04-30add hrtimer specific debugobjects codeThomas Gleixner
2008-04-30debugobjects: add timer specific object debugging codeThomas Gleixner
2008-04-30alloc_uid: cleanupAndrew Morton
2008-04-30printk: don't read beyond string arguments' terminating zeroMarkus Armbruster
2008-04-30Basic braille screen reader supportSamuel Thibault
2008-04-30mm: bdi: add separate writeback accounting capabilityMiklos Szeredi
2008-04-30pidns: make pid->level and pid_ns->level unsignedPavel Emelyanov
2008-04-30make marker_debug staticAdrian Bunk
2008-04-30pids: sys_getpgid: fix unsafe *pid usage, s/tasklist/rcu/Oleg Nesterov
2008-04-30pids: sys_getsid: fix unsafe *pid usage, fix possible 0 instead of -ESRCHOleg Nesterov
2008-04-30pids: __set_special_pids: use change_pid() helperOleg Nesterov
2008-04-30pids: sys_setpgid: use change_pid() helperOleg Nesterov
2008-04-30pids: introduce change_pid() helperOleg Nesterov
2008-04-30pids: de_thread: don't clear session/pgrp pids for the old leaderOleg Nesterov
2008-04-30Deprecate find_task_by_pid()Pavel Emelyanov
2008-04-30Use find_task_by_vpid in taskstatsPavel Emelyanov
2008-04-30free_pidmap: turn it into free_pidmap(struct upid *)Oleg Nesterov
2008-04-30tty: The big operations reworkAlan Cox
2008-04-30ptrace: permit ptracing of /sbin/initOleg Nesterov
2008-04-30ptrace: ptrace_attach: use send_sig_info() instead force_sig_specific()Oleg Nesterov
2008-04-30ptrace: __ptrace_unlink: use the ptrace_reparented() helperOleg Nesterov