summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2014-08-28ARM: tegra: remove unused tegra_emc.hRasmus Villemoes1-34/+0
2014-08-28treewide: fix synchronize_rcu() in commentsJesper Dangaard Brouer1-1/+1
2014-08-28percpu: Resolve ambiguities in __get_cpu_var/cpumask_var_tChristoph Lameter1-0/+11
2014-08-28regulator: fix kernel-doc warnings in header filesRandy Dunlap2-0/+3
2014-08-28dma-buf/fence: Fix one more kerneldoc warningThierry Reding1-0/+1
2014-08-28net: phy: bcm7xxx: add BCM7250 and BCM7364 PHY entriesFlorian Fainelli1-0/+2
2014-08-28net: phy: broadcom: add new Broadcom OUIFlorian Fainelli1-1/+1
2014-08-28net: phy: broadcom: fix PHY_BCM_OUI_4Florian Fainelli1-1/+1
2014-08-28net: dsa: allow switches to work without taggingFlorian Fainelli1-3/+3
2014-08-28net: phy: provide stub for fixed_phy_set_link_updateFlorian Fainelli1-8/+9
2014-08-28net: dsa: reduce number of protocol hooksFlorian Fainelli1-16/+12
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-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-27regulator: da9211: support device treeJames Ban1-1/+1
2014-08-26percpu: Remove __this_cpu_ptrChristoph Lameter1-3/+0
2014-08-26scheduler: Replace __get_cpu_var with this_cpu_ptrChristoph Lameter1-2/+2
2014-08-26ieee80211: Support parsing TPC report element in action framesAndrei Otcheretianski1-0/+65
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 Reding1-0/+26
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-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-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-25net: Add ops->ndo_xmit_flush()David S. Miller1-0/+35
2014-08-25random32: improvements to prandom_bytesDaniel Borkmann1-2/+2
2014-08-25net: skb_gro_checksum_* functionsTom Herbert1-2/+74
2014-08-25Merge tag 'gpio-v3.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds1-2/+2
2014-08-25Merge branch 'rfc/perf' into perf/core, because it's ready for inclusionIngo Molnar1-9/+8
2014-08-25Merge branch 'linus' into perf/core, to fix conflictsIngo Molnar255-2286/+7421
2014-08-24netfilter: ipset: Fix warn: integer overflows 'sizeof(*map) + size * set->dsize'Jozsef Kadlecsik1-0/+1
2014-08-24perf: Add PERF_EVENT_STATE_EXIT state for events with exited taskJiri Olsa1-0/+1
2014-08-23net: Allow raw buffers to be passed into the flow dissector.David S. Miller1-6/+12
2014-08-23net: phy: bcm7xxx: enable EEE at the PHY levelFlorian Fainelli1-0/+3
2014-08-23net: phy: export phy_{read,write}_mmd_indirectFlorian Fainelli1-0/+27
2014-08-23net: phy: broadcom: move shadow 0x1C register accessors to brcmphy.hFlorian Fainelli1-0/+20
2014-08-23net: phy: broadcom: extract all registers to brcmphy.hFlorian Fainelli1-0/+103
2014-08-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-5/+14
2014-08-23pata_platform: Remove useless irq_flags fieldAlexander Shiyan1-5/+0
2014-08-23tcp: improve undo on timeoutYuchung Cheng1-1/+1
2014-08-23nfs: don't sleep with inode lock in lock_and_join_requestsWeston Andros Adamson1-0/+1
2014-08-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-1/+0
2014-08-23f2fs: use macro for code readabilityChao Yu1-3/+10