summaryrefslogtreecommitdiffstats
path: root/fs/Kconfig.binfmt (unfollow)
Commit message (Expand)AuthorFilesLines
2015-01-24hwmon: (i5500_temp) Convert to use ATTRIBUTE_GROUPS macroAxel Lin1-10/+3
2015-01-24hwmon: (i5500_temp) Convert to module_pci_driverAxel Lin1-12/+1
2015-01-24hwmon: (i5500_temp) Don't bind to disabled sensorsJean Delvare1-0/+9
2015-01-24hwmon: (i5500_temp) Convert to devm_hwmon_device_register_with_groupsJean Delvare1-58/+15
2015-01-24hwmon: (i5500_temp) New driver for the Intel 5500/5520/X58 chipsetsJean Delvare3-0/+212
2015-01-23Revert "platform: x86: dell-laptop: Add support for keyboard backlight"Darren Hart1-1049/+6
2015-01-23Revert "Documentation: Add entry for dell-laptop sysfs interface"Darren Hart1-60/+0
2015-01-23dm cache: fix problematic dual use of a single migration count variableJoe Thornber1-39/+50
2015-01-23dm cache: share cache-metadata object across inactive and active DM tablesJoe Thornber1-6/+95
2015-01-23of/unittest: Overlays with sub-devices testsPantelis Antoniou2-0/+94
2015-01-23KVM: x86: SYSENTER emulation is brokenNadav Amit1-19/+8
2015-01-23KVM: x86: Fix of previously incomplete fix for CVE-2014-8480Nadav Amit1-2/+2
2015-01-23arm64: dump: Fix implicit inclusion of definition for PCI_IOBASEMark Brown1-0/+1
2015-01-22MAINTAINERS: Update Richard Zhu's email addressLucas Stach1-1/+1
2015-01-22MAINTAINERS: ibmvscsi driver maintainer changeTyrel Datwyler1-1/+1
2015-01-22MAINTAINERS: ibmvfc driver maintainer changeTyrel Datwyler1-1/+1
2015-01-22MAINTAINERS: Remove self as isci maintainerDave Jiang1-1/+0
2015-01-22scsi_debug: test always evaluates to false, || should be used insteadColin Ian King1-1/+1
2015-01-22of/platform: Handle of_populate drivers in notifierPantelis Antoniou1-0/+9
2015-01-22of/overlay: Do not generate duplicate nodesPantelis Antoniou1-11/+0
2015-01-22nios2: fix kuser trampoline addressLey Foon Tan1-1/+1
2015-01-22module: make module_refcount() a signed integer.Rusty Russell3-6/+15
2015-01-22[media] omap3isp: Correctly set QUERYCAP capabilitiesSakari Ailus1-2/+5
2015-01-22[media] cx23885: fix free interrupt bugHans Verkuil1-2/+2
2015-01-22[media] pvrusb2: fix missing device_caps in querycapHans Verkuil1-11/+13
2015-01-22[media] vb2: fix vb2_thread_stop race conditionsHans Verkuil1-10/+9
2015-01-22[media] rcar_vin: Update device_caps and capabilities in querycapNobuhiro Iwamatsu1-1/+3
2015-01-22[media] soc-camera: fix device capabilities in multiple camera host driversGuennadi Liakhovetski6-7/+14
2015-01-22[media] Fix Mygica T230 supportJonathan McDowell1-1/+1
2015-01-22[media] cx23885: Split Hauppauge WinTV Starburst from HVR4400 card entryMatthias Schwarzott3-6/+29
2015-01-21[media] tlg2300: Fix media dependenciesMauro Carvalho Chehab1-0/+1
2015-01-21ARM: 8292/1: mm: fix size rounding-down of arm_add_memory() functionMasahiro Yamada1-2/+5
2015-01-21watchdog: drop owner assignment from platform_driversWolfram Sang2-2/+0
2015-01-21watchdog: imx2_wdt: Disable power down counter on bootMarkus Pargmann1-0/+9
2015-01-21watchdog: imx2_wdt: Improve power management support.Xiubo Li1-9/+22
2015-01-21btrfs: Don't call btrfs_start_transaction() on frozen fs to avoid deadlock.Qu Wenruo1-0/+10
2015-01-21btrfs: Fix the bug that fs_info->pending_changes is never cleared.Qu Wenruo1-1/+1
2015-01-21drm: fb helper should avoid sleeping in panic contextRui Wang1-2/+6
2015-01-20blk-mq: fix hctx/ctx kobject use-after-freeMing Lei2-7/+24
2015-01-20mfd: rtsx_usb: Fix runtime PM deadlockRoger Tseng1-12/+0
2015-01-20mfd: tps65218: Make INT1 our status_base registerFelipe Balbi1-0/+1
2015-01-20mfd: tps65218: Make INT[12] and STATUS registers volatileFelipe Balbi1-0/+11
2015-01-20mfd: da9052-core: Fix platform-device id collisionFabio Estevam1-1/+2
2015-01-20arm64: Add dtb files to archclean ruleJungseok Lee2-2/+1
2015-01-20VFS: Convert file->f_dentry->d_inode to file_inode()David Howells1-1/+1
2015-01-20scsi: Avoid crashing if device uses DIX but adapter does not support itEwan D. Milne1-1/+11
2015-01-20scsi_debug: use atomic allocation in resp_rsup_opcodesSasha Levin1-1/+1
2015-01-20module: fix race in kallsyms resolution during module load success.Rusty Russell1-13/+42
2015-01-20module: remove mod arg from module_free, rename module_memfree().Rusty Russell11-18/+18
2015-01-20module_arch_freeing_init(): new hook for archs before module->module_init freed.Rusty Russell7-29/+17