aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-06-18gru: support for asynchronous gru instructionsJack Steiner
2009-06-18gru: support instruction completion interruptsJack Steiner
2009-06-18gru: check context state on reloadJack Steiner
2009-06-18gru: fix handling of mesq failuresJack Steiner
2009-06-18gru: support contexts with zero dsrs or cbrsJack Steiner
2009-06-18gru: change resource assignment for kernel threadsJack Steiner
2009-06-18gru: support cch_allocate for kernel threadsJack Steiner
2009-06-18gru: change context load and unloadJack Steiner
2009-06-18gru: dynamic allocation of kernel contextsJack Steiner
2009-06-18gru: dump chiplet stateJack Steiner
2009-06-18gru: bug fixes for GRU exception handlingJack Steiner
2009-06-18kexec: sysrq: simplify sysrq-c handlerNeil Horman
2009-06-18w1-gpio: add external pull-up enable callbackDaniel Mack
2009-06-18dma-mapping: ia64: add CONFIG_DMA_API_DEBUG supportFUJITA Tomonori
2009-06-18dma-mapping: ia64: use asm-generic/dma-mapping-common.hFUJITA Tomonori
2009-06-18dma-mapping: x86: use asm-generic/dma-mapping-common.hFUJITA Tomonori
2009-06-18dma-mapping: add asm-generic/dma-mapping-common.hFUJITA Tomonori
2009-06-18gcov: enable GCOV_PROFILE_ALL for x86_64Peter Oberparleiter
2009-06-18gcov: add gcov profiling infrastructurePeter Oberparleiter
2009-06-18seq_file: add function to write binary dataPeter Oberparleiter
2009-06-18kernel: constructor supportPeter Oberparleiter
2009-06-18edac: Kconfig: fix the meaning of EDAC abbreviationGeunSik Lim
2009-06-18edac: add missing __devexit_p()Mike Frysinger
2009-06-18edac: cpc925 MC platform device setupHarry Ciao
2009-06-18edac: add edac_device_alloc_index()Harry Ciao
2009-06-18edac: add CPC925 Memory Controller driverHarry Ciao
2009-06-18futex: documentation: fix inconsistent description of futex list_op_pendingMatt Helsley
2009-06-18ipcns: move free_ipcs() protoAlexey Dobriyan
2009-06-18ipcns: make free_ipc_ns() staticAlexey Dobriyan
2009-06-18nsproxy: extract create_nsproxy()Alexey Dobriyan
2009-06-18ipcns: extract create_ipc_ns()Alexey Dobriyan
2009-06-18ipcns: remove useless get/put while CLONE_NEWIPCAlexey Dobriyan
2009-06-18utsns: extract creeate_uts_ns()Alexey Dobriyan
2009-06-18pidns: rewrite copy_pid_ns()Alexey Dobriyan
2009-06-18pidns: make create_pid_namespace() accept parent pidnsAlexey Dobriyan
2009-06-18pids: clean up find_task_by_pid variantsChristoph Hellwig
2009-06-18sysctl.c: remove unused variableSukanto Ghosh
2009-06-18ppdev: reduce kernel log spamMichael Buesch
2009-06-18Char: isicom: fix build warningJiri Slaby
2009-06-18drivers/char/mem.c: memory_open() cleanup: lookup minor device number from de...Adriano dos Santos Fernandes
2009-06-18ipc: use __ARCH_WANT_IPC_PARSE_VERSION in ipc/util.hArnd Bergmann
2009-06-18kthreads: simplify migration_thread() exit pathOleg Nesterov
2009-06-18kthreads: rework kthread_stop()Oleg Nesterov
2009-06-18kthreads: simplify the startup synchronizationOleg Nesterov
2009-06-18mm: exit.c reorder wait_opts to remove padding on 64 bit buildsRichard Kennedy
2009-06-18do_wait: fix the theoretical race with stop/trace/contOleg Nesterov
2009-06-18do_wait: kill the old BUG_ON, use while_each_thread()Oleg Nesterov
2009-06-18do_wait: simplify retval/tsk_result/notask_error messOleg Nesterov
2009-06-18introduce "struct wait_opts" to simplify do_wait() patchesOleg Nesterov
2009-06-18shift "ptrace implies WUNTRACED" from ptrace_do_wait() to wait_task_stopped()Oleg Nesterov