summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2012-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2012-04-02regulator: fixed: Support for open drain gpio pinLaxman Dewangan
2012-04-02Merge branch 'paul' (Fixups from Paul Gortmaker)Linus Torvalds
2012-04-02asm-generic: add linux/types.h to cmpxchg.hPaul Gortmaker
2012-04-02firewire: restore the device.h include in linux/firewire.hPaul Gortmaker
2012-04-02avr32: fix build failures from mis-naming of atmel_nand.hPaul Gortmaker
2012-04-02Merge branch 'for-next' of git://gitorious.org/kernel-hsi/kernel-hsiLinus Torvalds
2012-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds
2012-04-02Merge tag 'for-linus' of git://github.com/rustyrussell/linuxLinus Torvalds
2012-04-02drm/i915: disable ppgtt on snb when dmar is enabledDaniel Vetter
2012-04-02net: Report dev->promiscuity in netlink reports.Ben Greear
2012-04-02net: remove unused icmp_ioctl() definition.Rami Rosen
2012-04-02netlink: Delete all NLA_PUT*() macros.David S. Miller
2012-04-02xfrm: Stop using NLA_PUT*().David S. Miller
2012-04-02netlink: Add nla_put_le{16,32,64}() helpers.David S. Miller
2012-04-02ipset: Stop using NLA_PUT*().David S. Miller
2012-04-02netlink: Add nla_put_net{16,32,64}() helpers.David S. Miller
2012-04-01netlink: Add nla_put_be{16,32,64}() helpers.David S. Miller
2012-04-01Merge branch 'for-3.5' of ../cgroup into block/for-3.5/core-mergedTejun Heo
2012-04-01cgroup: make css->refcnt clearing on cgroup removal optionalTejun Heo
2012-04-01cgroup: use negative bias on css->refcnt to block css_tryget()Tejun Heo
2012-04-01cgroup: implement cgroup_rm_cftypes()Tejun Heo
2012-04-01cgroup: introduce struct cfentTejun Heo
2012-04-01cgroup: remove cgroup_add_file[s]()Tejun Heo
2012-04-01cgroup: implement cgroup_add_cftypes() and friendsTejun Heo
2012-04-01cgroup: build list of all cgroups under a given cgroupfs_rootTejun Heo
2012-04-01CIFS: Fix VFS lock usage for oplocked filesPavel Shilovsky
2012-04-01regulator: Add TPS65090 regulator driverVenu Byravarasu
2012-04-01mfd: Add s5m regulator operation modeSangbeom Kim
2012-04-01ASoC: dapm: Remove SND_SOC_DAPM_MICBIAS_E()Mark Brown
2012-04-01ASoC: max98095: add jack detectionRhyland Klein
2012-04-01ASoC: core: Use driver core probe deferralMark Brown
2012-04-01ASoC: jack: Push locking for jacks down to the jackMark Brown
2012-04-01ASoC: dapm: Add regulator member to struct dapm_widgetLiam Girdwood
2012-04-01ASoC: dapm: Rename dapm mutex subclass to better match usageLiam Girdwood
2012-04-01ASoC: core: Rename card mutex subclass to better align with usageLiam Girdwood
2012-04-01ASoC: dapm: Add platform stream event supportLiam Girdwood
2012-04-01ASoC: core: Add platform DAI widget mappingLiam Girdwood
2012-04-01ASoC: dapm: Use DAPM mutex for DAPM ops instead of codec mutexLiam Girdwood
2012-04-01ASoC: core: Add card mutex locking subclassesLiam Girdwood
2012-03-31Merge branch 's3-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/am...Linus Torvalds
2012-03-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-03-31Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2012-03-31Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/s...Linus Torvalds
2012-03-31ext3: move headers to fs/ext3/Al Viro
2012-03-31migrate ext2_fs.h guts to fs/ext2/ext2.hAl Viro
2012-03-31new helper: ext2_image_size()Al Viro
2012-03-31ext2: No longer export ext2_fs.h to user spaceThierry Reding
2012-03-31tracing, sched, vfs: Fix 'old_pid' usage in trace_sched_process_exec()Oleg Nesterov
2012-03-31uprobes/core: Optimize probe hits with the help of a counterSrikar Dronamraju