summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2013-07-02Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds4-31/+85
2013-07-02Merge tag 'fixes-non-critical-for-linus' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-0/+4
2013-07-02Merge tag 'driver-core-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds5-32/+12
2013-07-02Merge tag 'char-misc-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds8-13/+653
2013-07-02Merge tag 'staging-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-15/+34
2013-07-02Merge tag 'tty-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds6-8/+62
2013-07-02Merge tag 'usb-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds10-34/+113
2013-07-02Merge tag 'fscache-20130702' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-86/+113
2013-07-02Merge tag 'for-f2fs-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds1-2/+2
2013-07-02Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds8-189/+364
2013-07-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds3-87/+49
2013-07-02sync: don't block the flusher thread waiting on IODave Chinner1-0/+1
2013-07-01jbd2: invalidate handle if jbd2_journal_restart() failsTheodore Ts'o1-1/+1
2013-07-01ext4: translate flag bits to strings in tracepointsTheodore Ts'o1-39/+96
2013-06-29[readdir] constify ->actorAl Viro1-1/+1
2013-06-29[readdir] ->readdir() is goneAl Viro1-1/+0
2013-06-29[readdir] convert ext3Al Viro1-0/+6
2013-06-29[readdir] switch dcache_readdir() users to ->iterate()Al Viro1-7/+32
2013-06-29[readdir] introduce ->iterate(), ctx->pos, dir_emit()Al Viro1-0/+9
2013-06-29[readdir] introduce iterate_dir() and dir_contextAl Viro1-0/+4
2013-06-29move linux/loop.h to drivers/blockAl Viro1-85/+0
2013-06-29consolidate io_remap_pfn_range definitionsAl Viro1-0/+4
2013-06-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds4-1/+4
2013-06-26net: fix kernel deadlock with interface rename and netdev name retrieval.Nicolas Schichan1-0/+1
2013-06-25driver core: device.h: fix doc compilation warningsMichael Opdenacker1-0/+3
2013-06-25gre: fix a possible skb leakEric Dumazet1-0/+1
2013-06-24usb: chipidea: drop "13xxx" infixAlexander Shishkin1-14/+14
2013-06-24usb: fix build error without CONFIG_USB_PHYPeter Chen1-6/+10
2013-06-24Merge 3.10-rc7 into usb-nextGreg Kroah-Hartman9-43/+60
2013-06-24Merge 3.10-rc7 into tty-nextGreg Kroah-Hartman9-43/+60
2013-06-24Merge 3.10-rc7 into driver-core-nextGreg Kroah-Hartman9-43/+60
2013-06-24ACPI / dock / PCI: Synchronous handling of dock events for PCI devicesRafael J. Wysocki1-2/+6
2013-06-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-2/+1
2013-06-21Merge tag 'acpi-3.10-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds1-0/+1
2013-06-20Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+17
2013-06-20Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-2/+1
2013-06-20Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-38/+38
2013-06-20splice: don't pass the address of ->f_pos to methodsAl Viro2-2/+1
2013-06-20Merge tag 'omap-for-v3.11/pm-voltdomain-signed' of git://git.kernel.org/pub/s...Arnd Bergmann28-45/+149
2013-06-19net: vlan: fix comment for vlan_ethhdr->h_vlan_protoOlaf Hering1-1/+1
2013-06-19fmc: avoid readl/writel namespace conflictArnd Bergmann1-6/+6
2013-06-19netlink: export netlink_diag.h headerstephen hemminger1-0/+1
2013-06-20ACPI / LPSS: Power up LPSS devices during enumerationRafael J. Wysocki1-0/+1
2013-06-19FS-Cache: The retrieval remaining-pages counter needs to be atomic_tDavid Howells1-4/+3
2013-06-19FS-Cache: Simplify cookie retention for fscache_objects, fixing oopsDavid Howells1-16/+39
2013-06-19FS-Cache: Fix object state machine to have separate work and wait statesDavid Howells1-35/+31
2013-06-19FS-Cache: Wrap checks on object stateDavid Howells1-9/+28
2013-06-19FS-Cache: Uninline fscache_object_init()David Howells1-36/+2
2013-06-19tracing/context-tracking: Add preempt_schedule_context() for tracingSteven Rostedt1-1/+17
2013-06-18Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+2