summaryrefslogtreecommitdiffstats
path: root/scripts/Makefile.host (unfollow)
Commit message (Expand)AuthorFilesLines
2008-04-17x86: define DEBUG_SIG in signal_64.cHarvey Harrison1-6/+6
2008-04-17x86: Unify argument names in signal_32|64.cHarvey Harrison2-8/+9
2008-04-17x86: move struct definitions to unifed sigframe.hHarvey Harrison4-14/+13
2008-04-17x86: use sizeof(long) to unify signal_32|64.cHarvey Harrison2-7/+6
2008-04-17x86: Use FIX_EFLAGS define in X86_64Harvey Harrison2-6/+24
2008-04-17x86: reduce trivial style differences in signal_32|64.cHarvey Harrison2-56/+55
2008-04-17x86: regparm(3) is mandatory, no need to annotateHarvey Harrison2-2/+0
2008-04-17x86: make X86_32 pt_regs members unsigned longHarvey Harrison2-5/+8
2008-04-17x86: change most X86_32 pt_regs members to unsigned longHarvey Harrison3-19/+18
2008-04-17x86: enable ACPI extended century handling for 32bitAndi Kleen1-3/+2
2008-04-17x86: add warning when RTC clock reports binaryAndi Kleen1-2/+5
2008-04-17x86: use year 2000 offset for cmos clockAndi Kleen1-11/+4
2008-04-17x86: clean up find_e820_area(), 64-bitYinghai Lu2-11/+13
2008-04-17x86: do kernel direct mapping at boot using GB pagesAndi Kleen1-5/+24
2008-04-17x86: add gbpages switchesIngo Molnar4-0/+39
2008-04-17x86: clean up the page table dumper and add 32-bit supportH. Peter Anvin3-126/+179
2008-04-17x86: add code to dump the (kernel) page tables for visual inspection by kerne...Arjan van de Ven3-0/+314
2008-04-17x86: unify arch/x86/mm/MakefileH. Peter Anvin3-20/+12
2008-04-17x86: add debug info to DEBUG_PAGEALLOCThomas Gleixner1-0/+41
2008-04-17x86 vDSO: don't map 32-bit vdso when disabledRoland McGrath1-0/+3
2008-04-17x86 vDSO: don't use disabled vDSO for signal trampolineRoland McGrath2-2/+2
2008-04-17x86: increase the kernel text limit to 512 MBIngo Molnar3-5/+5
2008-04-17x86: check vmlinux limits, 64-bitIngo Molnar3-4/+19
2008-04-17x86, pci: fix off-by-one errors in some pirq warningsBjörn Steinbrink1-6/+6
2008-04-17Linux 2.6.25v2.6.25Linus Torvalds1-1/+1
2008-04-17it821x: do not describe noraid parameter with its valuePaul Bolle1-1/+1
2008-04-17Pb1200/DBAu1200: fix bad IDE resource sizeSergei Shtylyov4-8/+9
2008-04-17Au1200: IDE driver build fixSergei Shtylyov1-8/+1
2008-04-17Au1200: kill IDE driver function prototypesSergei Shtylyov2-18/+2
2008-04-17avr32 mustn't select HAVE_IDEAdrian Bunk1-1/+0
2008-04-16AFS: Do not describe debug parameters with their valuePaul Bolle3-3/+3
2008-04-16USB: remove broken usb-serial num_endpoints checkGreg Kroah-Hartman1-0/+2
2008-04-16USB: option: Add new vendor ID and device ID for AMOI HSDPA modemtang kai1-0/+10
2008-04-16USB: support more Huawei data card product IDsfangxiaozhi2-4/+124
2008-04-16USB: option.c: add more device IDsMatthias Urlichs1-2/+9
2008-04-16USB: Obscure Maxon BP3-USB Device Support 16d8:6280 for option driverJames Cameron1-0/+3
2008-04-16[TCP]: Add return value indication to tcp_prune_ofo_queue().Vitaliy Gusev1-3/+9
2008-04-16acpi: unneccessary to scan the PCI bus already scannedyakui.zhao@intel.com2-3/+21
2008-04-16acpi thermal trip points increased to 12Krzysztof Helt2-1/+5
2008-04-16acpi: bus: check once more for an empty list after locking itChuck Ebbert1-3/+4
2008-04-16spi: spi_s3c24xx must initialize num_chipselectBen Dooks2-0/+5
2008-04-16spi: spi_s3c24xx must initialize bus_numBen Dooks1-6/+7
2008-04-16spi: spi_s3c24xx driver must init completionBen Dooks1-0/+3
2008-04-16vfs: fix possible deadlock in ext2, ext3, ext4 when using xattrsJan Kara5-6/+6
2008-04-16Documentation: correct overcommit caveat in hugetlbpage.txtNishanth Aravamudan1-4/+3
2008-04-16add "Isolate" migratetype name to /proc/pagetypeinfoKOSAKI Motohiro1-0/+1
2008-04-16Fix typos in Documentation/filesystems/seq_file.txtDmitri Vorobiev1-3/+3
2008-04-16uml: compile error fixWANG Cong1-0/+1
2008-04-16memcg: fix oops in oom handlingLi Zefan1-2/+2
2008-04-16serial: fix platform driver hotplug/coldplugKay Sievers15-1/+30