aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-12-12printk: add Kconfig option to set default console loglevelOlof Johansson1-1/+6
2016-12-12printk/btrfs: handle more message headersPetr Mladek1-0/+2
2016-12-12printk/kdb: handle more message headersPetr Mladek1-0/+8
2016-12-12compiler-gcc.h: use "proved" instead of "proofed"Benjamin Peterson1-1/+1
2016-12-12mm, rmap: handle anon_vma_prepare() common case inlineVlastimil Babka1-1/+9
2016-12-12mm: add vfree_atomic()Andrey Ryabinin1-0/+1
2016-12-12mm: workingset: move shadow entry tracking to radix tree exceptional trackingJohannes Weiner2-39/+3
2016-12-12lib: radix-tree: update callback for changing leaf nodesJohannes Weiner1-1/+3
2016-12-12lib: radix-tree: check accounting of existing slot replacement usersJohannes Weiner1-14/+2
2016-12-12lib: radix-tree: native accounting of exceptional entriesJohannes Weiner1-3/+7
2016-12-12include/linux/backing-dev-defs.h: shrink struct backing_dev_infoAndrew Morton1-1/+1
2016-12-12mm: don't cap request size based on read-ahead settingJens Axboe1-0/+1
2016-12-12mm: cma: make linux/cma.h standalone includibleThierry Reding1-0/+3
2016-12-12mm: disable numa migration faults for dax vmasDan Williams1-0/+8
2016-12-12of/fdt: mark hotpluggable memoryReza Arbab1-0/+1
2016-12-12mm, thp: avoid unlikely branches for split_huge_pmdDavid Rientjes1-0/+2
2016-12-12prctl: remove one-shot limitation for changing exe linkStanislav Kinsburskiy1-1/+5
2016-12-12kthread: add __printf attributesNicolas Iooss1-1/+1
2016-12-12Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-11/+4
2016-12-12Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds6-41/+76
2016-12-12Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds5-43/+82
2016-12-12Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+46
2016-12-12Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-17/+45
2016-12-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds1-0/+1
2016-12-11sparc64:Support User Probes for sparcAllen Pais1-0/+1
2016-12-11Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar9-11/+41
2016-12-11Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar9-11/+41
2016-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-2/+3
2016-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-1/+2
2016-12-09udp: add batching to udp_rmem_release()Eric Dumazet1-0/+3
2016-12-09udp: copy skb->truesize in the first cache lineEric Dumazet1-1/+8
2016-12-08bpf: xdp: Allow head adjustment in XDP progMartin KaFai Lau1-2/+4
2016-12-08phy: add phy fixup unregister functionsWoojung.Huh@microchip.com1-0/+4
2016-12-08bpf: fix state equivalenceAlexei Starovoitov1-7/+7
2016-12-08udp: under rx pressure, try to condense skbsEric Dumazet1-0/+2
2016-12-08net: rfs: add a jump labelEric Dumazet1-0/+1
2016-12-08net: smmac: allow configuring lower pbl valuesNiklas Cassel1-0/+1
2016-12-08net: stmmac: add support for independent DMA pbl for tx/rxNiklas Cassel1-0/+2
2016-12-08NET: usb: cdc_mbim: add quirk for supporting Telit LE922ADaniele Palmas1-1/+2
2016-12-08kthread: Make struct kthread kmalloc'edOleg Nesterov1-0/+1
2016-12-08hotplug: Make register and unregister notifier API symmetricMichal Hocko1-11/+4
2016-12-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller4-34/+44
2016-12-06acpi, nfit, libnvdimm: fix / harden ars_status output length handlingDan Williams1-1/+1
2016-12-06netfilter: ingress: translate 0 nf_hook_slow retval to -1Florian Westphal1-1/+6
2016-12-06netfilter: x_tables: pack percpu counter allocationsFlorian Westphal1-1/+6
2016-12-06netfilter: x_tables: pass xt_counters struct to counter allocatorFlorian Westphal1-26/+1
2016-12-06netfilter: x_tables: pass xt_counters struct instead of packet counterFlorian Westphal1-5/+1
2016-12-06netfilter: decouple nf_hook_entry and nf_hook_opsAaron Conole1-4/+6
2016-12-06netfilter: introduce accessor functions for hook entriesAaron Conole1-0/+27
2016-12-06locking/ww_mutex: Use relaxed atomicsPeter Zijlstra1-1/+1