summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2012-08-19drm/radeon: do not reenable crtc after moving vram start addressJerome Glisse3-76/+2
2012-08-19drm/radeon: fix bank tiling parameters on caymanAlex Deucher1-3/+11
2012-08-19drm/radeon: fix bank tiling parameters on evergreenAlex Deucher1-3/+11
2012-08-19drm/i915: correctly order the ring init sequenceDaniel Vetter1-2/+5
2012-08-19drm/i915: Add wait_for in init_ring_commonSean Paul1-3/+3
2012-08-19Input: eeti_ts: pass gpio value instead of IRQArnd Bergmann1-8/+13
2012-08-19ARM: pxa: remove irq_to_gpio from ezx-pcap driverArnd Bergmann1-1/+1
2012-08-19e1000e: NIC goes up and immediately goes downTushar Dave1-3/+1
2012-08-19iwlwifi: disable greenfield transmissions as a workaroundJohannes Berg1-5/+8
2012-08-19rt61pci: fix NULL pointer dereference in config_lna_gainStanislaw Gruszka1-2/+1
2012-08-19ath9k: Add PID/VID support for AR1111Mohammed Shafi Shajakhan3-0/+3
2012-08-19drm/i915: fixup seqno allocation logic for lazy_requestDaniel Vetter3-26/+28
2012-08-19rtlwifi: rtl8192cu: Change buffer allocation for synchronous readsLarry Finger2-3/+12
2012-08-19e1000: add dropped DMA receive enable back in for WoLDean Nelson1-4/+6
2012-08-19net/tun: fix ioctl() based info leaksMathias Krause1-2/+4
2012-08-19USB: kaweth.c: use GFP_ATOMIC under spin_lockDan Carpenter1-1/+1
2012-08-19caif: fix NULL pointer checkAlan Cox1-0/+3
2012-08-19bnx2: Fix bug in bnx2_free_tx_skbs().Michael Chan1-3/+3
2012-08-10pch_uart: Fix parity setting issueTomoya MORINAGA1-1/+1
2012-08-10pch_uart: Fix rx error interrupt setting issueTomoya MORINAGA1-6/+12
2012-08-10pch_uart: Fix missing break for 16 byte fifoAlan Cox1-0/+1
2012-08-10rt2x00: Add support for BUFFALO WLI-UC-GNM2 to rt2800usb.Jeongdo Son1-0/+1
2012-08-10drm/i915: prefer wide & slow to fast & narrow in DP configsJesse Barnes1-2/+2
2012-08-10USB: echi-dbgp: increase the controller wait time to come out of halt.Colin Ian King1-1/+1
2012-08-10pcdp: use early_ioremap/early_iounmap to access pcdp tableGreg Pearson1-2/+2
2012-08-10md/raid1: don't abort a resync on the first badblock.NeilBrown1-1/+4
2012-08-10virtio-blk: Use block layer provided spinlockAsias He1-6/+3
2012-08-10asus-wmi: use ASUS_WMI_METHODID_DSTS2 as default DSTS ID.Alex Hung1-6/+1
2012-08-10random: mix in architectural randomness in extract_buf()H. Peter Anvin1-24/+32
2012-08-10dm thin: fix memory leak in process_prepared_mapping error pathsJoe Thornber1-2/+3
2012-08-10dm thin: reduce endio_hook pool sizeAlasdair G Kergon1-1/+1
2012-08-10Redefine ATOMIC_INIT and ATOMIC64_INIT to drop the castsTony Luck1-1/+1
2012-08-10Input: synaptics - handle out of bounds values from the hardwareSeth Forshee1-0/+23
2012-08-10video/smscufx: fix line counting in fb_writeAlexander Holler1-1/+1
2012-08-10mfd: wm831x: Feed the device UUID into device_add_randomness()Mark Brown1-0/+8
2012-08-10rtc: wm831x: Feed the write counter into device_add_randomness()Mark Brown1-1/+23
2012-08-10random: add new get_random_bytes_arch() functionTheodore Ts'o1-5/+24
2012-08-10random: use the arch-specific rng in xfer_secondary_poolTheodore Ts'o1-9/+16
2012-08-10usb: feed USB device information to the /dev/random driverTheodore Ts'o1-0/+9
2012-08-10random: create add_device_randomness() interfaceLinus Torvalds1-0/+28
2012-08-10random: use lockless techniques in the interrupt pathTheodore Ts'o1-39/+39
2012-08-10random: make 'add_interrupt_randomness()' do something saneTheodore Ts'o2-19/+86
2012-08-10random: Adjust the number of loops when initializingH. Peter Anvin1-1/+1
2012-08-10random: Use arch-specific RNG to initialize the entropy storeTheodore Ts'o1-0/+6
2012-08-10random: Use arch_get_random_int instead of cycle counter if availLinus Torvalds1-2/+6
2012-08-10ene_ir: Fix driver initialisationLuis Henriques1-1/+2
2012-08-10lirc_sir: make device registration workJarod Wilson1-2/+58
2012-08-10floppy: Cleanup disk->queue before caling put_disk() if add_disk() was never ...Vivek Goyal1-1/+7
2012-08-04x86: Simplify code by removing a !SMP #ifdefs from 'struct cpuinfo_x86'Kevin Winchester2-6/+3
2012-08-02nouveau: Fix alignment requirements on src and dst addressesMaarten Lankhorst3-10/+175