aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2008-05-023-0/+3
|\
| * [PATCH] split linux/file.hAl Viro2008-05-013-0/+3
* | genirq: reenable a nobody cared disabled irq when a new driver arrivesThomas Gleixner2008-05-022-19/+34
* | make generic sys_ptrace unconditionalChristoph Hellwig2008-05-011-2/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds2008-05-011-148/+171
|\ \
| * | module: add MODULE_STATE_GOING notifier callPeter Oberparleiter2008-05-011-4/+7
| * | module: Enhance verify_export_symbolsRusty Russell2008-05-011-24/+24
| * | module: set unused_gpl_crcs instead of overwriting unused_crcsRusty Russell2008-05-011-1/+2
| * | module: neaten __find_symbol, rename to find_symbolRusty Russell2008-05-011-121/+125
| * | module: reduce module image and resident sizeRusty Russell2008-05-011-1/+2
| * | module: make module_sect_attrs private to kernel/module.cRusty Russell2008-05-011-1/+15
| |/
* | workqueue: remove redundant function invocationAndrew Liu2008-05-011-4/+2
* | kexec: make extended crashkernel= syntax less confusingMichael Ellerman2008-05-011-1/+1
* | ntp: handle leap second via timerRoman Zippel2008-05-012-45/+92
* | ntp: remove current_tick_length()Roman Zippel2008-05-012-17/+4
* | ntp: rename TICK_LENGTH_SHIFT to NTP_SCALE_SHIFTRoman Zippel2008-05-012-15/+15
* | ntp: support for TAIRoman Zippel2008-05-012-1/+9
* | ntp: increase time_offset resolutionRoman Zippel2008-05-011-12/+11
* | ntp: increase time_freq resolutionRoman Zippel2008-05-011-15/+15
* | ntp: NTP4 user space bits updateRoman Zippel2008-05-011-44/+47
* | ntp: cleanup ntp.cRoman Zippel2008-05-011-82/+91
* | remove div_long_long_remRoman Zippel2008-05-013-20/+22
* | rename div64_64 to div64_u64Roman Zippel2008-05-012-5/+5
* | convert a few do_div usersRoman Zippel2008-05-012-39/+15
* | Fix cpu hotplug problem in softirq codeChristian Borntraeger2008-05-011-8/+12
|/
* Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2008-04-303-216/+0
|\
| *---------. Merge branches 'release', 'acpica', 'bugzilla-10224', 'bugzilla-9772', 'bugzi...Len Brown2008-04-3055-1378/+5030
| |\ \ \ \ \ \
| | | | | | * | PM: Remove legacy PMPavel Machek2008-04-153-216/+0
* | | | | | | | kernel: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-302-3/+3
* | | | | | | | add hrtimer specific debugobjects codeThomas Gleixner2008-04-302-23/+171
* | | | | | | | debugobjects: add timer specific object debugging codeThomas Gleixner2008-04-301-8/+145
* | | | | | | | alloc_uid: cleanupAndrew Morton2008-04-301-16/+2
* | | | | | | | printk: don't read beyond string arguments' terminating zeroMarkus Armbruster2008-04-301-1/+1
* | | | | | | | Basic braille screen reader supportSamuel Thibault2008-04-301-24/+66
* | | | | | | | mm: bdi: add separate writeback accounting capabilityMiklos Szeredi2008-04-301-1/+1
* | | | | | | | pidns: make pid->level and pid_ns->level unsignedPavel Emelyanov2008-04-301-1/+1
* | | | | | | | make marker_debug staticAdrian Bunk2008-04-301-1/+1
* | | | | | | | pids: sys_getpgid: fix unsafe *pid usage, s/tasklist/rcu/Oleg Nesterov2008-04-301-15/+21
* | | | | | | | pids: sys_getsid: fix unsafe *pid usage, fix possible 0 instead of -ESRCHOleg Nesterov2008-04-301-13/+20
* | | | | | | | pids: __set_special_pids: use change_pid() helperOleg Nesterov2008-04-301-4/+2
* | | | | | | | pids: sys_setpgid: use change_pid() helperOleg Nesterov2008-04-301-2/+1
* | | | | | | | pids: introduce change_pid() helperOleg Nesterov2008-04-301-5/+16
* | | | | | | | pids: de_thread: don't clear session/pgrp pids for the old leaderOleg Nesterov2008-04-301-1/+0
* | | | | | | | Deprecate find_task_by_pid()Pavel Emelyanov2008-04-302-7/+1
* | | | | | | | Use find_task_by_vpid in taskstatsPavel Emelyanov2008-04-301-3/+3
* | | | | | | | free_pidmap: turn it into free_pidmap(struct upid *)Oleg Nesterov2008-04-301-6/+7
* | | | | | | | tty: The big operations reworkAlan Cox2008-04-301-2/+2
* | | | | | | | ptrace: permit ptracing of /sbin/initOleg Nesterov2008-04-301-8/+0
* | | | | | | | ptrace: ptrace_attach: use send_sig_info() instead force_sig_specific()Oleg Nesterov2008-04-301-2/+1
* | | | | | | | ptrace: __ptrace_unlink: use the ptrace_reparented() helperOleg Nesterov2008-04-301-1/+1