aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-05-01ntp: NTP4 user space bits updateRoman Zippel1-44/+47
2008-05-01ntp: cleanup ntp.cRoman Zippel1-82/+91
2008-05-01remove div_long_long_remRoman Zippel3-20/+22
2008-05-01rename div64_64 to div64_u64Roman Zippel2-5/+5
2008-05-01convert a few do_div usersRoman Zippel2-39/+15
2008-05-01Fix cpu hotplug problem in softirq codeChristian Borntraeger1-8/+12
2008-05-01module: add MODULE_STATE_GOING notifier callPeter Oberparleiter1-4/+7
2008-05-01module: Enhance verify_export_symbolsRusty Russell1-24/+24
2008-05-01module: set unused_gpl_crcs instead of overwriting unused_crcsRusty Russell1-1/+2
2008-05-01module: neaten __find_symbol, rename to find_symbolRusty Russell1-121/+125
2008-05-01module: reduce module image and resident sizeRusty Russell1-1/+2
2008-05-01module: make module_sect_attrs private to kernel/module.cRusty Russell1-1/+15
2008-04-30Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6Linus Torvalds3-216/+0
2008-04-30Merge branches 'release', 'acpica', 'bugzilla-10224', 'bugzilla-9772', 'bugzilla-9916', 'ec', 'eeepc', 'idle', 'misc', 'pm-legacy', 'sysfs-links-2.6.26', 'thermal', 'thinkpad' and 'video' into releaseLen Brown55-1378/+5030
2008-04-30kernel: replace remaining __FUNCTION__ occurrencesHarvey Harrison2-3/+3
2008-04-30add hrtimer specific debugobjects codeThomas Gleixner2-23/+171
2008-04-30debugobjects: add timer specific object debugging codeThomas Gleixner1-8/+145
2008-04-30alloc_uid: cleanupAndrew Morton1-16/+2
2008-04-30printk: don't read beyond string arguments' terminating zeroMarkus Armbruster1-1/+1
2008-04-30Basic braille screen reader supportSamuel Thibault1-24/+66
2008-04-30mm: bdi: add separate writeback accounting capabilityMiklos Szeredi1-1/+1
2008-04-30pidns: make pid->level and pid_ns->level unsignedPavel Emelyanov1-1/+1
2008-04-30make marker_debug staticAdrian Bunk1-1/+1
2008-04-30pids: sys_getpgid: fix unsafe *pid usage, s/tasklist/rcu/Oleg Nesterov1-15/+21
2008-04-30pids: sys_getsid: fix unsafe *pid usage, fix possible 0 instead of -ESRCHOleg Nesterov1-13/+20
2008-04-30pids: __set_special_pids: use change_pid() helperOleg Nesterov1-4/+2
2008-04-30pids: sys_setpgid: use change_pid() helperOleg Nesterov1-2/+1
2008-04-30pids: introduce change_pid() helperOleg Nesterov1-5/+16
2008-04-30pids: de_thread: don't clear session/pgrp pids for the old leaderOleg Nesterov1-1/+0
2008-04-30Deprecate find_task_by_pid()Pavel Emelyanov2-7/+1
2008-04-30Use find_task_by_vpid in taskstatsPavel Emelyanov1-3/+3
2008-04-30free_pidmap: turn it into free_pidmap(struct upid *)Oleg Nesterov1-6/+7
2008-04-30tty: The big operations reworkAlan Cox1-2/+2
2008-04-30ptrace: permit ptracing of /sbin/initOleg Nesterov1-8/+0
2008-04-30ptrace: ptrace_attach: use send_sig_info() instead force_sig_specific()Oleg Nesterov1-2/+1
2008-04-30ptrace: __ptrace_unlink: use the ptrace_reparented() helperOleg Nesterov1-1/+1
2008-04-30ptrace: introduce ptrace_reparented() helperOleg Nesterov1-5/+4
2008-04-30document de_thread() with exit_notify() connectionOleg Nesterov1-0/+1
2008-04-30reparent_thread: use same_thread_group()Oleg Nesterov1-1/+1
2008-04-30ptrace: introduce task_detached() helperOleg Nesterov1-20/+25
2008-04-30signals: add set_restore_sigmaskRoland McGrath2-3/+2
2008-04-30signals: allow the kernel to actually kill /sbin/initOleg Nesterov1-1/+4
2008-04-30signals: fix /sbin/init protection from unwanted signalsOleg Nesterov1-3/+6
2008-04-30signals: check_kill_permission: remove tasklist_lockOleg Nesterov1-2/+0
2008-04-30signals: check_kill_permission: check session under tasklist_lockOleg Nesterov1-5/+19
2008-04-30signals: send_signal: be paranoid about signalfd_notify()Oleg Nesterov1-7/+1
2008-04-30signals: document CLD_CONTINUED notification mechanicsOleg Nesterov1-1/+10
2008-04-30signals: fold sig_ignored() into handle_stop_signal()Oleg Nesterov1-15/+17
2008-04-30signals: cleanup the usage of print_fatal_signal()Oleg Nesterov1-2/+3
2008-04-30signals: handle_stop_signal: don't worry about SIGKILLOleg Nesterov1-6/+0