aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2012-08-27Merge 3.6-rc3 into driver-core-nextGreg Kroah-Hartman
2012-08-22Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2012-08-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds
2012-08-22Merge tag 'nfs-for-3.6-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2012-08-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-08-22introduce kref_put_mutex()Al Viro
2012-08-21Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds
2012-08-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2012-08-21mm: compaction: Abort async compaction if locks are contended or taking too longMel Gorman
2012-08-21string: do not export memweight() to userspaceWANG Cong
2012-08-22drm: Remove two unused fields from struct drm_display_modeDamien Lespiau
2012-08-21af_netlink: force credentials passing [CVE-2012-3520]Eric Dumazet
2012-08-21target: Remove unused se_cmd.cmd_spdtlRoland Dreier
2012-08-21Merge tag 'pinctrl-fixes-v3.6-rc3' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2012-08-21Merge tag 'sound-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/...Linus Torvalds
2012-08-20Merge tag 'asoc-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Takashi Iwai
2012-08-20Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2012-08-20Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2012-08-20net: ipv6: fix oops in inet_putpeer()Patrick McHardy
2012-08-20Merge git://1984.lsi.us.es/nfDavid S. Miller
2012-08-20af_packet: don't emit packet on orig fanout groupEric Leblond
2012-08-20dt: introduce for_each_available_child_of_node, of_get_next_available_childTimur Tabi
2012-08-20ALSA: fix pcm.h kernel-doc warning and notationRandy Dunlap
2012-08-17Merge tag 'staging-3.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2012-08-17Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2012-08-17PM / Sleep: introduce dpm_for_each_devMing Lei
2012-08-17pinctrl: header: trivial: declare struct deviceRichard Genoud
2012-08-16Drivers: hv: Explicitly size elements of protocol structuresK. Y. Srinivasan
2012-08-16Drivers: hv: kvp: Cleanup error handling in KVPK. Y. Srinivasan
2012-08-16Drivers: hv: Add KVP definitions for IP address injectionK. Y. Srinivasan
2012-08-16driver core: devres: introduce devres_for_each_resMing Lei
2012-08-16firmware loader: introduce cache_firmware and uncache_firmwareMing Lei
2012-08-16firmware loader: always let firmware_buf own the pages bufferMing Lei
2012-08-16iio: frequency: ADF4350: Fix potential reference div factor overflow.Michael Hennerich
2012-08-16Merge tag 'vfio-for-v3.6-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds
2012-08-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds
2012-08-16Revert "Extcon: adc_jack: adc-jack driver to support 3.5 pi or simliar devices"Greg Kroah-Hartman
2012-08-16Extcon: adc_jack: adc-jack driver to support 3.5 pi or simliar devicesanish kumar
2012-08-16platform: Add support for automatic device IDsJean Delvare
2012-08-14llc2: Fix silent failure of llc_station_init()Ben Hutchings
2012-08-14netpoll: convert several functions to boolAmerigo Wang
2012-08-14netpoll: check netpoll tx status on the right deviceAmerigo Wang
2012-08-14netpoll: take rcu_read_lock_bh() in netpoll_send_skb_on_dev()Amerigo Wang
2012-08-14netpoll: use netpoll_rx_on() in netpoll_rx()Amerigo Wang
2012-08-14netpoll: take rcu_read_lock_bh() in netpoll_rx()Amerigo Wang
2012-08-14netpoll: make __netpoll_cleanup non-blockAmerigo Wang
2012-08-14netpoll: use GFP_ATOMIC in slave_enable_netpoll() and __netpoll_setup()Amerigo Wang
2012-08-14Revert "x86-64/efi: Use EFI to deal with platform wall clock"H. Peter Anvin
2012-08-14Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2012-08-13mutex: Place lock in contended state after fastpath_lock failureWill Deacon