summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2014-08-28net: Update sk_buff flag bit availability comment.David S. Miller1-1/+1
2014-08-28KVM: Introduce gfn_to_hva_memslot_protChristoffer Dall1-0/+2
2014-08-27ASoC: rt5677: Add DMIC2 clock selectionBard Liao1-0/+8
2014-08-27param: check for tainting before calling set op.Rusty Russell1-16/+0
2014-08-27module: add module_param_unsafe and module_param_named_unsafeJani Nikula1-0/+18
2014-08-27module: make it possible to have unsafe, tainting module paramsJani Nikula1-9/+35
2014-08-27module: rename KERNEL_PARAM_FL_NOARG to avoid confusionJani Nikula1-1/+1
2014-08-27drm/ttm: move fpfn and lpfn into each placement v2Christian König2-24/+19
2014-08-27regulator: da9211: support device treeJames Ban1-1/+1
2014-08-27Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/evalenti...Zhang Rui1-0/+83
2014-08-27[media] dm644x_ccdc: use unsigned long for fpc_table_addrMauro Carvalho Chehab1-1/+1
2014-08-26netfilter: nfnetlink_acct: add filter support to nfacct counter list/resetAlexey Perevalov1-0/+8
2014-08-26percpu: Remove __this_cpu_ptrChristoph Lameter1-3/+0
2014-08-26net: Replace get_cpu_var through this_cpu_ptrChristoph Lameter2-4/+4
2014-08-26scheduler: Replace __get_cpu_var with this_cpu_ptrChristoph Lameter1-2/+2
2014-08-26cfg80211: allow passing frame type to cfg80211_inform_bss()Johannes Berg1-2/+18
2014-08-26cfg80211: clarify BSS probe response vs. beacon dataJohannes Berg2-2/+16
2014-08-26mac80211: don't resize skbs needlesslyIdo Yariv1-1/+4
2014-08-26mac80211: Fix accounting of the tailroom-needed counterIdo Yariv1-2/+5
2014-08-26ieee80211: Support parsing TPC report element in action framesAndrei Otcheretianski1-0/+65
2014-08-26cfg80211: remove @gfp parameter from cfg80211_rx_mgmt()Vladimir Kondratiev1-2/+1
2014-08-26crypto: drbg - fix maximum value checks on 32 bit systemsStephan Mueller1-0/+13
2014-08-26linux/pagemap.h: Fixed a typo in a code comment.Raymond L. Rivera1-1/+1
2014-08-26dma-mapping: Provide write-combine allocationsThierry Reding2-8/+26
2014-08-26net: make skb an optional parameter for__skb_flow_dissect()WANG Cong1-2/+2
2014-08-26net: Remove ndo_xmit_flush netdev operation, use signalling instead.David S. Miller2-23/+4
2014-08-26mtd: nand: omap: Revert to using software ECC by defaultRoger Quadros1-2/+11
2014-08-26Merge branch 'drm-next-3.18' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie1-0/+19
2014-08-26Merge tag 'drm-intel-next-2014-08-08' of git://anongit.freedesktop.org/drm-in...Dave Airlie2-0/+12
2014-08-26Merge tag 'topic/core-stuff-2014-08-15' of git://anongit.freedesktop.org/drm-...Dave Airlie4-9/+32
2014-08-26net/mlx4: Use is_kdump_kernel() to detect kdump kernelAmir Vadai1-1/+2
2014-08-26Merge tag 'nfs-for-3.17-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-0/+1
2014-08-26Merge tag 'trace-fixes-v3.17-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-3/+11
2014-08-26iio:trigger: modify return value for iio_trigger_getSrinivas Pandruvada1-1/+3
2014-08-25Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville2-3/+38
2014-08-25Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville2-1/+2
2014-08-25usbip: move usbip kernel code out of stagingValentina Manea1-0/+26
2014-08-25crypto: drbg - remove configuration of fixed valuesStephan Mueller1-13/+6
2014-08-25crypto: sha-mb - multibuffer crypto infrastructureTim Chen2-0/+121
2014-08-25sched: Add function single_task_running to let a task check if it is the only...Tim Chen1-0/+1
2014-08-25netfilter: HAVE_JUMP_LABEL instead of CONFIG_JUMP_LABELZhouyi Zhou1-2/+3
2014-08-25HID: uhid: report to user-space whether reports are numberedDavid Herrmann1-0/+11
2014-08-25HID: uhid: implement SET_REPORTDavid Herrmann1-0/+17
2014-08-25HID: uhid: keep legacy definitions at the bottom of uhid.hDavid Herrmann1-39/+62
2014-08-25HID: uhid: add ABI compatible UHID_GET_REPORT replacing UHID_FEATUREDavid Herrmann1-2/+21
2014-08-25net: Add ops->ndo_xmit_flush()David S. Miller1-0/+35
2014-08-25random32: improvements to prandom_bytesDaniel Borkmann1-2/+2
2014-08-25udp: additional GRO supportTom Herbert1-0/+18
2014-08-25net: add gro_compute_pseudo functionsTom Herbert2-0/+16
2014-08-25net: skb_gro_checksum_* functionsTom Herbert1-2/+74