Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | | drm/i915: Drop fb reference on load_detect_pipe failure path | Chris Wilson | 2017-12-14 | 1 | -2/+1 | |
| | * | | | | | | drm/i915: Flush pending GTT writes before unbinding | Chris Wilson | 2017-12-14 | 1 | -8/+1 | |
| | | |_|/ / / | | |/| | | | | ||||||
| * | | | | | | Merge branch 'drm-fixes-4.15' of git://people.freedesktop.org/~agd5f/linux in... | Dave Airlie | 2017-12-18 | 10 | -18/+102 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | drm/amd/display: Fix rehook MST display not light back on | Jerry (Fangzhi) Zuo | 2017-12-15 | 4 | -5/+62 | |
| | * | | | | | | drm/amd/display: fix missing pixel clock adjustment for dongle | Eric Yang | 2017-12-15 | 1 | -1/+3 | |
| | * | | | | | | drm/amd/display: set chroma taps to 1 when not scaling | Dmytro Laktyushkin | 2017-12-15 | 2 | -5/+13 | |
| | * | | | | | | drm/amd/display: add pipe locking before front end programing | Bhawanpreet Lakha | 2017-12-15 | 1 | -5/+21 | |
| | * | | | | | | drm/amdgpu: fix MAP_QUEUES paramter | Monk Liu | 2017-12-12 | 1 | -1/+1 | |
| | * | | | | | | drm/ttm: max_cpages is in unit of native page | Monk Liu | 2017-12-12 | 1 | -1/+1 | |
| | * | | | | | | drm/ttm: fix incorrect calculate on shrink_pages | Monk Liu | 2017-12-12 | 1 | -0/+1 | |
* | | | | | | | | Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2017-12-22 | 3 | -2/+19 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | clk: sunxi: sun9i-mmc: Implement reset callback for reset controls | Chen-Yu Tsai | 2017-12-19 | 1 | -0/+12 | |
| * | | | | | | | | clk: fix a panic error caused by accessing NULL pointer | Cai Li | 2017-12-05 | 1 | -2/+2 | |
| * | | | | | | | | clk: Manage proper runtime PM state in clk_change_rate() | Marek Szyprowski | 2017-12-05 | 1 | -0/+5 | |
* | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2017-12-21 | 73 | -492/+1548 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ | Merge branch 'net-zerocopy-fixes' | David S. Miller | 2017-12-21 | 1 | -3/+4 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | skbuff: skb_copy_ubufs must release uarg even without user frags | Willem de Bruijn | 2017-12-21 | 1 | -1/+2 | |
| | * | | | | | | | | | skbuff: orphan frags before zerocopy clone | Willem de Bruijn | 2017-12-21 | 1 | -2/+2 | |
| |/ / / / / / / / / | ||||||
| * | | | | | | | | | net: reevalulate autoflowlabel setting after sysctl setting | Shaohua Li | 2017-12-21 | 4 | -4/+13 | |
| * | | | | | | | | | openvswitch: Fix pop_vlan action for double tagged frames | Eric Garver | 2017-12-21 | 1 | -3/+12 | |
| * | | | | | | | | | ipv6: Honor specified parameters in fibmatch lookup | Ido Schimmel | 2017-12-21 | 1 | -8/+11 | |
| * | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | David S. Miller | 2017-12-20 | 6 | -168/+730 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | bpf: do not allow root to mangle valid pointers | Alexei Starovoitov | 2017-12-21 | 2 | -95/+63 | |
| | * | | | | | | | | | Merge branch 'bpf-verifier-sec-fixes' | Daniel Borkmann | 2017-12-21 | 3 | -67/+661 | |
| | |\ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | selftests/bpf: add tests for recent bugfixes | Jann Horn | 2017-12-21 | 1 | -16/+533 | |
| | | * | | | | | | | | | bpf: fix integer overflows | Alexei Starovoitov | 2017-12-21 | 2 | -2/+50 | |
| | | * | | | | | | | | | bpf: don't prune branches when a scalar is replaced with a pointer | Jann Horn | 2017-12-21 | 1 | -8/+7 | |
| | | * | | | | | | | | | bpf: force strict alignment checks for stack pointers | Jann Horn | 2017-12-21 | 1 | -0/+5 | |
| | | * | | | | | | | | | bpf: fix missing error return in check_stack_boundary() | Jann Horn | 2017-12-21 | 1 | -0/+1 | |
| | | * | | | | | | | | | bpf: fix 32-bit ALU op verification | Jann Horn | 2017-12-21 | 1 | -11/+17 | |
| | | * | | | | | | | | | bpf: fix incorrect tracking of register size truncation | Jann Horn | 2017-12-21 | 1 | -17/+27 | |
| | | * | | | | | | | | | bpf: fix incorrect sign extension in check_alu_op() | Jann Horn | 2017-12-21 | 1 | -1/+7 | |
| | | * | | | | | | | | | bpf/verifier: fix bounds calculation on BPF_RSH | Edward Cree | 2017-12-21 | 1 | -14/+16 | |
| | |/ / / / / / / / / | ||||||
| | * | | | | | | | | | bpf: Fix tools and testing build. | David Miller | 2017-12-20 | 2 | -5/+5 | |
| | * | | | | | | | | | bpf: fix broken BPF selftest build on s390 | Hendrik Brueckner | 2017-12-19 | 1 | -1/+1 | |
| * | | | | | | | | | | ipv4: Fix use-after-free when flushing FIB tables | Ido Schimmel | 2017-12-20 | 1 | -2/+7 | |
| * | | | | | | | | | | s390/qeth: fix error handling in checksum cmd callback | Julian Wiedmann | 2017-12-20 | 1 | -1/+8 | |
| * | | | | | | | | | | tipc: remove joining group member from congested list | Jon Maloy | 2017-12-20 | 1 | -4/+2 | |
| * | | | | | | | | | | selftests: net: Adding config fragment CONFIG_NUMA=y | Naresh Kamboju | 2017-12-20 | 1 | -0/+1 | |
| * | | | | | | | | | | Merge tag 'mlx5-fixes-2017-12-19' of git://git.kernel.org/pub/scm/linux/kerne... | David S. Miller | 2017-12-20 | 17 | -104/+215 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | net/mlx5: Stay in polling mode when command EQ destroy fails | Moshe Shemesh | 2017-12-19 | 1 | -3/+1 | |
| | * | | | | | | | | | | net/mlx5: Cleanup IRQs in case of unload failure | Moshe Shemesh | 2017-12-19 | 2 | -8/+14 | |
| | * | | | | | | | | | | net/mlx5: Fix steering memory leak | Maor Gottlieb | 2017-12-19 | 1 | -2/+14 | |
| | * | | | | | | | | | | net/mlx5e: Prevent possible races in VXLAN control flow | Gal Pressman | 2017-12-19 | 1 | -0/+4 | |
| | * | | | | | | | | | | net/mlx5e: Add refcount to VXLAN structure | Gal Pressman | 2017-12-19 | 2 | -23/+28 | |
| | * | | | | | | | | | | net/mlx5e: Fix possible deadlock of VXLAN lock | Gal Pressman | 2017-12-19 | 1 | -10/+10 | |
| | * | | | | | | | | | | net/mlx5: Fix error flow in CREATE_QP command | Moni Shoua | 2017-12-19 | 1 | -2/+2 | |
| | * | | | | | | | | | | net/mlx5: Fix misspelling in the error message and comment | Eugenia Emantayev | 2017-12-19 | 2 | -2/+2 | |
| | * | | | | | | | | | | net/mlx5e: Fix defaulting RX ring size when not needed | Eugenia Emantayev | 2017-12-19 | 4 | -13/+22 | |
| | * | | | | | | | | | | net/mlx5e: Fix features check of IPv6 traffic | Gal Pressman | 2017-12-19 | 1 | -1/+2 |