Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge tag 'staging-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2017-02-22 | 1 | -0/+2 |
|\ | |||||
| * | Merge 4.10-rc7 into staging-next | Greg Kroah-Hartman | 2017-02-06 | 21 | -104/+210 |
| |\ | |||||
| * \ | Merge tag 'iio-for-4.11a' of git://git.kernel.org/pub/scm/linux/kernel/git/ji... | Greg Kroah-Hartman | 2017-01-19 | 1 | -0/+2 |
| |\ \ | |||||
| | * | | iio: Add channel for Gravity | Song Hongyan | 2017-01-05 | 1 | -0/+2 |
* | | | | Merge tag 'driver-core-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2017-02-22 | 1 | -5/+20 |
|\ \ \ \ | |||||
| * \ \ \ | Merge 4.10-rc4 into driver-core-next | Greg Kroah-Hartman | 2017-01-16 | 14 | -50/+111 |
| |\ \ \ \ | |||||
| * | | | | | selftests: firmware: send expected errors to /dev/null | Luis R. Rodriguez | 2017-01-11 | 1 | -3/+3 |
| * | | | | | selftests: firmware: only modprobe if driver is missing | Luis R. Rodriguez | 2017-01-11 | 1 | -2/+17 |
| | |/ / / | |/| | | | |||||
* | | | | | Merge tag 'char-misc-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2017-02-22 | 3 | -100/+225 |
|\ \ \ \ \ | |||||
| * \ \ \ \ | Merge 4.10-rc7 into char-misc-next | Greg Kroah-Hartman | 2017-02-06 | 8 | -71/+116 |
| |\ \ \ \ \ | | | |_|_|/ | | |/| | | | |||||
| * | | | | | test_firmware: add test custom fallback trigger | Luis R. Rodriguez | 2017-01-25 | 1 | -0/+68 |
| * | | | | | tools: firmware: add fallback cancelation testing | Luis R. Rodriguez | 2017-01-25 | 1 | -0/+32 |
| * | | | | | tools: firmware: rename fallback mechanism script | Luis R. Rodriguez | 2017-01-25 | 2 | -3/+4 |
| * | | | | | tools: firmware: check for distro fallback udev cancel rule | Luis R. Rodriguez | 2017-01-25 | 1 | -2/+26 |
| | |_|/ / | |/| | | | |||||
* | | | | | Merge tag 'usb-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 2017-02-22 | 3 | -3/+213 |
|\ \ \ \ \ | |||||
| * \ \ \ \ | Merge 4.10-rc7 into usb-next | Greg Kroah-Hartman | 2017-02-06 | 2 | -27/+28 |
| |\ \ \ \ \ | | | |/ / / | | |/| | | | |||||
| * | | | | | Merge tag 'usb-for-v4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ba... | Greg Kroah-Hartman | 2017-01-26 | 1 | -2/+50 |
| |\ \ \ \ \ | |||||
| | * | | | | | tools: usb: ffs-test: add SS descriptors | Felipe Balbi | 2017-01-24 | 1 | -1/+49 |
| | * | | | | | tools: usb: ffs-test: switch to _DEFAULT_SOURCE | Felipe Balbi | 2017-01-24 | 1 | -1/+1 |
| | | |/ / / | | |/| | | | |||||
| * | | | | | Merge 4.10-rc5 into usb-next | Greg Kroah-Hartman | 2017-01-25 | 6 | -44/+88 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge 4.10-rc4 into usb-next | Greg Kroah-Hartman | 2017-01-16 | 14 | -50/+111 |
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | | | |||||
| * | | | | | | tools: usb: usbip: Update README | Krzysztof Opasiak | 2017-01-10 | 1 | -1/+56 |
| * | | | | | | tools: usb: usbip: Add simple script to show how to setup vUDC | Krzysztof Opasiak | 2017-01-10 | 1 | -0/+107 |
| | |_|_|/ / | |/| | | | | |||||
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2017-02-22 | 17 | -313/+2536 |
|\ \ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2017-02-16 | 9 | -5/+52 |
| |\ \ \ \ \ \ | |||||
| * | | | | | | | bpf: Rebuild bpf.o for any dependency update | Mickaël Salaün | 2017-02-15 | 1 | -2/+13 |
| * | | | | | | | bpf: Remove redundant ifdef | Mickaël Salaün | 2017-02-15 | 1 | -9/+3 |
| * | | | | | | | bpf: Add test_tag to .gitignore | Mickaël Salaün | 2017-02-10 | 1 | -0/+1 |
| * | | | | | | | bpf: Remove bpf_sys.h from selftests | Mickaël Salaün | 2017-02-10 | 7 | -34/+9 |
| * | | | | | | | bpf: Use bpf_create_map() from the library | Mickaël Salaün | 2017-02-10 | 6 | -30/+15 |
| * | | | | | | | bpf: Use bpf_map_get_next_key() from the library | Mickaël Salaün | 2017-02-10 | 5 | -31/+20 |
| * | | | | | | | bpf: Use bpf_map_delete_elem() from the library | Mickaël Salaün | 2017-02-10 | 5 | -26/+16 |
| * | | | | | | | bpf: Use bpf_map_lookup_elem() from the library | Mickaël Salaün | 2017-02-10 | 6 | -50/+39 |
| * | | | | | | | bpf: Use bpf_map_update_elem() from the library | Mickaël Salaün | 2017-02-10 | 6 | -91/+99 |
| * | | | | | | | bpf: Use bpf_load_program() from the library | Mickaël Salaün | 2017-02-10 | 6 | -32/+17 |
| * | | | | | | | bpf: Always test unprivileged programs | Mickaël Salaün | 2017-02-10 | 2 | -6/+64 |
| * | | | | | | | bpf: Change the include directory for selftest | Mickaël Salaün | 2017-02-10 | 1 | -1/+1 |
| * | | | | | | | tools: Sync {,tools/}include/uapi/linux/bpf.h | Mickaël Salaün | 2017-02-10 | 1 | -1/+22 |
| * | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2017-02-07 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ | | | |_|_|_|/ / | | |/| | | | | | |||||
| * | | | | | | | bpf: enable verifier to add 0 to packet ptr | William Tu | 2017-02-06 | 1 | -0/+23 |
| * | | | | | | | bpf: test for AND edge cases | Josef Bacik | 2017-02-06 | 1 | -0/+55 |
| * | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2017-01-28 | 7 | -70/+115 |
| |\ \ \ \ \ \ \ | |||||
| * | | | | | | | | bpf: use prefix_len in test_tag when reading fdinfo | Daniel Borkmann | 2017-01-25 | 1 | -1/+1 |
| * | | | | | | | | lib, traceevent: add PRINT_HEX_STR variant | Daniel Borkmann | 2017-01-25 | 4 | -3/+34 |
| * | | | | | | | | bpf: enable verifier to better track const alu ops | Daniel Borkmann | 2017-01-24 | 1 | -0/+82 |
| * | | | | | | | | bpf: add prog tag test case to bpf selftests | Daniel Borkmann | 2017-01-24 | 2 | -2/+204 |
| * | | | | | | | | bpf: Add tests for the lpm trie map | David Herrmann | 2017-01-23 | 3 | -2/+361 |
| * | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2017-01-17 | 9 | -45/+107 |
| |\ \ \ \ \ \ \ \ | | | |_|_|_|/ / / | | |/| | | | | | | |||||
| * | | | | | | | | tools: psock_lib: harden socket filter used by psock tests | Sowmini Varadhan | 2017-01-12 | 1 | -7/+32 |
| * | | | | | | | | bpf: allow b/h/w/dw access for bpf's cb in ctx | Daniel Borkmann | 2017-01-12 | 1 | -3/+439 |