summaryrefslogtreecommitdiffstats
path: root/lib/extable.c (unfollow)
Commit message (Expand)AuthorFilesLines
2013-10-16misc: arm-charlcd: remove deprecated IRQF_DISABLEDMichael Opdenacker1-1/+1
2013-10-16tlclk: remove deprecated IRQF_DISABLEDMichael Opdenacker1-1/+1
2013-10-16various char drivers: remove deprecated IRQF_DISABLEDMichael Opdenacker4-8/+5
2013-10-16hpet: remove deprecated IRQF_DISABLEDMichael Opdenacker1-2/+1
2013-10-16mei: me: add Lynx Point Wellsburg work station device idTomas Winkler2-0/+2
2013-10-16misc/at25, dt: support probing at25 SPI EEPROM from DTJan Luebbe1-0/+7
2013-10-06vmw_vmci: Convert driver to use get_user_pages_fast()Jan Kara2-20/+7
2013-10-06misc: mic: Enable OSPM suspend and resume support.Dasaratharaman Chandramouli9-35/+257
2013-10-04char: hwicap: Remove unnecessary dev_set_drvdata()Michal Simek1-1/+0
2013-10-04misc: bh1780: probe from compatible stringLinus Walleij1-0/+11
2013-10-04misc: mic: Fix build issues in sample daemon.Sudeep Dutt2-11/+12
2013-10-04mei: amthif: mei_amthif_host_init: propagate errors from called functionsTomas Winkler1-4/+7
2013-10-04mei: revamp open handler countsTomas Winkler5-16/+20
2013-10-04mei: simplify mei_open error handlingTomas Winkler2-18/+21
2013-09-30Linux 3.12-rc3v3.12-rc3Linus Torvalds1-1/+1
2013-09-29Revert "perf symbols: Demangle cloned functions"Ingo Molnar1-26/+1
2013-09-28PCI: Workaround missing pci_set_master in pci driversYinghai Lu1-1/+7
2013-09-28kernel/params: fix handling of signed integer typesJean Delvare1-3/+3
2013-09-28i2c: ismt: initialize DMA bufferJames Ralston1-0/+3
2013-09-28drm/msm: use drm_gem_dumb_destroy helperRob Clark2-8/+1
2013-09-28drm/msm: deal with mach/iommu.h removalRob Clark1-2/+2
2013-09-28perf/x86: Fix PMU detection printout when no PMU is detectedIngo Molnar1-1/+1
2013-09-28drm/msm: Remove iommu include from mdp4_kms.cJoerg Roedel1-2/+0
2013-09-28drm/msm: Odd PTR_ERR usageThomas Meyer1-1/+1
2013-09-28s390: enable ARCH_USE_CMPXCHG_LOCKREFHeiko Carstens2-0/+6
2013-09-28lockref: use arch_mutex_cpu_relax() in CMPXCHG_LOOP()Heiko Carstens1-1/+9
2013-09-28mutex: replace CONFIG_HAVE_ARCH_MUTEX_CPU_RELAX with simple ifdefHeiko Carstens5-9/+5
2013-09-28misc: mic: depend on X86 for both host and card drivers.Sudeep Dutt1-2/+2
2013-09-28misc: mic: fix a warning in the IOCTL header file.Sudeep Dutt1-0/+2
2013-09-28misc: mic: cleanups for "--strict" checkpatch.Ashutosh Dixit12-167/+158
2013-09-28misc: mic: header file cleanups.Sudeep Dutt14-15/+15
2013-09-28misc: mic: host driver sysfs cleanups.Sudeep Dutt1-43/+29
2013-09-27sysfs: Allow mounting without CONFIG_NETEric W. Biederman1-4/+1
2013-09-27lockref: allow relaxed cmpxchg64 variant for lockless updatesWill Deacon1-2/+11
2013-09-27i2c: designware: 10-bit addressing mode enabling if I2C_DYNAMIC_TAR_UPDATE is...Chew, Chiau Ee1-6/+20
2013-09-27i2c: mv64xxx: Do not use writel_relaxed()Thierry Reding1-2/+2
2013-09-27i2c: mv64xxx: Fix some build warningsThierry Reding1-5/+7
2013-09-27i2c: s3c2410: fix clk_disable/clk_unprepare WARNingsKim Phillips1-2/+0
2013-09-27arm: Fix build error with context tracking callsFrederic Weisbecker2-4/+16
2013-09-27ALSA: hda - Enable internal mic on a Thinkpad machine with ALC283Kailang Yang1-1/+12
2013-09-27ALSA: hda - Fix Internal Mic boost can't control with ALC283Kailang Yang1-0/+3
2013-09-27ALSA: hda - Add documentation for CS4208 fixupsTakashi Iwai1-0/+6
2013-09-27ALSA: hda - Add fixup for MacBook Air 6,1 and 6,2 with CS4208 codecBen Whitten1-5/+67
2013-09-27x86/microcode/AMD: Fix patch level reporting for family 15hSuravee Suthikulpanit1-0/+1
2013-09-27extcon: Simplify extcon_dev_register() prototype by removing unnecessary para...Chanwoo Choi9-15/+25
2013-09-27extcon: Change field type of 'dev' in extcon_dev structureChanwoo Choi3-32/+26
2013-09-27extcon: arizona: Don't require micbias to be shifted in pdataCharles Keepax1-4/+5
2013-09-27extcon: arizona: Correct typo in headphone detect range transitionsCharles Keepax1-2/+2
2013-09-27extcon: gpio: Add support for active-low presence to detect pinsGuenter Roeck2-0/+8
2013-09-27extcon: use dev_get_platdata()Jingoo Han3-3/+3