summaryrefslogtreecommitdiffstats
path: root/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | bpf: don't enable preemption twice in smap_do_verdictDaniel Borkmann2017-08-171-1/+2
| * | | | | | | | | | | | bpf: fix liveness propagation to parent in spilled stack slotsDaniel Borkmann2017-08-171-1/+1
| * | | | | | | | | | | | bpf: sock_map fixes for !CONFIG_BPF_SYSCALL and !STREAM_PARSERJohn Fastabend2017-08-172-1/+5
| * | | | | | | | | | | | bpf: sockmap state change warning fixJohn Fastabend2017-08-171-0/+3
| * | | | | | | | | | | | bpf: devmap: remove unnecessary value size checkJohn Fastabend2017-08-161-6/+0
| * | | | | | | | | | | | bpf: add access to sock fields and pkt data from sk_skb programsJohn Fastabend2017-08-161-0/+1
| * | | | | | | | | | | | bpf: sockmap with sk redirect supportJohn Fastabend2017-08-164-2/+857
| * | | | | | | | | | | | bpf: export bpf_prog_inc_not_zeroJohn Fastabend2017-08-161-1/+2
| * | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-163-6/+32
| |\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | bpf/verifier: track liveness for pruningEdward Cree2017-08-161-43/+146
| * | | | | | | | | | | | | bpf: enable BPF_J{LT, LE, SLT, SLE} opcodes in verifierDaniel Borkmann2017-08-101-4/+58
| * | | | | | | | | | | | | bpf: add BPF_J{LT,LE,SLT,SLE} instructionsDaniel Borkmann2017-08-101-0/+60
| * | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-101-2/+3
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | bpf: Extend check_uarg_tail_zero() checksMickaël Salaün2017-08-091-11/+15
| * | | | | | | | | | | | | | bpf: Move check_uarg_tail_zero() upwardMickaël Salaün2017-08-091-26/+26
| * | | | | | | | | | | | | | bpf/verifier: increase complexity limit to 128kEdward Cree2017-08-091-1/+1
| * | | | | | | | | | | | | | bpf/verifier: more concise register state logs for constant var_offEdward Cree2017-08-091-19/+27
| * | | | | | | | | | | | | | bpf/verifier: track signed and unsigned min/max valuesEdward Cree2017-08-092-308/+445
| * | | | | | | | | | | | | | bpf/verifier: rework value trackingEdward Cree2017-08-093-807/+1139
| * | | | | | | | | | | | | | bpf: devmap fix mutex in rcu critical sectionJohn Fastabend2017-08-071-23/+25
| * | | | | | | | | | | | | | bpf: add support for sys_enter_* and sys_exit_* tracepointsYonghong Song2017-08-072-6/+57
| * | | | | | | | | | | | | | Merge tag 'mlx5-shared-2017-08-07' of git://git.kernel.org/pub/scm/linux/kern...David S. Miller2017-08-074-8/+9
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-0118-107/+162
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | bpf: dev_map_alloc() shouldn't return NULLDan Carpenter2017-07-251-0/+1
| * | | | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-07-2125-258/+975
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | net: add notifier hooks for devmap bpf mapJohn Fastabend2017-07-172-1/+74
| * | | | | | | | | | | | | | | | | xdp: Add batching support to redirect mapJohn Fastabend2017-07-171-1/+83
| * | | | | | | | | | | | | | | | | bpf: add bpf_redirect_map helper routineJohn Fastabend2017-07-172-0/+16
| * | | | | | | | | | | | | | | | | bpf: add devmap, a map for storing net device referencesJohn Fastabend2017-07-173-0/+275
* | | | | | | | | | | | | | | | | | Merge tag 'devprop-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-09-051-5/+6
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | device property: export irqchip_fwnode_opsArnd Bergmann2017-07-261-0/+1
| * | | | | | | | | | | | | | | | | | device property: Get rid of struct fwnode_handle type fieldSakari Ailus2017-07-221-5/+5
| | |_|_|_|_|_|_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Merge tag 'pm-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2017-09-0513-182/+287
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'pm-sleep'Rafael J. Wysocki2017-09-047-107/+192
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | ACPI / PM: Check low power idle constraints for debug onlySrinivas Pandruvada2017-08-181-1/+1
| | * | | | | | | | | | | | | | | | | | PM / s2idle: Rename platform operations structureRafael J. Wysocki2017-08-111-15/+15
| | * | | | | | | | | | | | | | | | | | PM / s2idle: Rename ->enter_freeze to ->enter_s2idleRafael J. Wysocki2017-08-111-1/+1
| | * | | | | | | | | | | | | | | | | | PM / s2idle: Rename freeze_state enum and related itemsRafael J. Wysocki2017-08-112-27/+27
| | * | | | | | | | | | | | | | | | | | PM / s2idle: Rename PM_SUSPEND_FREEZE to PM_SUSPEND_TO_IDLERafael J. Wysocki2017-08-112-24/+24
| | * | | | | | | | | | | | | | | | | | ACPI / PM: Prefer suspend-to-idle over S3 on some systemsRafael J. Wysocki2017-08-052-3/+2
| | * | | | | | | | | | | | | | | | | | PM / suspend: Define pr_fmt() in suspend.cRafael J. Wysocki2017-07-241-7/+9
| | * | | | | | | | | | | | | | | | | | PM / suspend: Use mem_sleep_labels[] strings in messagesRafael J. Wysocki2017-07-241-3/+3
| | * | | | | | | | | | | | | | | | | | PM / sleep: Put pm_test under CONFIG_PM_SLEEP_DEBUGRafael J. Wysocki2017-07-242-6/+4
| | * | | | | | | | | | | | | | | | | | PM / sleep: Check pm_wakeup_pending() in __device_suspend_noirq()Rafael J. Wysocki2017-07-241-3/+16
| | * | | | | | | | | | | | | | | | | | PM / s2idle: Rearrange the main suspend-to-idle loopRafael J. Wysocki2017-07-242-13/+17
| | * | | | | | | | | | | | | | | | | | PM / timekeeping: Print debug messages when requestedRafael J. Wysocki2017-07-232-5/+10
| | * | | | | | | | | | | | | | | | | | PM / sleep: Mark suspend/hibernation start and finishRafael J. Wysocki2017-07-222-0/+7
| | * | | | | | | | | | | | | | | | | | PM / sleep: Do not print debug messages by defaultRafael J. Wysocki2017-07-223-17/+69
| | * | | | | | | | | | | | | | | | | | PM / suspend: Export pm_suspend_target_stateFlorian Fainelli2017-07-221-0/+5
| | |/ / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | | Merge branch 'pm-cpufreq-sched'Rafael J. Wysocki2017-09-045-28/+80
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \