aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAge
...
| | * | | | | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...NeilBrown2009-09-23
| | |\ \ \ \ \ \ \ \
| | | * | | | | | | | dca: registering requesters in multiple dca domainsMaciej Sosnowski2009-09-10
| | | * | | | | | | | Merge commit 'md/for-linus' into async-tx-nextDan Williams2009-09-08
| | | |\ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ \ Merge branch 'dmaengine' into async-tx-nextDan Williams2009-09-08
| | | |\ \ \ \ \ \ \ \ \
| | | | * | | | | | | | | dmaengine: kill tx_listDan Williams2009-09-08
| | | * | | | | | | | | | ioat3: ioat3.2 pci ids for Jasper ForestTom Picard2009-09-08
| | | * | | | | | | | | | dmaengine, async_tx: support alignment checksDan Williams2009-09-08
| | | * | | | | | | | | | dmaengine: cleanup unused transaction typesDan Williams2009-09-08
| | | * | | | | | | | | | dmaengine, async_tx: add a "no channel switch" allocatorDan Williams2009-09-08
| | | * | | | | | | | | | dmaengine: add fence supportDan Williams2009-09-08
| | | * | | | | | | | | | Merge branch 'md-raid6-accel' into ioat3.2Dan Williams2009-09-08
| | | |\ \ \ \ \ \ \ \ \ \
| | | | * | | | | | | | | | async_tx: add support for asynchronous RAID6 recovery operationsDan Williams2009-08-29
| | | | * | | | | | | | | | async_tx: add support for asynchronous GF multiplicationDan Williams2009-08-29
| | | | * | | | | | | | | | async_tx: remove walk of tx->parent chain in dma_wait_for_async_txDan Williams2009-08-29
| | | | * | | | | | | | | | async_tx: add sum check flagsDan Williams2009-08-29
| | | | * | | | | | | | | | async_tx: structify submission arguments, add scribbleDan Williams2009-06-03
| | | | * | | | | | | | | | async_tx: kill ASYNC_TX_DEP_ACK flagDan Williams2009-06-03
| | | | * | | | | | | | | | async_tx: rename zero_sum to valDan Williams2009-04-08
| | | | * | | | | | | | | | Merge branch 'dmaengine' into async-tx-raid6Dan Williams2009-04-08
| | | | |\ \ \ \ \ \ \ \ \ \
| * | | | \ \ \ \ \ \ \ \ \ \ Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/l...Linus Torvalds2009-09-24
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | HWPOISON: Add madvise() based injector for hardware poisoned pages v4Andi Kleen2009-09-16
| | * | | | | | | | | | | | | | HWPOISON: The high level memory error handler in the VM v7Andi Kleen2009-09-16
| | * | | | | | | | | | | | | | HWPOISON: Add PR_MCE_KILL prctl to control early kill behaviour per processAndi Kleen2009-09-16
| | * | | | | | | | | | | | | | HWPOISON: Define a new error_remove_page address space op for async truncationAndi Kleen2009-09-16
| | * | | | | | | | | | | | | | HWPOISON: Add invalidate_inode_pageWu Fengguang2009-09-16
| | * | | | | | | | | | | | | | HWPOISON: Refactor truncate to allow direct truncating of page v2Nick Piggin2009-09-16
| | * | | | | | | | | | | | | | HWPOISON: Handle hardware poisoned pages in try_to_unmapAndi Kleen2009-09-16
| | * | | | | | | | | | | | | | HWPOISON: Use bitmask/action code for try_to_unmap behaviourAndi Kleen2009-09-16
| | * | | | | | | | | | | | | | HWPOISON: Add basic support for poisoned pages in fault handler v3Andi Kleen2009-09-16
| | * | | | | | | | | | | | | | HWPOISON: Add new SIGBUS error codes for hardware poison signalsAndi Kleen2009-09-16
| | * | | | | | | | | | | | | | HWPOISON: Add support for poison swap entries v2Andi Kleen2009-09-16
| | * | | | | | | | | | | | | | HWPOISON: Export some rmap vma locking to outside worldAndi Kleen2009-09-16
| | * | | | | | | | | | | | | | HWPOISON: Add page flag for poisoned pagesAndi Kleen2009-09-16
| * | | | | | | | | | | | | | | task_struct cleanup: move binfmt field to mm_structHiroshi Shimamoto2009-09-24
| * | | | | | | | | | | | | | | include/linux/unaligned/{l,b}e_byteshift.h: fix usage for compressed kernelsAlbin Tonnerre2009-09-24
| * | | | | | | | | | | | | | | aio: ifdef fields in mm_structAlexey Dobriyan2009-09-24
| * | | | | | | | | | | | | | | linux/futex.h: place kernel types behind __KERNEL__Mike Frysinger2009-09-24
| * | | | | | | | | | | | | | | sysctl: remove "struct file *" argument of ->proc_handlerAlexey Dobriyan2009-09-24
| * | | | | | | | | | | | | | | signals: inline __fatal_signal_pendingRoland McGrath2009-09-24
| * | | | | | | | | | | | | | | fcntl: add F_[SG]ETOWN_EXPeter Zijlstra2009-09-24
| * | | | | | | | | | | | | | | signals: introduce do_send_sig_info() helperOleg Nesterov2009-09-24
| * | | | | | | | | | | | | | | exec: fix set_binfmt() vs sys_delete_module() raceOleg Nesterov2009-09-24
| * | | | | | | | | | | | | | | signals: tracehook_notify_jctl changeRoland McGrath2009-09-24
| * | | | | | | | | | | | | | | ptrace: __ptrace_detach: do __wake_up_parent() if we reap the traceeOleg Nesterov2009-09-24
| * | | | | | | | | | | | | | | memory controller: soft limit reclaim on contentionBalbir Singh2009-09-24
| * | | | | | | | | | | | | | | memory controller: soft limit organize cgroupsBalbir Singh2009-09-24
| * | | | | | | | | | | | | | | memory controller: soft limit interfaceBalbir Singh2009-09-24
| * | | | | | | | | | | | | | | memcg: remove the overhead associated with the root cgroupBalbir Singh2009-09-24
| * | | | | | | | | | | | | | | cgroups: let ss->can_attach and ss->attach do whole threadgroups at a timeBen Blum2009-09-24
| * | | | | | | | | | | | | | | cgroups: change css_set freeing mechanism to be under RCUBen Blum2009-09-24