summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2012-05-29hpfs: get rid of bitfields endianness wanking in extended_attributeAl Viro-34/+35
2012-05-29fs: fix inode.c kernel-doc warningsRandy Dunlap-2/+1
2012-05-29hpfs: endianness bugsAl Viro-3/+3
2012-05-29btrfs: trivial endianness annotationsAl Viro-7/+8
2012-05-29ocfs2: kill endianness abuses in blockcheck.cAl Viro-20/+22
2012-05-29ocfs2: deal with __user misannotationsAl Viro-21/+16
2012-05-29ocfs2: trivial endianness misannotationsAl Viro-5/+5
2012-05-29affs: bury unused macrosAl Viro-8/+0
2012-05-29kill v9fs_dentry_from_dir_inode()Al Viro-21/+3
2012-05-29selinuxfs snprintf() misusesAl Viro-29/+7
2012-05-29ceph: move encode_fh to new APISage Weil-13/+21
2012-05-29->encode_fh() API changeAl Viro-140/+94
2012-05-29ubifs: use generic_fillattr()Al Viro-10/+1
2012-05-29xfs: switch to proper __bitwise type for KM_... flagsAl Viro-19/+20
2012-05-29switch utimes() to fget_light/fput_lightAl Viro-2/+3
2012-05-29switch statfs to fget_light/fput_lightAl Viro-2/+3
2012-05-29switch flock to fget_light/fput_lightAl Viro-2/+3
2012-05-29switch signalfd4() to fget_light/fput_lightAl Viro-3/+4
2012-05-29switch fcntl to fget_raw_light/fput_lightAl Viro-25/+17
2012-05-29switch xattr syscalls to fget_light/fput_lightAl Viro-8/+12
2012-05-29switch readdir/getdents to fget_light/fput_lightAl Viro-38/+28
2012-05-29switch do_fsync() to fget_light()Al Viro-2/+3
2012-05-29Merge branch 'x86-trampoline-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds-613/+774
2012-05-29drop_monitor: Add module alias to enable automatic module loadingNeil Horman-0/+1
2012-05-29genetlink: Build a generic netlink family module aliasNeil Horman-3/+5
2012-05-29net: add MODULE_ALIAS_NET_PF_PROTO_NAMENeil Horman-0/+3
2012-05-29r6040: Do a Proper deinit at errorpath and also when driver unloads (calling ...Devendra Naga-0/+5
2012-05-29r6040: disable pci device if the subsequent calls (after pci_enable_device) f...Devendra Naga-4/+6
2012-05-29perf ui browser: Stop using 'self'Arnaldo Carvalho de Melo-320/+320
2012-05-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-edacLinus Torvalds-1468/+1981
2012-05-29Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds-3742/+4510
2012-05-29Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds-89/+44
2012-05-29perf annotate browser: Read perf config file for settingsArnaldo Carvalho de Melo-0/+60
2012-05-29Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds-2548/+4693
2012-05-29perf config: Allow '_' in config file variable namesArnaldo Carvalho de Melo-1/+1
2012-05-29perf annotate browser: Make feature toggles globalArnaldo Carvalho de Melo-35/+66
2012-05-29perf annotate browser: The idx_asm field should be used in asm only viewArnaldo Carvalho de Melo-1/+5
2012-05-29drivers/rtc/rtc-s3c.c: fix compiler warningSachin Kamat-1/+1
2012-05-29drivers/rtc/rtc-tegra.c: clean up probe/remove routinesHannu Heikkinen-37/+13
2012-05-29drivers/rtc/rtc-pl031.c: remove RTC timer interrupt handlingRajkumar Kasirajan-11/+3
2012-05-29drivers/rtc/rtc-lpc32xx.c: add device tree supportRoland Stigge-1/+26
2012-05-29drivers/rtc/rtc-m41t93.c: don't let get_time() reset M41T93_FLAG_OFNikolaus Voss-19/+27
2012-05-29rtc: ds1307: add trickle charger supportWolfram Sang-3/+38
2012-05-29rtc: ds1307: remove superfluous initializationWolfram Sang-1/+0
2012-05-29rtc: rename CONFIG_RTC_MXC to CONFIG_RTC_DRV_MXCFabio Estevam-4/+4
2012-05-29drivers/rtc/Kconfig: place RTC_DRV_IMXDI and RTC_MXC under "on-CPU RTC drivers"Fabio Estevam-21/+21
2012-05-29drivers/rtc/rtc-pcf8563.c: add RTC_VL_READ/RTC_VL_CLR ioctl featureAlexander Stein-1/+43
2012-05-29rtc: add ioctl to get/clear battery low voltage statusAlexander Stein-0/+3
2012-05-29drivers/rtc/rtc-ep93xx.c: convert to use module_platform_driver()H Hartley Sweeten-18/+6
2012-05-29rtc/spear: add Device Tree probing capabilityViresh Kumar-0/+27