summaryrefslogtreecommitdiffstats
path: root/drivers (unfollow)
Commit message (Expand)AuthorFilesLines
2008-09-04x86: make get_mode_name of 64bit the same as 32bitYinghai Lu1-0/+14
2008-09-04x86: make 32bit support show_msr like 64 bitYinghai Lu1-0/+51
2008-09-04x86: remove cpu_vendor_devYinghai Lu15-106/+106
2008-09-04x86: order functions in cpu/common.c and cpu/common_64.c v2Yinghai Lu2-140/+156
2008-09-04x86: make (early)_identify_cpu more the same between 32bit and 64 bitYinghai Lu3-137/+142
2008-09-04x86: delay early cpu initialization until cpuid is doneKrzysztof Helt1-2/+2
2008-09-04x86: move mtrr cpu cap setting early in early_init_xxxxYinghai Lu3-8/+44
2008-09-04x86: unify using pci_mmcfg_insert_resourceYinghai Lu1-7/+5
2008-09-04x86: split e820 reserved entries record to late, v7Yinghai Lu1-1/+1
2008-09-04IO resources: add reserve_region_with_split()Yinghai Lu2-0/+71
2008-09-04x86: drop -funroll-loops for csum_partial_64.cAndi Kleen1-3/+0
2008-09-04x86: split e820 reserved entries record to late v4Ingo Molnar2-81/+11
2008-09-04x86: split e820 reserved entries record to late v2Yinghai Lu3-2/+98
2008-09-04x86: move dir es7000 to es7000_32.cYinghai Lu5-121/+85
2008-09-04SELinux: memory leak in security_context_to_sid_coreEric Paris1-3/+3
2008-09-03bnx2x: Accessing un-mapped pageEilon Greenstein2-19/+20
2008-09-03ath9k: Fix TX control flag use for no ACK and RTS/CTSJouni Malinen1-2/+2
2008-09-03ath9k: Fix TX status reportingJouni Malinen1-2/+10
2008-09-03iwlwifi: fix STATUS_EXIT_PENDING is not set on pci_removeGregory Greenman1-4/+7
2008-09-03iwlwifi: call apm stop on exitGregory Greenman1-1/+4
2008-09-03iwlwifi: fix Tx cmd memory allocation failure handlingTomas Winkler1-10/+17
2008-09-03iwlwifi: fix rx_chain computationTomas Winkler1-31/+46
2008-09-03iwlwifi: fix station mimo power save valuesRon Rindjunsky3-4/+2
2008-09-03iwlwifi: remove false rxon if rx chain changesMohamed Abbas1-4/+3
2008-09-03iwlwifi: fix hidden ssid discovery in passive channelsRon Rindjunsky1-1/+1
2008-09-03iwlwifi: W/A for the TSF correction in IBSSAssaf Krauss2-2/+5
2008-09-03Split up PIT part of TSC calibration from native_calibrate_tscLinus Torvalds1-61/+71
2008-09-03netxen: Remove workaround for chipset quirkDhananjay Phadke1-10/+0
2008-09-03pcnet-cs, axnet_cs: add new IDs, remove dup ID with less infoKomuro2-1/+2
2008-09-03ixgbe: initialize interrupt throttle rateAndy Gospodarek1-0/+6
2008-09-03net/usb/pegasus: avoid hundreds of diagnosticsDavid Brownell1-5/+6
2008-09-03powerpc: Fix for getting CPU number in power_save_ppc32_restore()Kumar Gala2-2/+3
2008-09-03powerpc: Fix build error with 64K pages and !hugetlbfsBenjamin Herrenschmidt1-4/+2
2008-09-03powerpc: Work around gcc's -fno-omit-frame-pointer bugTony Breeds4-7/+13
2008-09-03powerpc: Make sure _etext is after all kernel textStephen Rothwell1-3/+4
2008-09-03powerpc: Only make kernel text pages of linear mapping executablePaul Mackerras1-7/+11
2008-09-03powerpc: Fix uninitialised variable in VSX alignment codeMichael Neuling1-1/+1
2008-09-03tipc: Don't use structure names which easily globally conflict.David S. Miller19-117/+117
2008-09-03[x86] Fix TSC calibration issuesThomas Gleixner1-54/+181
2008-09-03ipsec: Fix deadlock in xfrm_state management.David S. Miller1-9/+23
2008-09-03drivers/char/random.c: fix a race which can lead to a bogus BUG()Andrew Morton1-9/+10
2008-09-03pm_qos_requirement might sleepJohn Kacur1-16/+9
2008-09-03rtc-cmos: wake again from S5Rafael J. Wysocki1-6/+32