aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAge
* [PATCH] splice: speedups and optimizationsJens Axboe2006-04-11
* [PATCH] pipe.c/fifo.c code cleanupsIngo Molnar2006-04-11
* [PATCH] get rid of the PIPE_*() macrosIngo Molnar2006-04-11
* [PATCH] splice: speedup __generic_file_splice_readJens Axboe2006-04-11
* [PATCH] splice: add direct fd <-> fd splicing supportJens Axboe2006-04-11
* [PATCH] splice: add optional input and output offsetsIngo Molnar2006-04-10
* [PATCH] introduce a "kernel-internal pipe object" abstractionIngo Molnar2006-04-10
* [PATCH] splice: be smarter about calling do_page_cache_readahead()Jens Axboe2006-04-10
* [PATCH] splice: optimize the splice buffer mappingJens Axboe2006-04-10
* [PATCH] splice: cleanup __generic_file_splice_read()Jens Axboe2006-04-10
* [PATCH] splice: only call wake_up_interruptible() when we really have toJens Axboe2006-04-10
* [PATCH] splice: potential !page dereferenceDave Jones2006-04-10
* [PATCH] splice: mark the io page as accessedJens Axboe2006-04-10
* [SELINUX] Fix build after ipsec decap state changes.Dave Jones2006-04-09
* Move request_standard_resources() back to before PCI probingLinus Torvalds2006-04-09
* [PATCH] x86_64: Update 32-bit system call tableAndi Kleen2006-04-09
* [PATCH] x86_64: Eliminate IA32_NR_syscalls defineAndi Kleen2006-04-09
* [PATCH] x86_64: fix CONFIG_REORDERSam Ravnborg2006-04-09
* [PATCH] x86_64: Plug GS leak in arch_prctl()John Blackwood2006-04-09
* [PATCH] i386: Remove printk about reboot fixups at rebootAndi Kleen2006-04-09
* [PATCH] x86_64: Fix drift with HPET timer enabledJordan Hargrave2006-04-09
* [PATCH] i386/x86-64: Return defined error value for bad PCI config space acce...Andi Kleen2006-04-09
* [PATCH] i386/x86_64: Check if MCFG works for the first 16 bussesAndi Kleen2006-04-09
* [PATCH] x86_64: Fixup read_mostly section on internode cache line size for vSMPRavikiran G Thirumalai2006-04-09
* [PATCH] x86_64: Don't return error for HPET initialization in initcallAndi Kleen2006-04-09
* [PATCH] x86_64: Don't export strlen twiceAndi Kleen2006-04-09
* [PATCH] x86_64: When user could have changed RIP always force IRETAndi Kleen2006-04-09
* [PATCH] x86_64: Don't run NMI watchdog during machine checksAndi Kleen2006-04-09
* [PATCH] x86_64: extra NODES_SHIFT definitionDave Hansen2006-04-09
* [PATCH] x86_64: Proper null pointer check in powernow_k8_getJacob Shin2006-04-09
* [PATCH] x86_64: Revert earlier powernow-k8 changeAndi Kleen2006-04-09
* [PATCH] i386: Consolidate modern APIC handlingAndi Kleen2006-04-09
* [PATCH] x86_64: Clear APIC feature bit when local APIC is disabledAndi Kleen2006-04-09
* [PATCH] x86-64/i386: Don't process APICs/IO-APICs in ACPI when APIC is disabled.Andi Kleen2006-04-09
* [PATCH] x86_64: Don't sanity check Type 1 PCI bus access on newer systemsAndi Kleen2006-04-09
* [PATCH] x86_64: Fix compilation with CONFIG_PCI=n / allnoconfigAndi Kleen2006-04-09
* [PATCH] i386/x86-64: Check that MCFG points to an e820 reserved areaArjan van de Ven2006-04-09
* [PATCH] x86_64: Introduce e820_all_mappedArjan van de Ven2006-04-09
* [PATCH] x86_64: Rename e820_mapped to e820_any_mappedArjan van de Ven2006-04-09
* [PATCH] x86_64: Handle empty PXMs that only contain hotplug memoryAndi Kleen2006-04-09
* [PATCH] x86_64: Reserve SRAT hotadd memory on x86-64Andi Kleen2006-04-09
* [PATCH] x86_64: Support memory hotadd without sparsememAndi Kleen2006-04-09
* [PATCH] x86_64: Clean up execve pathAndi Kleen2006-04-09
* [PATCH] x86_64: Update defconfigAndi Kleen2006-04-09
* Linux v2.6.17-rc1v2.6.17-rc1Linus Torvalds2006-04-02
* Update dummy snd_power_wait() function for new calling conventionLinus Torvalds2006-04-02
* Merge branch 'splice' of git://brick.kernel.dk/data/git/linux-2.6-blockLinus Torvalds2006-04-02
|\
| * [PATCH] splice: fix page stealing LRU handling.Jens Axboe2006-04-02
| * [PATCH] splice: page stealing needs to wait_on_page_writeback()Jens Axboe2006-04-02
| * [PATCH] splice: export generic_splice_sendpageJens Axboe2006-04-02