summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-01-21fs/efs: remove depends on CONFIG_EXPERIMENTALKees Cook1-2/+2
2013-01-21fs/cifs: remove depends on CONFIG_EXPERIMENTALKees Cook1-4/+4
2013-01-21fs/btrfs: remove depends on CONFIG_EXPERIMENTALKees Cook1-2/+1
2013-01-21fs/bfs: remove depends on CONFIG_EXPERIMENTALKees Cook1-2/+2
2013-01-21fs/befs: remove depends on CONFIG_EXPERIMENTALKees Cook1-2/+2
2013-01-21fs/afs: remove depends on CONFIG_EXPERIMENTALKees Cook1-4/+3
2013-01-21fs/affs: remove depends on CONFIG_EXPERIMENTALKees Cook1-2/+2
2013-01-21fs/adfs: remove depends on CONFIG_EXPERIMENTALKees Cook1-2/+2
2013-01-21fs/9p: remove depends on CONFIG_EXPERIMENTALKees Cook1-2/+1
2013-01-18debugfs: regset32: make struct debugfs_reg32 pointer constFelipe Balbi1-1/+1
2013-01-17wireless: remove conflicting version of print_hex_dump_bytesStephen Rothwell1-14/+4
2013-01-17Merge 3.9-rc4 into driver-core-nextGreg Kroah-Hartman355-2258/+9997
2013-01-17Linux 3.8-rc4v3.8-rc4Linus Torvalds1-1/+1
2013-01-17usb: converto drivers/usb/* to use module_platform_driver_probe()Fabio Porcedda10-115/+13
2013-01-17watchdog: convert drivers/watchdog/* to use module_platform_driver_probeFabio Porcedda5-57/+5
2013-01-17driver core: add helper macro for platform_driver_probe() boilerplateFabio Porcedda1-0/+18
2013-01-17Revert "drivers: base: Convert print_symbol to %pSR"Greg Kroah-Hartman1-2/+2
2013-01-17Revert "sysfs: Convert print_symbol to %pSR"Greg Kroah-Hartman1-2/+2
2013-01-17driver core: fix possible missing of device probeMing Lei1-1/+1
2013-01-17debugfs: remove redundant initialization of dentrySasha Levin1-1/+0
2013-01-17Documentation: devres: add PHY get/put functions to list of supported callsMarko Katic1-0/+4
2013-01-17drivers: base: Convert print_symbol to %pSRJoe Perches1-2/+2
2013-01-17sysfs: Convert print_symbol to %pSRJoe Perches1-2/+2
2013-01-17dma_buf: Cleanup dma_buf_fdBorislav Petkov1-5/+4
2013-01-17drivers/base/core.c: Remove two unused variables and two useless calls to kfreePeter Senna Tschudin1-4/+0
2013-01-17sysfs: Fixed a trailing white space errorBin Wang1-1/+1
2013-01-17dynamic_debug: add pr_errs before -EINVALsJim Cromie1-12/+35
2013-01-17dynamic_debug: dynamic hex dumpVladimir Kondratiev4-3/+44
2013-01-17dynamic_debug: Fix vpr_<foo> logging stylesJoe Perches1-56/+62
2013-01-17mm: remove depends on CONFIG_EXPERIMENTALKees Cook1-1/+1
2013-01-17lib: remove depends on CONFIG_EXPERIMENTALKees Cook3-3/+3
2013-01-17drivers/vlynq: remove depends on CONFIG_EXPERIMENTALKees Cook1-1/+1
2013-01-17drivers/gpu/drm/cirrus: remove depends on CONFIG_EXPERIMENTALKees Cook1-1/+1
2013-01-17drivers/edac: remove depends on CONFIG_EXPERIMENTALKees Cook1-2/+2
2013-01-17arch/tile/kvm: remove depends on CONFIG_EXPERIMENTALKees Cook1-1/+1
2013-01-17arch/microblaze/platform: remove depends on CONFIG_EXPERIMENTALKees Cook1-1/+1
2013-01-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds6-27/+45
2013-01-16Merge tag 'for-linus-v3.8-rc4' of git://oss.sgi.com/xfs/xfsLinus Torvalds7-42/+64
2013-01-16Merge tag 'pm+acpi-for-3.8-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds6-47/+9
2013-01-16xfs: recalculate leaf entry pointer after compacting a dir2 blockEric Sandeen1-2/+4
2013-01-16xfs: remove int casts from debug dquot soft limit timer assertsBrian Foster1-2/+2
2013-01-16xfs: fix the multi-segment log buffer formatMark Tinguely2-5/+15
2013-01-16xfs: fix segment in xfs_buf_item_format_segmentMark Tinguely1-5/+15
2013-01-16xfs: rename bli_format to avoid confusion with bli_formatsMark Tinguely3-24/+24
2013-01-16xfs: use b_maps[] for discontiguous buffersMark Tinguely2-9/+9
2013-01-16Tell the world we gave up on pushing CC_OPTIMIZE_FOR_SIZEKirill Smelkov1-1/+1
2013-01-16mfd, TWL4030: TWL4030 need select REGMAP_I2CChuansheng Liu1-0/+1
2013-01-16drivers/base/cpu.c: Fix typo in commentRalf Baechle1-1/+1
2013-01-16lockdep, rwsem: fix down_write_nest_lock() if !CONFIG_DEBUG_LOCK_ALLOCJiri Kosina1-1/+1
2013-01-16Merge tag 'sound-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/...Linus Torvalds10-13/+181