aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-08-23m68knommu: include asm-generic/pgtable.hGreg Ungerer1-0/+2
2007-08-22Apply memory policies to top two highest zones when highest zone is ZONE_MOVABLEMel Gorman2-1/+19
2007-08-22selection.h: add tty_struct forward declarationAndrew Morton1-0/+2
2007-08-22m68k/mac: Make mac_hid_mouse_emulate_buttons() declaration visibleGeert Uytterhoeven1-0/+3
2007-08-22m68k: Enable arbitary speed tty supportAlan Cox3-3/+12
2007-08-22m68k: Use _AC() instead of #ifdef __ASSEMBLY__Geert Uytterhoeven2-9/+3
2007-08-22m68k: <asm/page.h> needs <linux/compiler.h>Geert Uytterhoeven1-0/+2
2007-08-22fix NULL pointer dereference in __vm_enough_memory()Alan Cox2-6/+16
2007-08-22Serial 8250: handle saving the clear-on-read bits from the LSR and MSRCorey Minyard1-0/+1
2007-08-22Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2-15/+15
2007-08-22[S390] Change atomic_read/set to inline functions with barrier semantics.Heiko Carstens1-4/+22
2007-08-22[S390] vmur: fix diag14 exceptions with addresses > 2GB.Michael Holzheu3-17/+39
2007-08-21[POWERPC] Fix PCI Device ID for MPC8544/8533 processorsKumar Gala1-2/+4
2007-08-20[SPARC64]: Need to clobber global reg vars in switch_to().David S. Miller2-15/+15
2007-08-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds1-2/+2
2007-08-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/v4l-dvbLinus Torvalds1-2/+0
2007-08-20Merge branch 'fixes-2.6.23' of git://git.kernel.org/pub/scm/linux/kernel/git/galak/powerpcLinus Torvalds1-1/+11
2007-08-20ide: add cable detection for early UDMA66 devices (take 3)Bartlomiej Zolnierkiewicz1-1/+2
2007-08-20ide: config_drive_for_dma() fixesBartlomiej Zolnierkiewicz1-1/+0
2007-08-20V4L/DVB (5968): videodev2.h: remove superfluous FBUF GLOBAL_INV_ALPHA supportHans Verkuil1-2/+0
2007-08-18Fix <math-emu/soft-fp.h> tpyoAl Viro1-1/+1
2007-08-18x86_64: Fix to keep watchdog disabled by default for i386/x86_64Daniel Gollub2-2/+4
2007-08-18i386: Fix a couple busy loops in mach_wakecpu.h:wait_for_init_deassert()Satyam Sharma2-2/+4
2007-08-18Merge master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh64-2.6Linus Torvalds1-0/+18
2007-08-18Merge master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6.23Linus Torvalds1-0/+19
2007-08-18Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6Linus Torvalds6-4/+20
2007-08-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds2-5/+4
2007-08-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds6-4/+27
2007-08-17Cross-compilation between e.g. i386 -> 64bit could break -> work around itThomas Renninger1-1/+2
2007-08-17[POWERPC] Fix FSL BookE machine check reportingBecky Bruce1-1/+11
2007-08-16[MATH-EMU]: Fix underflow exception reporting.David S. Miller4-1/+19
2007-08-16[SPARC64]: Create a HWCAP_SPARC_N2 and report it to userspace on Niagara-2.David S. Miller1-2/+8
2007-08-15[AVR32] Define mmiowb()Haavard Skinnemoen1-0/+2
2007-08-15[AVR32] Fix bogus pte_page() definitionHaavard Skinnemoen1-3/+1
2007-08-15[AVR32] Simplify pte_alloc_one{,_kernel}Haavard Skinnemoen1-20/+2
2007-08-15include/asm-avr32/pgalloc.h: kmalloc + memset conversion to kcallocMariusz Kozlowski1-7/+1
2007-08-13[NET]: Share correct feature code between bridging and bondingHerbert Xu1-0/+2
2007-08-13[IA64] SN2 needs platform specific irq_to_vector() function.Kenji Kaneshige4-1/+16
2007-08-13[IA64] Use atomic64_read to read an atomic64_t.Andreas Schwab1-2/+2
2007-08-12sched: make global code staticAdrian Bunk1-2/+0
2007-08-12Pull processor into release branchLen Brown1-1/+1
2007-08-11Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds2-1/+8
2007-08-11Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds3-2/+5
2007-08-11i386: Use global flag to disable broken local apic timer on AMD CPUs.Andi Kleen2-1/+3
2007-08-11i386: Make patching more robust, fix paravirt issueAndi Kleen1-6/+10
2007-08-11x86_64: Don't mark __exitcall as __coldAndi Kleen1-1/+1
2007-08-11changing include/asm-generic/pgtable.h for non-mmuGreg Ungerer1-35/+38
2007-08-11finish i386 and x86-64 sysdata conversionMuli Ben-Yehuda2-0/+5
2007-08-11timer: remove clockevents_unregister_notifierMiao Xie1-1/+0
2007-08-11RCU: Remove prototype for nonexistent function synchronize_idle()Josh Triplett1-1/+0