summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* nbd: handle discard requestsPaul Clements2012-10-061-1/+5
* nbd: add set flags ioctlPaul Clements2012-10-061-4/+5
* rapidio: add destination ID allocation mechanismAlexandre Bounine2012-10-061-0/+9
* rapidio: use device lists handling on per-net basisAlexandre Bounine2012-10-061-0/+1
* rapidio: add inbound memory mapping interfaceAlexandre Bounine2012-10-062-0/+10
* rapidio: fix kerneldoc warnings after DMA support was addedAlexandre Bounine2012-10-061-1/+2
* rapidio/tsi721: modify mport name assignmentAlexandre Bounine2012-10-061-1/+2
* coredump: extend core dump note section to contain file names of mapped filesDenys Vlasenko2012-10-061-0/+1
* coredump: add a new elf note with siginfo of the signalDenys Vlasenko2012-10-061-0/+5
* compat: move compat_siginfo_t definition to asm/compat.hDenys Vlasenko2012-10-061-5/+0
* coredump: pass siginfo_t* to do_coredump() and below, not merely signrDenys Vlasenko2012-10-062-3/+3
* coredump: update coredump-related headersAlex Kelly2012-10-063-6/+5
* coredump: make core dump functionality optionalAlex Kelly2012-10-061-0/+4
* rtc_sysfs_show_hctosys(): display 0 if resume failedDavid Fries2012-10-061-1/+1
* rtc: rc5t583: add ricoh rc5t583 RTC driverVenu Byravarasu2012-10-061-0/+22
* rtc: tps65910: add RTC driver for TPS65910 PMIC RTCVenu Byravarasu2012-10-061-0/+10
* rtc: add Dallas DS2404 driverSven Schnelle2012-10-061-0/+20
* epoll: support for disabling items, and a self-test appPaton J. Lewis2012-10-061-0/+1
* genalloc: make it possible to use a custom allocation algorithmBenjamin Gaignard2012-10-061-0/+27
* idr: rename MAX_LEVEL to MAX_IDR_LEVELFengguang Wu2012-10-061-5/+5
* bitops: introduce generic {clear,set}_bit_le()Takuya Yoshikawa2012-10-061-0/+10
* backlight: add new lm3639 backlight driverG.Shark Jeong2012-10-061-0/+69
* backlight: add Backlight driver for lm3630 chipG.Shark Jeong2012-10-061-0/+57
* backlight: lp855x: add FAST bit description for LP8556Kim, Milo2012-10-061-0/+2
* sections: fix section conflicts in netAndi Kleen2012-10-061-0/+2
* sections: fix section conflicts in mm/percpu.cAndi Kleen2012-10-061-1/+1
* sections: disable const sections for PA-RISC v2Andi Kleen2012-10-061-8/+19
* audit.h: replace defines with C stubsKees Cook2012-10-061-53/+153
* Merge tag 'kvm-3.7-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2012-10-042-33/+137
|\
| * KVM: Add resampling irqfds for level triggered interruptsAlex Williamson2012-09-232-2/+15
| * KVM: make processes waiting on vcpu mutex killableMichael S. Tsirkin2012-09-171-1/+1
| * KVM: split kvm_arch_flush_shadowMarcelo Tosatti2012-09-061-1/+5
| * KVM: PPC: book3s: fix build error caused by gfn_to_hva_memslot()Gavin Shan2012-08-271-0/+6
| * Merge remote-tracking branch 'upstream/master' into queueMarcelo Tosatti2012-08-2647-95/+204
| |\
| * | KVM: introduce readonly memslotXiao Guangrong2012-08-222-7/+6
| * | KVM: introduce KVM_HVA_ERR_RO_BADXiao Guangrong2012-08-221-2/+3
| * | KVM: introduce KVM_HVA_ERR_BADXiao Guangrong2012-08-221-1/+7
| * | KVM: introduce KVM_PFN_ERR_RO_FAULTXiao Guangrong2012-08-221-0/+1
| * | KVM: introduce gfn_to_pfn_memslot_atomicXiao Guangrong2012-08-221-1/+2
| * | KVM: hide KVM_MEMSLOT_INVALID from userspaceXiao Guangrong2012-08-222-2/+12
| * | KVM: let the error pfn not depend on error codeXiao Guangrong2012-08-061-9/+15
| * | KVM: do not release the error pageXiao Guangrong2012-08-061-1/+1
| * | KVM: introduce KVM_ERR_PTR_BAD_PAGEXiao Guangrong2012-08-061-2/+7
| * | KVM: remove the unused declareXiao Guangrong2012-08-061-2/+0
| * | KVM: inline is_*_pfn functionsXiao Guangrong2012-08-061-3/+16
| * | KVM: introduce KVM_PFN_ERR_BADXiao Guangrong2012-08-061-0/+1
| * | KVM: introduce KVM_PFN_ERR_HWPOISONXiao Guangrong2012-08-061-1/+1
| * | KVM: introduce KVM_PFN_ERR_FAULTXiao Guangrong2012-08-061-1/+2
| * | KVM: Push rmap into kvm_arch_memory_slotTakuya Yoshikawa2012-08-061-1/+0
| * | Merge remote-tracking branch 'upstream' into nextAvi Kivity2012-08-05264-1911/+12947
| |\ \