summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-06-18gru: fix handling of mesq failuresJack Steiner1-9/+24
2009-06-18gru: support contexts with zero dsrs or cbrsJack Steiner2-6/+4
2009-06-18gru: change resource assignment for kernel threadsJack Steiner6-105/+184
2009-06-18gru: support cch_allocate for kernel threadsJack Steiner4-19/+17
2009-06-18gru: change context load and unloadJack Steiner3-7/+11
2009-06-18gru: dynamic allocation of kernel contextsJack Steiner2-29/+33
2009-06-18gru: dump chiplet stateJack Steiner5-1/+267
2009-06-18gru: bug fixes for GRU exception handlingJack Steiner6-26/+52
2009-06-18kexec: sysrq: simplify sysrq-c handlerNeil Horman1-9/+6
2009-06-18w1-gpio: add external pull-up enable callbackDaniel Mack2-0/+36
2009-06-18dma-mapping: ia64: add CONFIG_DMA_API_DEBUG supportFUJITA Tomonori2-1/+8
2009-06-18dma-mapping: ia64: use asm-generic/dma-mapping-common.hFUJITA Tomonori1-99/+3
2009-06-18dma-mapping: x86: use asm-generic/dma-mapping-common.hFUJITA Tomonori2-171/+3
2009-06-18dma-mapping: add asm-generic/dma-mapping-common.hFUJITA Tomonori1-0/+190
2009-06-18gcov: enable GCOV_PROFILE_ALL for x86_64Peter Oberparleiter6-1/+7
2009-06-18gcov: add gcov profiling infrastructurePeter Oberparleiter13-5/+1726
2009-06-18seq_file: add function to write binary dataPeter Oberparleiter2-0/+21
2009-06-18kernel: constructor supportPeter Oberparleiter7-0/+54
2009-06-18edac: Kconfig: fix the meaning of EDAC abbreviationGeunSik Lim1-1/+1
2009-06-18edac: add missing __devexit_p()Mike Frysinger1-1/+1
2009-06-18edac: cpc925 MC platform device setupHarry Ciao2-0/+99
2009-06-18edac: add edac_device_alloc_index()Harry Ciao3-2/+16
2009-06-18edac: add CPC925 Memory Controller driverHarry Ciao3-0/+1027
2009-06-18futex: documentation: fix inconsistent description of futex list_op_pendingMatt Helsley1-2/+2
2009-06-18ipcns: move free_ipcs() protoAlexey Dobriyan2-5/+2
2009-06-18ipcns: make free_ipc_ns() staticAlexey Dobriyan2-25/+24
2009-06-18nsproxy: extract create_nsproxy()Alexey Dobriyan1-12/+7
2009-06-18ipcns: extract create_ipc_ns()Alexey Dobriyan1-7/+2
2009-06-18ipcns: remove useless get/put while CLONE_NEWIPCAlexey Dobriyan1-5/+1
2009-06-18utsns: extract creeate_uts_ns()Alexey Dobriyan1-2/+11
2009-06-18pidns: rewrite copy_pid_ns()Alexey Dobriyan1-15/+3
2009-06-18pidns: make create_pid_namespace() accept parent pidnsAlexey Dobriyan1-4/+4
2009-06-18pids: clean up find_task_by_pid variantsChristoph Hellwig2-20/+3
2009-06-18sysctl.c: remove unused variableSukanto Ghosh1-3/+1
2009-06-18ppdev: reduce kernel log spamMichael Buesch1-18/+11
2009-06-18Char: isicom: fix build warningJiri Slaby1-1/+1
2009-06-18drivers/char/mem.c: memory_open() cleanup: lookup minor device number from de...Adriano dos Santos Fernandes1-70/+45
2009-06-18ipc: use __ARCH_WANT_IPC_PARSE_VERSION in ipc/util.hArnd Bergmann1-1/+1
2009-06-18kthreads: simplify migration_thread() exit pathOleg Nesterov1-10/+4
2009-06-18kthreads: rework kthread_stop()Oleg Nesterov1-41/+28
2009-06-18kthreads: simplify the startup synchronizationOleg Nesterov1-7/+4
2009-06-18mm: exit.c reorder wait_opts to remove padding on 64 bit buildsRichard Kennedy1-1/+1
2009-06-18do_wait: fix the theoretical race with stop/trace/contOleg Nesterov1-2/+2
2009-06-18do_wait: kill the old BUG_ON, use while_each_thread()Oleg Nesterov1-3/+1
2009-06-18do_wait: simplify retval/tsk_result/notask_error messOleg Nesterov1-12/+8
2009-06-18introduce "struct wait_opts" to simplify do_wait() patchesOleg Nesterov1-97/+110
2009-06-18shift "ptrace implies WUNTRACED" from ptrace_do_wait() to wait_task_stopped()Oleg Nesterov1-6/+4
2009-06-18elf_core_dump: use rcu_read_lock() to access ->real_parentOleg Nesterov2-4/+12
2009-06-18copy_process(): remove the unneeded clear_tsk_thread_flag(TIF_SIGPENDING)Oleg Nesterov1-1/+0
2009-06-18wait_task_zombie: do not use thread_group_cputime()Oleg Nesterov1-10/+6