summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | userns: limit the maximum depth of user_namespace->parent chainOleg Nesterov2013-08-081-0/+1
| * | | | | | Merge tag 'regmap-v3.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-08-081-0/+1
| |\ \ \ \ \ \
| | * | | | | | regmap: Add missing header for !CONFIG_REGMAP stubsMateusz Krawczuk2013-08-061-0/+1
| | | |/ / / / | | |/| | | |
| * | | | | | Merge tag 'trace-fixes-3.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-08-072-6/+8
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | tracing: Fix trace_dump_stack() proto when CONFIG_TRACING is not setDhaval Giani2013-08-021-1/+1
| | * | | | | tracing: Fix fields of struct trace_iterator that are zeroed by mistakeAndrew Vagin2013-08-021-4/+6
| | * | | | | tracing: trace_remove_event_call() should fail if call/file is in useOleg Nesterov2013-07-311-1/+1
| | | |/ / / | | |/| | |
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-08-039-14/+19
| |\ \ \ \ \
| | * | | | | net: rename CONFIG_NET_LL_RX_POLL to CONFIG_NET_RX_BUSY_POLLCong Wang2013-08-014-6/+6
| | * | | | | net: fix a compile error when CONFIG_NET_LL_RX_POLL is not setCong Wang2013-08-011-0/+5
| | * | | | | ipv6: prevent fib6_run_gc() contentionMichal Kubeček2013-08-011-1/+1
| | * | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-08-013-6/+6
| | |\ \ \ \ \
| | | * | | | | NFC: netlink: Rename CMD_FW_UPLOAD to CMD_FW_DOWNLOADSamuel Ortiz2013-07-313-6/+6
| | * | | | | | ndisc: Add missing inline to ndisc_addr_option_padJoe Perches2013-07-311-1/+1
| * | | | | | | Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2013-08-022-1/+23
| |\ \ \ \ \ \ \
| | * | | | | | | mlx5_core: Implement new initialization sequenceEli Cohen2013-07-312-1/+23
| * | | | | | | | Merge tag 'pm+acpi-3.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-08-022-6/+1
| |\ \ \ \ \ \ \ \
| | * | | | | | | | freezer: set PF_SUSPEND_TASK flag on tasks that call freeze_processesColin Cross2013-07-301-0/+1
| | * | | | | | | | Revert "cpuidle: Quickly notice prediction failure for repeat mode"Rafael J. Wysocki2013-07-291-6/+0
| | | |_|_|/ / / / | | |/| | | | | |
| * | | | | | | | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2013-07-311-7/+7
| |\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ Merge branch 'drm-fixes-3.11' of git://people.freedesktop.org/~agd5f/linuxDave Airlie2013-07-311-7/+7
| | |\ \ \ \ \ \ \ \ | | | |/ / / / / / / | | |/| | | | | | |
| | | * | | | | | | drm: fix 64 bit drm fixed point helpersAlex Deucher2013-07-301-7/+7
| * | | | | | | | | Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds2013-07-311-1/+2
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / | |/| | | | | | | |
| | * | | | | | | | vmpressure: make sure there are no events queued after memcg is offlinedMichal Hocko2013-07-311-0/+1
| | * | | | | | | | vmpressure: change vmpressure::sr_lock to spinlockMichal Hocko2013-07-311-1/+1
| * | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-07-311-2/+3
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | |
| | * | | | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-07-191-2/+3
| | |\ \ \ \ \ \ \ \ | | | | |_|_|/ / / / | | | |/| | | | | |
| | | * | | | | | | ssb: fix alignment of struct bcma_device_idArnd Bergmann2013-07-181-2/+3
| * | | | | | | | | Merge tag 'firewire-fix' of git://git.kernel.org/pub/scm/linux/kernel/git/iee...Linus Torvalds2013-07-292-2/+3
| |\ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / | |/| | | | | | | |
| | * | | | | | | | firewire: fix libdc1394/FlyCap2 iso event regressionClemens Ladisch2013-07-272-2/+3
* | | | | | | | | | Merge tag 'drm-intel-next-2013-08-23' of git://people.freedesktop.org/~danvet...Dave Airlie2013-08-301-0/+25
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | drm/i915: Use Write-Through cacheing for the display plane on IrisChris Wilson2013-08-221-0/+1
| * | | | | | | | | | drm/i915: reserve I915_CACHING_DISPLAY and document cache modesDaniel Vetter2013-08-221-0/+24
* | | | | | | | | | | drm: Advertise async page flip ability through GETCAP ioctlKeith Packard2013-08-302-0/+4
* | | | | | | | | | | drm: Add DRM_MODE_PAGE_FLIP_ASYNC flag definitionKeith Packard2013-08-301-6/+10
* | | | | | | | | | | drm: Pass page flip ioctl flags to driverKeith Packard2013-08-301-1/+2
* | | | | | | | | | | drm: Remove the dithering_mode_property fieldDamien Lespiau2013-08-301-1/+0
* | | | | | | | | | | drm: implement experimental render nodesDavid Herrmann2013-08-301-0/+9
* | | | | | | | | | | video/hdmi: Rename HDMI_IDENTIFIER to HDMI_IEEE_OUILespiau, Damien2013-08-301-1/+1
* | | | | | | | | | | drm: Add a helper to forge HDMI vendor infoframesLespiau, Damien2013-08-301-0/+4
* | | | | | | | | | | video/hdmi: Use hdmi_vendor_infoframe for the HDMI specific infoframeLespiau, Damien2013-08-301-7/+8
* | | | | | | | | | | video/hdmi: Hook the HDMI vendor infoframe with the generic _pack()Lespiau, Damien2013-08-301-12/+12
* | | | | | | | | | | drm/edid: Move HDMI_IDENTIFIER to hdmi.hLespiau, Damien2013-08-301-0/+1
* | | | | | | | | | | video/hdmi: Introduce helpers for the HDMI vendor specific infoframeLespiau, Damien2013-08-301-0/+26
* | | | | | | | | | | video/hdmi: Derive the bar data valid bit from the bar data fieldsLespiau, Damien2013-08-301-2/+0
* | | | | | | | | | | video/hdmi: Don't let the user of this API create invalid infoframesLespiau, Damien2013-08-301-1/+0
* | | | | | | | | | | drm: Don't export drm_find_cea_extension() any moreLespiau, Damien2013-08-301-1/+0
* | | | | | | | | | | drm: allow open of dynamic off devices.Dave Airlie2013-08-291-0/+1
* | | | | | | | | | | gpu/vga_switcheroo: add driver control power feature. (v3)Dave Airlie2013-08-291-2/+11
* | | | | | | | | | | Merge branch 'drm-next' of git://people.freedesktop.org/~robclark/linux into ...Dave Airlie2013-08-282-0/+208
|\ \ \ \ \ \ \ \ \ \ \