aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/xen (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2010-04-15net: dev_pick_tx() fixEric Dumazet1-2/+6
2010-04-15net: CONFIG_SMP should be CONFIG_RPSChangli Gao1-1/+1
2010-04-15net: netif_rx() must disable preemptionEric Dumazet1-10/+15
2010-04-15ALSA: hda - Add position_fix quirk for Biostar moboTakashi Iwai1-0/+1
2010-04-15ALSA: hda - add a quirk for Clevo M570U laptopJoerg Schirottke1-0/+1
2010-04-15ASoC: imx-ssi: increase minimum periods to 4Sascha Hauer1-1/+1
2010-04-15SELinux: Reduce max avtab size to avoid page allocation failuresStephen Smalley1-1/+1
2010-04-14fib: suppress lockdep-RCU false positive in FIB trie.Eric Dumazet1-1/+3
2010-04-14ixgbe: fix bug with vlan strip in promsic modeJesse Brandeburg1-43/+72
2010-04-14drivers: net: use skb_headlen()Eric Dumazet17-33/+33
2010-04-14wireless: rt2x00: rt2800usb: identify Sitecom devicesXose Vazquez Perez1-7/+4
2010-04-14ar9170usb: add a couple more USB IDsChristian Lamparter1-0/+10
2010-04-14wl1251: don't require NVS data when EEPROM is usedGrazvydas Ignotas1-2/+2
2010-04-14ath9k-htc: fix lockdep warning and kernel warning after unplugging ar9271 usb deviceMing Lei1-2/+9
2010-04-14ath9k-htc:respect usb buffer cacheline alignment in reg out pathMing Lei3-13/+16
2010-04-14ath9k-htc:respect usb buffer cacheline alignment in reg in pathMing Lei3-9/+12
2010-04-14ath9k-htc:respect usb buffer cacheline alignment in ath9k_hif_usb_alloc_rx_urbsMing Lei1-3/+3
2010-04-14ath5k: treat RXORN as non-fatalBruno Randolf2-1/+15
2010-04-14ath5k: Use high bitrates for ACK/CTSBruno Randolf3-6/+5
2010-04-14m68k: Fix asm constraints for atomic_sub_and_test() and atomic_add_negative()Geert Uytterhoeven1-2/+6
2010-04-14m68k: Fix `struct sigcontext' for ColdFireMaxim Kuvyrkov1-3/+1
2010-04-14vsprintf: Change struct printf_spec.precision from s8 to s16Joe Perches1-5/+5
2010-04-14hwmon: (applesmc) Switch maintainersHenrik Rydberg1-2/+2
2010-04-14hwmon: (applesmc) Add iMac9,1 and MacBookPro2,2 supportJustin P. Mattock1-0/+18
2010-04-14hwmon: (it87) Invalidate cache on temperature sensor changeJean Delvare1-0/+1
2010-04-14hwmon: (it87) Properly handle wrong sensor type requestsJean Delvare1-10/+10
2010-04-14hwmon: (it87) Don't arbitrarily enable temperature channelsJean Delvare1-8/+5
2010-04-14hwmon: (sht15) Properly handle the case CONFIG_REGULATOR=nJean Delvare1-1/+6
2010-04-14hwmon: (sht15) Fix sht15_calc_temp interpolation functionJerome Oufella1-3/+3
2010-04-14virtio_net: Fix mis-merge.David S. Miller1-1/+0
2010-04-14ALSA: hda - Avoid invalid "Independent HP" control for VIA codecsTakashi Iwai1-16/+23
2010-04-14ALSA: hda - Fix control element allocations in VIA codec parserTakashi Iwai1-1/+1
2010-04-14lguest: stop using KVM hypercall mechanismRusty Russell4-40/+56
2010-04-14lguest: workaround cmpxchg8b_emu by ignoring cli in the guest.Rusty Russell1-0/+12
2010-04-14tun: orphan an skb on txMichael S. Tsirkin1-0/+4
2010-04-14stmmac: updated the drv module versionGiuseppe CAVALLARO1-1/+1
2010-04-14stmmac: fix vlan support setupGiuseppe CAVALLARO2-5/+5
2010-04-14stmmac: get the descriptor structure from platformGiuseppe CAVALLARO2-4/+9
2010-04-14stmmac: new descriptor field for the driver's platformGiuseppe CAVALLARO1-0/+1
2010-04-14stmmac: fix Transmit FIFO flush operationGiuseppe CAVALLARO6-13/+12
2010-04-14stmmac: rework normal and enhanced descriptorsGiuseppe CAVALLARO12-584/+627
2010-04-14stmmac: split core and dma for the mac10/100Giuseppe CAVALLARO4-200/+234
2010-04-14ARM: 5974/1: arm/mach-at91 Makefile: remove two blanks.Ernst Schwab1-2/+2
2010-04-14rcu: Update docs for rcu_access_pointer and rcu_dereference_protectedPaul E. McKenney4-22/+58
2010-04-14rcu: Better explain the condition parameter of rcu_dereference_check()David Howells1-5/+23
2010-04-14rcu: Add rcu_access_pointer and rcu_dereference_protectedPaul E. McKenney1-0/+32
2010-04-14ARM: 6052/1: kdump: make kexec work in interrupt contextMika Westerberg1-4/+6
2010-04-14ARM: 6051/1: VFP: preserve the HW context when calling signal handlersImre Deak3-17/+111
2010-04-14ARM: 6050/1: VFP: fix the SMP versions of vfp_{sync,flush}_hwstateImre Deak1-21/+10
2010-04-14ARM: 6007/1: fix highmem with VIPT cache and DMANicolas Pitre6-20/+122