summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* KVM: Choose better candidate for directed yieldRaghavendra K T2012-07-231-0/+5
* KVM: Note down when cpu relax intercepted or pause loop exitedRaghavendra K T2012-07-231-0/+34
* KVM: remove the unused parameter of gfn_to_pfn_memslotXiao Guangrong2012-07-201-3/+2Star
* KVM: remove is_error_hpaXiao Guangrong2012-07-201-4/+0Star
* KVM: make bad_pfn static to kvm_main.cXiao Guangrong2012-07-201-1/+0Star
* KVM: using get_fault_pfn to get the fault pfnXiao Guangrong2012-07-201-4/+1Star
* KVM: Introduce hva_to_gfn_memslot() for kvm_handle_hva()Takuya Yoshikawa2012-07-181-0/+8
* KVM: Guard mmu_notifier specific code with CONFIG_MMU_NOTIFIERMarc Zyngier2012-07-031-2/+2
* KVM: use KVM_CAP_IRQ_ROUTING to protect the routing related codeMarc Zyngier2012-06-181-1/+1
* Merge branch 'for-upstream' of git://github.com/agraf/linux-2.6 into nextAvi Kivity2012-06-061-0/+3
|\
| * KVM: PPC: Book3S HV: Make the guest hash table size configurablePaul Mackerras2012-05-301-0/+3
* | KVM: Cleanup the kvm_print functions and introduce pr_XX wrappersChristoffer Dall2012-06-061-6/+12
* | KVM: Avoid wasting pages for small lpage_info arraysTakuya Yoshikawa2012-06-051-0/+3
* | Merge tag 'stable/frontswap.v16-tag' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-06-043-0/+144
|\ \
| * | frontswap: s/put_page/store/g s/get_page/loadKonrad Rzeszutek Wilk2012-05-151-8/+8
| * | mm: frontswap: core swap subsystem hooks and headersDan Magenheimer2012-05-152-0/+17
| * | mm: frontswap: add frontswap header fileDan Magenheimer2012-05-151-0/+127
* | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2012-06-041-0/+1
|\ \ \
| * | | clockevents: Make clockevents_config() a global symbolMagnus Damm2012-05-251-0/+1
* | | | Revert "mm: compaction: handle incorrect MIGRATE_UNMOVABLE type pageblocks"Linus Torvalds2012-06-041-19/+0Star
* | | | vfs: move inode stat information closer togetherLinus Torvalds2012-06-031-3/+3
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-06-031-0/+6
|\ \ \ \
| * | | | net/mlx4_core: Fix number of EQs used in ICM initialisationMarcel Apfelbaum2012-06-011-0/+6
* | | | | tty: Revert the tty locking series, it needs more workLinus Torvalds2012-06-031-14/+9Star
* | | | | Merge tag 'fbdev-updates-for-3.5' of git://github.com/schandinat/linux-2.6Linus Torvalds2012-06-021-0/+1
|\ \ \ \ \
| * \ \ \ \ Merge tag 'omapdss-for-3.5' of git://github.com/tomba/linux into fbdev-nextFlorian Tobias Schandinat2012-05-2725-138/+197
| |\ \ \ \ \
| * | | | | | fb_defio: add first_io callbackHeiko Stübner2012-04-291-0/+1
| | |_|_|/ / | |/| | | |
* | | | | | Merge tag 'for-linus-3.5-20120601' of git://git.infradead.org/linux-mtdLinus Torvalds2012-06-023-17/+27
|\ \ \ \ \ \
| * | | | | | mtd: nand: remove 'sndcmd' parameter of 'read_oob/read_oob_raw'Shmulik Ladkani2012-05-141-3/+2Star
| * | | | | | mtd: gpmi: add device tree support to gpmi-nandHuang Shijie2012-05-141-4/+4
| * | | | | | mtd: nand: add 'oob_required' argument to NAND {read,write}_page interfacesBrian Norris2012-05-141-5/+6
| * | | | | | mtd: add read_byte support to plat_nandJohn Crispin2012-05-141-0/+1
| * | | | | | mtd: nand: kill NAND_NO_AUTOINCR optionBrian Norris2012-05-141-4/+1Star
| * | | | | | mtd: driver _read() returns max_bitflips; mtd_read() returns -EUCLEANMike Dunn2012-05-141-0/+3
| * | | | | | mtd: bitflip_threshold added to mtd_info and sysfsMike Dunn2012-05-141-0/+9
| * | | | | | mtd: ecc_strength is at ecc step granularityMike Dunn2012-05-141-1/+1
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-06-013-3/+35
|\ \ \ \ \ \ \
| * | | | | | | new helper: signal_delivered()Al Viro2012-06-011-1/+1
| * | | | | | | most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from setAl Viro2012-06-012-2/+3
| * | | | | | | set_restore_sigmask() is never called without SIGPENDING (and never should be)Al Viro2012-06-011-1/+2
| * | | | | | | new helper: sigmask_to_save()Al Viro2012-06-011-0/+8
| * | | | | | | new helper: restore_saved_sigmask()Al Viro2012-06-011-0/+6
| * | | | | | | new helpers: {clear,test,test_and_clear}_restore_sigmask()Al Viro2012-06-011-0/+12
| * | | | | | | HAVE_RESTORE_SIGMASK is defined on all architectures nowAl Viro2012-06-011-0/+4
* | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-06-018-177/+63Star
|\ \ \ \ \ \ \ \
| * | | | | | | | vfs: retry last component if opening stale dentryMiklos Szeredi2012-06-011-0/+1
| * | | | | | | | fs: introduce inode operation ->update_timeJosef Bacik2012-06-011-1/+9
| * | | | | | | | switch aio and shm to do_mmap_pgoff(), make do_mmap() staticAl Viro2012-06-011-1/+1
| * | | | | | | | take security_mmap_file() outside of ->mmap_semAl Viro2012-06-011-4/+3Star
| * | | | | | | | split ->file_mmap() into ->mmap_addr()/->mmap_file()Al Viro2012-05-311-16/+20