summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller2014-04-111-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-04-082-5/+21
|\
| * net: add busy_poll device featureJiri Pirko2014-04-031-0/+2
| * packet: fix packet_direct_xmit for BQL enabled driversDaniel Borkmann2014-04-031-5/+19
* | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2014-04-082-0/+13
|\ \
| * \ Merge tag 'drm-intel-fixes-2014-04-04' of git://anongit.freedesktop.org/drm-i...Dave Airlie2014-04-059-13/+35
| |\ \
| | * \ Merge tag 'v3.14' into drm-intel-next-queuedDaniel Vetter2014-03-319-13/+35
| | |\ \
| * | \ \ Merge tag 'drm/tegra/for-3.15-rc1' of git://anongit.freedesktop.org/tegra/lin...Dave Airlie2014-04-051-0/+1
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | gpu: host1x: export host1x_syncpt_incr_max() functionBryan Wu2014-04-041-0/+1
| * | | | Merge tag 'v3.14-rc7' into drm-nextDave Airlie2014-03-1818-77/+81
| |\ \ \ \
| * | | | | drm/docs: Include hdmi infoframe helper referenceDaniel Vetter2014-03-131-0/+12
* | | | | | include/linux/syscalls.h: add sys_renameat2() prototypeHeiko Carstens2014-04-081-0/+3
* | | | | | Merge branch 'akpm' (incoming from Andrew)Linus Torvalds2014-04-0820-244/+327
|\ \ \ \ \ \
| * | | | | | lglock: map to spinlock when !CONFIG_SMPJosh Triplett2014-04-081-0/+16
| * | | | | | percpu: add preemption checks to __this_cpu opsChristoph Lameter2014-04-081-10/+29
| * | | | | | vmstat: use raw_cpu_ops to avoid false positives on preemption checksChristoph Lameter2014-04-081-2/+6
| * | | | | | mm: use raw_cpu ops for determining current NUMA nodeChristoph Lameter2014-04-081-2/+2
| * | | | | | percpu: add raw_cpu_opsChristoph Lameter2014-04-081-136/+195
| * | | | | | slub: rework sysfs layout for memcg cachesVladimir Davydov2014-04-081-0/+3
| * | | | | | memcg, slab: do not destroy children caches if parent has aliasesVladimir Davydov2014-04-081-5/+1Star
| * | | | | | memcg, slab: separate memcg vs root cache creation pathsVladimir Davydov2014-04-082-9/+3Star
| * | | | | | memcg, slab: cleanup memcg cache creationVladimir Davydov2014-04-081-0/+9
| * | | | | | Kconfig: rename HAS_IOPORT to HAS_IOPORT_MAPUwe Kleine-König2014-04-081-1/+1
| * | | | | | rapidio: rework device hierarchy and introduce mport class of devicesAlexandre Bounine2014-04-081-1/+4
| * | | | | | idr: remove dead codeStephen Hemminger2014-04-081-63/+0Star
| * | | | | | include/linux/crash_dump.h: add vmcore_cleanup() prototypeRashika Kheria2014-04-081-0/+1
| * | | | | | wait: swap EXIT_ZOMBIE and EXIT_DEAD to hide EXIT_TRACE from user-spaceOleg Nesterov2014-04-081-2/+2
| * | | | | | wait: introduce EXIT_TRACE to avoid the racy EXIT_DEAD->EXIT_ZOMBIE transitionOleg Nesterov2014-04-081-0/+1
| * | | | | | exec: kill bprm->tcomm[], simplify the "basename" logicOleg Nesterov2014-04-082-2/+1Star
| * | | | | | numa: use LAST_CPUPID_SHIFT to calculate LAST_CPUPID_MASKSrikar Dronamraju2014-04-081-1/+1
| * | | | | | mm/readahead.c: inline ra_submitFabian Frederick2014-04-081-3/+0Star
| * | | | | | mm: remove unused arg of set_page_dirty_balance()Miklos Szeredi2014-04-081-1/+1
| * | | | | | memcg: rename high level charging functionsMichal Hocko2014-04-081-4/+4
| * | | | | | memcg: get_mem_cgroup_from_mm()Johannes Weiner2014-04-081-6/+0Star
| * | | | | | mm: use 'const char *' insted of 'char *' for reason in dump_page()Kirill A. Shutemov2014-04-081-2/+2
| * | | | | | res_counter: remove interface for locked charging and unchargingDavid Rientjes2014-04-081-5/+1Star
| * | | | | | mm, mempolicy: remove per-process flagDavid Rientjes2014-04-082-2/+0Star
| * | | | | | mm, mempolicy: rename slab_node for clarityDavid Rientjes2014-04-081-1/+1
| * | | | | | mm: per-thread vma cachingDavidlohr Bueso2014-04-083-2/+47
| * | | | | | mm: implement ->map_pages for page cacheKirill A. Shutemov2014-04-081-0/+1
| * | | | | | mm: introduce vm_ops->map_pages()Kirill A. Shutemov2014-04-081-0/+8
| * | | | | | mm, thp: add VM_INIT_DEF_MASK and PRCTL_THP_DISABLEAlex Thorlton2014-04-081-0/+3
* | | | | | | Merge tag 'cpu-hotplug-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-04-072-1/+62
|\ \ \ \ \ \ \
| * | | | | | | CPU hotplug, perf: Fix CPU hotplug callback registrationSrivatsa S. Bhat2014-03-201-1/+15
| * | | | | | | CPU hotplug: Provide lockless versions of callback registration functionsSrivatsa S. Bhat2014-03-201-0/+47
| | |_|/ / / / | |/| | | | |
* | | | | | | sched: remove sleep_on() and friendsArnd Bergmann2014-04-071-11/+0Star
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2014-04-076-12/+91
|\ \ \ \ \ \ \
| * | | | | | | libceph: enable PRIMARY_AFFINITY feature bitIlya Dryomov2014-04-051-1/+2
| * | | | | | | libceph: return primary from ceph_calc_pg_acting()Ilya Dryomov2014-04-051-1/+1
| * | | | | | | libceph: switch ceph_calc_pg_acting() to new helpersIlya Dryomov2014-04-051-1/+1