summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2015-04-09Merge branch 'iov_iter' into for-davemAl Viro1-0/+14
2015-04-09Merge branch 'iocb' into for-davemAl Viro2-69/+23
2015-04-09Merge tag 'v4.0-rc7' into drm-nextDave Airlie7-10/+52
2015-04-09genirq: Allow the irqchip state of an IRQ to be save/restoredMarc Zyngier2-0/+20
2015-04-09Merge branch 'linus' into irq/core to get the GIC updates whichThomas Gleixner31-59/+165
2015-04-09PCI/ACPI: Optimize device state transition delaysAaron Lu2-0/+3
2015-04-09Merge tag 'nfc-next-4.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s...David S. Miller1-0/+27
2015-04-08PCI: Make a shareable UUID for PCI firmware ACPI _DSMAaron Lu1-0/+3
2015-04-08net: phy: broadcom: Add BCM54616S phy entryAlessio Igor Bogani1-0/+1
2015-04-08[media] Add and use IS_REACHABLE macroArnd Bergmann1-0/+9
2015-04-08Defer processing of REQ_PREEMPT requests for blocked devicesBart Van Assche1-1/+3
2015-04-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextPablo Neira Ayuso33-92/+241
2015-04-08netfilter: bridge: make BRNF_PKT_TYPE flag a boolFlorian Westphal2-1/+1
2015-04-08netfilter: bridge: start splitting mask into public/private chunksFlorian Westphal2-3/+6
2015-04-08netfilter: bridge: add helpers for fetching physin/outdevFlorian Westphal1-1/+22
2015-04-08netfilter: bridge: don't use nf_bridge_info data to store mac headerFlorian Westphal1-1/+1
2015-04-08tracing: Allow for modules to convert their enums to valuesSteven Rostedt (Red Hat)1-0/+2
2015-04-08tracing: Add TRACE_DEFINE_ENUM() macro to map enums to their valuesSteven Rostedt (Red Hat)2-1/+9
2015-04-08tracing: Give system name a pointerSteven Rostedt (Red Hat)1-1/+1
2015-04-08mmc: core: Convert the error field in struct mmc_command|data into an intUlf Hansson1-2/+2
2015-04-08KVM: x86: BSP in MSR_IA32_APICBASE is writableNadav Amit1-1/+6
2015-04-08Merge tag 'v4.0-rc7' into x86/asm, to resolve conflictsIngo Molnar11-15/+62
2015-04-08Merge tag 'drm/tegra/for-4.1-rc1' of git://anongit.freedesktop.org/tegra/linu...Dave Airlie1-0/+1
2015-04-08NVMe: Meta data handling through submit io ioctlKeith Busch1-2/+3
2015-04-08include/linux/dmapool.h: declare struct deviceMark Brown1-0/+2
2015-04-08mm: move zone lock to a different cache line than order-0 free page listsMel Gorman1-4/+3
2015-04-08tcp: RFC7413 option support for Fast Open clientDaniel Lee1-0/+1
2015-04-08tcp: RFC7413 option support for Fast Open serverDaniel Lee1-0/+1
2015-04-08netdevice.h: remove iflink descriptionNicolas Dichtel1-2/+1
2015-04-07netfilter: Pass socket pointer down through okfn().David Miller3-32/+46
2015-04-07netfilter: Add socket pointer to nf_hook_state.David Miller1-1/+6
2015-04-07netfilter: Add nf_hook_state initializer function.David Miller1-8/+18
2015-04-07spi: Make master->handle_err() callback optional to avoid crashesGeert Uytterhoeven1-1/+1
2015-04-07usb: define a generic USB_RESUME_TIMEOUT macroFelipe Balbi1-0/+26
2015-04-07vgaarb: Stub vga_set_legacy_decoding()Alex Williamson1-0/+5
2015-04-07Merge tag 'kvm-arm-for-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini1-5/+19
2015-04-07Merge tag 'v4.0-rc7' into nextDmitry Torokhov11-15/+62
2015-04-07Merge 4.0-rc7 into usb-nextGreg Kroah-Hartman11-15/+62
2015-04-07Merge 4.0-rc7 into tty-nextGreg Kroah-Hartman11-15/+62
2015-04-07Merge 4.0-rc7 into staging-nextGreg Kroah-Hartman11-15/+62
2015-04-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-0/+24
2015-04-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-0/+6
2015-04-07fix mremap() vs. ioctx_kill() raceAl Viro1-1/+1
2015-04-06ipv6: protect skb->sk accesses from recursive dereference inside the stackhannes@stressinduktion.org1-0/+6
2015-04-06power: max17042_battery: Use reg type instead of chip typeBeomho Seo1-1/+8
2015-04-04netfilter: Pass nf_hook_state through arpt_do_table().David S. Miller1-2/+1
2015-04-04netfilter: Pass nf_hook_state through ip6t_do_table().David S. Miller1-2/+1
2015-04-04netfilter: Pass nf_hook_state through ipt_do_table().David S. Miller1-2/+1
2015-04-04netfilter: Make nf_hookfn use nf_hook_state.David S. Miller1-3/+1
2015-04-04netfilter: Create and use nf_hook_state.David S. Miller1-5/+23