summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* avr32: Power Management support ("standby" and "mem" modes)Haavard Skinnemoen2008-07-022-0/+4
* avr32: Add simple SRAM allocatorHaavard Skinnemoen2008-07-021-0/+30
* avr32: Use a quicklist for PTE allocation as wellHaavard Skinnemoen2008-07-021-13/+15
* avr32: Use a quicklist for PGD allocationHaavard Skinnemoen2008-07-021-12/+20
* avr32: Cover the kernel page tables in the user PGDsHaavard Skinnemoen2008-07-021-4/+10
* avr32: Store virtual addresses in the PGDHaavard Skinnemoen2008-07-022-28/+24
* avr32: Clean up and optimize the TLB operationsHaavard Skinnemoen2008-07-021-1/+0
* avr32: Move setup_platform() into chip-specific fileHaavard Skinnemoen2008-06-281-4/+0
* avr32: Kill unneeded #include <asm/pgalloc.h> from asm/mmu_context.hHaavard Skinnemoen2008-06-271-1/+0
* avr32: Add PSIF platform devicesHans-Christian Egtvedt2008-06-271-0/+1
* avr32: Add pin configuration choice to LCDC peripheralHans-Christian Egtvedt2008-06-271-1/+2
* avr32: Allow board to define oscillator ratesAlex2008-06-271-0/+6
* avr32: Provide PCI DMA mapping APIHaavard Skinnemoen2008-06-271-0/+2
* Merge branch 'kvm-updates-2.6.26' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2008-06-246-23/+62
|\
| * KVM: Remove now unused structs from kvm_para.hGerd Hoffmann2008-06-241-18/+0
| * KVM: Make kvm host use the paravirt clocksource structsGerd Hoffmann2008-06-241-1/+3
| * x86: Make xen use the paravirt clocksource structs and functionsGerd Hoffmann2008-06-241-4/+3
| * x86: Add structs and functions for paravirt clocksourceGerd Hoffmann2008-06-242-0/+55
| * KVM: close timer injection race window in __vcpu_runMarcelo Tosatti2008-06-241-0/+1
* | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2008-06-241-4/+0
|\ \
| * | xen: remove support for non-PAE 32-bitJeremy Fitzhardinge2008-06-241-4/+0
* | | alpha: fix compile error in arch/alpha/mm/init.cThorsten Kranzkowski2008-06-231-0/+2
| |/ |/|
* | tty_driver: Update required method documentationAlan Cox2008-06-231-3/+2
* | Add return value to reserve_bootmem_node()Bernhard Walle2008-06-211-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-06-212-0/+17
|\ \
| * | netns: Don't receive new packets in a dead network namespace.Eric W. Biederman2008-06-201-0/+11
| * | ipv6: Drop packets for loopback address from outside of the box.YOSHIFUJI Hideaki2008-06-191-0/+6
* | | alpha: fix compile failures with gcc-4.3 (bug #10438)Ivan Kokshaysky2008-06-206-22/+22
* | | alpha: fix module load failures on smp (bug #10926)Ivan Kokshaysky2008-06-201-1/+71
* | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2008-06-202-3/+4
|\ \ \ | | |/ | |/|
| * | x86, geode: add a VSA2 ID for General SoftwareJordan Crouse2008-06-191-2/+2
| * | x86: set PAE PHYSICAL_MASK_SHIFT to 44 bits.Jeremy Fitzhardinge2008-06-191-1/+2
* | | Blackfin Serial Driver: Use timer to poll CTS PIN instead of workqueue.Sonic Zhang2008-06-195-5/+5
* | | Blackfin arch: fix typo error in bf548 serial header fileSonic Zhang2008-06-191-2/+2
|/ /
* | Merge branch 'agp-patches' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2008-06-182-14/+6
|\ \
| * | agp: more boolean conversions.Dave Airlie2008-06-192-3/+3
| * | drivers/char/agp - use boolJoe Perches2008-06-191-11/+3
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-06-182-1/+2
|\ \ \ | |/ / |/| / | |/
| * netfilter: nf_nat: fix RCU racesPatrick McHardy2008-06-171-0/+1
| * ipv6 sit: Avoid extra need for compat layer in PRL management.YOSHIFUJI Hideaki2008-06-161-1/+1
* | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds2008-06-161-1/+6
|\ \
| * | [IA64] Fix CONFIG_IA64_SGI_UV build errorJack Steiner2008-06-161-1/+6
* | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/...Linus Torvalds2008-06-164-5/+12
|\ \ \
| * | | [POWERPC] Build fix for drivers/macintosh/mediabay.cAdrian Bunk2008-06-161-2/+10
| * | | [POWERPC] Fix rmb to order cacheable vs. noncacheableNick Piggin2008-06-161-1/+1
| * | | Merge branch 'linux-2.6' into mergePaul Mackerras2008-06-1623-42/+126
| |\ \ \
| * \ \ \ Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/jk/spuf...Paul Mackerras2008-06-162-2/+1
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | powerpc/spufs: remove class_0_dsisr from spu exception handlingLuke Browning2008-06-162-2/+1
* | | | | Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds2008-06-165-8/+7
|\ \ \ \ \
| * | | | | [MIPS] Malta: Fix build errors for 64-bit kernelsThomas Bogendoerfer2008-06-161-2/+2
OpenPOWER on IntegriCloud