aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2008-07-01drivers/macintosh: Various cleanupsGravatar Adrian Bunk 1-1/+0
2008-07-01powerpc: Only demote individual slices rather than whole processGravatar Paul Mackerras 1-0/+6
2008-06-30powerpc: Add cputable entry for POWER7Gravatar Michael Neuling 1-2/+10
2008-06-30powerpc: Fix copy-and-paste error in clrsetbits_le16Gravatar Scott Wood 1-1/+1
2008-06-30powerpc: Get rid of bitfields in ppc_bat structGravatar Becky Bruce 1-17/+2
2008-06-30powerpc: Change BAT code to use phys_addr_tGravatar Becky Bruce 1-0/+9
2008-06-30powerpc: Silly spelling fix in pgtable-ppc32Gravatar Becky Bruce 1-2/+2
2008-06-30powerpc: Provide dummy crash_shutdown_registerGravatar Arnd Bergmann 1-1/+12
2008-06-30powerpc: Free a PTE bit on ppc64 with 64K pagesGravatar Benjamin Herrenschmidt 3-3/+16
2008-06-30powerpc: Implement OF PCI address accessors stubs for CONFIG_PCI=nGravatar Anton Vorontsov 1-0/+16
2008-06-30powerpc: Optimise smp_wmb on 64-bit processorsGravatar Nick Piggin 1-3/+10
2008-06-30Merge branch 'linux-2.6'Gravatar Paul Mackerras 78-168/+431
2008-06-30Merge branch 'next' of master.kernel.org:/pub/scm/linux/kernel/git/jwboyer/po...Gravatar Paul Mackerras 1-0/+3
2008-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/v4l-dvbGravatar Linus Torvalds 3-3/+8
2008-06-29Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Gravatar Linus Torvalds 1-4/+2
2008-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixesGravatar Linus Torvalds 3-3/+2
2008-06-29Merge branch 'audit.b52' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+1
2008-06-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 2-3/+1
2008-06-27kbuild: fix a.out.h export to userspace with O= build.Gravatar David Woodhouse 3-3/+2
2008-06-26V4L/DVB (8092): videodev: simplify and fix standard enumerationGravatar Hans Verkuil 1-2/+2
2008-06-26V4L/DVB (8048): saa7134: Fix entries for Avermedia A16d and Avermedia E506Gravatar Tim Farrington 1-0/+1
2008-06-26V4L/DVB (8007): cx18/cx25840: the S-Video LUMA input can use all In1-In8 inputsGravatar Hans Verkuil 1-1/+5
2008-06-26powerpc/QE: use arch_initcall to probe QUICC Engine GPIOsGravatar Anton Vorontsov 1-1/+0
2008-06-26powerpc/cpm: Remove !CONFIG_PPC_CPM_NEW_BINDING codeGravatar Kumar Gala 2-46/+0
2008-06-26powerpc/e500mc: flush L2 on NAP for e500mcGravatar Kumar Gala 2-4/+21
2008-06-26powerpc/85xx: add DOZE/NAP support for e500 coreGravatar Kumar Gala 4-6/+10
2008-06-25thermal: Create CONFIG_THERMAL_HWMON=nGravatar Rene Herman 1-4/+2
2008-06-24[PATCH] remove useless argument type in audit_filter_user()Gravatar Peng Haitao 1-1/+1
2008-06-24Merge branch 'kvm-updates-2.6.26' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 6-23/+62
2008-06-24Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-4/+0
2008-06-24KVM: Remove now unused structs from kvm_para.hGravatar Gerd Hoffmann 1-18/+0
2008-06-24KVM: Make kvm host use the paravirt clocksource structsGravatar Gerd Hoffmann 1-1/+3
2008-06-24x86: Make xen use the paravirt clocksource structs and functionsGravatar Gerd Hoffmann 1-4/+3
2008-06-24x86: Add structs and functions for paravirt clocksourceGravatar Gerd Hoffmann 2-0/+55
2008-06-24xen: remove support for non-PAE 32-bitGravatar Jeremy Fitzhardinge 1-4/+0
2008-06-24KVM: close timer injection race window in __vcpu_runGravatar Marcelo Tosatti 1-0/+1
2008-06-23alpha: fix compile error in arch/alpha/mm/init.cGravatar Thorsten Kranzkowski 1-0/+2
2008-06-23tty_driver: Update required method documentationGravatar Alan Cox 1-3/+2
2008-06-23[patch 4/4] flock: remove unused fields from file_lock_operationsGravatar Denis V. Lunev 1-2/+0
2008-06-23[patch 2/4] fs: make struct file arg to d_path constGravatar Jan Engelhardt 1-1/+1
2008-06-21Add return value to reserve_bootmem_node()Gravatar Bernhard Walle 1-1/+1
2008-06-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Gravatar Linus Torvalds 2-0/+17
2008-06-20netns: Don't receive new packets in a dead network namespace.Gravatar Eric W. Biederman 1-0/+11
2008-06-20alpha: fix compile failures with gcc-4.3 (bug #10438)Gravatar Ivan Kokshaysky 6-22/+22
2008-06-20alpha: fix module load failures on smp (bug #10926)Gravatar Ivan Kokshaysky 1-1/+71
2008-06-20Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 2-3/+4
2008-06-19ipv6: Drop packets for loopback address from outside of the box.Gravatar YOSHIFUJI Hideaki 1-0/+6
2008-06-19x86, geode: add a VSA2 ID for General SoftwareGravatar Jordan Crouse 1-2/+2
2008-06-19Blackfin Serial Driver: Use timer to poll CTS PIN instead of workqueue.Gravatar Sonic Zhang 5-5/+5
2008-06-19Blackfin arch: fix typo error in bf548 serial header fileGravatar Sonic Zhang 1-2/+2